Detection rules › Falco

ClusterRole With Pod Exec Created

Severity
WARNING
Source
k8saudit

Detect any attempt to create a Role/ClusterRole that can exec to pods

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  or
    objectRef.resource eq "clusterroles"
    objectRef.resource eq "roles"
  requestObject.role.rules.resources eq "pods/exec"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.