Detection rules › Falco

ClusterRole With Write Privileges Created

Severity
NOTICE
Source
k8saudit

Detect any attempt to create a Role/ClusterRole that can perform write-related actions

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.verbs in ["create", "delete", "deletecollection", "patch", "update"]
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.