[Rule Tuning] Curl or Wget Spawned via Node.js (#5904)

(cherry picked from commit 62b60f9a78)
This commit is contained in:
Ruben Groenewoud
2026-03-31 18:36:59 +02:00
committed by tradebot-elastic
parent de285c8423
commit b59529c2fa
@@ -2,7 +2,7 @@
creation_date = "2025/09/18"
integration = ["endpoint", "windows", "system", "sentinel_one_cloud_funnel", "crowdstrike", "auditd_manager"]
maturity = "production"
updated_date = "2025/12/23"
updated_date = "2026/03/31"
[rule]
author = ["Elastic"]
@@ -116,7 +116,7 @@ process.parent.name in ("node", "bun", "node.exe", "bun.exe") and (
)
) and not (
process.command_line like ("*127.0.0.1*", "*localhost*", "*/home/*/.claude/shell-snapshots/*", "*/root/.claude/shell-snapshots/snapshot*") or
process.parent.executable like ("/*/.cursor-server/*node", "/root/.nvm/*/node", "/*/.vscode-server/*/node", "/home/*/.nvm/*/node", "/home/*/cursor-agent/*/node")
process.parent.executable like ("/*/.cursor-server/*node", "/home/*/cursor-agent/*/node")
)
'''