Detection rules › Falco

Anonymous Request Allowed

Severity
WARNING
Source
k8saudit

Detect any request made by the anonymous user that was allowed

Stages and Predicates

Stage 1: falco_condition

and
  not
    or
      requestURI eq "/healthz"
      requestURI starts_with "/healthz?"
  not
    or
      requestURI eq "/livez"
      requestURI starts_with "/livez?"
  not
    or
      requestURI eq "/readyz"
      requestURI starts_with "/readyz?"
  annotations.authorization_k8s_io/decision eq "allow"
  stage eq "ResponseComplete"
  user.username eq "system:anonymous"

Exclusions

The rule actively suppresses these predicates.

Indicators

These rows show field, operator, and value matches.