-
Notifications
You must be signed in to change notification settings - Fork 0
-
I'm running through the JSON files in asn-ip and I've noticed some fields are blank
e.g. https://github.com/ipverse/asn-ip/blob/master/as/10425/aggregated.json
{
"asn": 10425,
"subnets": {
"ipv4": [
"64.195.222.0/23",
"66.103.86.0/23",
"66.103.88.0/24"
],
"ipv6": []
}
}vs
dig +short AS10425.asn.cymru.com TXT
"10425 | | arin | | -Reserved AS-, ZZ"
https://bgp.he.net/AS10425#_irr
aut-num: [AS10425](https://bgp.he.net/AS10425)
as-name: AWG-MNT
descr: AWG - COMA-Massport
Who's right?
Edit: Here's a list of AS missing handles or descriptions missing.txt
Edit 2: RADB is free via FTP: https://www.radb.net/support/developer/ftp.html / ftp://ftp.radb.net/radb/dbase/radb.db.gz
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
ARIN omits a few AS (about 360) from whois queries even though there are announced prefixes from those AS. In the case of AS10425 it looks like the prefixes belong to a network provider specialising in providing WiFi access for transport hubs like airports, including Dallas KDAL. So I'd say the Level3 IRR data is not entirely correct either. It could be some sort of a security-by-obscurity thing.
Beta Was this translation helpful? Give feedback.
All reactions
-
RADB identifies it directly as Boingo (the wifi hotspot company). There's a large number of empty handles / descriptions.
Beta Was this translation helpful? Give feedback.
All reactions
-
I've updated my original post with a list.
Beta Was this translation helpful? Give feedback.