A Docker Compose project for MISP ("Malware Information Sharing Platform").
This is a work in progress rewrite of the MISP Docker (XME edition) to resolve longstanding bugs and add new features.
Warning: Please see the Issues tab for known issues.
- Creates separate Docker containers for the database, web server, and reverse proxy
- Reconfiguration of the base URL in config.php
- Generation of a new salt in config.php
- Generation of a self-signed certificate
- Optimization of php.inito match the MISP recommended values
- Creation of the MySQL database
- Generation of the MSIP PGP key
sudo apt-get install -y docker.io git curlsudo curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-composegit clone https://github.com/seanthegeek/misp-docker
cd misp-dockerAdd your misp.crt and misp.key files to the ./proxy/ssl folder
cp template.env .env
nano .envdocker-compose builddocker-compose up -d