Skip to content

Instantly share code, notes, and snippets.

@whoo
Created August 2, 2017 13:00
Show Gist options
  • Save whoo/7e10968f1ad62a297a4de65818210e89 to your computer and use it in GitHub Desktop.
Save whoo/7e10968f1ad62a297a4de65818210e89 to your computer and use it in GitHub Desktop.
IP per country
wget -q -O- ftp://ftp.ripe.net/ripe/stats/delegated-ripencc-latest | egrep '^ripencc\|..\|ipv4\|.*\|.*\|(assigned|allocated)$' > $tmp_ripe_file
wget -q -O- ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-latest | egrep '^apnic\|..\|ipv4\|.*\|.*\|(assigned|allocated)$' >> $tmp_ripe_file
wget -q -O- ftp://ftp.arin.net/pub/stats/afrinic/delegated-afrinic-latest | egrep '^afrinic\|..\|ipv4\|.*\|.*\|(assigned|allocated)$' >> $tmp_ripe_file
wget -q -O- ftp://ftp.arin.net/pub/stats/lacnic/delegated-lacnic-latest | egrep '^lacnic\|..\|ipv4\|.*\|.*\|(assigned|allocated)$' >> $tmp_ripe_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment