Attacks Management API

The Attacks Management API provides comprehensive API endpoints for managing attack information. This API enables users to list ongoing attacks and report false positives and false negatives

Authentication

Check the authentication page to see the available options.

Access and authenticationchevron-right

Report false positive

post

Report a threat as a false positive with a specified reason

Authorizations
OAuth2passwordRequired
Token URL:
Body
attack_idintegerRequired
protected_asset_idintegerRequired
reason_idintegerRequired
commentany ofOptional
stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
statusstringOptionalDefault: success
codeintegerOptionalDefault: 200
post
/v2/assets/false-positive

Get false positive reasons

get

Retrieve available reasons for reporting false positives

Authorizations
OAuth2passwordRequired
Token URL:
Responses
chevron-right
200

Successful Response

application/json
idintegerRequired
reasonstringRequired
get
/v2/assets/false-positive/reasons
200

Successful Response

Report false negative

post

Report a threat as a false negative (wrongly classified)

Authorizations
OAuth2passwordRequired
Token URL:
Body
attack_idintegerRequired
protected_asset_idintegerRequired
commentstringRequired
Responses
chevron-right
200

Successful Response

application/json
statusstringOptionalDefault: success
codeintegerOptionalDefault: 200
post
/v2/assets/false-negative

Last updated

Was this helpful?