Query Details
Anomalies
| where RuleName endswith "Anomalous Role Assignment" and RuleStatus != "Flighting"
| extend Query = ExtendedLinks[0]["DetailBladeInputs"]
| project
TimeGenerated,
RuleName,
Description,
Query,
UserPrincipalName,
ActivityInsights,
DeviceInsights,
UserInsights,
StartTime,
EndTime,
Score,
AnomalyDetails,
Entities,
Tactics,
Techniques,
ExtendedLinks
This query is searching through a dataset called "Anomalies" to find records where the "RuleName" ends with "Anomalous Role Assignment" and the "RuleStatus" is not "Flighting." For each of these records, it extracts additional information from the first item in the "ExtendedLinks" array, specifically the "DetailBladeInputs" field, and labels it as "Query." Finally, it selects and displays a set of fields from these records, including:
In simple terms, this query is filtering and displaying detailed information about specific role assignment anomalies that are not in a "Flighting" status.

Jose Sebastián Canós
Released: October 1, 2025
Tables
Keywords
Operators