How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Docs: Basic Elements of Falco Rules

calendar_today January 1, 2001 domain falco
Rules A rule is a YAML object, part of the rules file, whose definition contains at least the following fields: - rule : shell_in_container desc : notice shell activity within a container condition : > (evt.type in (execve, execveat)) and container.id != host and (proc.name = bash or proc.name = ksh) output : > shell in a container user=%user.name container_id=%container.id container_name=%container.name shell=%proc.name parent=%proc.pname cmdline=%proc.cmdline priority : WARNING Conditions The key part of a rule is the condition field. A condition is a Boolean predicate expressed using the
open_in_new Read original post