GET
/
external-api
/
v1
/
attack-surface
/
vulnerabilties

Authorizations

x-subscription-id
string
headerrequired

A subscription id which can be found on the account page

x-api-key
string
headerrequired

An api key linked to a subscription which can be found on the account page

Query Parameters

AssetName
string

An optional asset name filter.

CVE
string

An optional CVE filter.

IPAddress
string

An optional IP address filter.

Risks
enum<string>[]

An optional risks filter.

Available options:
Low,
Medium,
High,
Critical
Offset
integer

The zero based offset for pagination.

Limit
integer

The limit of results per call, between 1-100.

Response

200 - application/json
assetName
string | null
vulnerabilityName
string | null
shieldExposureIndex
number
severity
string | null
description
string | null
solution
string | null
category
string | null
operatingSystem
string | null
fqdn
string | null
ipAddress
string | null
port
string | null
cve
string | null
cvss
string | null
epss
number
epssPercentile
number
isExploited
boolean
isKnownRansomwareCampaignUse
boolean