Get vulnerabilities of a device v3.0

API version3.0
Last Update10/20/2020
AuthenticationYES
HTTP MethodPOST
Content Typeapplication/json
Rate limitedYES
Requests per rate limit10 requests/min
Response FormatJSON

Use to fetch detected vulnerabilities that are associated to a device

API URL

Copy

Request Parameters

KeyDatatypeParameter TypeRequiredDescriptionDefault
access_tokenstringURLYesaccess token which archived from OAuth authentication step
idstringBodyYesThe Device ID or MAC Address of a device you want to fetch vulnerabilities
verboseintBodyOptional

1 - detailed vulnerability information will return in response

0 - response does not include detailed information, only CVE IDs are included in a response

0
limitintBodyOptionalSpecific maximum number of vulnerabilities will be returned in the response. The value should be in [1,100].100
pageintBodyOptionalA page you want to get data1
filterobjectBodyOptionalSpecify filter criteria
filter.score_typestringBodyOptionalSpecify what score type used to filter along with the field filter.score Value can be: "opswat_score", "cvss2_ score", "cvss3_score"opswat_score
filter.severityarrayBodyOptionalSpecify the severity of the vulnerabilities used for filtering. Value can be: "critical", "important", "moderate", "low", "unknown"

Response HTTP Code

See APIs

Response Parameters

KeyDataTypeDescription
cve_idstringCVE ID
severitystringvulnerability severity. Value can be: "critical", "important", "moderate", "low", "unknown"
summarystringVulnerability summary
update_datestringThe last date NIST updated this vulnerability
publish_datestringThe date NIST published this vulnerability
opswat_scorestringOPSWAT score
cvss2_scorestringCVSS 2 score
cvss3_scorenumberCVSS 3 score
remediationstringSuggestion to remediate the CVE
cwe_idstringA CWE(Common Weakness Enumeration) group identification string.

Example

Example Request:

Copy

Example Response with verbose as OFF

Copy

Example Response with verbose as ON

Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard