---
title: Anonymous request authorized
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Datadog Security > OOTB Rules > Anonymous request authorized
---

# Anonymous request authorized
Classification:attackTactic:[TA0001-initial-access](https://attack.mitre.org/tactics/TA0001)Technique:[T1078-valid-accounts](https://attack.mitre.org/techniques/T1078) 
## Goal{% #goal %}

Detect when an unauthenticated request user is permitted in Kubernetes.

## Strategy{% #strategy %}

This rule monitors when any action is permitted (`@http.status_code:[100 TO 299]`) for an unauthenticated user (`@user.username:\"system:anonymous\"`). The `/livez` and `/readyz` endpoints are commonly accessed unauthenticated and are excluded in the query filter.

## Triage and response{% #triage-and-response %}

1. Inspect all of the HTTP paths accessed and determine if any of the path should be permitted by unauthenticated users.
1. Determine what IP addresses accessed Kubernetes endpoints which may contain sensitive data.

## Changelog{% #changelog %}

- 7 May 2024 - Updated detection query to include logs from Azure Kubernetes Service.
- 15 July 2024 - Updated detection query to include logs from Google Kubernetes Engine.
