Detection rules › Falco

Attach to cluster-admin Role

Severity
WARNING
Source
k8saudit

Detect any attempt to create a ClusterRoleBinding to the cluster-admin user

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  objectRef.resource eq "clusterrolebindings"
  requestObject.binding.role eq "cluster-admin"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.