Retrieve an attack vector for a vulnerability

This operation returns an object containing information about the specified attack vector (AV) and vulnerability (vuln). AV data can be shaped by the display parameters for this operation.

Path Params
int32
required

Vulnerability ID.

int32
required

Attack vector ID (multiple attack vector IDs not allowed).

Query Params
string
enum
Defaults to 0

Display whether or not notes exist for this attack vector.

Allowed:
string
enum
Defaults to 0

Display attack vector notes for this attack vector.

Allowed:
string
enum
Defaults to 0

Display the 'flagged' value for this attack vector.

Allowed:
string
enum
Defaults to 0

Display scanner tags for each attack vector.

Allowed:
string
enum
Defaults to 1

Display attack vector (AV) request information. Displayed by default, but can be omitted from output by setting this flag to 0.

Allowed:
string
enum
Defaults to 1

Display attack vector (AV) response information. Displayed by default, but can be omitted from output by setting this flag to 0.

Allowed:
string
enum
Defaults to 0

Display attack vector response body. Response body data returned may be quite large. Note that if display_response=0, this param is meaningless.

Allowed:
string
enum
Defaults to 0

Display attack vector response body match. The body match is a portion of the body. Body match data returned may be quite large, and will include a HTML-tagged highlight of the vulnerability. Note that if display_response=0, this param is meaningless.

Allowed:
string
enum
Defaults to 0

Display an abbreviated body match as part of the attack vector response content. PREREQUISITE: display_body=1

Allowed:
string
enum
Defaults to 1

Display attack vector request and response headers. Displayed by default, but can be omitted from output by setting this flag to 0. Note that this param is meaningless if display_request=0 and display_response=0, since headers are a part of these.

Allowed:
string
enum
Defaults to 1

Display attack vector request parameter name and value. Displayed by default, but can be omitted from output by setting this flag to 0. Note that if display_request=0, this param is meaningless.

Allowed:
string
enum
Defaults to xml

Requested resource format for the response.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

500

GenericError generic error.

Language
Response
Choose an example:
application/json
application/xml