Release Candidate 1.2.0
This release is a major release. A backup and a test before you upgrade is recommended.
About
MISP dockerized is a project designed to provide an easy-to-use and easy-to-install 'out of the box' MISP instance that includes everything you need to run MISP with minimal host-side requirements.
MISP dockerized uses MISP (Open Source Threat Intelligence Platform - https://github.com/MISP/MISP), which is maintained and developed by the MISP project team (https://www.misp-project.org/).
MISP-dockerized provides the following features:mar
- 3-steps (in 5 minute or less) ready MISP instance
- Built in MISP modules
- Built in Monitoring via Netdata Docker container [NEW]
- Built in Monitoring Webinterface with Basic Authentication [NEW]
- Built in Mail Transport via MSMTP [NEW]
- Built in Cron Job for Headless MISP server
- Prehardened TLS configuration
- Default HTTP to HTTPS redirect
- Easy-to-use script based backup and restore function
- Prebuilt management commands to ease maintenance efforts
- Periodically built Docker containers
- Automated test framework to test new MISP releases
- PHP environment custom settings
- External Redis database support, via official Redis database container [NEW]
- External MariaDB database support, via official MariaDB database container [NEW]
Update Informations
This release includes the new MISP server container version 2.4.113 and a few other changes you see below.
General Changes
In general we improved our Docker build tools and CI scripts for container and this repository.
Additionally we replaced our dockerhub.dcso.de
Docker Registry with Harbor under the same URL.
The Docker registry change impact all users which have the images from 'dockerhub.dcso.de'. Please change the variable DOCKER_REGISTRY
from dockerhub.dcso.de to dockerhub.dcso.de/dcso in config/config.env
Detailed Changes, Fixes & Improvements
v1.2.0 Main Repository
- Changed MISP server version from 2.4.103 to 2.4.113 #79 #75
- Changed MISP proxy container version from 1 to 2
- Changed MISP modules container version from 2 to 3 #80
- Changed
make change-smime
andmake change-pgp
command - Changed syslog example for improved logging via local or remote syslog server
- Changed environment name scheme to make it more clear and easier to understand the variable names
- Changed requirements shellscript to colorize the output
- Added an hosts entry to travis CI for
misp.example.com
for tests - Added timezone to environment variable section of containers to change time zone from containter
- Added New
MISP-dockerized-monitoring
container - Added New
MISP-dockerized-db
container #74 - Added Gitlab CI Jobs for Unsupported MISP Server Versions
v1.0.4 Main Repository
- Fixed CI test bug
- Fixed an bug in the build-config script for other Docker registries
- Changed MISP modules Docker container version from
misp-dockerized-misp-modules:1
tomisp-dockerized-misp-modules:latest
- Changed PHP_MEMORY default value from 512MB to 2048MB
- Changed default Docker registry source for the container from dockerhub.dcso.de to dcso (hub.docker.com)
Container misp-dockerized-server
- Bug/MDD-227: MISP Server 2.4.99: AH00534: apache2: Configuration error: More than one MPM loaded
- Feat/MDD-151: Added new Base Container 2.4.nightly-debian and more Improvements
- Bug/MDD 199: Repair Global 'tagging.sh' Script
Container misp-dockerized-robot
- Bug/MDD-225: Backup does not Work in MISP Robot container 2.4
- Feat/MDD-188: Added New MISP robot version 2.4-debian
Container misp-dockerized-proxy
- Bug/MDD 226: MISP Proxy Version 1 (1.5-alpine) can not start with MISP-dockerized 1.0.3
- Bug/MDD-224: Rename Container 1.6-alpine to 2.0-alpine for Breaking Changes
- Bug/MDD-223: Entrypoint of Proxy Container 1.6 has no Execute Permission
- Feat/MDD-220: Improve Proxy Docker Container
- Bug/MDD-203: Update CI Files
Container misp-dockerized-misp-modules
Container misp-dockerized-redis7
Container misp-dockerized-db
- Bug/MDD-219: Fix Gitlab CI
- Feat/MDD-169: Added Official MariaDB container verison 10.4.5-bionic
- Initial commit
- Added new repository MISP-dockerized-db
- Added new container misp-dockerized-db:10.4.5-bionic
Container misp-dockerized-monitoring
- Feat/MDD 221: Improve Redis and Monitoring Container + Add Netdata v1.16
- Initial Commit
- Finished: Feat/MDD-154: Adding Monitoring Capabilites with an Netdata Container
- Added new repository MISP-dockerized-monitoring
This repository contains monitoring container to monitor the MISP-dockerized environment. - Added new container misp-dockerized-monitoring:v1.15.0
The first container is based at Netdata.