-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing AS numbers #1
Comments
@rufuspollock This is coming back Each time the new data arrives. Need help to think for solution |
@zelima can you give examples. |
Ones I added manually
|
@zelima : for all countries, periodically we could do Example: Output:
|
@aaronkaplan Yes, I know that. And think this is done here, right? https://github.com/cybergreen-net/reference-data/blob/master/country2asn/fetch.sh Besides that, there is one more thing to consider. I'm using this script https://github.com/cybergreen-net/reference-data/blob/master/asn2asname/fetch_asn_name_db.py to get reference data for AS. Notice that this one uses different source - http://www.cidr-report.org/as2.0/autnums.html
But even this one is missing ones I listed above. |
On 26 Jan 2017, at 09:11, Irakli Mchedlishvili ***@***.***> wrote:
@aaronkaplan Yes, I know that. And think this is done here, right? https://github.com/cybergreen-net/reference-data/blob/master/country2asn/fetch.sh
Problem is that there are ASNs besides that Eg: 64339 - came in from latest scan, but is not present there https://raw.githubusercontent.com/cybergreen-net/reference-data/master/country2asn/import.csv
So my guess is that https://stat.ripe.net/ is not enough
or that we simply need to keep the data updated ?
Besides that, there is one more thing to consider. I'm using this script https://github.com/cybergreen-net/reference-data/blob/master/asn2asname/fetch_asn_name_db.py to get reference data for AS. Notice there this one uses different source - http://www.cidr-report.org/as2.0/autnums.html
2 reasons I'm doing this:
• This one includes all info we need - as-number, as-name, country
• It contains much more AS numbers then data from https://stat.ripe.net/
But even this one is missing ones I listed above.
We need to compare why there is a difference. After all - RIPE should be a very very authoritative source.
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There are AS numbers in scanned data that are not present in reference data
Currently I manually added several of them. But surely will be many others in the future.
We need to have reliable source with "all" possible ASNs as reference - manually adding thing is just a temporary hack and not solution
The text was updated successfully, but these errors were encountered: