Skip to content

Commit 437577e

Browse files
authored
Create playbook.yml
1 parent f1b6743 commit 437577e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

apt/carbanak/playbook.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# Reference: https://attack.mitre.org/groups/G0008/
3+
- hosts: windows
4+
vars:
5+
- atomic_dir: /path/to/atomic-red-team/atomics/
6+
tasks:
7+
- name: T1078 - Valid Accounts
8+
# Should be triggered by Ansible auth
9+
- name: T1089 - Disable Security Tools
10+
art:
11+
atomic: T1089
12+
- name: T1036 - Masquerading
13+
art:
14+
atomic: T1036
15+
- name: T1050 - New Service
16+
art:
17+
atomic: T1036
18+
- name: T1219 - Remote Access Tools
19+
# Not implemented by ART
20+
- name: T1085 - Rundll32
21+
art:
22+
atomic: T1085
23+
- name: T1102
24+
# Not implemented by ART

0 commit comments

Comments
 (0)