English
cURL
curl --request GET \ --url https://api.altostrat.io/scans/cve/mac-address/cve/list \ --header 'Authorization: Bearer <token>'
[ { "mac_address": "08:00:27:7C:2E:5A", "total_scans": 3, "total_cve_instances": 15, "stats": { "unique_cve_count": 8, "highest_score": 8.8, "average_score": 6.5 } } ]
Retrieves a list of all unique MAC addresses that have been discovered across all scans for your account. This can be used to populate a device inventory or to discover which devices to query for CVEs.
Enter your bearer token in the format: Bearer {token}
A list of MAC address statistics.
"08:00:27:7C:2E:5A"
3
15
Show child attributes
8
8.8
6.5
Was this page helpful?