Skip to content

Commit 40890d7

Browse files
committed
++
1 parent 6de8374 commit 40890d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/execution_container_management_binary_launched_inside_container.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ query = '''
6767
process where host.os.type == "linux" and event.type == "start" and event.action == "exec" and
6868
process.entry_leader.entry_meta.type == "container" and process.interactive == true and
6969
process.name in ("dockerd", "docker", "kubelet", "kube-proxy", "kubectl", "containerd", "systemd", "crictl") and
70-
not process.parent.executable == "/sbin/init"
70+
not process.parent.executable in ("/sbin/init", "/usr/bin/dockerd")
7171
'''
7272
note = """## Triage and analysis
7373

0 commit comments

Comments
 (0)