Azure Entra ID Riskdetection: Anonymous IP Address sign-in risk events

Detects Azure sign-in risk events labeled as anonymized/anonymous IP addresses.

FreeReviewedSigma · High · v5
Product
azure
Service
riskdetection
Author
Gloria Lee, '@gleeiamglo' (SigmaHQ), DRL 1.1
Published
2023-08-22
Updated
2026-07-31
title: "Azure Entra ID Riskdetection: Anonymous IP Address sign-in risk events"
id: 80572e00-e16b-4f4f-8a87-5e1c0715cf2e
status: test
description: This rule flags sign-in risk events where the risk event type indicates an anonymized/anonymous IP address, such as activity attributed to an anonymous browser or VPN. Attackers may use anonymity services to reduce traceability and increase the chances of successful credential access. It relies on Azure Entra ID risk detection telemetry, specifically the risk event type value recorded for each risk event.
references:
  - https://learn.microsoft.com/en-us/graph/api/resources/riskdetection?view=graph-rest-1.0
  - https://learn.microsoft.com/en-us/entra/id-protection/concept-identity-protection-risks#anonymous-ip-address
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/identity_protection/azure_identity_protection_anonymous_ip_address.yml
author: Gloria Lee, '@gleeiamglo', Huntrule Team
date: 2023-08-22
tags:
  - attack.t1528
  - attack.credential-access
logsource:
  product: azure
  service: riskdetection
detection:
  selection:
    riskEventType: anonymizedIPAddress
  condition: selection
falsepositives:
  - We recommend investigating the sessions flagged by this detection in the context of other sign-ins
level: high
license: DRL-1.1
related:
  - id: 53acd925-2003-440d-a1f3-71a5253fe237
    type: derived