Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/security/misp/misp-ubuntu.sh
chmod +x misp-ubuntu.sh
sudo bash misp-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/security/misp/misp-ubuntu.sh
2 Make it Executable
chmod +x misp-ubuntu.sh
3 Run the Installer
sudo bash misp-ubuntu.sh
4 Access the Web UI
https://
# Default login: admin@admin.test / admin (change immediately)
Ports Used
| Port | Purpose |
|---|---|
| 443 | MISP web UI + API (HTTPS) |
| 80 | HTTP redirect to HTTPS |
| 3306 | MariaDB (internal only) |
| 6379 | Redis (internal only) |
