npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ip-location-db/geo-whois-asn-country

v2.3.2024051318

Published

Ip to location database

Downloads

2,274

Readme

ip-location-db/geo-whois-asn-country

| Database | Type | License | Update | ipv4 | ipv6 | ipv4-num | ipv6-num | |---|---|---|---|---|---|---|---| | ASN npm version | Country | CC0 | Daily | asn-country-ipv4.csv | asn-country-ipv6.csv |asn-country-ipv4-num.csv | asn-country-ipv6-num.csv | | GeoFeed + ASNnpm version | Country | CC0 | Daily | geo-asn-country-ipv4.csv | geo-asn-country-ipv6.csv | geo-asn-country-ipv4-num.csv | geo-asn-country-ipv6-num.csv | | GeoFeed + Whois + ASNnpm version| Country | CC0 | Daily | geo-whois-asn-country-ipv4.csv | geo-whois-asn-country-ipv6.csv | geo-whois-asn-country-ipv4-num.csv | geo-whois-asn-country-ipv6-num.csv | | RouteViews + ASN + DB-IPnpm version| ASN | CC BY 4.0 by RouteViews and DB-IP | Daily | asn-ipv4.csv | asn-ipv6.csv | asn-ipv4-num.csv | asn-ipv6-num.csv | | IPtoASNnpm version| ASN | PDDL by IPtoASN | Daily | iptoasn-asn-ipv4.csv | iptoasn-asn-ipv6.csv | iptoasn-asn-ipv4-num.csv | iptoasn-asn-ipv6-num.csv | | IPtoASNnpm version| Country | PDDL by IPtoASN | Daily | iptoasn-country-ipv4.csv | iptoasn-country-ipv6.csv | iptoasn-country-ipv4-num.csv | iptoasn-country-ipv6-num.csv | | DB-IP Litenpm version| ASN | CC BY 4.0 by DB-IP | Monthly | dbip-asn-ipv4.csv | dbip-asn-ipv6.csv | dbip-asn-ipv4-num.csv | dbip-asn-ipv6-num.csv | | DB-IP Litenpm version| Country | CC BY 4.0 by DB-IP | Monthly | dbip-country-ipv4.csv | dbip-country-ipv6.csv | dbip-country-ipv4-num.csv | dbip-country-ipv6-num.csv | | DB-IP Litenpm versionnpm version | City | CC BY 4.0 by DB-IP | Monthly | dbip-city-ipv4.csv.gzdbip-city-ipv4.csv.7z | dbip-city-ipv6.csv.gzdbip-city-ipv6.csv.7z | dbip-city-ipv4-num.csv.gzdbip-city-ipv4-num.csv.7z | dbip-city-ipv6-num.csv.gzdbip-city-ipv6-num.csv.7z | | GeoLite2npm version| ASN | GeoLite2 License by MaxMind | Twice weekly | geolite2-asn-ipv4.csv | geolite2-asn-ipv6.csv | geolite2-asn-ipv4-num.csv | geolite2-asn-ipv6-num.csv | | GeoLite2npm version| Country | GeoLite2 License by MaxMind | Twice weekly | geolite2-country-ipv4.csv | geolite2-country-ipv6.csv | geolite2-country-ipv4-num.csv | geolite2-country-ipv6-num.csv | | GeoLite2npm versionnpm version | City | GeoLite2 License by MaxMind | Twice weekly | geolite2-city-ipv4.csv.gzgeolite2-city-ipv4.csv.7z | geolite2-city-ipv6.csv.gzgeolite2-city-ipv6.csv.7z | geolite2-city-ipv4-num.csv.gzgeolite2-city-ipv4-num.csv.7z | geolite2-city-ipv6-num.csv.gzgeolite2-city-ipv6-num.csv.7z |

CSV format

This project provides ip to location database in csv format. If you need MMDB format, please use mmdbmeld.

ASN csv format

ip_range_start, ip_range_end, as_number, as_organization

Country csv format

ip_range_start, ip_range_end, country_code

City csv format

ip_range_start, ip_range_end, country_code, state1, state2, city, postcode, latitude, longitude, timezone

as_number

as_number is a unique number assigned to an Autonomous System (AS) by the IANA. wiki.

country_code

country_code is the two-letter code defined in ISO 3166-1 alpha-2. You can get the country name, capital, continent, currency, languages, etc. from the country_code by Countries Database in JSON, CSV, SQL format.

ip address format

ip_range_start and ip_range_end is ip address.

  • ipv4: The csv line 1.0.0.0,1.0.0.255,AU means that ip addresses between 1.0.0.0 and 1.0.0.255 inclusive are AU country_code.
  • ipv4-num: The csv line 16777216,16777471,AU means that ip addresses between 1.0.0.0 and 1.0.0.255 inclusive are AU country_code. (16777216 is the number format of the ip address 1.0.0.0)
  • ipv6: The csv line 2001:200::,2001:200:ffff:ffff:ffff:ffff:ffff:ffff,JP means that ip addresses between 2001:200:: and 2001:200:ffff:ffff:ffff:ffff:ffff:ffff inclusive are JP country_code.
  • ipv6-num: The csv line 42540528726795050063891204319802818560,42540528806023212578155541913346768895,JP means that ip addresses between 2001:200:: and 2001:200:ffff:ffff:ffff:ffff:ffff:ffff inclusive are JP country_code. (42540528726795050063891204319802818560 is the number format of the ip address 2001:200::)

Please be careful when using ipv6 and ipv6-num in your program. The numerical value exceeds 32bit unsigned integer, you would need to use a 128bit unsigned integer.

Databases referenced in this project

When merging multiple database, set the front database above back one. (ex. geo-whois-asn-...csv is created by merging 3 database with GeoFeed > Whois > ASN.)

ASN database [Update: Daily]

Created by merging 5 RIP (afrinic, apnic, arin, lacnic, ripe ncc) IP-ASN-Country database. ASN (Autonomous System Number) is a unique number assigned to an Autonomous System (AS) by the IANA.

GeoFeed database [Update: Daily]

Created by merging GeoFeed database from OpenGeoFeed.

Whois database [Update: Daily]

Created by merging 5 RIP provided WHOIS database. There are some inconsistencies between 5 RIP.

RouteViews database [Update: every 2 hours]

We are using this database to get AS number from ipv4 address for asn. This is licensed under a CC BY 4.0, so, you must create attribution to RouteViews for using asn database.

IPtoASN database [Update: Hourly]

You can download hourly updated database in tsv format from original site. This is licensed under a Public Domain Dedication and Licence v1.0. There are some differences from above ASN database.

DB-IP database [Update: Monthly]

You could download and read the license from ip-to-asn-lite or ip-to-country-lite or ip-to-city-lite. Most of the AS Organization name used in asn uses ip-to-asn-lite database. We also use ip-to-asn-lite to get AS Number from ip address as a supplemental.

These database are licensed under a CC BY 4.0, so, you must create attribution to DB-IP.com for using DB-IP database. In the case of a web application, you must include a link back to DB-IP.com on pages that display or use results from the database. You may do it by pasting the HTML code snippet into your code: <a href='https://db-ip.com/'>IP Geolocation by DB-IP</a>. If you need better accuracy or no attribution or daily updates, please use the Commercial Version of db-ip.

GeoLite2 database [Update: Twice weekly]

GeoLite2 is created by MaxMind. The license of GeoLite2 is written in GEOLITE2_LICENSE and End User License Agreement (EULA) is written in GEOLITE2_EULA. Please carefully read the GEOLITE2_LICENSE and GEOLITE2_EULA files, if you use these database. This package comes with certain restrictions and obligations, most notably:

  • You cannot prevent the library from updating the databases.
  • You cannot use the GeoLite2 data:
    • for FCRA purposes,
    • to identify specific households or individuals.

You can read the latest version of GeoLite2 EULA. GeoLite2 databse is provided under CC BY-SA 4.0 by MaxMind, so, you must create attribution to MaxMind for using GeoLite2 database. If you need better accuracy, please use the commercial version GeoIp2.

Which database is recommended to use?

Of course, it depends on your use case. But the above list is too long, thus, we write down the recommendation.

  • If you need postcode or timezone, geolite2-city is the one.
  • If you need city data with CC-BY License, dbip-city is the one.
  • If you need country database with Public Domain, we recommend geo-whois-asn-country database.
  • If you need asn database, we recommend asn database.

Libraries to use database

We can use libraries in many languages by using mmdb format. Some of them are distributed in HostByBelle/IP-Geolocation-DB and we can convert csv to mmdb by safing/mmdbmeld. For example, we can use maxmind developed libraries which are written in python, PHP, perl, ruby, .net, C, java, .net, and so on.

Tools & Applications

Here is a list of tools and applications that can work with these databases:

  • safing/mmdbmeld: Create and customize MMDB file from this database.
  • realchandan/Ip-geo-API: Go written HTTP server for IPv4 and IPv6 lookups.
  • EP-u-NW/ip_location_server: A GRPC and HTTP server mapping IP addresses to locations. Supports IPv4 and IPv6 and automatic dataset updates.
  • IPInfoOffline: Allows you to view information about IP addresses, without connecting any external server.

If you know some more, feel free to append it to the list and open a pull request.

License

License depends on the database which you use. Please read carefully each database license. You can use PDDL (ODC Public Domain Dedication and Licence) or CC0 (Creative Commons Zero) licensed database without attribution for any purpose.

We are glad if you make a link to sapics/ip-location-db, or give us a star to the github repository.