diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index d3e8038d..36b964f0 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -522,7 +522,7 @@ - macro: container_started condition: > ((evt.type = container or - (evt.type=execve and evt.dir=< and proc.vpid=1)) and + (spawned_process and proc.vpid=1)) and container.image.repository != incomplete) - macro: interactive