Mitre Caldera
Caldera™ is an adversary emulation platform designed to easily run autonomous breach-and-attack simulation exercises. Caldera is built on the MITRE ATT&CK™ framework and is an active research project
Docker Deployment
Caldera can be installed and run in a Docker container.
Start by cloning the Caldera repository recursively, passing the desired version/release in x.x.x format:
Next, build the docker image, changing the image tag as desired.
Alternatively, you can use the docker-compose.yml
file by running:
Finally, run the docker Caldera server, changing port forwarding as required. More information on Caldera’s configuration is available here.
To gracefully terminate your docker container, do the following:
Last updated