diff --git a/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf index 7b4486bf5..62b660c05 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf @@ -25,133 +25,12 @@ # For all intensive purpose you can delete everything inside this file and leave it # completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's - 104.223.37.150 1; - 104.5.92.27 1; - 107.150.63.170 1; - 109.236.83.247 1; - 137.74.49.205 1; - 137.74.49.208 1; - 146.0.74.150 1; - 148.251.54.44 1; - 149.56.151.180 1; - 149.56.232.146 1; - 150.70.0.0/16 1; - 151.80.27.90 1; - 151.80.99.90 1; - 151.80.99.91 1; - 154.16.199.144 1; - 154.16.199.34 1; - 154.16.199.48 1; - 154.16.199.78 1; - 158.69.142.34 1; - 166.62.80.172 1; - 173.212.192.219 1; - 173.234.11.105 1; - 173.234.153.106 1; - 173.234.153.30 1; - 173.234.175.68 1; - 173.234.31.9 1; - 173.234.38.25 1; - 176.126.245.213 1; - 178.238.234.1 1; - 185.35.63.128 1; - 185.100.87.238 1; - 185.115.125.99 1; - 185.119.81.11 1; - 185.119.81.63 1; - 185.119.81.77 1; - 185.119.81.78 1; - 185.130.225.65 1; - 185.130.225.66 1; - 185.130.225.83 1; - 185.130.225.90 1; - 185.130.225.94 1; - 185.130.225.95 1; - 185.130.226.105 1; - 185.153.197.103 1; - 185.159.36.6 1; - 185.47.62.199 1; - 185.62.190.38 1; - 185.70.105.161 1; - 185.70.105.164 1; - 185.85.239.156 1; - 185.85.239.157 1; - 185.86.13.213 1; - 185.86.5.199 1; - 185.86.5.212 1; - 185.92.72.88 1; - 185.93.185.11 1; - 185.93.185.12 1; - 185.183.96.33 1; - 188.209.52.101 1; - 190.152.223.27 1; - 191.96.249.29 1; - 192.69.89.173 1; - 193.201.224.205 1; - 195.154.183.190 1; - 195.229.241.174 1; - 200.7.105.43 1; - 210.212.194.60 1; - 216.218.147.194 1; - 220.227.234.129 1; - 23.253.230.158 1; - 23.89.159.176 1; - 31.170.160.209 1; - 45.32.186.11 1; - 45.76.21.179 1; - 46.249.38.145 1; - 46.249.38.146 1; - 46.249.38.148 1; - 46.249.38.149 1; - 46.249.38.150 1; - 46.249.38.151 1; - 46.249.38.152 1; - 46.249.38.153 1; - 46.249.38.154 1; - 46.249.38.159 1; - 51.255.172.22 1; - 5.39.218.232 1; - 5.39.219.24 1; - 5.39.222.18 1; - 5.39.223.134 1; - 54.213.16.154 1; - 54.213.9.111 1; - 62.210.146.49 1; - 62.210.88.4 1; - 65.98.91.181 1; - 69.162.124.237 1; - 69.64.147.24 1; - 72.8.183.202 1; - 77.247.178.191 1; - 77.247.178.47 1; - 77.247.181.219 1; - 78.31.184.0/21 1; - 78.31.211.0/24 1; - 79.110.128.17 1; - 79.110.128.63 1; - 79.110.128.252 1; - 79.110.128.128 1; - 80.87.205.10 1; - 80.87.205.11 1; - 85.17.230.23 1; - 85.17.26.68 1; - 91.185.190.172 1; - 91.200.12.0/22 1; - 91.200.12.15 1; - 91.200.12.49 1; - 91.200.12.91 1; - 92.222.66.137 1; - 93.238.198.203 1; - 93.238.196.48 1; - 93.104.209.11 1; - 93.158.200.103 1; - 93.158.200.105 1; - 93.158.200.115 1; - 93.158.200.124 1; - 93.158.200.126 1; - 93.158.200.66 1; - 93.158.200.68 1; - 93.238.202.44 1; +# Add IP's you want to blacklist below this line, one per line as per example +# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an +# IP here that may already be included by the blocker with it's daily updates +# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload. + +# 111.111.111.111 1; # Cyveillance / Qwest Communications / PSINET # ******************************************* diff --git a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf index 5d035f644..31de354a9 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf @@ -26,4 +26,4 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.193.203.142 0; +35.192.85.2 0; diff --git a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf index 60130e05e..0cc2f6565 100644 --- a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/.dev-tools/_conf_files_test2/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_test2/bots.d/blacklist-ips.conf index 7b4486bf5..62b660c05 100644 --- a/.dev-tools/_conf_files_test2/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_test2/bots.d/blacklist-ips.conf @@ -25,133 +25,12 @@ # For all intensive purpose you can delete everything inside this file and leave it # completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's - 104.223.37.150 1; - 104.5.92.27 1; - 107.150.63.170 1; - 109.236.83.247 1; - 137.74.49.205 1; - 137.74.49.208 1; - 146.0.74.150 1; - 148.251.54.44 1; - 149.56.151.180 1; - 149.56.232.146 1; - 150.70.0.0/16 1; - 151.80.27.90 1; - 151.80.99.90 1; - 151.80.99.91 1; - 154.16.199.144 1; - 154.16.199.34 1; - 154.16.199.48 1; - 154.16.199.78 1; - 158.69.142.34 1; - 166.62.80.172 1; - 173.212.192.219 1; - 173.234.11.105 1; - 173.234.153.106 1; - 173.234.153.30 1; - 173.234.175.68 1; - 173.234.31.9 1; - 173.234.38.25 1; - 176.126.245.213 1; - 178.238.234.1 1; - 185.35.63.128 1; - 185.100.87.238 1; - 185.115.125.99 1; - 185.119.81.11 1; - 185.119.81.63 1; - 185.119.81.77 1; - 185.119.81.78 1; - 185.130.225.65 1; - 185.130.225.66 1; - 185.130.225.83 1; - 185.130.225.90 1; - 185.130.225.94 1; - 185.130.225.95 1; - 185.130.226.105 1; - 185.153.197.103 1; - 185.159.36.6 1; - 185.47.62.199 1; - 185.62.190.38 1; - 185.70.105.161 1; - 185.70.105.164 1; - 185.85.239.156 1; - 185.85.239.157 1; - 185.86.13.213 1; - 185.86.5.199 1; - 185.86.5.212 1; - 185.92.72.88 1; - 185.93.185.11 1; - 185.93.185.12 1; - 185.183.96.33 1; - 188.209.52.101 1; - 190.152.223.27 1; - 191.96.249.29 1; - 192.69.89.173 1; - 193.201.224.205 1; - 195.154.183.190 1; - 195.229.241.174 1; - 200.7.105.43 1; - 210.212.194.60 1; - 216.218.147.194 1; - 220.227.234.129 1; - 23.253.230.158 1; - 23.89.159.176 1; - 31.170.160.209 1; - 45.32.186.11 1; - 45.76.21.179 1; - 46.249.38.145 1; - 46.249.38.146 1; - 46.249.38.148 1; - 46.249.38.149 1; - 46.249.38.150 1; - 46.249.38.151 1; - 46.249.38.152 1; - 46.249.38.153 1; - 46.249.38.154 1; - 46.249.38.159 1; - 51.255.172.22 1; - 5.39.218.232 1; - 5.39.219.24 1; - 5.39.222.18 1; - 5.39.223.134 1; - 54.213.16.154 1; - 54.213.9.111 1; - 62.210.146.49 1; - 62.210.88.4 1; - 65.98.91.181 1; - 69.162.124.237 1; - 69.64.147.24 1; - 72.8.183.202 1; - 77.247.178.191 1; - 77.247.178.47 1; - 77.247.181.219 1; - 78.31.184.0/21 1; - 78.31.211.0/24 1; - 79.110.128.17 1; - 79.110.128.63 1; - 79.110.128.252 1; - 79.110.128.128 1; - 80.87.205.10 1; - 80.87.205.11 1; - 85.17.230.23 1; - 85.17.26.68 1; - 91.185.190.172 1; - 91.200.12.0/22 1; - 91.200.12.15 1; - 91.200.12.49 1; - 91.200.12.91 1; - 92.222.66.137 1; - 93.238.198.203 1; - 93.238.196.48 1; - 93.104.209.11 1; - 93.158.200.103 1; - 93.158.200.105 1; - 93.158.200.115 1; - 93.158.200.124 1; - 93.158.200.126 1; - 93.158.200.66 1; - 93.158.200.68 1; - 93.238.202.44 1; +# Add IP's you want to blacklist below this line, one per line as per example +# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an +# IP here that may already be included by the blocker with it's daily updates +# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload. + +# 111.111.111.111 1; # Cyveillance / Qwest Communications / PSINET # ******************************************* diff --git a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf index ee678f4bc..f50e4c2cb 100644 --- a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf @@ -26,5 +26,5 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.48.144 0; -35.193.203.142 0; +35.184.226.236 0; +35.184.96.71 0; diff --git a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf index bf9bbe1c4..041d01d22 100644 --- a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/.dev-tools/_conf_files_test3/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_test3/bots.d/blacklist-ips.conf index 7b4486bf5..62b660c05 100644 --- a/.dev-tools/_conf_files_test3/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_test3/bots.d/blacklist-ips.conf @@ -25,133 +25,12 @@ # For all intensive purpose you can delete everything inside this file and leave it # completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's - 104.223.37.150 1; - 104.5.92.27 1; - 107.150.63.170 1; - 109.236.83.247 1; - 137.74.49.205 1; - 137.74.49.208 1; - 146.0.74.150 1; - 148.251.54.44 1; - 149.56.151.180 1; - 149.56.232.146 1; - 150.70.0.0/16 1; - 151.80.27.90 1; - 151.80.99.90 1; - 151.80.99.91 1; - 154.16.199.144 1; - 154.16.199.34 1; - 154.16.199.48 1; - 154.16.199.78 1; - 158.69.142.34 1; - 166.62.80.172 1; - 173.212.192.219 1; - 173.234.11.105 1; - 173.234.153.106 1; - 173.234.153.30 1; - 173.234.175.68 1; - 173.234.31.9 1; - 173.234.38.25 1; - 176.126.245.213 1; - 178.238.234.1 1; - 185.35.63.128 1; - 185.100.87.238 1; - 185.115.125.99 1; - 185.119.81.11 1; - 185.119.81.63 1; - 185.119.81.77 1; - 185.119.81.78 1; - 185.130.225.65 1; - 185.130.225.66 1; - 185.130.225.83 1; - 185.130.225.90 1; - 185.130.225.94 1; - 185.130.225.95 1; - 185.130.226.105 1; - 185.153.197.103 1; - 185.159.36.6 1; - 185.47.62.199 1; - 185.62.190.38 1; - 185.70.105.161 1; - 185.70.105.164 1; - 185.85.239.156 1; - 185.85.239.157 1; - 185.86.13.213 1; - 185.86.5.199 1; - 185.86.5.212 1; - 185.92.72.88 1; - 185.93.185.11 1; - 185.93.185.12 1; - 185.183.96.33 1; - 188.209.52.101 1; - 190.152.223.27 1; - 191.96.249.29 1; - 192.69.89.173 1; - 193.201.224.205 1; - 195.154.183.190 1; - 195.229.241.174 1; - 200.7.105.43 1; - 210.212.194.60 1; - 216.218.147.194 1; - 220.227.234.129 1; - 23.253.230.158 1; - 23.89.159.176 1; - 31.170.160.209 1; - 45.32.186.11 1; - 45.76.21.179 1; - 46.249.38.145 1; - 46.249.38.146 1; - 46.249.38.148 1; - 46.249.38.149 1; - 46.249.38.150 1; - 46.249.38.151 1; - 46.249.38.152 1; - 46.249.38.153 1; - 46.249.38.154 1; - 46.249.38.159 1; - 51.255.172.22 1; - 5.39.218.232 1; - 5.39.219.24 1; - 5.39.222.18 1; - 5.39.223.134 1; - 54.213.16.154 1; - 54.213.9.111 1; - 62.210.146.49 1; - 62.210.88.4 1; - 65.98.91.181 1; - 69.162.124.237 1; - 69.64.147.24 1; - 72.8.183.202 1; - 77.247.178.191 1; - 77.247.178.47 1; - 77.247.181.219 1; - 78.31.184.0/21 1; - 78.31.211.0/24 1; - 79.110.128.17 1; - 79.110.128.63 1; - 79.110.128.252 1; - 79.110.128.128 1; - 80.87.205.10 1; - 80.87.205.11 1; - 85.17.230.23 1; - 85.17.26.68 1; - 91.185.190.172 1; - 91.200.12.0/22 1; - 91.200.12.15 1; - 91.200.12.49 1; - 91.200.12.91 1; - 92.222.66.137 1; - 93.238.198.203 1; - 93.238.196.48 1; - 93.104.209.11 1; - 93.158.200.103 1; - 93.158.200.105 1; - 93.158.200.115 1; - 93.158.200.124 1; - 93.158.200.126 1; - 93.158.200.66 1; - 93.158.200.68 1; - 93.238.202.44 1; +# Add IP's you want to blacklist below this line, one per line as per example +# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an +# IP here that may already be included by the blocker with it's daily updates +# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload. + +# 111.111.111.111 1; # Cyveillance / Qwest Communications / PSINET # ******************************************* diff --git a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf index 9eb2a6453..decd21253 100644 --- a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf @@ -26,5 +26,5 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.48.144 0; -35.193.211.2 0; +104.154.120.187 0; +35.192.85.2 0; diff --git a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf index bef660e06..27b7ff826 100644 --- a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/.dev-tools/_conf_files_test4/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_test4/bots.d/blacklist-ips.conf index 7b4486bf5..62b660c05 100644 --- a/.dev-tools/_conf_files_test4/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_test4/bots.d/blacklist-ips.conf @@ -25,133 +25,12 @@ # For all intensive purpose you can delete everything inside this file and leave it # completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's - 104.223.37.150 1; - 104.5.92.27 1; - 107.150.63.170 1; - 109.236.83.247 1; - 137.74.49.205 1; - 137.74.49.208 1; - 146.0.74.150 1; - 148.251.54.44 1; - 149.56.151.180 1; - 149.56.232.146 1; - 150.70.0.0/16 1; - 151.80.27.90 1; - 151.80.99.90 1; - 151.80.99.91 1; - 154.16.199.144 1; - 154.16.199.34 1; - 154.16.199.48 1; - 154.16.199.78 1; - 158.69.142.34 1; - 166.62.80.172 1; - 173.212.192.219 1; - 173.234.11.105 1; - 173.234.153.106 1; - 173.234.153.30 1; - 173.234.175.68 1; - 173.234.31.9 1; - 173.234.38.25 1; - 176.126.245.213 1; - 178.238.234.1 1; - 185.35.63.128 1; - 185.100.87.238 1; - 185.115.125.99 1; - 185.119.81.11 1; - 185.119.81.63 1; - 185.119.81.77 1; - 185.119.81.78 1; - 185.130.225.65 1; - 185.130.225.66 1; - 185.130.225.83 1; - 185.130.225.90 1; - 185.130.225.94 1; - 185.130.225.95 1; - 185.130.226.105 1; - 185.153.197.103 1; - 185.159.36.6 1; - 185.47.62.199 1; - 185.62.190.38 1; - 185.70.105.161 1; - 185.70.105.164 1; - 185.85.239.156 1; - 185.85.239.157 1; - 185.86.13.213 1; - 185.86.5.199 1; - 185.86.5.212 1; - 185.92.72.88 1; - 185.93.185.11 1; - 185.93.185.12 1; - 185.183.96.33 1; - 188.209.52.101 1; - 190.152.223.27 1; - 191.96.249.29 1; - 192.69.89.173 1; - 193.201.224.205 1; - 195.154.183.190 1; - 195.229.241.174 1; - 200.7.105.43 1; - 210.212.194.60 1; - 216.218.147.194 1; - 220.227.234.129 1; - 23.253.230.158 1; - 23.89.159.176 1; - 31.170.160.209 1; - 45.32.186.11 1; - 45.76.21.179 1; - 46.249.38.145 1; - 46.249.38.146 1; - 46.249.38.148 1; - 46.249.38.149 1; - 46.249.38.150 1; - 46.249.38.151 1; - 46.249.38.152 1; - 46.249.38.153 1; - 46.249.38.154 1; - 46.249.38.159 1; - 51.255.172.22 1; - 5.39.218.232 1; - 5.39.219.24 1; - 5.39.222.18 1; - 5.39.223.134 1; - 54.213.16.154 1; - 54.213.9.111 1; - 62.210.146.49 1; - 62.210.88.4 1; - 65.98.91.181 1; - 69.162.124.237 1; - 69.64.147.24 1; - 72.8.183.202 1; - 77.247.178.191 1; - 77.247.178.47 1; - 77.247.181.219 1; - 78.31.184.0/21 1; - 78.31.211.0/24 1; - 79.110.128.17 1; - 79.110.128.63 1; - 79.110.128.252 1; - 79.110.128.128 1; - 80.87.205.10 1; - 80.87.205.11 1; - 85.17.230.23 1; - 85.17.26.68 1; - 91.185.190.172 1; - 91.200.12.0/22 1; - 91.200.12.15 1; - 91.200.12.49 1; - 91.200.12.91 1; - 92.222.66.137 1; - 93.238.198.203 1; - 93.238.196.48 1; - 93.104.209.11 1; - 93.158.200.103 1; - 93.158.200.105 1; - 93.158.200.115 1; - 93.158.200.124 1; - 93.158.200.126 1; - 93.158.200.66 1; - 93.158.200.68 1; - 93.238.202.44 1; +# Add IP's you want to blacklist below this line, one per line as per example +# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an +# IP here that may already be included by the blocker with it's daily updates +# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload. + +# 111.111.111.111 1; # Cyveillance / Qwest Communications / PSINET # ******************************************* diff --git a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf index 3f1f5ab16..f24b774e0 100644 --- a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf @@ -26,5 +26,5 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.192.217.12 0; -35.184.48.144 0; +35.224.112.202 0; +35.202.145.110 0; diff --git a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf index 60130e05e..0cc2f6565 100644 --- a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/.dev-tools/_curl_tests/curltest1.txt b/.dev-tools/_curl_tests/curltest1.txt index c3d384919..b27658b36 100755 --- a/.dev-tools/_curl_tests/curltest1.txt +++ b/.dev-tools/_curl_tests/curltest1.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:03 SAST 2018 +Last Tested: Sat Jun 30 11:04:41 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest2.txt b/.dev-tools/_curl_tests/curltest2.txt index c3d384919..b27658b36 100755 --- a/.dev-tools/_curl_tests/curltest2.txt +++ b/.dev-tools/_curl_tests/curltest2.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:03 SAST 2018 +Last Tested: Sat Jun 30 11:04:41 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest3.txt b/.dev-tools/_curl_tests/curltest3.txt index c3d384919..b27658b36 100755 --- a/.dev-tools/_curl_tests/curltest3.txt +++ b/.dev-tools/_curl_tests/curltest3.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:03 SAST 2018 +Last Tested: Sat Jun 30 11:04:41 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest4.txt b/.dev-tools/_curl_tests/curltest4.txt index c3d384919..b27658b36 100755 --- a/.dev-tools/_curl_tests/curltest4.txt +++ b/.dev-tools/_curl_tests/curltest4.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:03 SAST 2018 +Last Tested: Sat Jun 30 11:04:41 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest5.txt b/.dev-tools/_curl_tests/curltest5.txt index 7d9569534..93909ee1c 100755 --- a/.dev-tools/_curl_tests/curltest5.txt +++ b/.dev-tools/_curl_tests/curltest5.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:03 SAST 2018 +Last Tested: Sat Jun 30 11:04:41 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest6.txt b/.dev-tools/_curl_tests_4/curltest6.txt index 17545d354..d55d790a9 100755 --- a/.dev-tools/_curl_tests_4/curltest6.txt +++ b/.dev-tools/_curl_tests_4/curltest6.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:39 SAST 2018 +Last Tested: Sat Jun 30 11:05:18 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest7.txt b/.dev-tools/_curl_tests_4/curltest7.txt index 17545d354..d55d790a9 100644 --- a/.dev-tools/_curl_tests_4/curltest7.txt +++ b/.dev-tools/_curl_tests_4/curltest7.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:39 SAST 2018 +Last Tested: Sat Jun 30 11:05:18 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest8.txt b/.dev-tools/_curl_tests_4/curltest8.txt index 17545d354..d55d790a9 100644 --- a/.dev-tools/_curl_tests_4/curltest8.txt +++ b/.dev-tools/_curl_tests_4/curltest8.txt @@ -1,4 +1,4 @@ -Last Tested: Fri Jun 29 16:39:39 SAST 2018 +Last Tested: Sat Jun 30 11:05:18 SAST 2018 diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index 60130e05e..0cc2f6565 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/.latest_release/bots.d.tar.gz b/.latest_release/bots.d.tar.gz index d431d8960..3baf885fc 100644 Binary files a/.latest_release/bots.d.tar.gz and b/.latest_release/bots.d.tar.gz differ diff --git a/.latest_release/conf.d.tar.gz b/.latest_release/conf.d.tar.gz index 0d9b457ad..4be882a52 100644 Binary files a/.latest_release/conf.d.tar.gz and b/.latest_release/conf.d.tar.gz differ diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index b08ad2ac6..f8e6f4139 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2018.06.1120 +#### Version: V3.2018.06.1121 #### Bad Referrer Count: 6300 #### Bad Bot Count: 528 ____________________ diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index f0b2a4a3f..ed8b39ad4 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2018.06.1120 +#### Version: V3.2018.06.1121 #### Bad Referrer Count: 6300 #### Bad Bot Count: 528 ____________________ diff --git a/README.md b/README.md index b3fb3d683..f9d310f44 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots) _______________ -#### Version: V3.2018.06.1120 +#### Version: V3.2018.06.1121 #### Bad Referrer Count: 6300 #### Bad Bot Count: 528 ____________________ diff --git a/_generator_lists/bad-ip-addresses.list b/_generator_lists/bad-ip-addresses.list index 93dc6887e..40991be2a 100644 --- a/_generator_lists/bad-ip-addresses.list +++ b/_generator_lists/bad-ip-addresses.list @@ -615,6 +615,7 @@ 167.160.162.191 167.88.3.65 167.99.154.189 +167.99.201.146 167.99.249.98 167.99.73.206 168.1.130.212 @@ -1754,6 +1755,7 @@ 5.135.239.90 51.38.178.219 51.38.188.213 +51.38.215.64 51.38.224.237 51.38.237.46 51.38.49.206 diff --git a/_google_analytics_ghost_spam/README.md b/_google_analytics_ghost_spam/README.md index 68bb9272d..ac572c2f8 100644 --- a/_google_analytics_ghost_spam/README.md +++ b/_google_analytics_ghost_spam/README.md @@ -3,7 +3,7 @@ # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM _______________ -#### Version: V3.2018.06.1120 +#### Version: V3.2018.06.1121 #### Bad Referrer Count: 6300 #### Bad Bot Count: 528 ____________________ diff --git a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf index 60130e05e..0cc2f6565 100755 --- a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf +++ b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index 60130e05e..0cc2f6565 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:55 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Referrer Count: 6300 ### Bad Bot Count: 528 ################################################### @@ -8038,6 +8038,7 @@ geo $validate_client { 167.160.162.191 1; 167.88.3.65 1; 167.99.154.189 1; + 167.99.201.146 1; 167.99.249.98 1; 167.99.73.206 1; 168.1.130.212 1; @@ -9177,6 +9178,7 @@ geo $validate_client { 5.135.239.90 1; 51.38.178.219 1; 51.38.188.213 1; + 51.38.215.64 1; 51.38.224.237 1; 51.38.237.46 1; 51.38.49.206 1; diff --git a/robots.txt/robots.txt b/robots.txt/robots.txt index 70b823781..a12716aa8 100644 --- a/robots.txt/robots.txt +++ b/robots.txt/robots.txt @@ -1,7 +1,7 @@ ### Version Information # ################################################### -### Version: V3.2018.06.1120 -### Updated: Fri Jun 29 16:38:56 SAST 2018 +### Version: V3.2018.06.1121 +### Updated: Sat Jun 30 11:04:34 SAST 2018 ### Bad Bot Count: 528 ################################################### ### Version Information ##