v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Retrieve threat intelligence information for a given IP address

Access comprehensive threat intelligence data linked to a specific IP address. This endpoint provides insights into malicious activity, reputation scoring, and potential security risks associated with the IP address.

get/lookup/ip/threats

Query parameters

ipstring required
Example:1.1.1.1

The ip parameter is used to specify the IP address you want to retrieve it’s threat intelligence information.

formatstring
Example:JSON

The format command is used to get a response in a specific format.

userIDstring
Example:UID-12345

The userID command can be used to identify requests sent by specific users to monitor in the Events Page.

modestring
Example:test

The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.

Expected values: live, or test.

callbackstring
Example:my_function_name

The callback command can help you make the response as a JSONP format.

Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.

Response

OK