/etc/falco/falco_rules.yaml (built-in) and /etc/falco/falco_rules.local.yaml (custom). Always put your custom rules in the local file./var/log/falco/events.log or to syslog. Each line contains the time, severity, rule name, and the details of what triggered it./etc/passwd inside a container. This is a common container escape indicator.container (running in a container), open_write (file write syscall), and fd.name (the file path).CRITICAL writing to /etc/passwd is a serious security event.