Skip to main content

Get top attack bots

GET 

/partner/logs/top_attack_bots/:user_domain_idx

Retrieve the top 20 bots 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_bots": [
{
"bot_name": "bot_name_123",
"request_count": 1
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject