Skip to main content
POST
Get CVEs by MAC Address

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Body

application/json

A list of MAC addresses to query.

mac_addresses
string[]
required

An array of one or more MAC addresses to search for.

Response

A detailed list of CVEs found for the specified MAC addresses.

A comprehensive report of vulnerabilities for the requested MAC addresses.

mac_addresses
string[]

The list of MAC addresses included in this report.

Example:
total_scans
integer

The total number of unique scans where these MACs were found.

Example:

5

total_cve_instances
integer

The total number of vulnerability instances found across all scans for these MACs.

Example:

23

total_host_count
integer

The total number of host records (IP/port combinations) associated with these MACs.

Example:

8

mac_stats
object

A breakdown of vulnerability statistics for each requested MAC address.

stats
object

Aggregated statistics across all requested MAC addresses.

cves
object[]

A list of unique vulnerabilities found, along with their occurrences.