WHOIS.JORDAN.IM(7) | Miscellaneous Information Manual | WHOIS.JORDAN.IM(7) |
asn
— map hosts to
their corresponding ASN over the WHOIS protocol
asn(1) is a WHOIS server which provides BGP announcement information sourced from a local database cache generated using the IPFIRE dataset.
whois.jordan.im
is a public asn
instance for personal use.
whois(1) can be used to communicate with the server using --host and --port arguments. Both hostnames and IP address are accepted.
$ whois -h whois.jordan.im google.com IP Address | AS Number | Country | AS Name | Announcement -------------------------+-----------+---------+---------+-------------------- 216.58.212.238 | 15169 | US | GOOGLE | 216.58.212.0/24 2a00:1450:4009:80b::200e | 15169 | IE | GOOGLE | 2a00:1450:4009::/48 $ whois -h whois.jordan.im 1.1.1.1 IP Address | AS Number | Country | AS Name | Announcement -----------+-----------+---------+---------------+------------- 1.1.1.1 | 13335 | AU | CLOUDFLARENET | 1.1.1.0/24
If a hostname is provided, queries for each resolved A/AAAA record will be returned. The dataset is regenerated daily to ensure response accuracy.
An instance of the asn
HTTP component is
hosted at ip.jordan.im which
provides the requesting address's autonomous system information over HTTP
via JSON.
$ curl ip.jordan.im { "host": "185.73.44.145", "hostname": "maple.jordan.im", "org": "AS8943 Jump Networks Ltd", "announcement": "185.73.44.0/22" }
March 24, 2022 | Alpine Linux |