ASN-Blocklist

Home| NetSize | Search

AS#: List Type:

STARCLOUD-AS StarCloud global network powered by high-end Arduino BGP routers.

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 2602:feda:2a0::/46
ipset -A myBlackhole-6 2602:feda:2a4::/47
ipset -A myBlackhole-6 2602:feda:2a6::/48
ipset -A myBlackhole-6 2602:feda:2aa::/48
ipset -A myBlackhole-6 2602:feda:2af::/48
ipset -A myBlackhole-6 2a0b:4340:400::/46
ipset -A myBlackhole-6 2a0b:4340:404::/47
ipset -A myBlackhole-6 2a0b:4340:406::/48
ipset -A myBlackhole-6 2a0b:4340:434::/48
iptables -A INPUT -m set --match-set myBlackhole-4 src -j DROP
ip6tables -A INPUT -m set --match-set myBlackhole-6 src -j DROP