MISP Docker (old)

MISP Docker setup

git clone https://gitlab.ost.ch/misp/docker-lab

cd /home/hacker/Desktop/docker-lab/

docker compose up

Connect to misp for the fist time

http://localhost:80

Default Credentials: admin@admin.test / admin

After login with this credentials you have to change the password

Pulling down a list of events

sync actions --> list feeds

Enable feed1 and click on fetch and store all feed data

Go to administration -->Jobs to view progress

After a while there is content visible from the feed

Setup done! We will do some exercises with this MISP Docker later :)

Last updated