Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 279 Bytes

Top-Devices-Most-Vulnerabilities.md

File metadata and controls

11 lines (9 loc) · 279 Bytes

Top 10 devices with the most Critical and High vulnerabilities


Defender XDR

DeviceTvmSoftwareVulnerabilities
| where VulnerabilitySeverityLevel has_any ('critical', 'High')
| summarize count(), VulnerableCVE = make_set(CveId) by DeviceName
| top 10 by count_