Connectors
...
Actions
List Vulnerabilities by Machine and Software
6 min
description retrieve a categorized list of vulnerabilities by machine and software from microsoft defender endpoint url /api/vulnerabilities/machinesvulnerabilities method get inputs parameters (object) $filter (string) filter the vulnerabilities using id, cveid, machineid, fixingkbid, productname, productversion, severity, and productvendor properties $stop (number) $skip (number) the number of items in the queried collection that are to be skipped and not included in the response output example \[ { "status code" 200, "response headers" { "date" "tue, 30 jul 2024 05 42 20 gmt", "content type" "application/json; odata metadata=minimal; odata streaming=true; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "content encoding" "deflate", "vary" "accept encoding", "odata version" "4 0", "strict transport security" "max age=31536000; includesubdomains" }, "reason" "ok", "json body" { "@odata context" "https //api securitycenter microsoft com/api/$metadata#collection(microsoft windowsdefenderatp api publicassetvulnerabilitydto)", "@odata count" 0, "value" \[ { "id" "5afa3afc92a7c63d4b70129e0a6f33f63a427e21 cve 2020 6494 microsoft edge chromium based 81 0 416 77 ", "cveid" "cve 2020 6494", "machineid" "5afa3afc92a7c63d4b70129e0a6f33f63a427e21", "fixingkbid" null, "productname" "edge chromium based", "productvendor" "microsoft", "productversion" "81 0 416 77", "severity" "low" }, { "id" "7a704e17d1c2977c0e7b665fb18ae6e1fe7f3283 cve 2016 3348 microsoft windows server 2012 r2 6 3 9600 19728 3185911", "cveid" "cve 2016 3348", "machineid" "7a704e17d1c2977c0e7b665fb18ae6e1fe7f3283", "fixingkbid" "3185911", "productname" "windows server 2012 r2", "productvendor" "microsoft", "productversion" "6 3 9600 19728", "severity" "low" } ] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) @odata count (number) value (array) id (string) cveid (string) machineid (string) fixingkbid (string) productname (string) productvendor (string) productversion (string) severity (string) response headers header type date string content type string transfer encoding string connection string content encoding string vary string odata version string strict transport security string