https://github.com/cmndcntrlcyber/attck-planner
The ATT&CK Planner is a web-based tool built using Streamlit, which utilizes the MITRE ATT&CK framework and Ollama API to generate adversary emulation plans based on a selected threat actor and desired impact.
The application fetches known attack techniques for specific threat actors and uses the Ollama AI model to generate detailed emulation strategies and mitigation recommendations.
Features
Pull & Run the docker image
docker pull cmndcntrl/threat-emulation-planner:1.0 docker run -d --gpus=all -p 8501:8501 --name threat-planner cmndcntrl/threat-emulation-planner
Future Enhancements