AI assisted OT and IT Threat modelling too with support from MITRE EMB3D and compliance map
1.9K
The AI-Assisted, Diagram-First Threat Modeling Suite for IT/OT Systems.
ThreatMax Engine is a powerful web application designed to bridge the gap between architecture design and security analysis. By combining intuitive data-flow-diagramming (DFD) with automated threat intelligence mapping—including MITRE EMB3D—it empowers security analysts to identify, review, and mitigate risks in real-time.
Quick Start | Features | Configuration
Run the production-ready image in seconds:
docker run --rm -d -p 80:80 --name threatmax-engine imlucif3r/threatmax-engine:latest
Access the UI at: http://localhost
To ensure your models persist across container restarts, mount a volume to /app/data:
docker run -d -p 80:80 \
-v threatmax-data:/app/data \
--name threatmax-engine \
imlucif3r/threatmax-engine:latest
| Variable | Description | Default |
|---|---|---|
PORT | Overrides the internal container listening port | 80 |
When running behind Nginx, Traefik, or HAProxy, ensure you enable WebSocket upgrades for the following paths:
/ws (Collaboration/Sync)/api/health (Liveness/Readiness probes)The container ships with pre-configured templates found in /app/Templates:
Collaboration links (?model=<uuid>) are capability-based. Anyone with the URL can access and edit the model. For production environments, it is recommended to run ThreatMax behind an Identity Aware Proxy (IAP), VPN, or SSO solution.
Content type
Image
Digest
sha256:c57abaa09…
Size
91.6 MB
Last updated
6 months ago
docker pull imlucif3r/threatmax-engine