Skip to content

Commit b91ead6

Browse files
authored
Merge pull request #761 from shreyamalviya/link-same-pba-techniques
Link ATT&CK techniques of the same PBA in the config
2 parents d6264e9 + 54b0eeb commit b91ead6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

monkey/monkey_island/cc/services/attack/attack_schema.py

+8-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"link": "https://attack.mitre.org/techniques/T1156",
8989
"description": "Adversaries may abuse shell scripts by "
9090
"inserting arbitrary shell commands to gain persistence, which "
91-
"would be executed every time the user logs in or opens a new shell."
91+
"would be executed every time the user logs in or opens a new shell.",
92+
"depends_on": ["T1504"]
9293
},
9394
"T1136": {
9495
"title": "Create account",
@@ -117,7 +118,8 @@
117118
"link": "https://attack.mitre.org/techniques/T1168/",
118119
"description": "Linux supports multiple methods for creating pre-scheduled and "
119120
"periodic background jobs. Job scheduling can be used by adversaries to "
120-
"schedule running malicious code at some specified date and time."
121+
"schedule running malicious code at some specified date and time.",
122+
"depends_on": ["T1053"]
121123
},
122124
"T1504": {
123125
"title": "PowerShell profile",
@@ -127,7 +129,8 @@
127129
"link": "https://attack.mitre.org/techniques/T1504",
128130
"description": "Adversaries may gain persistence and elevate privileges "
129131
"in certain situations by abusing PowerShell profiles which "
130-
"are scripts that run when PowerShell starts."
132+
"are scripts that run when PowerShell starts.",
133+
"depends_on": ["T1156"]
131134
},
132135
"T1053": {
133136
"title": "Scheduled task",
@@ -137,7 +140,8 @@
137140
"link": "https://attack.mitre.org/techniques/T1053",
138141
"description": "Windows utilities can be used to schedule programs or scripts to "
139142
"be executed at a date and time. An adversary may use task scheduling to "
140-
"execute programs at system startup or on a scheduled basis for persistence."
143+
"execute programs at system startup or on a scheduled basis for persistence.",
144+
"depends_on": ["T1168"]
141145
},
142146
"T1166": {
143147
"title": "Setuid and Setgid",

0 commit comments

Comments
 (0)