Skip to main content
GET
/
waap
/
v1
/
ip-info
/
top-attacks
Get top attack types for a specific IP (account-wide)
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/top-attacks \
  --header 'Authorization: <api-key>'
[
  {
    "attack_type": "<string>",
    "attacks": 123,
    "blocked": 123,
    "domains": [],
    "paths": []
  }
]

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

ip
required

The IP address to check

Response

Successful Response

Maximum array length: 10
attack_type
string
required

The attack type (rule name)

attacks
integer
required

Total number of attack requests (blocked + monitored)

blocked
integer
required

Number of blocked attack requests

domains
string[]

Full list of domains where this attack type was seen

paths
string[]

Full list of paths where this attack type was seen