MISP Malware Information Sharing Platform

Setup Guide

  1. Sudo apt update
  2. Sudo apt install git
  3. Sudo apt install vim
  4. Sudo apt install python3
  5. Sudo apt install python3-setuptools
  6. Install docker  https://docs.docker.com/engine/install/ubuntu/
  7. clone misp docker repo not as sudo preferably https://github.com/MISP/misp-docker clone: https://github.com/MISP/misp-docker.git
  8. Cd into directory for msip
  9. Sudo vim template.env / baseusrl https://IpOfMachine edit the .env file
  10. Sudo cp template.env .env copy env file removing template
  11. Sudo apt install docker-compose (docker compose) this might not be needed as the – is deprechiated now
  12. Sudo docker compose pull
  13. Sudo docker compose up

Useful Docker Commands

  • docker ps – To show the running containers
  • docker ps -a To show all containers
  • docker inspect <container name>
  • docker update –restart always
  • cd into misp-docker directory
  • sudo docker compose pull
  • sudo docker compose up

MISP Use and Settings

OpenCTI – Cyber Threat Intel

Setup Guide

Useful Docker Commands

  • docker ps – To show the running containers
  • docker ps -a To show all containers
  • docker inspect <container name>
  • docker update –restart always
  • cd into misp-docker directory
  • sudo docker compose pull
  • sudo docker compose up

OpenCTI Use and Settings

MISP and OpenCTI – Threat Intel