Query Details
Anomalies
| where RuleName endswith "UEBA Anomalous Privilege Granted" and RuleStatus != "Flighting"
| extend
Query = ExtendedLinks[0]["DetailBladeInputs"]
| project
TimeGenerated,
RuleName,
Description,
Query,
UserPrincipalName,
ActivityInsights,
DeviceInsights,
UserInsights,
Score,
AnomalyDetails,
Entities,
Tactics,
Techniques,
ExtendedLinks
This query retrieves anomalies where the rule name ends with "UEBA Anomalous Privilege Granted" and the rule status is not "Flighting". It then extends the query with the detail blade inputs and projects various fields such as time generated, rule name, description, query, user principal name, activity insights, device insights, user insights, score, anomaly details, entities, tactics, techniques, and extended links.

Jose Sebastián Canós
Released: December 15, 2022
Tables
Keywords
Operators