Detection rules › Falco

K8s Role Created

Severity
INFO
Source
k8saudit

Detect any attempt to create a role

Telemetry coverage

PlatformRecord / event type
Kubernetescreate-roles: create roles

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 "roles"
  responseStatus.code starts_with "2"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.