get_asn_info
Retrieve detailed information about an Autonomous System Number (ASN), including network prefixes, peer connections, and organizational details for network analysis and intelligence.
Instructions
Get information about an Autonomous System Number (ASN).
Args: asn: The ASN number (without 'AS' prefix)
Returns: ASN information including prefixes, peers, and network details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asn | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asn | Yes | ASN identifier | |
| name | Yes | Name of the ASN | |
| type | Yes | Type of organization | |
| peers | No | ||
| route | No | Route | |
| domain | Yes | Domain | |
| country | No | Country code | |
| num_ips | No | Number of IPs | |
| prefixes | No | ||
| registry | No | Registry name | |
| allocated | No | Allocation date | |
| prefixes6 | No | ||
| upstreams | No | ||
| downstreams | No |