ASN-Blocklist

Home| NetSize | Search

AS#: List Type:

UR

IP List · IPtables · Nginx · Htaccess · IPset · IP Black Hole

ipset -N myBlackhole-4 hash:net family inet
ipset -N myBlackhole-6 hash:net family inet6
ipset -A myBlackhole-6 2620:107:a000::/40
ipset -A myBlackhole-4 199.89.214.0/24
ipset -A myBlackhole-4 192.5.53.0/24
ipset -A myBlackhole-4 128.151.0.0/16
iptables -A INPUT -m set --match-set myBlackhole-4 src -j DROP
ip6tables -A INPUT -m set --match-set myBlackhole-6 src -j DROP