Upcomming End of Support software used


Query · kql

DeviceTvmSoftwareInventory
| where EndOfSupportStatus == "Upcoming EOS Version"
| project DeviceName, OSPlatform, OSArchitecture, SoftwareVendor, 
SoftwareName, SoftwareVersion, EndOfSupportDate
Raw source Upcomming End of Support software used · KQL
Esc
Published by Bert-JanP/Hunting-Queries-Detection-Rules ↗, licensed under BSD 3-Clause ↗. Reproduced here unmodified.
# Upcomming End of Support software used 
----
## Defender XDR
```
DeviceTvmSoftwareInventory
| where EndOfSupportStatus == "Upcoming EOS Version"
| project DeviceName, OSPlatform, OSArchitecture, SoftwareVendor, 
SoftwareName, SoftwareVersion, EndOfSupportDate
```

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.