User Tools

Site Tools


networking:asn_autonomous_system_number:use_an_asn_to_create_an_ip_blocklist

Networking - ASN (Autonomous System Number) - Use an ASN to Create an IP Blocklist

For example to create a blocklist of IP addresses used by FaceBook:

whois -h whois.radb.net -- '-i origin AS32934' | grep ^route | grep -v route6 | cut -d" " -f7 > /var/www/block_lists/facebook.txt

NOTE: As IP addresses can change often in an ASN, it is important to update the blocklist regularly.

A cron job each day is suggested.

If used on pfSense, make a URL table alias that points to that facebook.txt file, then use the alias in rules as needed.

networking/asn_autonomous_system_number/use_an_asn_to_create_an_ip_blocklist.txt · Last modified: 2021/01/04 16:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki