An intelligence focused mapping tool to help network defenders and threat intelligence in the process of mapping adversarial behaviors to make meaningful and informed command decisions.
sudo apt update -y
sudo apt install curl -y
https://get.docker.com | bash
git clone https://github.com/glowbase/decider-v2.git
cd decider-v2
cp .env.template .env
sudo docker compose up