Skip to main content

Get top attack IPs

GET 

/partner/logs/top_attack_ips/:user_domain_idx

Retrieve the top 20 attacking IPs for the specified domain within a given date range. Date range is available from the 1st of 3 months ago.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"search_term": {
"from": "20260101",
"to": "20260131"
},
"top_attack_ips": [
{
"ip": "203.0.113.10",
"count": 2,
"action": "",
"country_code": "US"
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject