v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBVulnerability Result
Asset Service Vulnerabilities
Retrieves the vulnerabilities present on a service running on an asset. A finding may be invulnerable if all instances on the service have exceptions applied.
get/api/3/assets/{id}/services/{protocol}/{port}/vulnerabilities
Path parameters
idinteger required
The identifier of the asset.
Example:282
The identifier of the asset.
portinteger required
The port of the service.
protocol'ip' | 'icmp' | 'igmp' | 'ggp' | 'tcp' | 'pup' | 'udp' | 'idp' | 'esp' | 'nd' | 'raw' required
The protocol of the service.
Query parameters
pageinteger
The index of the page (zero-based) to retrieve.
sizeinteger
The number of records per page to retrieve.
sortstring[]
The criteria to sort the records by, in the format: property[,ASC|DESC]. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
Response
OK