@ip-location-db/asn-mmdb 2.3.2026042819 → 2.3.2026043019
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DBIP-LICENSE +6 -0
- package/NRO_LICENSE +3 -0
- package/README.md +5 -4
- package/ROUTEVIEWS-LICENSE +2 -0
- package/asn-ipv4.mmdb +0 -0
- package/asn-ipv6.mmdb +0 -0
- package/asn.mmdb +0 -0
- package/package.json +1 -1
package/DBIP-LICENSE
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
The free IP to ASN Lite database by DB-IP is licensed under a Creative Commons Attribution 4.0 International License.
|
|
2
|
+
You are free to use this IP to ASN Lite database in your application, provided you give attribution to DB-IP.com for the data.
|
|
3
|
+
|
|
4
|
+
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.
|
|
5
|
+
You may do it by pasting the HTML code snippet below into your code :
|
|
6
|
+
<a href='https://db-ip.com'>IP Geolocation by DB-IP</a>
|
package/NRO_LICENSE
ADDED
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Database | Type | License | Updated | IPv4 | IPv6 | IPv4+IPV6 | IPv4-num | IPv6-num |
|
|
6
6
|
|---|---|---|---|---|---|---|---|---|
|
|
7
|
-
| [RouteViews + ASN + DB-IP](https://github.com/sapics/ip-location-db/tree/main/asn/)<br><br>[](https://www.npmjs.com/package/@ip-location-db/asn)<br>[](https://www.npmjs.com/package/@ip-location-db/asn-mmdb) | ASN | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) by [RouteViews](https://www.routeviews.org/routeviews/) and [DB-IP](https://db-ip.com/) | Daily | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv4.csv)<br>[MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn-ipv4.mmdb) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv6.csv)<br>[MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn-ipv6.mmdb) | [MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn.mmdb) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv4-num.csv) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv6-num.csv) |
|
|
7
|
+
| [RouteViews + ASN + DB-IP](https://github.com/sapics/ip-location-db/tree/main/asn/)<br><br>[](https://www.npmjs.com/package/@ip-location-db/asn)<br>[](https://www.npmjs.com/package/@ip-location-db/asn-mmdb) | ASN | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) by [RouteViews](https://www.routeviews.org/routeviews/) and [DB-IP](https://db-ip.com/) and [NRO](https://www.nro.net/) | Daily | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv4.csv)<br>[MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn-ipv4.mmdb) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv6.csv)<br>[MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn-ipv6.mmdb) | [MMDB](https://cdn.jsdelivr.net/npm/@ip-location-db/asn-mmdb/asn.mmdb) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv4-num.csv) | [CSV](https://cdn.jsdelivr.net/npm/@ip-location-db/asn/asn-ipv6-num.csv) |
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
## MMDB Format
|
|
@@ -25,13 +25,14 @@ autonomous_system_number, autonomous_system_organization
|
|
|
25
25
|
### [RouteViews](https://www.routeviews.org/routeviews/) database [Update: every 2 hours]
|
|
26
26
|
|
|
27
27
|
We are using this database to get AS number from ipv4 address for [asn](https://www.npmjs.com/package/@ip-location-db/asn).
|
|
28
|
-
This is licensed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
|
28
|
+
This is licensed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
### ASN database [Update: Daily]
|
|
32
32
|
|
|
33
|
-
Created by merging 5
|
|
33
|
+
Created by merging 5 RIRs ([afrinic](https://afrinic.net), [apnic](https://www.apnic.net), [arin](https://www.arin.net), [lacnic](https://www.lacnic.net), [ripe ncc](https://www.ripe.net)) IP-ASN-Country database.
|
|
34
34
|
[ASN (Autonomous System Number)](https://wikipedia.org/wiki/Autonomous_system_(Internet)) is a unique number assigned to an Autonomous System (AS) by the [IANA](https://www.iana.org/).
|
|
35
|
+
Data source licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) by the [NRO](https://www.nro.net/).
|
|
35
36
|
|
|
36
37
|
|
|
37
38
|
### [DB-IP](https://db-ip.com/) database [Update: Monthly]
|
|
@@ -40,7 +41,7 @@ You could download and read the license from [ip-to-asn-lite](https://db-ip.com/
|
|
|
40
41
|
Most of the AS Organization name used in [asn](https://www.npmjs.com/package/@ip-location-db/asn) uses [ip-to-asn-lite](https://db-ip.com/db/download/ip-to-asn-lite) database.
|
|
41
42
|
We also use [ip-to-asn-lite](https://db-ip.com/db/download/ip-to-asn-lite) to get AS Number from ip address as a supplemental.
|
|
42
43
|
|
|
43
|
-
These database are licensed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
|
44
|
+
These database are licensed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
|
44
45
|
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>`.<br>
|
|
45
46
|
If you need better accuracy or no attribution or daily updates, please use the [Commercial Version of db-ip](https://db-ip.com/db/ip-to-country).
|
|
46
47
|
|
package/asn-ipv4.mmdb
CHANGED
|
Binary file
|
package/asn-ipv6.mmdb
CHANGED
|
Binary file
|
package/asn.mmdb
CHANGED
|
Binary file
|