Skip to content

Commit 0de9f19

Browse files
committed
Update execution_shell_evasion_linux_binary.toml
1 parent 106e62d commit 0de9f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/execution_shell_evasion_linux_binary.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ process where host.os.type == "linux" and event.type == "start" and process.exec
181181
(process.name == "busybox" and event.action == "exec" and process.args_count == 2 and process.args : "*sh" and not
182182
process.executable : "/var/lib/docker/overlay2/*/merged/bin/busybox" and not (process.parent.args == "init" and
183183
process.parent.args == "runc") and not process.parent.args in ("ls-remote", "push", "fetch") and not process.parent.name == "mkinitramfs" and
184-
not proces.parent.executable == "/bin/busybox") or
184+
not process.parent.executable == "/bin/busybox") or
185185
(process.name == "env" and process.args_count == 2 and process.args : "*sh") or
186186
(process.parent.name in ("vi", "vim") and process.parent.args == "-c" and process.parent.args : ":!*sh") or
187187
(process.parent.name in ("c89", "c99", "gcc") and process.parent.args : "*sh,-s" and process.parent.args == "-wrapper") or

0 commit comments

Comments
 (0)