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
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
7
+
updated_date = "2025/01/07"
6
8
7
9
[rule]
8
10
author = ["Elastic"]
@@ -13,7 +15,7 @@ for examining and debugging binary files or data streams. Attackers can leverage
13
15
identifying injection points and craft exploits based on the observed behaviors and structures within these files.
14
16
"""
15
17
from = "now-9m"
16
-
index = ["logs-endpoint.events.*", "endgame-*", "auditbeat-*", "logs-auditd_manager.auditd-*"]
18
+
index = ["logs-endpoint.events.*", "endgame-*", "auditbeat-*", "logs-auditd_manager.auditd-*", "logs-crowdstrike.fdr*", "logs-sentinel_one_cloud_funnel.*"]
17
19
language = "eql"
18
20
license = "Elastic License v2"
19
21
name = "Suspicious Dynamic Linker Discovery via od"
@@ -55,12 +57,14 @@ tags = [
55
57
"Data Source: Elastic Defend",
56
58
"Data Source: Elastic Endgame",
57
59
"Data Source: Auditd Manager",
60
+
"Data Source: Crowdstrike",
61
+
"Data Source: SentinelOne",
58
62
]
59
63
timestamp_override = "event.ingested"
60
64
type = "eql"
61
65
62
66
query = '''
63
-
process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started")
67
+
process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event", "start", "ProcessRollup2", "executed", "process_started")
0 commit comments