Requests

April 11, 2024

ID 198593

This section describes requests that you can make using the Kaspersky CyberTrace API, responses to these requests, and usage examples.

Starting from version 4.3, Kaspersky CyberTrace supports three versions of the REST API: 1.0, 1.1, and 1.2. The following table lists the requests available for each version.

REST API requests

Request

REST API v1.0

REST API v1.1 and v1.2

POST /api/%API_VERSION%/lookup

Performs an indicator search in the General tenant.

Yes

Yes

Managing suppliers

GET /api/%API_VERSION%/suppliers

Gets a list of suppliers and their statuses.

Yes

Yes

POST /api/%API_VERSION%/suppliers

Adds a new supplier.

Yes

Yes

GET /api/%API_VERSION%/suppliers/{supplier}

Gets information about a specified supplier.

Yes

Yes

PUT /api/%API_VERSION%/suppliers/{supplier}

Updates the specified supplier information.

Yes

Yes

DELETE /api/%API_VERSION%/suppliers/{supplier}

Deletes the specified supplier.

Yes

Yes

Managing indicators

PUT /api/%API_VERSION%/suppliers/{supplier}/indicators

Adds new indicators to a supplier and updates existing indicators.

 

Yes

Adding tags to indicators or removing tags from indicators is not available.

Yes

Marking the indicator-related detections as false positive is available starting from version 1.2

DELETE /api/%API_VERSION%/suppliers/{supplier}/indicators

Deletes the specified indicators from a supplier.

Yes

Yes

Removing the indicator-related detections from false positives is available starting from version 1.2

Managing tags

GET /api/%API_VERSION%/tags

Gets a list of tags.

No

Yes

POST /api/%API_VERSION%/tags

Adds a new tag.

No

Yes

GET /api/%API_VERSION%/tags/{tag}

Gets information about a specified tag.

No

Yes

PUT /api/%API_VERSION%/tags/{tag}

Updates a specified tag.

No

Yes

DELETE /api/%API_VERSION%/tags/{tag}

Deletes a specified tag.

No

Yes

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.