SkillAgentSearch skills...

Blockfinder

Blockfinder enumerates network information for countries

Install / Use

/learn @ioerror/Blockfinder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

blockfinder by Jacob Appelbaum jacob@appelbaum.net

"All that Blockfinder does is allow you to identify, contact and potentially hack into every computer network in the world." - Rolling Stone, August 2010 [0]

Contrary to popular media claims, blockfinder is a simple text based console tool that returns a list of netblocks for a given country. It does this by fetching the following lists of allocations:

https://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest
https://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-latest
https://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-latest
https://ftp.apnic.net/stats/apnic/delegated-apnic-latest
https://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-latest

The list of ISO codes is ISO 3166-1 as found here:

https://web.archive.org/web/20161122071627if_/http://www.iso.org/iso/home/standards/country_codes/country_names_and_code_elements_txt-temp.htm
http://en.wikipedia.org/wiki/ISO_3166-1

blockfinder has two methods of operation:

Update the lists of network object allocations
Returning a list of all netblocks (or asn, etc) for a given country

To use blockfinder, first create or update the cache:

blockfinder -i

Once you have a proper cache, search for the desired resource in the country of your choice:

./blockfinder -v -t mm

Additionally, to filter results for a specific protocol you can use a selector:

./blockfinder -v -t mm:ipv4 

On Windows (in cmd, PowerShell and 4nt) one may find blockfinder.bat useful:

blockfinder.bat

[0] http://www.rollingstone.com/culture/news/17389/192242

Related Skills

View on GitHub
GitHub Stars130
CategoryDevelopment
Updated15h ago
Forks41

Languages

Python

Security Score

80/100

Audited on Apr 7, 2026

No findings