Hallo,
ich habe seit ein paar Tagen einen Filter auf dem Blog, welcher die IPs sperrt, sobald diese eine gewisse Anzahl von fehlerhaften Logins / vom System her unbekannte Usernamen haben…
Nunja, was soll ich sagen?^^ Ich werde diese Liste regelmaessig ergaenzen, damit andere Blogger diese bei sich einfuegen koennen. Die Adressen wurden gefiltert, damit nicht versehentlich ein User meines Blogs darunter ist – Es kann also sichergestellt werden, dass dies nur “valide” Crawler sind.
Die Adressen finden sich in der Fußzeile, genau wie eine Befehlsliste fuer IPTables, der Firewall unter Linux.
Gruss
DeLynx93
Geblockte IP-Adressen (Klicken zum ausklappen)
103.106.112.* 103.111.52.* 103.210.105.* 103.221.221.* 103.35.65.* 103.57.211.* 103.74.123.* 103.97.100.* 104.198.210.* 104.223.40.* 104.248.11.* 104.248.27.* 109.120.166.* 109.201.133.* 109.228.12.* 109.70.100.* 111.223.39.* 114.143.165.* 116.97.117.* 121.201.127.* 121.78.246.* 123.31.41.* 124.217.235.* 134.209.11.* 134.209.232.* 138.197.15.* 138.68.14.* 138.68.244.* 139.59.72.* 139.59.83.* 14.177.76.* 142.44.134.* 143.255.152.* 143.255.153.* 143.255.154.* 143.255.155.* 144.217.240.* 147.135.87.* 149.202.170.* 150.95.115.* 158.69.124.* 158.69.9.* 159.65.92.* 162.144.133.* 162.144.204.* 162.241.131.* 162.241.174.* 162.241.239.* 162.241.34.* 164.138.23.* 165.22.132.* 165.227.144.* 167.99.92.* 171.22.120.* 173.212.252.* 173.254.243.* 174.138.16.* 176.10.99.* 176.212.134.* 177.19.181.* 178.128.105.* 178.128.49.* 178.128.83.* 178.128.96.* 178.33.194.* 178.62.54.* 18.216.249.* 18.223.233.* 180.222.181.* 185.115.43.* 185.211.245.* 185.220.101.* 185.242.168.* 186.182.83.* 189.204.49.* 189.41.243.* 190.167.110.* 190.210.98.* 190.216.198.* 194.187.144.* 197.155.158.* 198.57.209.* 200.134.25.* 200.137.132.* 202.137.154.* 202.92.7.* 203.151.93.* 203.195.170.* 203.223.136.* 206.189.131.* 206.189.149.* 206.189.172.* 206.189.37.* 208.113.184.* 213.6.65.* 217.182.16.* 27.114.150.* 27.50.89.* 35.176.221.* 35.189.169.* 35.247.153.* 37.113.17.* 37.123.98.* 37.187.150.* 37.59.54.* 45.119.213.* 45.119.80.* 45.119.81.* 45.252.248.* 45.40.135.* 45.56.103.* 46.101.135.* 5.180.184.* 50.116.110.* 51.15.53.* 59.106.33.* 61.67.241.* 62.102.148.* 62.73.4.* 66.70.160.* 68.183.90.* 69.12.87.* 69.12.88.* 69.55.49.* 70.35.201.* 77.247.181.* 77.73.67.* 80.241.221.* 81.95.125.* 82.196.8.* 85.47.31.* 87.117.219.* 88.208.233.* 91.121.173.* 91.134.29.* 94.130.39.* 95.153.30.* 95.211.146.*
Blocking fuer UFW (Klicken zum ausklappen)
#!/bin/bash ufw deny from 103.106.112.0/24 to any ufw deny from 103.111.52.0/24 to any ufw deny from 103.210.105.0/24 to any ufw deny from 103.221.221.0/24 to any ufw deny from 103.35.65.0/24 to any ufw deny from 103.57.211.0/24 to any ufw deny from 103.74.123.0/24 to any ufw deny from 103.97.100.0/24 to any ufw deny from 104.198.210.0/24 to any ufw deny from 104.223.40.0/24 to any ufw deny from 104.248.11.0/24 to any ufw deny from 104.248.27.0/24 to any ufw deny from 109.120.166.0/24 to any ufw deny from 109.201.133.0/24 to any ufw deny from 109.228.12.0/24 to any ufw deny from 109.70.100.0/24 to any ufw deny from 111.223.39.0/24 to any ufw deny from 114.143.165.0/24 to any ufw deny from 116.97.117.0/24 to any ufw deny from 121.201.127.0/24 to any ufw deny from 121.78.246.0/24 to any ufw deny from 123.31.41.0/24 to any ufw deny from 124.217.235.0/24 to any ufw deny from 134.209.11.0/24 to any ufw deny from 134.209.232.0/24 to any ufw deny from 138.197.15.0/24 to any ufw deny from 138.68.14.0/24 to any ufw deny from 138.68.244.0/24 to any ufw deny from 139.59.72.0/24 to any ufw deny from 139.59.83.0/24 to any ufw deny from 14.177.76.0/24 to any ufw deny from 142.44.134.0/24 to any ufw deny from 143.255.152.0/24 to any ufw deny from 143.255.153.0/24 to any ufw deny from 143.255.154.0/24 to any ufw deny from 143.255.155.0/24 to any ufw deny from 144.217.240.0/24 to any ufw deny from 147.135.87.0/24 to any ufw deny from 149.202.170.0/24 to any ufw deny from 150.95.115.0/24 to any ufw deny from 158.69.124.0/24 to any ufw deny from 158.69.9.0/24 to any ufw deny from 159.65.92.0/24 to any ufw deny from 162.144.133.0/24 to any ufw deny from 162.144.204.0/24 to any ufw deny from 162.241.131.0/24 to any ufw deny from 162.241.174.0/24 to any ufw deny from 162.241.239.0/24 to any ufw deny from 162.241.34.0/24 to any ufw deny from 164.138.23.0/24 to any ufw deny from 165.22.132.0/24 to any ufw deny from 165.227.144.0/24 to any ufw deny from 167.99.92.0/24 to any ufw deny from 171.22.120.0/24 to any ufw deny from 173.212.252.0/24 to any ufw deny from 173.254.243.0/24 to any ufw deny from 174.138.16.0/24 to any ufw deny from 176.10.99.0/24 to any ufw deny from 176.212.134.0/24 to any ufw deny from 177.19.181.0/24 to any ufw deny from 178.128.105.0/24 to any ufw deny from 178.128.49.0/24 to any ufw deny from 178.128.83.0/24 to any ufw deny from 178.128.96.0/24 to any ufw deny from 178.33.194.0/24 to any ufw deny from 178.62.54.0/24 to any ufw deny from 18.216.249.0/24 to any ufw deny from 18.223.233.0/24 to any ufw deny from 180.222.181.0/24 to any ufw deny from 185.115.43.0/24 to any ufw deny from 185.211.245.0/24 to any ufw deny from 185.220.101.0/24 to any ufw deny from 185.242.168.0/24 to any ufw deny from 186.182.83.0/24 to any ufw deny from 189.204.49.0/24 to any ufw deny from 189.41.243.0/24 to any ufw deny from 190.167.110.0/24 to any ufw deny from 190.210.98.0/24 to any ufw deny from 190.216.198.0/24 to any ufw deny from 194.187.144.0/24 to any ufw deny from 197.155.158.0/24 to any ufw deny from 198.57.209.0/24 to any ufw deny from 200.134.25.0/24 to any ufw deny from 200.137.132.0/24 to any ufw deny from 202.137.154.0/24 to any ufw deny from 202.92.7.0/24 to any ufw deny from 203.151.93.0/24 to any ufw deny from 203.195.170.0/24 to any ufw deny from 203.223.136.0/24 to any ufw deny from 206.189.131.0/24 to any ufw deny from 206.189.149.0/24 to any ufw deny from 206.189.172.0/24 to any ufw deny from 206.189.37.0/24 to any ufw deny from 208.113.184.0/24 to any ufw deny from 213.6.65.0/24 to any ufw deny from 217.182.16.0/24 to any ufw deny from 27.114.150.0/24 to any ufw deny from 27.50.89.0/24 to any ufw deny from 35.176.221.0/24 to any ufw deny from 35.189.169.0/24 to any ufw deny from 35.247.153.0/24 to any ufw deny from 37.113.17.0/24 to any ufw deny from 37.123.98.0/24 to any ufw deny from 37.187.150.0/24 to any ufw deny from 37.59.54.0/24 to any ufw deny from 45.119.213.0/24 to any ufw deny from 45.119.80.0/24 to any ufw deny from 45.119.81.0/24 to any ufw deny from 45.252.248.0/24 to any ufw deny from 45.40.135.0/24 to any ufw deny from 45.56.103.0/24 to any ufw deny from 46.101.135.0/24 to any ufw deny from 5.180.184.0/24 to any ufw deny from 50.116.110.0/24 to any ufw deny from 51.15.53.0/24 to any ufw deny from 59.106.33.0/24 to any ufw deny from 61.67.241.0/24 to any ufw deny from 62.102.148.0/24 to any ufw deny from 62.73.4.0/24 to any ufw deny from 66.70.160.0/24 to any ufw deny from 68.183.90.0/24 to any ufw deny from 69.12.87.0/24 to any ufw deny from 69.12.88.0/24 to any ufw deny from 69.55.49.0/24 to any ufw deny from 70.35.201.0/24 to any ufw deny from 77.247.181.0/24 to any ufw deny from 77.73.67.0/24 to any ufw deny from 80.241.221.0/24 to any ufw deny from 81.95.125.0/24 to any ufw deny from 82.196.8.0/24 to any ufw deny from 85.47.31.0/24 to any ufw deny from 87.117.219.0/24 to any ufw deny from 88.208.233.0/24 to any ufw deny from 91.121.173.0/24 to any ufw deny from 91.134.29.0/24 to any ufw deny from 94.130.39.0/24 to any ufw deny from 95.153.30.0/24 to any ufw deny from 95.211.146.0/24 to any
Blocking fuer IPTables (Klicken zum ausklappen)
#!/bin/bash iptables -A INPUT -s 103.106.112.0/24 -j DROP iptables -A INPUT -s 103.111.52.0/24 -j DROP iptables -A INPUT -s 103.210.105.0/24 -j DROP iptables -A INPUT -s 103.221.221.0/24 -j DROP iptables -A INPUT -s 103.35.65.0/24 -j DROP iptables -A INPUT -s 103.57.211.0/24 -j DROP iptables -A INPUT -s 103.74.123.0/24 -j DROP iptables -A INPUT -s 103.97.100.0/24 -j DROP iptables -A INPUT -s 104.198.210.0/24 -j DROP iptables -A INPUT -s 104.223.40.0/24 -j DROP iptables -A INPUT -s 104.248.11.0/24 -j DROP iptables -A INPUT -s 104.248.27.0/24 -j DROP iptables -A INPUT -s 109.120.166.0/24 -j DROP iptables -A INPUT -s 109.201.133.0/24 -j DROP iptables -A INPUT -s 109.228.12.0/24 -j DROP iptables -A INPUT -s 109.70.100.0/24 -j DROP iptables -A INPUT -s 111.223.39.0/24 -j DROP iptables -A INPUT -s 114.143.165.0/24 -j DROP iptables -A INPUT -s 116.97.117.0/24 -j DROP iptables -A INPUT -s 121.201.127.0/24 -j DROP iptables -A INPUT -s 121.78.246.0/24 -j DROP iptables -A INPUT -s 123.31.41.0/24 -j DROP iptables -A INPUT -s 124.217.235.0/24 -j DROP iptables -A INPUT -s 134.209.11.0/24 -j DROP iptables -A INPUT -s 134.209.232.0/24 -j DROP iptables -A INPUT -s 138.197.15.0/24 -j DROP iptables -A INPUT -s 138.68.14.0/24 -j DROP iptables -A INPUT -s 138.68.244.0/24 -j DROP iptables -A INPUT -s 139.59.72.0/24 -j DROP iptables -A INPUT -s 139.59.83.0/24 -j DROP iptables -A INPUT -s 14.177.76.0/24 -j DROP iptables -A INPUT -s 142.44.134.0/24 -j DROP iptables -A INPUT -s 143.255.152.0/24 -j DROP iptables -A INPUT -s 143.255.153.0/24 -j DROP iptables -A INPUT -s 143.255.154.0/24 -j DROP iptables -A INPUT -s 143.255.155.0/24 -j DROP iptables -A INPUT -s 144.217.240.0/24 -j DROP iptables -A INPUT -s 147.135.87.0/24 -j DROP iptables -A INPUT -s 149.202.170.0/24 -j DROP iptables -A INPUT -s 150.95.115.0/24 -j DROP iptables -A INPUT -s 158.69.124.0/24 -j DROP iptables -A INPUT -s 158.69.9.0/24 -j DROP iptables -A INPUT -s 159.65.92.0/24 -j DROP iptables -A INPUT -s 162.144.133.0/24 -j DROP iptables -A INPUT -s 162.144.204.0/24 -j DROP iptables -A INPUT -s 162.241.131.0/24 -j DROP iptables -A INPUT -s 162.241.174.0/24 -j DROP iptables -A INPUT -s 162.241.239.0/24 -j DROP iptables -A INPUT -s 162.241.34.0/24 -j DROP iptables -A INPUT -s 164.138.23.0/24 -j DROP iptables -A INPUT -s 165.22.132.0/24 -j DROP iptables -A INPUT -s 165.227.144.0/24 -j DROP iptables -A INPUT -s 167.99.92.0/24 -j DROP iptables -A INPUT -s 171.22.120.0/24 -j DROP iptables -A INPUT -s 173.212.252.0/24 -j DROP iptables -A INPUT -s 173.254.243.0/24 -j DROP iptables -A INPUT -s 174.138.16.0/24 -j DROP iptables -A INPUT -s 176.10.99.0/24 -j DROP iptables -A INPUT -s 176.212.134.0/24 -j DROP iptables -A INPUT -s 177.19.181.0/24 -j DROP iptables -A INPUT -s 178.128.105.0/24 -j DROP iptables -A INPUT -s 178.128.49.0/24 -j DROP iptables -A INPUT -s 178.128.83.0/24 -j DROP iptables -A INPUT -s 178.128.96.0/24 -j DROP iptables -A INPUT -s 178.33.194.0/24 -j DROP iptables -A INPUT -s 178.62.54.0/24 -j DROP iptables -A INPUT -s 18.216.249.0/24 -j DROP iptables -A INPUT -s 18.223.233.0/24 -j DROP iptables -A INPUT -s 180.222.181.0/24 -j DROP iptables -A INPUT -s 185.115.43.0/24 -j DROP iptables -A INPUT -s 185.211.245.0/24 -j DROP iptables -A INPUT -s 185.220.101.0/24 -j DROP iptables -A INPUT -s 185.242.168.0/24 -j DROP iptables -A INPUT -s 186.182.83.0/24 -j DROP iptables -A INPUT -s 189.204.49.0/24 -j DROP iptables -A INPUT -s 189.41.243.0/24 -j DROP iptables -A INPUT -s 190.167.110.0/24 -j DROP iptables -A INPUT -s 190.210.98.0/24 -j DROP iptables -A INPUT -s 190.216.198.0/24 -j DROP iptables -A INPUT -s 194.187.144.0/24 -j DROP iptables -A INPUT -s 197.155.158.0/24 -j DROP iptables -A INPUT -s 198.57.209.0/24 -j DROP iptables -A INPUT -s 200.134.25.0/24 -j DROP iptables -A INPUT -s 200.137.132.0/24 -j DROP iptables -A INPUT -s 202.137.154.0/24 -j DROP iptables -A INPUT -s 202.92.7.0/24 -j DROP iptables -A INPUT -s 203.151.93.0/24 -j DROP iptables -A INPUT -s 203.195.170.0/24 -j DROP iptables -A INPUT -s 203.223.136.0/24 -j DROP iptables -A INPUT -s 206.189.131.0/24 -j DROP iptables -A INPUT -s 206.189.149.0/24 -j DROP iptables -A INPUT -s 206.189.172.0/24 -j DROP iptables -A INPUT -s 206.189.37.0/24 -j DROP iptables -A INPUT -s 208.113.184.0/24 -j DROP iptables -A INPUT -s 213.6.65.0/24 -j DROP iptables -A INPUT -s 217.182.16.0/24 -j DROP iptables -A INPUT -s 27.114.150.0/24 -j DROP iptables -A INPUT -s 27.50.89.0/24 -j DROP iptables -A INPUT -s 35.176.221.0/24 -j DROP iptables -A INPUT -s 35.189.169.0/24 -j DROP iptables -A INPUT -s 35.247.153.0/24 -j DROP iptables -A INPUT -s 37.113.17.0/24 -j DROP iptables -A INPUT -s 37.123.98.0/24 -j DROP iptables -A INPUT -s 37.187.150.0/24 -j DROP iptables -A INPUT -s 37.59.54.0/24 -j DROP iptables -A INPUT -s 45.119.213.0/24 -j DROP iptables -A INPUT -s 45.119.80.0/24 -j DROP iptables -A INPUT -s 45.119.81.0/24 -j DROP iptables -A INPUT -s 45.252.248.0/24 -j DROP iptables -A INPUT -s 45.40.135.0/24 -j DROP iptables -A INPUT -s 45.56.103.0/24 -j DROP iptables -A INPUT -s 46.101.135.0/24 -j DROP iptables -A INPUT -s 5.180.184.0/24 -j DROP iptables -A INPUT -s 50.116.110.0/24 -j DROP iptables -A INPUT -s 51.15.53.0/24 -j DROP iptables -A INPUT -s 59.106.33.0/24 -j DROP iptables -A INPUT -s 61.67.241.0/24 -j DROP iptables -A INPUT -s 62.102.148.0/24 -j DROP iptables -A INPUT -s 62.73.4.0/24 -j DROP iptables -A INPUT -s 66.70.160.0/24 -j DROP iptables -A INPUT -s 68.183.90.0/24 -j DROP iptables -A INPUT -s 69.12.87.0/24 -j DROP iptables -A INPUT -s 69.12.88.0/24 -j DROP iptables -A INPUT -s 69.55.49.0/24 -j DROP iptables -A INPUT -s 70.35.201.0/24 -j DROP iptables -A INPUT -s 77.247.181.0/24 -j DROP iptables -A INPUT -s 77.73.67.0/24 -j DROP iptables -A INPUT -s 80.241.221.0/24 -j DROP iptables -A INPUT -s 81.95.125.0/24 -j DROP iptables -A INPUT -s 82.196.8.0/24 -j DROP iptables -A INPUT -s 85.47.31.0/24 -j DROP iptables -A INPUT -s 87.117.219.0/24 -j DROP iptables -A INPUT -s 88.208.233.0/24 -j DROP iptables -A INPUT -s 91.121.173.0/24 -j DROP iptables -A INPUT -s 91.134.29.0/24 -j DROP iptables -A INPUT -s 94.130.39.0/24 -j DROP iptables -A INPUT -s 95.153.30.0/24 -j DROP iptables -A INPUT -s 95.211.146.0/24 -j DROP