Retrieves all discovered vulnerabilities (CVEs) associated with a specific list of MAC addresses across all historical scans. This is the primary endpoint for tracking a deviceโs vulnerability history.
Note: This endpoint uses POST to allow for querying multiple MAC addresses in the request body, which is more robust and secure than a lengthy GET URL.
Enter your bearer token in the format: Bearer {token}
A list of MAC addresses to query.
An array of one or more MAC addresses to search for.
A detailed list of CVEs found for the specified MAC addresses.
A comprehensive report of vulnerabilities for the requested MAC addresses.
The list of MAC addresses included in this report.
["00:1A:2B:3C:4D:5E"]The total number of unique scans where these MACs were found.
5
The total number of vulnerability instances found across all scans for these MACs.
23
The total number of host records (IP/port combinations) associated with these MACs.
8
A breakdown of vulnerability statistics for each requested MAC address.
Aggregated statistics across all requested MAC addresses.
A list of unique vulnerabilities found, along with their occurrences.