Detection rules › Falco

K8s Secret Get Successfully

Severity
ERROR
Source
k8saudit

Detect any attempt to get a secret. Service account tokens are excluded.

Telemetry coverage

PlatformRecord / event type
Kubernetesget-secrets: get secrets

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

Indicators

These rows show field, operator, and value matches.