RestAPI query to get list of Vulnerabilities with the computer name

Hi All, Please help me with a restapi call to be used in to get the lists of vulnerabilities with the applicable computers name.

Is it possible?

Thanks so much in advance!

You can try something like this but do note there will be cumulative fixlets that have a ton of CVEs for each one fixlet: You can change to whatever sites you want from.

(cve id list of it, names of applicable computers of it) of bes fixlets whose (exists cve id list whose (it != "" and it != "Unspecified" and it != "N/A") of it and display name of site of it = "Patches for Windows")

1 Like