Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 726 Bytes

create.md

File metadata and controls

22 lines (16 loc) · 726 Bytes

Creating Your First TTP

To create a new TTP with TTPForge, use the command shown below:

ttpforge create ttp path/to/ttp.yaml

Make sure that the path you choose is within an existing TTP repository, such as ForgeArmory, so that TTPForge will be able to find the supporting configuration files required to execute your new TTP.

TTPForge will create the specified file and populate it with a skeleton TTP YAML configuration containing important metadata.

Next Steps

Open your new YAML file in your favorite code editor and then check out our guide to Automating Attacker Actions with TTPForge to start building your TTP!