Skip to content

Instantly share code, notes, and snippets.

@mvelazc0
Last active July 26, 2020 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvelazc0/59361df09fb76d3c30ae59314ced90cc to your computer and use it in GitHub Desktop.
Save mvelazc0/59361df09fb76d3c30ae59314ced90cc to your computer and use it in GitHub Desktop.
{
"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