Most common installed cricital extensions visualised


Query · kql

DeviceTvmBrowserExtensions
| where ExtensionRisk == "Critical"
| summarize count() by ExtensionName
| render piechart with(title="Most Common Critical Extentions")
Raw source Most common installed cricital extensions visualised · KQL
Esc
Published by Bert-JanP/Hunting-Queries-Detection-Rules ↗, licensed under BSD 3-Clause ↗. Reproduced here unmodified.
# Most common installed cricital extensions visualised
----
## Defender XDR
```
DeviceTvmBrowserExtensions
| where ExtensionRisk == "Critical"
| summarize count() by ExtensionName
| render piechart with(title="Most Common Critical Extentions")
```

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.