ASN-Blocklist

Home| NetSize | Search

AS#: List Type:

KIT - Karlsruhe Institute of Technology

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 2a00:1398::/32
ipset -A myBlackhole-4 129.13.0.0/16
ipset -A myBlackhole-6 2a00:1398::/29
ipset -A myBlackhole-4 141.52.0.0/16
ipset -A myBlackhole-4 193.196.32.0/20
ipset -A myBlackhole-4 141.3.0.0/16
ipset -A myBlackhole-6 2001:7c0:2310::/44
iptables -A INPUT -m set --match-set myBlackhole-4 src -j DROP
ip6tables -A INPUT -m set --match-set myBlackhole-6 src -j DROP