Detection rules › Falco

EphemeralContainers Created

Severity
NOTICE
Source
k8saudit

Detect any ephemeral container created

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"
  objectRef.resource eq "pods"
  objectRef.subresource eq "ephemeralcontainers"
  objectRef.subresource is_not_null
  stage eq "ResponseComplete"
  verb in ["create", "patch", "update"]

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.