Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add Health State and Date last seen #333

Open
johnB007 opened this issue Apr 6, 2021 · 0 comments
Open

Add Health State and Date last seen #333

johnB007 opened this issue Apr 6, 2021 · 0 comments

Comments

@johnB007
Copy link

johnB007 commented Apr 6, 2021

Can you add Health state and Date last seen to the query? I added onto your query but it doesnt work and it also only queries 1 machine and not all the machines with this CVE.

DeviceTvmSoftwareVulnerabilities
| where CveId contains "CVE-2021-26897"
| join kind =inner(DeviceInfo) on DeviceId
| join kind =inner(DeviceNetworkInfo) on DeviceId
| project DeviceId, DeviceName, OSPlatform, OSVersion, SoftwareVendor, SoftwareName, SoftwareVersion, PublicIP, DnsAddresses, IPv4Dhcp, IPAddresses, CveId, MachineGroup, VulnerabilitySeverityLevel
| limit 100

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant