Last active
July 26, 2020 05:30
-
-
Save mvelazc0/59361df09fb76d3c30ae59314ced90cc to your computer and use it in GitHub Desktop.
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
{ | |
"username": "psharp", | |
"domain": "domain", | |
"dc": "192.168.1.2", | |
"sleep": 1, | |
"playbooks": [ | |
{ | |
"name": "Adversary Simulation Playbook 1", | |
"host": "win10-1", | |
"scoutfpath": "C:\\Installer.exe", | |
"simrpath": "AppData\\Local\\Temp\\tmp12345.exe", | |
"pbsleep": 30, | |
"tasks": [ | |
{ | |
"technique": "T1059.001" | |
}, | |
{ | |
"technique": "T1059.005" | |
}, | |
{ | |
"technique": "T1053.005" | |
} | |
] | |
}, | |
{ | |
"name": "Adversary Simulation Playbook 2", | |
"host": "random", | |
"scoutfpath": "C:\\Windows\\PSEXSVC.exe", | |
"simrpath": "Downloads\\invoice1.exe", | |
"tsleep": 60, | |
"tasks": [ | |
{ | |
"technique": "T1558.003" | |
} | |
] | |
}, | |
{ | |
"name": "Adversary Simulation Playbook 3", | |
"host": "random", | |
"scoutfpath": "C:\\Windows\\Service.exe", | |
"simrpath": "Downloads\\Firefox_Installer.exe", | |
"tasks": [ | |
{ | |
"technique": "T1003.001" | |
}, | |
{ | |
"technique": "T1021.002" | |
}, | |
{ | |
"technique": "T1021.006" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment