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/templates/detections/endpoint/anomalous_usage_of_7zip.yml
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -38,35 +38,31 @@ drilldown_searches:
38
38
search: '| from datamodel Risk.All_Risk | search normalized_risk_object IN ($user$, $dest$) starthoursago=168 endhoursago=1 | stats count min(_time) as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message) as "Risk Message" values(analyticstories) as "Analytic Stories" values(annotations._all) as "Annotations" values(annotations.mitre_attack.mitre_tactic) as "ATT&CK Tactics" by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`'
39
39
earliest_offset: $info_min_time$
40
40
latest_offset: $info_max_time$
41
+
rba:
42
+
message: An instance of $parent_process_name$ spawning $process_name$ was identified
43
+
on endpoint $dest$ by user $user$. This behavior is indicative of suspicious loading
44
+
of 7zip.
45
+
risk_objects:
46
+
- field: user
47
+
type: user
48
+
score: 56
49
+
- field: dest
50
+
type: system
51
+
score: 60
52
+
threat_objects:
53
+
- field: parent_process_name
54
+
type: parent_process_name
55
+
- field: process_name
56
+
type: process_name
41
57
tags:
42
58
analytic_story:
43
59
- Cobalt Strike
44
60
asset_type: Endpoint
45
61
confidence: 80
46
62
impact: 80
47
-
message: An instance of $parent_process_name$ spawning $process_name$ was identified
48
-
on endpoint $dest$ by user $user$. This behavior is indicative of suspicious loading
0 commit comments