Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 497 Bytes

File metadata and controls

20 lines (17 loc) · 497 Bytes

Decider-v2

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.

Installation

Docker

Install Docker Compose

sudo apt update -y
sudo apt install curl -y
https://get.docker.com | bash

Configure and Run Decider-v2

git clone https://github.com/glowbase/decider-v2.git
cd decider-v2
cp .env.template .env
sudo docker compose up