Detection rules › Falco
Untrusted Node Successfully Joined the Cluster
Detect a node successfully joined the cluster outside of the list of allowed nodes.
Telemetry coverage
| Platform | Record / event type |
|---|---|
| Kubernetes | create-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.
| Field | Kind | Excluded values | Search |
|---|---|---|---|
objectRef.name | in | excludes:objectRef.name |
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
jevt.rawtime | is_null | field:"jevt.rawtime" kind:is_null | |
objectRef.resource | eq |
| field:"objectRef.resource" kind:eq value:"nodes" |
responseStatus.code | starts_with |
| field:"responseStatus.code" kind:starts_with value:"2" |
stage | in |
| field:"stage" kind:in value:"ResponseComplete" |
verb | eq |
| field:"verb" kind:eq value:"create" |