Custom rule for shell in container falco

Minimal custom rule with condition/output/priority; loaded from rules.d drop-in dir

cat > /etc/falco/rules.d/shell.yaml <<'EOF' - rule: Shell in container desc: A shell was spawned in a container condition: container and proc.name in (bash, sh, zsh) output: "Shell spawned (pod=%k8s.pod.name cmd=%proc.cmdline)" priority: WARNING EOF
more falco all 6 commands →