Skip to content

Instantly share code, notes, and snippets.

@mvelazc0
Last active February 19, 2021 04:22
Show Gist options
  • Save mvelazc0/19ad02605ea8c6fe843b1b222a26b092 to your computer and use it in GitHub Desktop.
Save mvelazc0/19ad02605ea8c6fe843b1b222a26b092 to your computer and use it in GitHub Desktop.
PurpleSharp Json Playybook
{
"type": "local",
"playbooks": [
{
"name": "Adversary Simulation Playbook 1",
"pbsleep": 5,
"tasks": [
{
"technique": "T1059.001",
"variation": 1
},
{
"technique": "T1059.001",
"variation": 2
}
]
},
{
"name": "Adversary Simulation Playbook 2",
"pbsleep": 5,
"tasks": [
{
"technique": "T1136.001",
"variation": 1
},
{
"technique": "T1136.001",
"variation": 2
}
]
},
{
"name": "Adversary Simulation Playbook 3",
"pbsleep": 5,
"tasks": [
{
"technique": "T1070.001",
"variation": 1
},
{
"technique": "T1070.001",
"variation": 2
}
]
},
{
"name": "Adversary Simulation Playbook 4",
"pbsleep": 5,
"tasks": [
{
"technique": "T1547.001",
"variation": 1
},
{
"technique": "T1547.001",
"variation": 2
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment