Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 486 Bytes

Visualization - OutdatedOSUsed.md

File metadata and controls

17 lines (15 loc) · 486 Bytes

Visualise the outdated Operating Systems used to connect to your cloud environment

Defender For Endpoint

CloudAppEvents
| where UserAgentTags contains "Outdated operating system"
| summarize count() by OSPlatform
| render piechart with(title="Outdated Operating Systems Used")

Sentinel

CloudAppEvents
| where UserAgentTags contains "Outdated operating system"
| summarize count() by OSPlatform
| render piechart with(title="Outdated Operating Systems Used")