You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contentctl/objects/constants.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
"Command And Control": "Command and Control",
17
17
"Exfiltration": "Actions on Objectives",
18
18
"Impact": "Actions on Objectives",
19
+
"Stealth": "Exploitation",
20
+
"Defense Impairment": "Exploitation",
19
21
}
20
22
21
23
SES_CONTEXT_MAPPING= {
@@ -148,3 +150,5 @@
148
150
149
151
DEPRECATED_TEMPLATE="**WARNING**, this {content_type} has been marked **DEPRECATED** by the Splunk Threat Research Team. This means that it will no longer be maintained or supported. If you have any questions feel free to email us at: research@splunk.com. {description}"
150
152
EXPERIMENTAL_TEMPLATE="**WARNING**, this {content_type} is marked **EXPERIMENTAL** by the Splunk Threat Research Team. This means that the {content_type} has been manually tested but we do not have the associated attack data to perform automated testing or cannot share this attack dataset due to its sensitive nature. If you have any questions feel free to email us at: research@splunk.com. {description}"
0 commit comments