-
Notifications
You must be signed in to change notification settings - Fork 8
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
Discussion: New Format #743
Comments
For better precision & accuracy, perhaps it should have more granularity than this repository:
Related: #742 |
Already do this regarding blackbox the service. We based it on the most specific announcement. For example, 8.8.8.8 is announced by Level 3 and Google. Since Google has the most specific announcement we base it upon them. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Yes that service. In the backend we use https://ip2asn.ipinfo.app/api/v1/8.8.8.8 and select the For the actual blackbox service, I don't have any published or downloadable feeds. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I work for IPinfo. Would using our free IP to Country ASN database work for this purpose? I understand that for ASNs like Cogent, which provide connectivity to many companies but do not actually operate an ASN database, it would not be very effective in identifying them. However, generally speaking, if you add another metadata layer which is the country level data per ASN, you can make the hosting range declaration more granular. Let me know what you think. |
I assume this is for personal use only, and not for paid products. Correct? |
@CameronMunroe No, the free database is licensed under CC-BY-SA 4.0, which is a commercially permissive license that only requires public attribution, that's all. |
Depending on what is meant by "identification," these GitHub repositories might also be useful. Their license is more permissive.
(I use these for mapping this ASN list to an IP list)
@abdullahdevrel Are you referring to the fact that there are multiple entries in that database per ASN? All entries that I could find have the same ASN name and domain name so, while more granular, any blocking decision would have to be based on country, which doesn't seem as useful as attributing IP ranges to a Cogent customer name. Some entries for AS174 from the IP Info IP to Country and ASN database CSV
However, your website does offer the customer names of Cogent IP ranges: Some entries for ASN174 from IPinfo website
|
@finnbear I did not want to pitch a paid service to an OSS project, but yes, we have a paid product called IP to Company API that provides exactly what you want. The company data is publicly available through our website, so I would say to use the free ASN + Country database we have for the first layer of data addition. Then, through community contribution, you can use our site as a reference to get granular range information like here: #742 In terms of the quality of the free database we have, it is seriously unmatched by anything out there. Our geolocation database is based on active measurement and, on the other hand, the ASN database is produced through a combination of WHOIS and BGP peering data. It is also updated daily and provides full accuracy. |
@abdullahdevrel thanks! I have a question: In your opinion, if an open source project like the one proposed here used your CC-BY-SA 4.0 licensed data, would you expect all users of that project be to acknowledge IPinfo? Or just acknowledge that project? I ask because your website says "Attribution Required" and prominently lists adding a link to IP info on a project website or social media as a means of attribution. However, creative commons lists GPLv3 as a compatible license to BY-SA. AFAIK, only AGPLv3 (but not regular GPLv3) would prevent unattributed use in a web-server (that only makes decisions based on IP data, and doesn't redistribute it). |
Just project itself. Just adding a link to the README.md is enough. Example: I really do not know much about comparable licensing. Sorry. With our license, just pasting a link in the README.md is enough. |
Okay, cool. I appreciate that, as a user, I would only have to worry about one license, i.e. the proposed project's, and not IPinfo too :) |
My friend, just writing and maintaining code is difficult enough, and then adding licensing on top of it is a nightmare. We thought we would not let any OSS maintainers worry about licensing when it comes to using our free database. We looked around to see what the most popular open-source license is, which apparently is CC-BY-SA as it is used by Stack Overflow and Wikipedia. So, we went with that. |
Thinking i might do something like
Current thoughts are we would have:
|
Just an open discussion...
Initially, this project was built to identify likely sources of "hosting" traffic to help with blocking and detecting possibly SPAM.
Over the past few weeks and months, I've wanted to make this more of an open source identification of AS Networks in general.
I think we will leave this repo intact, and maybe create a new one with the new ideals in mind.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: