Define any of the following query parameters to filter the results returned.
Name
Description
Example
Required / Optional
top
Numeric. Determine how many top-scored CVEs to get for each device IP address.
/api/v1/devices/cves?top=50
/api/v1/devices/<ipAddress>/cves?top=50
Optional. Default = 100
Type: JSON
JSON array of device CVE objects, or the following failure message:
Message
Description
Failure – error
Operation failed
Success response fields
Name
Type
Nullable / Not nullable
List of values
cveId
String
Not nullable
A canonical, industry-standard ID for the given CVE.
ipAddress
String
Not nullable
IP addresses
score
String
Not nullable
A CVE score, between 0.0 - 10.0
attackVector
String
Not nullable
Network, Adjacent Network, Local, or Physical
description
String
Not nullable
-
Response example
[
{
"cveId": "CVE-2007-0099",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Race condition in the msxml3 module in Microsoft XML Core
Services 3.0, as used in Internet Explorer 6 and other
applications, allows remote attackers to execute arbitrary
code or cause a denial of service (application crash) via many
nested tags in an XML document in an IFRAME, when synchronous
document rendering is frequently disrupted with asynchronous
events, as demonstrated using a JavaScript timer, which can
trigger NULL pointer dereferences or memory corruption, aka
\"MSXML Memory Corruption Vulnerability.\""
},
{
"cveId": "CVE-2009-1547",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Unspecified vulnerability in Microsoft Internet Explorer 5.01
SP4, 6, 6 SP1, and 7 allows remote attackers to execute
arbitrary code via a crafted data stream header that triggers
memory corruption, aka \"Data Stream Header Corruption
Vulnerability.\""
}
]
Define the following query parameter to filter the results returned.
Name
Description
Example
Required / Optional
top
Numeric. Determine how many top-scored CVEs to get for each device IP address.
/api/v1/devices/cves?top=50
/api/v1/devices/<ipAddress>/cves?top=50
Optional. Default = 100
Type: JSON
JSON array of device CVE objects, or the following failure message:
Message
Description
Failure – error
Operation failed
Success response fields
Name
Type
Nullable / Not nullable
List of values
cveId
String
Not nullable
A canonical, industry-standard ID for the given CVE.
ipAddress
String
Not nullable
IP addresses
score
String
Not nullable
A CVE score, between 0.0 - 10.0
attackVector
String
Not nullable
Network, Adjacent Network, Local, or Physical
description
String
Not nullable
-
Response example
[
{
"cveId": "CVE-2007-0099",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Race condition in the msxml3 module in Microsoft XML Core
Services 3.0, as used in Internet Explorer 6 and other
applications, allows remote attackers to execute arbitrary
code or cause a denial of service (application crash) via many
nested tags in an XML document in an IFRAME, when synchronous
document rendering is frequently disrupted with asynchronous
events, as demonstrated using a JavaScript timer, which can
trigger NULL pointer dereferences or memory corruption, aka
\"MSXML Memory Corruption Vulnerability.\""
},
{
"cveId": "CVE-2009-1547",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Unspecified vulnerability in Microsoft Internet Explorer 5.01
SP4, 6, 6 SP1, and 7 allows remote attackers to execute
arbitrary code via a crafted data stream header that triggers
memory corruption, aka \"Data Stream Header Corruption
Vulnerability.\""
}
]