← Alle Anleitungen
MISP
MISP is a threat intelligence platform for storing, correlating, and sharing indicators of compromise between organizations and analysts, distributed as an official production-ready Docker Compose stack.
Zielsystem: Any Docker hostSecurityThreat IntelligenceOffizielle Website ↗Offizielle Dokumentation ↗
Diese Anleitung basiert auf der offiziellen Dokumentation von MISP, oben verlinkt — überprüfe dort immer die genauen Paket-/Versionsnamen, bevor du diese Befehle auf einem Produktionsserver ausführst, da sich Distributions- und Projektversionen mit der Zeit ändern.
1Clone the official misp-docker repository
git clone https://github.com/MISP/misp-docker.gitcd misp-docker2Prepare the environment file
cp template.env .envCustomize .env (base URL, admin email, etc.) before starting the stack.
3Pull and start the stack
docker compose pulldocker compose up -dRequires Docker Engine 25+ (or Podman 4.9+) and Compose plugin 2.17+.
4Log in and change the default password immediately
The stack ships with a well-known default admin account that must be rotated right away.
Open http://localhost — default login is [email protected] / admin.