Pular para o conteúdo principal
GET
/
bgp
/
category
Listar Listas de Reputação de IP BGP
curl --request GET \
  --url https://api.altostrat.io/bgp/category \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c",
    "name": "Lista DROP da Spamhaus",
    "description": "Lista agregada de fontes de spam conhecidas.",
    "bgp_community": "65505:700",
    "bogon": true,
    "rfc1918": true,
    "default": true,
    "update_interval": "Diariamente",
    "last_updated": "2023-11-07T05:31:56Z",
    "prefix_count": 4500
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Uma lista de listas de reputação de IP BGP.

id
string<uuid>
Example:

"9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c"

name
string
Example:

"Lista DROP da Spamhaus"

description
string
Example:

"Lista agregada de fontes de spam conhecidas."

bgp_community
string
Example:

"65505:700"

bogon
boolean

Verdadeiro se esta lista contém espaço de IP não alocado (bogon).

rfc1918
boolean

Verdadeiro se esta lista contém espaço de IP privado (RFC1918).

default
boolean

Verdadeiro se esta lista estiver incluída na política de BGP padrão.

update_interval
string
Example:

"Diariamente"

last_updated
string<date-time>
prefix_count
integer

O número de prefixos de IP ativos nesta lista.

Example:

4500