Launch Privileged Container
Description
Detect the initial process initiation within a privileged container, with exemptions for known and trusted images. This rule primarily serves as an excellent auditing mechanism since highly privileged containers, when compromised, can result in significant harm. For instance, if another rule triggers within such a privileged container, it could be seen as more suspicious, prompting a closer inspection.
Query · falco
container_started and container.privileged=true and not falco_privileged_containers and not user_privileged_containers and not redhat_image
Rule dependencies
Depends on
-
composes · Falco macro
containerA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
container_startedA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
falco_privileged_containersA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
redhat_imageA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
user_privileged_containersA shared condition, not a detection — not indexed on this site.
Analyst notes
Privileged container started | 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