Detection rules › Falco

Attach/Exec Pod

Severity
NOTICE
Source
k8saudit

Detect any attempt to attach/exec to a pod

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  not
    jevt.rawtime eq "0"
  or
    verb eq "create"
    verb eq "get"
  objectRef.resource eq "pods"
  objectRef.subresource in ["attach", "exec"]
  objectRef.subresource is_not_null
  stage eq "ResponseStarted"

Exclusions

The rule actively suppresses these predicates.

FieldKindExcluded valuesSearch
jevt.rawtimeeq0excludes:jevt.rawtime field:"jevt.rawtime" value:"0"

Indicators

These rows show field, operator, and value matches.