Detection rules › Falco

ClusterRole With Wildcard Created

Severity
WARNING
Source
k8saudit

Detect any attempt to create a Role/ClusterRole with wildcard resources or verbs

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"
  or
    requestObject.role.rules.resources eq "*"
    requestObject.role.rules.verbs eq "*"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.