GET
/
dnr-blackhole-ips
curl --request GET \
  --url https://api.altostrat.io/content/dnr-blackhole-ips \
  --header 'Authorization: Bearer <token>'
{
  "Spamhaus EDROP": [
    {
      "ip_start": 3323134465,
      "ip_end": 3323134720
    },
    {
      "ip_start": 16842752,
      "ip_end": 16843007
    }
  ],
  "CINS Army List": [
    {
      "ip_start": 16908288,
      "ip_end": 16908543
    },
    {
      "ip_start": 37485824,
      "ip_end": 37486079
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Response

200
application/json

Map of DNR list names to IP ranges.

A map where keys are DNR list names and values are arrays of IP range objects.