Falco low stable other

Launch Privileged Container

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.

View Source

Detection Logic

container_started and container.privileged=true and not falco_privileged_containers and not user_privileged_containers and not redhat_image

Field Validations

Loading…

Comments (0)

Loading comments...