Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Castaldio86/9ef1bdc2d110334e590c12a17d2d95fd to your computer and use it in GitHub Desktop.
Save Castaldio86/9ef1bdc2d110334e590c12a17d2d95fd to your computer and use it in GitHub Desktop.
let JuneRCE = dynamic(["CVE-2020-1208","CVE-2020-1226","CVE-2020-1225","CVE-2020-1248","CVE-2020-1238","CVE-2020-1281","CVE-2020-1299","CVE-2020-1073","CVE-2020-1239","CVE-2020-1236","CVE-2020-1301","CVE-2020-1181","CVE-2020-1216","CVE-2020-1300","CVE-2020-1215","CVE-2020-1286","CVE-2020-1321","CVE-2020-1219","CVE-2020-1214","CVE-2020-1213","CVE-2020-1230","CVE-2020-1223","CVE-2020-1260"]);
DeviceTvmSoftwareInventoryVulnerabilities
| where CveId in (JuneRCE)
| summarize CVECount = dcount(CveId) by DeviceName, OSPlatform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment