Detection rules › Falco

Ingress Object without TLS Certificate Created

Severity
WARNING
Source
k8saudit

Detect any attempt to create an ingress without TLS certification.

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Stages and Predicates

Stage 1: falco_condition

and
  jevt.rawtime is_not_null
  objectRef.resource eq "ingresses"
  requestObject.spec.tls is_null
  responseStatus.code starts_with "2"
  stage eq "ResponseComplete"
  verb eq "create"

Indicators

These rows show field, operator, and value matches.