Query Details
Anomalies
| where RuleName endswith "Anomalous Process Path used by a user account" and RuleStatus != "Flighting"
| extend
Query = ExtendedLinks[0]["DetailBladeInputs"]
| mv-expand AnomalyReasons
| extend FilePath = AnomalyReasons["Value"]
| project
TimeGenerated,
RuleName,
Description,
Query,
UserName,
FilePath,
Score,
AnomalyDetails,
Entities,
Tactics,
Techniques,
ExtendedLinks
This query is searching for anomalies related to a user account using an anomalous process path. It filters out any anomalies that are in a "Flighting" status. It then extends the query to include the detail blade inputs. It expands the anomaly reasons and extends the file path. Finally, it projects various fields including the time generated, rule name, description, query, user name, file path, score, anomaly details, entities, tactics, techniques, and extended links.

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