Launch Sensitive Mount Container
Description
Detect the initial process launched within a container that has a mount from a sensitive host directory (e.g. /proc). Exceptions are made for known trusted images. This rule holds value for generic auditing; however, its noisiness varies based on your environment.
Query · falco
container_started and sensitive_mount and not falco_sensitive_mount_containers and not user_sensitive_mount_containers
Rule dependencies
Depends on
-
composes · Falco macro
container_startedA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
falco_sensitive_mount_containersA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
sensitive_mountA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
user_sensitive_mount_containersA shared condition, not a detection — not indexed on this site.
Analyst notes
Container with sensitive mount started | mounts=%container.mounts 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