Debugfs Launched in Privileged Container
Description
Detect file system debugger debugfs launched inside a privileged container which might lead to container escape. This rule has a more narrow scope.
Query · falco
spawned_process and container and container.privileged=true and proc.name=debugfs
Rule dependencies
Depends on
-
composes · Falco macro
containerA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
spawned_processA shared condition, not a detection — not indexed on this site.
Analyst notes
Debugfs launched started in a privileged container | evt_type=%evt.type user=%user.name user_uid=%user.uid user_loginuid=%user.loginuid process=%proc.name proc_exepath=%proc.exepath parent=%proc.pname command=%proc.cmdline terminal=%proc.tty exe_flags=%evt.arg.flags