hadiasghari / pyasn Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add additional AS number -> AS name source #30
Comments
|
This is an interesting point, I need to look into why the AS-names in the files differ so much. It all in the end comes from WHOIS data, so I'd guess there should be some more or less authoritative source we could use. |
|
@nusenu do you have any info on the differences between the file sources? I.e., is it fine to switch our source? |
|
No I have not, but instead of using one exclusively I'd recommend to use them both? |
|
@nusenu @hadiasghari but are these mapping names fixed over time? For instance, on the
does that mean that this was also true 5 years ago? |
|
@randomgambit, when ASNs are assigned to organizations, they typically stay that way unless the organization goes through a merger and acquisition or goes out of business. |
|
@hadiasghari I see, thanks. but this then means it is important to have access to historical asn-names lookups as well. I mean, many firms have been acquired/ went bankrupts over the years. Would that data be available somewhere in your opinion? My understanding is that the current mapping However, the mapping |
|
Yes that is correct. :) |
|
Hi @hadiasghari, TU-Delft prefixes is missing |
In a random sample of 1000 IP addresses 280 IPs had no AS name associated with the AS number after using pyasn's number->name mapping feature.
You are currently using
http://www.cidr-report.org/as2.0/autnums.html
for AS number to name mapping. That file has currently ~10k entries.
http://thyme.apnic.net/current/data-used-autnums
provides similar data (i.e. no country name) but has more entries ( ~30k entries).
How about merging these data sets and use the APNIC data for AS numbers where cidr-report has no name?
A few examples for which apnic has ASnames and cidr-report hasn't:
43711
46844
29314
34224
48031
The text was updated successfully, but these errors were encountered: