Detection rules › Falco

Create Disallowed Namespace

Severity
WARNING
Source
k8saudit

Detect any attempt to create a namespace outside of a set of known namespaces

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  not
    objectRef.name in ["default", "kube-public", "kube-system"]
  objectRef.resource eq "namespaces"
  stage eq "ResponseComplete"
  verb eq "create"

Exclusions

The rule actively suppresses these predicates.

Indicators

These rows show field, operator, and value matches.