- Kaspersky Threat Intelligence Portal
- What's new
- Data provision
- Licensing
- Interface of Kaspersky Threat Intelligence Portal
- File analysis
- Lookup requests
- Web address analysis
- Viewing public request results
- Private requests
- Submitting objects for re-validation
- Signing in
- Requesting Demo TAXII Server Token
- Working with the API
- Sending feedback
- Requesting a demo
- Information about third-party code
- Trademark notices
Looking up an IP address
Kaspersky Threat Intelligence Portal provides an API for looking up an IP address.
Request
Request method: GET
Endpoint: https://opentip.kaspersky.com/api/v1/search/ip
Query parameter: request
—IP address that you want to investigate.
cURL command sample:
Here:
|
Responses
Request processed successfully.
Endpoint returns a JSON object that contains lookup results for the specified IP address.
200 OK response parameters
Parameter |
Type |
Description |
---|---|---|
|
string |
Color of the zone that an IP address belongs to. Available values:
|
|
object |
General information about the requested IP address. |
|
string |
Status of the IP address ( |
|
string |
Two-letter country code (ISO 3166-1 alpha-2 standard) of the country to which the IP address belongs. |
|
integer |
Hits number (popularity) of the requested IP address. |
|
string <date-time> |
Date and time when the requested IP address appeared in Kaspersky expert systems statistics for the first time. |
|
string |
Requested IP address. |
|
Array of strings |
Category of the requested IP address. |
|
Array of objects |
Categories of the requested IP address and zones that the category belongs to:
|
|
object |
WHOIS information about the requested IP address. |
|
Array of objects |
Autonomous system number:
|
|
object |
Information about the network that the requested IP address belongs to:
|
Request not processed: incorrect query.
Make sure you enter the correct parameter, and then try to run the query again.
Request not processed: user authentication failed.
Make sure you enter the correct credentials, and then try to run the query again.
Request not processed: quota or request limit exceeded.
Check your quota and limitations, and try to run the query again later.