Launch Disallowed Container
Description
Detect the initial process launched within a container that is not in a list of allowed containers. This rule holds value for generic auditing; however, this rule requires a good understanding of your setup and consistent effort to keep the list of allowed containers current. In some situations, this can be challenging to manage.
Query · falco
container_started and not allowed_containers
Rule dependencies
Depends on
-
composes · Falco macro
allowed_containersA 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.
Analyst notes
Container started and not in allowed list | evt_type=%evt.type user_uid=%user.uid user_loginuid=%user.loginuid process=%proc.name proc_exepath=%proc.exepath parent=%proc.pname command=%proc.cmdline terminal=%proc.tty