Looking up a web address

Expand all | Collapse all

Kaspersky Threat Intelligence Portal provides an API for looking up a web address.

Request

Request method: GET

Endpoint: https://opentip.kaspersky.com/api/v1/search/url

Query parameter: request—Web address that you want to investigate.

cURL command sample:

curl --request GET 'https://opentip.kaspersky.com/api/v1/search/url?request=<web address>' --header 'x-api-key: <API token>'

Here:

Responses

200 OK

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

414 URI Too Long

Page top