Skip to content

Release Candidate 1.2.0

Compare
Choose a tag to compare
@8ear 8ear released this 28 Aug 10:02
· 13 commits to master since this release
e1d6bab

View release on Github.com

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 and make 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
    to misp-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

Container misp-dockerized-robot

Container misp-dockerized-proxy

Container misp-dockerized-misp-modules

Container misp-dockerized-redis7

Container misp-dockerized-db

Container misp-dockerized-monitoring