Detection rules › Falco

Create Disallowed Pod

Severity
WARNING
Source
k8saudit

Detect an attempt to start a pod with a container image outside of a list of allowed images.

Telemetry coverage

PlatformRecord / event type
Kubernetescreate-pods: create pods

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  jevt.rawtime is_null
  objectRef.resource eq "pods"
  objectRef.subresource is_null
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.