Skip to content

AadTenantId, CurrentLocation, and CurrentIPAddress empty in SecurityAlert for AAD Identity Protection alerts after 13 Jan 2026 #13689

@SudBuddy

Description

@SudBuddy

Hello Team,
We are observing an issue in Microsoft Sentinel Analytic Rule where certain fields are coming as empty starting from 13 Jan 2026 for alerts generated from Microsoft Entra ID Identity Protection.
Specifically, for the following alert types:
Unfamiliar sign-in properties
Atypical travel
The below fields are now returning empty values:

  1. AadTenantId = | extend AadTenantId = tostring(Entity.AadTenantId)
  2. CurrentLocation = ExtendedProperties["Current Location"]
  3. CurrentIPAddress = ExtendedProperties["Current IP Address"]

Before 13 Jan 2026, the same query was shows the results and these fields were properly populated.

Query Path: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Microsoft%20Entra%20ID%20Protection/Analytic%20Rules/CorrelateIPC_Unfamiliar-Atypical.yaml

Observed Behavior:
AadTenantId is empty inside Entities dynamic column.
CurrentLocation and CurrentIPAddress extracted from ExtendedProperties are empty.
Join with IdentityInfo is impacted due to missing AadTenantId and query returns No Results.

Questions:
1.Has there been any backend schema change for SecurityAlert related to:
Entities structure?
AadTenantId field?
2.ExtendedProperties property names, if yes then new property name's for Current Location and Ipaddress?
3.Is there any official documentation or change log that mentions:
Schema changes
Field deprecation
Property renaming

Expected Behavior:
Entity.AadTenantId should be populated for account type entities.
ExtendedProperties should contain:
Current Location
Current IP Address

To Reproduce:
Run the same query mentioned above, comparing the result structure before and after 13 Jan 2026 shows that certain properties are no longer present.

We would appreciate confirmation on whether this is due to a backend change or if query needs to be update.
Thank you.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions