IP Leaks API
The IP Leaks API allows users to infostealer related leaks attached to an IP address. The request must include the query parameter and apikey.
IP Leaks API is only available for CTI Firm licenses.
Endpoint
POST /api/get_leaks_by_ip.php
Required Headers
Name
Description
Content-Type
Must be set to application/json
Parameters
Name
Type
Required
Default
Description
apikey
string
Yes
N/A
Your API key.
query
string
Yes
N/A
IPv4 or IPv6 address to search for.
start_date
string
No
N/A
The start date for retrieving leaks in YYYY-MM-DD
format
end_date
string
No
N/A
The end date for retrieving leaks in YYYY-MM-DD
format
limit
int
No
N/A
Limits the results to given number
If no date is specified, API will return all of the results related to given IP address.
Sample Request
Request URL
POST /api/get_leaks_by_ip.php
Example Success Response
Example Error Response
Code Examples
Example with Curl
Example with Python
Last updated