Detection rules › Falco

K8s RoleBinding Created

Severity
INFO
Source
k8saudit

Detect any attempt to create a rolebinding

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  jevt.rawtime is_not_null
  objectRef.resource eq "rolebindings"
  responseStatus.code starts_with "2"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.