Skip to main content

Get top attack types

GET 

/partner/logs/top_attack_types/:user_domain_idx

Retrieve all attack types sorted by attack count in descending order. 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_types": [
{
"rule_name": "Extension Filtering",
"count": 124,
"content": "It blocks from ......."
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject