Last active
February 9, 2025 16:03
Revisions
-
Aimeast revised this gist
Feb 9, 2025 . 1 changed file with 12 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,31 +1,32 @@ https://www-public.telecom-sudparis.eu/~maigron/rir-stats/ RIR Delegations These pages provide statistics on IP addresses and ASN numbers delegated by RIRs to each country in their geographic area. Delegation details for each country are also available. These statistics are generated automatically from the RIRs delegation files available via FTP: * https://ftp.iana.org/pub/mirror/rirstats/afrinic/delegated-afrinic-extended-latest * https://ftp.iana.org/pub/mirror/rirstats/apnic/delegated-apnic-extended-latest * https://ftp.iana.org/pub/mirror/rirstats/arin/delegated-arin-extended-latest * https://ftp.iana.org/pub/mirror/rirstats/lacnic/delegated-lacnic-extended-latest * https://ftp.iana.org/pub/mirror/rirstats/ripencc/delegated-ripencc-latest Update.cmd ```bat echo delegated-afrinic-extended-latest curl -o delegated-afrinic-extended-latest.txt https://ftp.iana.org/pub/mirror/rirstats/afrinic/delegated-afrinic-extended-latest echo delegated-apnic-extended-latest curl -o delegated-apnic-extended-latest.txt https://ftp.iana.org/pub/mirror/rirstats/apnic/delegated-apnic-extended-latest echo delegated-arin-extended-latest curl -o delegated-arin-extended-latest.txt https://ftp.iana.org/pub/mirror/rirstats/arin/delegated-arin-extended-latest echo delegated-lacnic-extended-latest curl -o delegated-lacnic-extended-latest.txt https://ftp.iana.org/pub/mirror/rirstats/lacnic/delegated-lacnic-extended-latest echo delegated-ripencc-extended-latest curl -o delegated-ripencc-extended-latest.txt https://ftp.iana.org/pub/mirror/rirstats/ripencc/delegated-ripencc-latest ``` -
Aimeast revised this gist
Jan 2, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest Update.cmd ```bat echo delegated-afrinic-extended-latest curl -o delegated-afrinic-extended-latest.txt ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-extended-latest @@ -28,3 +28,4 @@ curl -o delegated-lacnic-extended-latest.txt ftp://ftp.lacnic.net/pub/stats/lacn echo delegated-ripencc-extended-latest curl -o delegated-ripencc-extended-latest.txt ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest ``` -
Aimeast revised this gist
Dec 22, 2014 . 1 changed file with 18 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,21 @@ ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-extended-latest ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-extended-latest ftp://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest Update.cmd echo delegated-afrinic-extended-latest curl -o delegated-afrinic-extended-latest.txt ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-extended-latest echo delegated-apnic-extended-latest curl -o delegated-apnic-extended-latest.txt ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-extended-latest echo delegated-arin-extended-latest curl -o delegated-arin-extended-latest.txt ftp://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest echo delegated-lacnic-extended-latest curl -o delegated-lacnic-extended-latest.txt ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest echo delegated-ripencc-extended-latest curl -o delegated-ripencc-extended-latest.txt ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest -
Aimeast renamed this gist
Dec 22, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ http://www-public.it-sudparis.eu/~maigron/RIR_Stats/index.html RIR Delegations These pages provide statistics on IP addresses and ASN numbers delegated by RIRs to each country in their geographic area. Delegation details for each country are also available. -
Aimeast created this gist
Dec 22, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ RIR Delegations These pages provide statistics on IP addresses and ASN numbers delegated by RIRs to each country in their geographic area. Delegation details for each country are also available. These statistics are generated automatically from the RIRs delegation files available via FTP: ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-extended-latest ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-extended-latest ftp://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest