Skip to content
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

[Feature Request] Support for IPinfo's IP to Country ASN database #1521

Open
abdullahdevrel opened this issue Mar 12, 2024 · 0 comments
Open

Comments

@abdullahdevrel
Copy link

Requesting the integration of IPinfo's IP to Country ASN database. Features of the database:

  • Free as in CC-BY-SA 4.0
  • Full accuracy and daily updates
  • Includes IPv4 and IPv6 addresses in a single db
  • Country + ASN in a single db
  • Comes in MMDB format and CSV (gzipped) format

Aside from providing ASN data, the database also includes country-level information. One thing to note is that the ASN label is prefixed with an ‘AS’.

Please let me know what you what you think. If you need any assistance, please let me know. Thanks.

Schema: https://ipinfo.io/developers/ip-to-country-asn-database

FIELD NAME EXAMPLE DATA TYPE DESCRIPTION
start_ip 1.0.16.0 TEXT Starting IP address of an IP address range
end_ip 1.0.31.255 TEXT Ending IP address of an IP address range
country JP TEXT ISO 3166 country code of the location
country_name Japan TEXT Name of the country
continent AS TEXT Continent code of the country
continent_name Asia TEXT Name of the continent
asn AS2519 TEXT Autonomous System Number
as_name ARTERIA Networks Corporation TEXT Name of the AS (Autonomous System) organization
as_domain arteria-net.com TEXT Official domain or website of the AS organization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant