Run automated red-team exercises against your internal network to surface unpatched attack paths before real attackers find them.
Map your security defenses against MITRE ATT&CK categories to see exactly which attack techniques you detect and which you miss.
Train security analysts using the built-in capture-the-flag course that teaches the platform interactively.
Automate incident response drills by running specific attack technique playbooks against isolated test machines.
Requires Linux or macOS with Python 3.10 and dedicated test machines to target, read the README security recommendations before deploying.
MITRE Caldera is an automated adversary emulation platform built and maintained by MITRE, the US non-profit that also runs the ATT&CK framework. In plain terms, it is a tool that lets security teams simulate how a real attacker would move through their network, so they can find weaknesses before a real attacker does. The way it works is that a security tester deploys Caldera on a server and then installs small agents on the machines they want to test. Caldera then runs pre-built attack playbooks against those machines automatically, recording what succeeded and what failed. The whole operation can be reviewed through a web interface, and reports show which attack techniques worked and which defenses held. Caldera is built on top of MITRE ATT&CK, which is a widely used catalog of real-world attack tactics and techniques. Each test in Caldera maps to a specific technique in that catalog, so the output is directly useful for understanding which ATT&CK categories your defenses cover and which they miss. The platform has a plugin system that extends its capabilities significantly. Plugins add things like additional attack techniques, incident response automation, visualizations of red-and-blue team operations, and support for industrial control system environments. The default agent is called Sandcat and is written in Go. Setup runs on Linux or macOS with Python 3.10 and optionally Go for compiling agents. A Docker image is also available for quicker deployment. Once the server is running, a capture-the-flag style training course built into the platform teaches you how to use it. This is a research-grade security tool, not a consumer product, and the README notes several security recommendations for safe deployment.
← mitre on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.