We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b6743 commit 437577eCopy full SHA for 437577e
apt/carbanak/playbook.yml
@@ -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
14
+ atomic: T1036
15
+ - name: T1050 - New Service
16
17
18
+ - name: T1219 - Remote Access Tools
19
+ # Not implemented by ART
20
+ - name: T1085 - Rundll32
21
22
+ atomic: T1085
23
+ - name: T1102
24
0 commit comments