Skip to content

Commit 3decbd4

Browse files
committed
Update command_and_control_curl_wget_spawn_via_nodejs_parent.toml
1 parent 4def7ab commit 3decbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cross-platform/command_and_control_curl_wget_spawn_via_nodejs_parent.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ tags = [
9696
"Resources: Investigation Guide",
9797
"Data Source: Crowdstrike",
9898
"Data Source: Elastic Defend",
99+
"Data Source: Elastic Endgame",
99100
"Data Source: Windows Security Event Logs",
100101
"Data Source: Microsoft Defender for Endpoint",
101102
"Data Source: Sysmon",
102103
"Data Source: SentinelOne",
103104
"Data Source: Crowdstrike",
104105
"Data Source: Auditd Manager",
105-
"Data Source: Elastic Endgame",
106106
]
107107
timestamp_override = "event.ingested"
108108
type = "eql"
@@ -118,7 +118,7 @@ process where event.type == "start" and
118118
process.name in ("curl", "wget", "curl.exe", "wget.exe")
119119
)
120120
) and
121-
not process.command_line like ("*127.0.0.1*", "*localhost*")
121+
not process.command_line like ("*127.0.0.1*", "*localhost*")
122122
'''
123123

124124
[[rule.threat]]

0 commit comments

Comments
 (0)