Skip to content

Commit 45a3f41

Browse files
SamirbousAegrah
andauthored
Update rules/cross-platform/initial_access_execution_susp_react_serv_child.toml
Co-authored-by: Ruben Groenewoud <[email protected]>
1 parent 226e22b commit 45a3f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/initial_access_execution_susp_react_serv_child.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tags = [
7777
timestamp_override = "event.ingested"
7878
type = "eql"
7979
query = '''
80-
process where event.type == "start" and (
80+
process where event.type == "start" and event.action != "fork" 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)