add moz.com crawler to firewall block list on web servers

This commit is contained in:
staticsafe 2020-03-28 23:09:40 -04:00
parent 99137e82f1
commit 66eebc37d3
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
-A INPUT -s 147.75.106.146/32 -m comment --comment "SearchAtlas.com SEO Crawler, doesn't respect robots.txt" -j DROP
-A INPUT -s 5.188.210.0/24 -m comment --comment "AlkonavtNetwork, Russian spam account creation source" -j DROP
-A INPUT -s 207.180.207.4/32 -m comment --comment "zotum.net, weird traffic causing 499s?" -j DROP
-A INPUT -s 216.244.66.229/32 -m comment --comment "moz.com SEO crawler" -j DROP
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT

View File

@ -7,6 +7,7 @@
-A INPUT -s 220.243.128.0/20 -m comment --comment "Bytespider crawler, aggressive" -j DROP
-A INPUT -s 95.216.172.167/32 -m comment --comment "Seekport Crawler, aggressive" -j DROP
-A INPUT -s 147.75.106.146/32 -m comment --comment "SearchAtlas.com SEO Crawler, doesn't respect robots.txt" -j DROP
-A INPUT -s 216.244.66.229/32 -m comment --comment "moz.com SEO crawler" -j DROP
-A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp --icmp-type ping -j ACCEPT

View File

@ -10,6 +10,7 @@
-A INPUT -s 220.243.128.0/20 -m comment --comment "Bytespider crawler, aggressive" -j DROP
-A INPUT -s 95.216.172.167/32 -m comment --comment "Seekport Crawler, aggressive" -j DROP
-A INPUT -s 147.75.106.146/32 -m comment --comment "SearchAtlas.com SEO Crawler, doesn't respect robots.txt" -j DROP
-A INPUT -s 216.244.66.229/32 -m comment --comment "moz.com SEO crawler" -j DROP
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT