ASN-Blocklist

Home| NetSize | Search

AS#: List Type:

RSM-CONNECT-AS - Michael Rack

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-4 185.58.28.0/22
ipset -A myBlackhole-4 45.153.176.0/22
ipset -A myBlackhole-4 91.205.12.0/22
ipset -A myBlackhole-6 2a04:df80::/29
iptables -A INPUT -m set --match-set myBlackhole-4 src -j DROP
ip6tables -A INPUT -m set --match-set myBlackhole-6 src -j DROP