Query Details
//Shows Sentinel use cases count by MITRE tactics. Anomalies | extend tactics = split(Tactics, ",") | mv-expand tactics | summarize UseCasesCount = count() by tostring(tactics) | order by UseCasesCount desc
This query is designed to count and display the number of Sentinel use cases associated with each MITRE tactic. Here's a step-by-step breakdown in simple terms:
In summary, this query lists each MITRE tactic along with the number of Sentinel use cases associated with it, sorted from the most to the least frequent.

Rod Trent
Released: August 16, 2024
Tables
Keywords
Operators