Kubernetes Unauthorized or Unauthenticated Access
Description
Detects when a request to the Kubernetes API is rejected due to lack of authorization or due to an expired authentication token being used. This may indicate an attacker attempting to leverage credentials they have obtained.
Query · sigma
selection: responseStatus.code: - 401 - 403 condition: selection
Known false positives
- A misconfigured RBAC policy, a mistake by a valid user, or a wider issue with authentication tokens can also generate these errors.