Starter templates — MITRE ATT&CK tagged
Loads into the builder. Everything stays editable.
1
Table
TableName
2
Time range
| where … > ago()
3
Filters
| where
Consecutive OR rows are grouped in parentheses; AND starts a new where clause.
4
Columns
| extend · | project
Project columns (empty = all columns)
5
Aggregate
| summarize … by
6
Sort & limit
| top · | order by · | take
Generated KQL
Saved queries (this browser only)