Skip to content

wrhalpin/RedGNAT

Repository files navigation

RedGNAT

Python 3.11+ License Apache 2.0 Pylint Tests Coverage ≥70% STIX 2.1


Continuous Automated Red Teaming (CART) addon for the GNAT-o-sphere. RedGNAT ingests live threat intelligence from GNAT and SandGNAT, builds scoped adversary-emulation scenarios, executes them under layered safety controls, and feeds detection gaps back into GNAT as structured intelligence requirements.

Documentation · GNAT · SandGNAT

Quick start

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp config/config.ini.example redgnat.ini
# edit redgnat.ini — set db_url, redis_url, gnat config_path
docker compose up -d
make migrate
make worker &
make api

See the getting-started tutorial for the full walkthrough.

License

Apache 2.0.

Releases

No releases published

Packages

 
 
 

Contributors