mitre / caldera

Automated Adversary Emulation Platform
https://caldera.mitre.org
Apache License 2.0
5.34k stars 1.03k forks source link

How to incorporate YAML from MITRE's Adversary Emulation Library? #2241

Closed egg-mayo-sandwich closed 2 years ago

egg-mayo-sandwich commented 2 years ago

I would like to emulate FIN6's procedures in my home lab, how do we import the yaml file from https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/master/fin6/Emulation_Plan/yaml/FIN6.yaml into CALDERA?

blackwidow0616 commented 2 years ago

Check out the CALDERA Emu plugin: https://github.com/mitre/emu Enable Emu in your CALDERA configuration file, and this plugin should automatically pull in the yaml files from the Center for Threat Informed Defense Adversary Emulation Library.

egg-mayo-sandwich commented 2 years ago

awesome, thanks a lot @blackwidow0616!