Skip to content

Commit bd9b1f2

Browse files
authored
[Rule Tuning] Suspicious React Server Child Process (#5419)
1 parent 0b94991 commit bd9b1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cross-platform/initial_access_execution_susp_react_serv_child.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/12/04"
33
integration = ["endpoint", "windows", "auditd_manager", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2025/12/05"
5+
updated_date = "2025/12/08"
66

77
[rule]
88
author = ["Elastic"]
@@ -77,7 +77,7 @@ tags = [
7777
timestamp_override = "event.ingested"
7878
type = "eql"
7979
query = '''
80-
process where event.type == "start" and event.action != "fork" and (
80+
process where event.type == "start" and event.action in ("exec", "executed", "start", "process_started") and (
8181
process.name in (
8282
"sh", "bash", "zsh", "curl", "wget", "id", "whoami", "uname", "cmd.exe", "cat", "powershell.exe", "java", "rundll32.exe", "wget.exe", "certutil.exe",
8383
"nc", "ncat", "netcat", "nc.openbsd", "nc.traditional", "socat", "busybox", "mkfifo", "nohup", "setsid", "xterm"

0 commit comments

Comments
 (0)