Detection rules › Falco

Create NodePort Service

Severity
WARNING
Source
k8saudit

Detect an attempt to start a service with a NodePort service type

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  not
    jevt.rawtime eq "0"
  objectRef.resource eq "services"
  requestObject.service.type eq "NodePort"
  stage eq "ResponseComplete"
  verb eq "create"

Exclusions

The rule actively suppresses these predicates.

FieldKindExcluded valuesSearch
jevt.rawtimeeq0excludes:jevt.rawtime field:"jevt.rawtime" value:"0"

Indicators

These rows show field, operator, and value matches.