Skip to content

Commit 7ce610f

Browse files
committed
headless_bee
1 parent d2c4235 commit 7ce610f

4 files changed

+10
-1
lines changed

detections/endpoint/windows_anonymous_pipe_activity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ rba:
4343
score: 30
4444
- field: user
4545
type: user
46+
threat_objects:
47+
- field: process_name
48+
type: process_name
4649
tags:
4750
analytic_story:
4851
- SnappyBee

detections/endpoint/windows_create_test_registry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ rba:
4545
- field: user
4646
type: user
4747
score: 60
48+
threat_objects: []
4849
tags:
4950
analytic_story:
5051
- SnappyBee

detections/endpoint/windows_svchost_exe_parent_process_anomaly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ rba:
5151
- field: user
5252
type: user
5353
score: 50
54+
threat_objects:
55+
- field: parent_process_name
56+
type: parent_process_name
57+
- field: process_name
58+
type: process_name
5459
tags:
5560
analytic_story:
5661
- SnappyBee

detections/endpoint/windows_unusual_syswow64_process_run_system32_executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ rba:
4848
- field: dest
4949
type: system
5050
score: 40
51+
threat_objects:
5152
- field: process_path
5253
type: process_name
53-
score: 40
5454
tags:
5555
analytic_story:
5656
- Nexus APT Threat Activity

0 commit comments

Comments
 (0)