Detection rules › Falco

Untrusted Node Successfully Joined the Cluster

Severity
ERROR
Source
k8saudit

Detect a node successfully joined the cluster outside of the list of allowed nodes.

Telemetry coverage

PlatformRecord / event type
Kubernetescreate-nodes: create nodes

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  not
    objectRef.name in
  jevt.rawtime is_null
  objectRef.resource eq "nodes"
  responseStatus.code starts_with "2"
  stage eq "ResponseComplete"
  verb eq "create"

Exclusions

The rule actively suppresses these predicates.

FieldKindExcluded valuesSearch
objectRef.namein(no value, null check)excludes:objectRef.name

Indicators

These rows show field, operator, and value matches.