This entity describes an autonomous system data model.
Attribute | Description | Example |
---|---|---|
data.items[].as_orgstring | The name of the organization that is associated with the autonomous system. | LVLT-1 |
data.items[].asninteger | The number of the autonomous system. | 7018 |
data.items[].ipv4_prefixesarray | The list of IPv4 prefixes that belong to this autonomous system. | {"cidr": "12.51.30.0/24", "isp": "AT&T Services"} |
data.items[].ipv6_prefixesarray | The list of IPv6 prefixes that belong to this autonomous system. | {"cidr": "2607:f8b0::/32"} |
{
"as_org": "string",
"asn": 0,
"ipv4_prefixes": [
{
"cidr": "string",
"isp": "string"
}
],
"ipv6_prefixes": [
{
"cidr": "string",
"isp": "string"
}
]
}