cURL
curl --request GET \ --url https://app.aegister.com/api/v1/atb/{atb_id}/most-blocked-ips \ --header 'X-Aegister-Token: <api-key>'
{ "data": [ { "ip": "127.0.0.1", "count": 123 } ] }
Returns the top 3 source IPs most frequently blocked (inbound traffic) in the last 7 days for the specified ATB instance.
ID of the Threat Blocker instance
Show child attributes