Detection rules › Falco

K8s Namespace Deleted

Severity
INFO
Source
k8saudit

Detect any attempt to delete a namespace

Telemetry coverage

Stages and Predicates

Stage 1: falco_condition

and
  not
    user.username starts_with "system:"
  jevt.rawtime is_not_null
  objectRef.resource eq "namespaces"
  responseStatus.code starts_with "2"
  stage eq "ResponseComplete"
  verb eq "delete"

Exclusions

The rule actively suppresses these predicates.

FieldKindExcluded valuesSearch
user.usernamestarts_withsystem:excludes:user.username field:"user.username" value:"system:"

Indicators

These rows show field, operator, and value matches.