mitre/caldera โ€” GitHub Repository Preview
Security & Pentesting โ˜… 6.8k Python

mitre/caldera

by @mitre ยท

6.8k Stars
1.3k Forks
0 Issues
Python Language

CALDERA is a cyber security platform by MITRE designed to automate adversary emulation, assist manual red-teams, and automate incident response. Built on the MITRE ATT&CK framework, it combines a command-and-control server with a REST API and web interface. Features an extensive plugin ecosystem for red team operations, blue team defense validation, and automated security assessments. Simulates real-world adversary tactics and techniques in controlled environments.

mitre
@mitre Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/mitre/caldera.git

Quick Start Example

bash
# Install CALDERA
git clone https://github.com/mitre/caldera.git \
  --recursive
cd caldera

pip install -r requirements.txt

# Start the server
python server.py --insecure

# Access dashboard at http://localhost:8888
# Default creds: admin / admin

Tags

#mitre-attack#red-team#adversary-emulation#caldera#incident-response#python

Related Projects