-
-
Save mvelazc0/19ad02605ea8c6fe843b1b222a26b092 to your computer and use it in GitHub Desktop.
PurpleSharp Json Playybook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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