Skip to main content

Top Malicious IPs

GET 

/partner/logs/top_attack_malicious_ips/:user_domain_idx

Retrieve the top 20 malicious IPs with the most attacks against 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": "198.51.100.0",
"request_count": 123
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject