Let’s Learn: Installing MISP Using Docker

Sourcehttps://github.com/harvard-itsecurity/docker-misp
Goal: Install and configure a local instance of Malware Information Sharing Platform and Threat Sharing (MISP)

Steps:
(0) Install Docker (source: https://docs.docker.com/engine/installation/)
(1) Initialize Database

docker run -it --rm \
-v /:/var/lib/mysql \
harvarditsecurity/misp /init-db

(2) Start the Docker Container

docker run -it -d \
-p 443:443 \
-p 80:80 \
-p 3306:3306 \
-v :/var/lib/mysql \
harvarditsecurity/misp

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: