diff --git a/.dev-tools/_conf_files_ip_whitelist/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_ip_whitelist/bots.d/blacklist-ips.conf index 966492772..5e7c0ed8e 100644 --- a/.dev-tools/_conf_files_ip_whitelist/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_ip_whitelist/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 1; +35.184.226.236 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_ip_whitelist/bots.d/blockbots.conf b/.dev-tools/_conf_files_ip_whitelist/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_ip_whitelist/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_ip_whitelist/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_ip_whitelist/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_ip_whitelist/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_ip_whitelist/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_ip_whitelist/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_ip_whitelist/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_ip_whitelist/bots.d/whitelist-ips.conf index 2f692b069..3e60bde86 100644 --- a/.dev-tools/_conf_files_ip_whitelist/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_ip_whitelist/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 0; +35.184.226.236 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_ip_whitelist/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_ip_whitelist/conf.d/globalblacklist.conf index ecf581f25..8279e2f08 100644 --- a/.dev-tools/_conf_files_ip_whitelist/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_ip_whitelist/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_ratelimiting/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_ratelimiting/bots.d/blacklist-ips.conf index 966492772..5e7c0ed8e 100644 --- a/.dev-tools/_conf_files_ratelimiting/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_ratelimiting/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 1; +35.184.226.236 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_ratelimiting/bots.d/blockbots.conf b/.dev-tools/_conf_files_ratelimiting/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_ratelimiting/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_ratelimiting/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_ratelimiting/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_ratelimiting/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_ratelimiting/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_ratelimiting/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_ratelimiting/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_ratelimiting/bots.d/whitelist-ips.conf index 2f692b069..3e60bde86 100644 --- a/.dev-tools/_conf_files_ratelimiting/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_ratelimiting/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 0; +35.184.226.236 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_ratelimiting/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_ratelimiting/conf.d/globalblacklist.conf index ecf581f25..8279e2f08 100644 --- a/.dev-tools/_conf_files_ratelimiting/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_ratelimiting/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf index 445a2227a..89abb1062 100644 --- a/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -#------------------------ -### Version: V4.2019.10 -### Updated: 2019-06-28 -#------------------------ -### VERSION INFORMATION # +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.10 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # 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 c64c6f943..a5cc75253 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-ips.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.08 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.09 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## @@ -32,8 +32,10 @@ # 111.111.111.111 1; +# ------------------------------------------- # Cyveillance / Qwest Communications / PSINET -# ******************************************* +# ------------------------------------------- + # I am extensively researching this subject - appears to be US government involved # and also appears to be used by all sorts of law enforcement agencies. For one they # do not obey robots.txt and continually disguise their User-Agent strings. Time will @@ -72,9 +74,9 @@ 65.222.176.96/27 0; 65.222.185.72/29 0; -# **************** +# --------------- # Berkely Scanner -# **************** +# --------------- # The Berkeley University has a scanner testing all over the web sending a complex # payload an expecting a reply from servers who are infected or who just respond to such @@ -89,3 +91,13 @@ # If you really do want to block them change all the 0 below to 1. 169.229.3.91 0; + +# ------------ +# MY BLACKLIST +# ------------ + +# 111.111.111.111 1; + + +# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this. +# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker \ No newline at end of file diff --git a/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf index 8bf39b350..bbba66b74 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf @@ -3,12 +3,12 @@ # THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS -### VERSION INFORMATION # -#------------------------ -### Version: V4.2019.07 -### Updated: 2019-06-28 -#------------------------ -### VERSION INFORMATION # +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.07 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # diff --git a/.dev-tools/_conf_files_test1/bots.d/blockbots.conf b/.dev-tools/_conf_files_test1/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf index c2048f653..495d775b7 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.06 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.07 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -42,4 +42,16 @@ # "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0; # "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0; +# ------------ +# MY WHITELIST +# ------------ + + + + +# NOTE: This file can also blacklist by giving something a value of 1 +# but rather please do your blacklisting in the custom-bad-referrers.conf include file. + +# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string. +# SEE NOTES: in bad-referrer-words.conf 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 31ed4350c..deb2992bb 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.04 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.05 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -32,5 +32,17 @@ # --------- # 111.111.111.111 0; +# ------------ +# MY WHITELIST +# ------------ -104.154.120.187 0; + +# ------ +# NOTES: +# ------ +# - This file rules over any other other parts of the IP blocking. +# - If you blacklisted your own IP in blacklist-ips.conf whitelisting it here will over-ride the blacklisting. +# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. +# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. +# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST +35.202.145.110 0; diff --git a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf index ecf581f25..8279e2f08 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: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_testing_changes/bots.d/bad-referrer-words.conf index 445a2227a..89abb1062 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/bad-referrer-words.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -#------------------------ -### Version: V4.2019.10 -### Updated: 2019-06-28 -#------------------------ -### VERSION INFORMATION # +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.10 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-ips.conf index c64c6f943..a5cc75253 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-ips.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.08 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.09 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## @@ -32,8 +32,10 @@ # 111.111.111.111 1; +# ------------------------------------------- # Cyveillance / Qwest Communications / PSINET -# ******************************************* +# ------------------------------------------- + # I am extensively researching this subject - appears to be US government involved # and also appears to be used by all sorts of law enforcement agencies. For one they # do not obey robots.txt and continually disguise their User-Agent strings. Time will @@ -72,9 +74,9 @@ 65.222.176.96/27 0; 65.222.185.72/29 0; -# **************** +# --------------- # Berkely Scanner -# **************** +# --------------- # The Berkeley University has a scanner testing all over the web sending a complex # payload an expecting a reply from servers who are infected or who just respond to such @@ -89,3 +91,13 @@ # If you really do want to block them change all the 0 below to 1. 169.229.3.91 0; + +# ------------ +# MY BLACKLIST +# ------------ + +# 111.111.111.111 1; + + +# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this. +# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-user-agents.conf index 8bf39b350..bbba66b74 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/blacklist-user-agents.conf @@ -3,12 +3,12 @@ # THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS -### VERSION INFORMATION # -#------------------------ -### Version: V4.2019.07 -### Updated: 2019-06-28 -#------------------------ -### VERSION INFORMATION # +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.07 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/blockbots.conf b/.dev-tools/_conf_files_testing_changes/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_testing_changes/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-domains.conf index c2048f653..495d775b7 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-domains.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.06 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.07 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -42,4 +42,16 @@ # "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0; # "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0; +# ------------ +# MY WHITELIST +# ------------ + + + + +# NOTE: This file can also blacklist by giving something a value of 1 +# but rather please do your blacklisting in the custom-bad-referrers.conf include file. + +# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string. +# SEE NOTES: in bad-referrer-words.conf diff --git a/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-ips.conf index f415804df..46ae6869f 100644 --- a/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes/bots.d/whitelist-ips.conf @@ -1,11 +1,11 @@ # EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.04 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.05 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -32,4 +32,16 @@ # --------- # 111.111.111.111 0; +# ------------ +# MY WHITELIST +# ------------ + +# ------ +# NOTES: +# ------ +# - This file rules over any other other parts of the IP blocking. +# - If you blacklisted your own IP in blacklist-ips.conf whitelisting it here will over-ride the blacklisting. +# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. +# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. +# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST diff --git a/.dev-tools/_conf_files_testing_changes/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_testing_changes/conf.d/globalblacklist.conf index 217491f5e..e8af5340f 100644 --- a/.dev-tools/_conf_files_testing_changes/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_testing_changes/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-ips.conf index 12f18b91b..966492772 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 1; +35.184.96.71 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-user-agents.conf index 8bf39b350..bbba66b74 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blacklist-user-agents.conf @@ -3,12 +3,12 @@ # THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS -### VERSION INFORMATION # -#------------------------ -### Version: V4.2019.07 -### Updated: 2019-06-28 -#------------------------ -### VERSION INFORMATION # +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.07 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blockbots.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/whitelist-ips.conf index c3c284efc..2f692b069 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 0; +35.184.96.71 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_testing_changes_ip_whitelist/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_testing_changes_ip_whitelist/conf.d/globalblacklist.conf index 217491f5e..e8af5340f 100644 --- a/.dev-tools/_conf_files_testing_changes_ip_whitelist/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_testing_changes_ip_whitelist/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blacklist-ips.conf index 12f18b91b..966492772 100644 --- a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 1; +35.184.96.71 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blockbots.conf b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; # "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; +# ------------ +# MY WHITELIST +# ------------ + +# "~*(?:\b)mywebsite\.com(?:\b|)" 0; + + +# ------------ +# MY BLACKLIST +# ------------ + +# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1; + - \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/whitelist-ips.conf index c3c284efc..2f692b069 100644 --- a/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_ratelimiting/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 0; +35.184.96.71 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_testing_changes_ratelimiting/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_testing_changes_ratelimiting/conf.d/globalblacklist.conf index 217491f5e..e8af5340f 100644 --- a/.dev-tools/_conf_files_testing_changes_ratelimiting/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_testing_changes_ratelimiting/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blacklist-ips.conf index 12f18b91b..966492772 100644 --- a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 1; +35.184.96.71 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blockbots.conf b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/whitelist-ips.conf index c3c284efc..2f692b069 100644 --- a/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_testing_changes_whitelist/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 0; +35.184.96.71 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_testing_changes_whitelist/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_testing_changes_whitelist/conf.d/globalblacklist.conf index 217491f5e..e8af5340f 100644 --- a/.dev-tools/_conf_files_testing_changes_whitelist/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_testing_changes_whitelist/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/_conf_files_whitelist/bots.d/blacklist-ips.conf b/.dev-tools/_conf_files_whitelist/bots.d/blacklist-ips.conf index 966492772..5e7c0ed8e 100644 --- a/.dev-tools/_conf_files_whitelist/bots.d/blacklist-ips.conf +++ b/.dev-tools/_conf_files_whitelist/bots.d/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 1; +35.184.226.236 1; 127.0.0.1 1; diff --git a/.dev-tools/_conf_files_whitelist/bots.d/blockbots.conf b/.dev-tools/_conf_files_whitelist/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/.dev-tools/_conf_files_whitelist/bots.d/blockbots.conf +++ b/.dev-tools/_conf_files_whitelist/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file diff --git a/.dev-tools/_conf_files_whitelist/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_whitelist/bots.d/whitelist-ips.conf index 2f692b069..3e60bde86 100644 --- a/.dev-tools/_conf_files_whitelist/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_whitelist/bots.d/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.184.96.71 0; +35.184.226.236 0; 127.0.0.1 0; diff --git a/.dev-tools/_conf_files_whitelist/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_whitelist/conf.d/globalblacklist.conf index ecf581f25..8279e2f08 100644 --- a/.dev-tools/_conf_files_whitelist/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_whitelist/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/globalblacklist-testing.template b/.dev-tools/globalblacklist-testing.template index 217491f5e..e8af5340f 100644 --- a/.dev-tools/globalblacklist-testing.template +++ b/.dev-tools/globalblacklist-testing.template @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index ecf581f25..8279e2f08 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/.dev-tools/test_units/blacklist-ips.conf b/.dev-tools/test_units/blacklist-ips.conf index 12f18b91b..966492772 100644 --- a/.dev-tools/test_units/blacklist-ips.conf +++ b/.dev-tools/test_units/blacklist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 1; +35.184.96.71 1; 127.0.0.1 1; diff --git a/.dev-tools/test_units/random-bots-for-test-quick.list b/.dev-tools/test_units/random-bots-for-test-quick.list index 58d976b73..11ed2ed6d 100644 --- a/.dev-tools/test_units/random-bots-for-test-quick.list +++ b/.dev-tools/test_units/random-bots-for-test-quick.list @@ -1,50 +1,50 @@ -Badass +AiHitBot +Alexibot Battleztar Bazinga -Bitacle -BlackWidow -Cogentbot -CSHttp -Dotbot -Drip +Boardreader +CheeseBot +Chlooe +Copier +CrunchBot +Custo +DatabaseDriverMysqli +Digincore DTS Agent -EMail Siphon -EroCrawler -ExtractorPro -Foobot -Id-search -JamesBOT +Extractor +FlashGet +GT::WWW +HEADMasterSEO +IndeedBot +Joomla +Lftp +Libwhisker +Lightspeedsystems LinkextractorPro -Magnet -Majestic-SEO -MarkMonitor +LinqiaRSSBot +MarkWatch +MSIECrawler +Navroad Netvibes -Nibbler +NICErsPRO NPbot -Nutch -Octopus -Openvas -Pavuk -ProPowerBot -RankingBot -Recorder -Shodan -SiteExplorer -Snoopy -sp_auditbot -Spbot -Sucker -T8Abot -TeleportPro -The Intraformant -Tracemyfile -trendiction.de +PageAnalyzer +Papa Foto +Picsearch +Psbot +RedesScrapy +SalesIntelligent +Scrapy +ScreenerBot +SearchmetricsBot +serpstatbot +sexsearcher +Sqworm +Steeler +SurveyBot +Suzuran +tAkeOut +TwengaBot Typhoeus -URLy Warning -Virusdie -WebCollage -WebFetch -Web Fuck -Web Pix +UnisterBot +Whacker WinHTTrack -Zermelo -Zitebot diff --git a/.dev-tools/test_units/random-bots-for-test.list b/.dev-tools/test_units/random-bots-for-test.list index c36c016f0..506d6b16a 100644 --- a/.dev-tools/test_units/random-bots-for-test.list +++ b/.dev-tools/test_units/random-bots-for-test.list @@ -1,250 +1,250 @@ -360Spider +404checker 404enemy -ADmantX -AhrefsBot -AIBOT -AiHitBot -Alexibot +80legs +Abonti +Acunetix +Aipbot AllSubmitter -archive.org_bot -ASPSeek +AlphaBot +Apexoo autoemailspider Backlink-Ceck -Bandit -BBBike +Badass +BatchFTP +Battleztar Bazinga BDCbot -BetaBot -BlackWidow -BLEXBot +Bigfoot +Blackboard +Blow +BlowFish Boardreader -Bolt -BotALot -Brandwatch -CATExplorador -CazoodleBot -CCBot -CheeseBot -CherryPicker -CheTeam -ChinaClaw -Chlooe +BuiltWith +BunnySlippers +Cegbfeieh Claritybot -Cliqzbot cognitiveseo -Collector +Copier Copyscape -crawler4j -crawl.sogou.com +Cosmos +Craftbot CrazyWebCrawler -CrunchBot CSHttp -Curious -DataCha0s DBLBot demandbase-bot -Deusu Devil Digincore +DIIbot Disco -Discobot -DnyzBot +Discoverybot +Dispatch +DittoSpyder +DomainAppender +DomainSigmaCrawler Dotbot -Dragonfly +Download Wonder +Drip DSearch -DTS Agent -EasyDL Ebingbong +Ecxi EMail Siphon -Express WebPictures +evc-batch +Evil +Exabot ExtLinksBot -Ezooms -FemtosearchBot -Firefox/7.0 -FyberSpider +Extreme Picture Finder +EyeNetIE +facebookscraper +Fimap +FlashGet +Flunky +Freeuploader +FrontPage Fyrebot Genieo -GermCrawler -Getintent -GetRight -Gigablast Gigabot -G-i-g-a-b-o-t Gotit Go!Zilla +Grabber +GrabNet Grafula +GrapeshotCrawler GridBot GT::WWW -Harvest +HaosouSpider Havij -HEADMasterSEO -HTTrack -Humanlinks -HybridBot +HMView +HTMLparser +HTTP::Lite Iblog IDBot Image Sucker IndeedBot -Indy Library -InfoTekies instabid -Intelliseek -Internet Ninja -InternetSeer -Iria +internetVista monitor +ips-agent +Iskanie Jbrofuzz +Jetty JikeSpider -JustView -Jyxobot -Kenjin Spider -Lanshanbot +Joomla +Jorgee +Keyword Density +Kozmosbot Larbin LeechFTP +LeechGet LexiBot -Likse +Lightspeedsystems Linkdexbot LinkextractorPro +LinkpadBot LinkScan +LinkWalker +LinqiaMetadataDownloaderBot +LinqiaRSSBot +Lipperhey +Litemage_walker Lmspider LNSpiderguy Ltx71 LWP::Simple -Magnet +lwp-trivial Mag-Net +Mail.RU_Bot Majestic12 Majestic SEO -MarkMonitor -MarkWatch -Masscan +Majestic-SEO +Mass Downloader Meanpathbot -Mediatoolkitbot -MegaIndex.ru +Metauri +MFC_Tear_Sample Microsoft URL Control -MIDown tool -MJ12bot +Mr.4x3 +MSIECrawler MS Web Services Client Protocol +muhstik-scan +Navroad Needle Nessus -NetAnts -Netcraft -netEstate NE Crawler -NetSpider -Netvibes -Nibbler -NICErsPRO -Nimbostratus -Ninja +NetLyzer +Nikto +NimbleCrawler +Nmap +NPbot Nutch +oBot +Offline Explorer Offline Navigator OnCrawl -Openfind -OpenLinkProfiler -Openvas -OrangeSpider -PageAnalyzer -Page Analyzer -Panscient +OpenVAS +OrangeBot +OutclicksBot +OutfoxBot +PageGrabber +page scorer Papa Foto +Pavuk pcBrowser +PECL::HTTP +Picsearch PictureFinder -Pimonster +Pi-Monster Pixray -PleaseCrawl plumanalytics -Probethenet +Pockey +POE-Component-Client-HTTP ProPowerBot +ProWebWalker +Psbot +PxBroker +PyCurl QueryN Metasearch RankActive +RankActiveLinkBot +RankingBot RankingBot2 -RankurBot -RealDownload -RebelMouse -RepoMonkey -Ripper -s1z.ru -SBIder -Scanbot +Rankivabot +Reaper +Recorder +ReGet +RocketCrawler +SalesIntelligent +ScanAlert scan.lol -Searchestate +Scrapy +Screaming +ScreenerBot SemrushBot -SEOkicks-Robot -Seomoz -SEOprofiler -seoscanners +SEOkicks SeoSiteCheckup sexsearcher -Siphon +Shodan SISTRIX -Sitebeam +Siteimprove SiteLockSpider +SiteSnagger SiteSucker -Site Sucker +SlySearch SMTBot -Snake +Snapbot Snoopy -Sociscraper -Sogou web spider -Sosospider -SpankBot +Sottopop Spanner -Spinn3r +sp_auditbot +SputnikBot Sqlmap Sqworm +Stripper Sucker -SurveyBot +SuperBot +Suzuran sysscan -Szukacz -T8Abot +Teleport TeleportPro -Telesoft +Telesphoreo TheNomad -Titan +Toweyabot Trendiction -TurnitinBot +Trendictionbot +trendiction.com +Turingos +Turnitin TwengaBot Twice UnisterBot -URLy Warning -URLy.Warning +Vacuum Vagabondo -VB Project -VCI -VeriCiteCrawler -Voil Voltron -WallpapersHD -WASALive-Bot WBSearchBot -WebBandit -Web Collage -WebCopier -WebEnhancer -Web Enhancer +WebAuto +WEBDAV WebFetch -Web Fetch -WebFuck -Web Fuck +WebGo IS +WebImageCollector +webmeup-crawler +WebPix Web Pix -WebReaper -WebSauger WebsiteExtractor WebsiteQuester -Web Sucker -WebWhacker +Website Quester +WebStripper +WebSucker +WebZIP +WeSEE Whack -Whacker Whatweb Who.is Bot -WinHTTrack +WiseGuys Robot WISENutbot -Wonderbot -Woobot -Wotbox +WPScan WWW-Collector-E WWWOFFLE -x09Mozilla x22Mozilla +Xaldon WebSpider YoudaoBot +Zade Zauba Zeus Zitebot -ZumBot +ZmEu +ZyBorg diff --git a/.dev-tools/test_units/random-bots-for-whitelist-test.list b/.dev-tools/test_units/random-bots-for-whitelist-test.list index 8a9b43de3..7dcff164a 100644 --- a/.dev-tools/test_units/random-bots-for-whitelist-test.list +++ b/.dev-tools/test_units/random-bots-for-whitelist-test.list @@ -1,250 +1,250 @@ +360Spider 404enemy Aboundex Aboundexbot -ADmantX -Aipbot -Alligator -AllSubmitter -Anarchie +AIBOT +AiHitBot +Alexibot +AlphaBot Apexoo -archive.org_bot ASPSeek -BacklinkCrawler +autoemailspider +Backlink-Ceck +backlink-check BackWeb -Barkrowler -BatchFTP +BBBike BDCbot +BetaBot +Bigfoot Bitacle -BlackWidow -BLEXBot -Blow BlowFish -BotALot -Brandprotect -Brandwatch BunnySlippers -CCBot +Calculon +CazoodleBot Cegbfeieh -CherryPicker ChinaClaw +Claritybot Cliqzbot -Cloud mapping -coccocbot-web +cognitiveseo com.plumanalytics -Cosmos Craftbot -crawler4j -crawler.feedback -CrazyWebCrawler -Crescent +CrunchBot Curious +DBLBot +demandbase-bot Demon -Deusu -Digincore -Dirbuster +DIIbot Disco -Discoverybot DittoSpyder +DnyzBot DomainAppender -DomainCrawler DomainSigmaCrawler -Dotbot +DomainStatsBot Dragonfly DSearch -EasyDL +DTS Agent Ebingbong -Ecxi -EMail Siphon -EMail Wolf -evc-batch +EirGrabber Evil -Express WebPictures -ExtractorPro +Extreme Picture Finder +EyeNetIE +facebookscraper FDM FemtosearchBot Firefox/7.0 -Flunky -FyberSpider +Foobot Fyrebot -GalaxyBot Genieo -GermCrawler -GetRight -GetWeb -Go-Ahead-Got-It -GoZilla -GrabNet -Grafula -GrapeFX +Gigabot +G-i-g-a-b-o-t GrapeshotCrawler GridBot GT::WWW Haansoft Havij +HEADMasterSEO HTTrack -Humanlinks +Iblog +IDBot +Id-search IlseBot +Image Fetch Image Sucker -IndeedBot -instabid InterGET -Internet Ninja -internetVista monitor +ips-agent Iria Jbrofuzz -JetCar +Jetty +JOC Web Spider Joomla +Kenjin Spider Keyword Density Kozmosbot -Lanshanbot -LeechGet +Larbin +LeechFTP Lftp -LibWeb Libwhisker -Likse +Lightspeedsystems +Linkdexbot LinkextractorPro +LinkScan +LinksManager LinkWalker Lipperhey -Lipperhey Spider Litemage_walker +Lmspider Ltx71 -lwp-request lwp-trivial -Magnet -Mag-Net Majestic12 +Majestic SEO +MarkMonitor +MarkWatch Masscan Mass Downloader MauiBot meanpathbot Meanpathbot +Mediatoolkitbot +mediawords +Metauri MFC_Tear_Sample -Microsoft Data Access Microsoft URL Control -MIDown tool MIIxpc -MJ12bot -Mojeek -Mr.4x3 -MSIECrawler +Morfeus Fucking Scanner +MSFrontPage +Msrabot +MS Web Services Client Protocol Musobot Nameprotect Navroad NearSite +Needle +Nessus Netcraft -netEstate NE Crawler -Net Vampire -Netvibes +NetMechanic +NetSpider +Nettrack +NextGenSearchBot +Niki-bot Nikto -Nimbostratus -Nmap -oBot -Offline Navigator -Openfind +Ninja +NPbot +Nutch +Octopus +Offline Explorer Openvas -OrangeSpider +OrangeBot OutclicksBot -OutfoxBot +PageGrabber +page scorer Pandalytics -Papa Foto Pavuk +PECL::HTTP +PHPCrawl +Picsearch PictureFinder -Pi-Monster -PleaseCrawl +Pixray plumanalytics -POE-Component-Client-HTTP -Probethenet ProWebWalker +Psbot Pump PxBroker -RankActive +RankActiveLinkBot RankingBot -RankingBot2 -Rankivabot +RankurBot +RealDownload Reaper RebelMouse Recorder RedesScrapy RepoMonkey Ripper -RocketCrawler +Rogerbot +s1z.ru +SBIder +ScanAlert Scanbot -scan.lol Scrapy -ScreenerBot +Screaming Semrush +SemrushBot SEOprofiler -SeoSiteCheckup serpstatbot -Sitebeam +Shodan +SISTRIX SiteExplorer +Siteimprove +SiteSucker Sitevigil +SmartDownload +Snake Snapbot Snoopy SocialRankIOBot sogouspider -Sosospider -Sottopop SpankBot -Spanner +sp_auditbot +Spbot Spinn3r SputnikBot spyfu -Sqworm +Steeler Stripper +Sucker +Sucuri +Surfbot sysscan -Telesoft -Thumbor -Titan +T0PHackTeam +tAkeOut +Teleport +Telesphoreo +TheNomad +TightTwatBot Toweyabot Tracemyfile Trendiction -Trendictionbot -trendiction.com +True_Robot +Turingos +Turnitin +TurnitinBot TwengaBot -Twice -Typhoeus UnisterBot Upflow -URLy Warning URLy.Warning Vagabondo -VeriCiteCrawler -Wallpapers/3.0 +VB Project +VCI +VoidEYE WallpapersHD +WASALive-Bot +WBSearchBot +Webalta WebAuto WebBandit -WebCollage Web Collage -WebCopier -WebEnhancer WebFetch +Web Fetch Web Fuck -WebImageCollector -WebmasterWorldForumBot webmeup-crawler WebPix Web Pix +WebReaper Web Sauger WebsiteQuester +Website Quester Webster -WebStripper -WebWhacker -WeSEE +WebSucker +WebZIP +Whack Whatweb -Widow +Who.is Bot WISENutbot +Wonderbot Woobot -Wotbox -Wprecon -WPScan WWW-Mechanize WWW::Mechanize -x22Mozilla -Xenu -xpymep1.exe +Xaldon WebSpider +Zauba zauba.io -Zermelo zgrab -Zitebot -ZumBot +ZmEu diff --git a/.dev-tools/test_units/random-referrers-for-test-quick.list b/.dev-tools/test_units/random-referrers-for-test-quick.list index 4b7507bee..c89636701 100644 --- a/.dev-tools/test_units/random-referrers-for-test-quick.list +++ b/.dev-tools/test_units/random-referrers-for-test-quick.list @@ -1,100 +1,100 @@ -1-free-share-buttons.com -34.gs -aa625d84f1587749c1ab011d6f269f7d64.com +76brighton.co.uk aa81bf391151884adfa3dd677e41f94be1.com -abclauncher.com -adbetclickin.pink -adman.se -aliexpresscashback.club -allwidewallpapers.com -apimegabrowsebiz-a.akamaihd.net -arenda-yeisk.ru -artdeko.info -aversis.net -bazaronline24.ru -bestpornuha.com -bimatoprost-careprost.com -bjorkbacken.nu -bochemit.com.ua -bolezniorganov.ru -bpro1.top -buy-meds24.com -buytizanidineonline.blogspot.com -carmuffler.net -chiblackhawks-jerseys.com -clickpapa.com -cornomase.win -cv.wallhade.co -dengi-pod-zalog-nedvizhimosti.ru -depositfiles-porn.ga -design-ideas.info -discountbarbour.online -downloadmefiranaratb1972.xpg.com.br -downvids.net -e-biznes.info -edwinkonijn.com.au -empis.magix.net -eu-cookie-law.blogspot.com -filesclub.net -finemanteam.com -freeuploader.com -fuel-gas.com -greatzip.com -hanink.biz.ly -helvetia.com.ua -hit-kino.ru -inome.com.ua -irunfar.com -jolic2.com -kchaxton.com -kinobest.pl -kutikomi.net -lego4x4.ru -link.ac -littleberry.ru -mapquestz.us -matematikus.info -mirzonru.net -mister-shop.com -morepoweronmac.trade -moyakuhnia.ru -napalm51.nut.cc -nosecret.com.ua -nrjmobile.fr -pateaswing.com -phpdevops.com -podshipniki-ntn.ru -pornosexrolik.com -portal-eu.ru -quelle.ru -rankia.com -realmonte.net -rique.host.sk -sanatorrii.ru -santasgift.ml -search.xtconnect.com -seoheap.com -seo-platform.com -servingnotice.com -sexkrasivo.net -sibvitr.ru -sk.golden-praga.ru -slowmacfaster.trade -sosdepotdebilan.com -space2019.top -statistici.ro -superstats.com -tubo360.com -ua.tc -versaut.xxx-cam.webcam -vipps.com.my -vysigy.su -website-speed-checker.site -whatzmyip.net -winner7777.net -xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai -youjizz.vc -zdesoboi.com -zeroredirect9.com -zeroredirect.com -zoomovies.org +abusora.com +aksonural.ru +arkartex.ru +artavenuegardenstudios.com +asscenihotosidea.blogspot.com +avto-oligarh.ru +backuperwebcam.weebly.com +battleforupdating.site +beatifullandscape.co +bestadbid.com +bestpriceninja.com +best-seo-software.xyz +bioscorp.ru +blagovest-med.ru +bluerobot.info +bmw.afora.ru +boole.onlinewebshop.net +buyessaynow.biz +candiceloves.us +carson.getenjoyment.net +clknsee.com +coinsspb.com +communisave.co.za +compucelunlock.net +com-supportcenter.website +darmebel.com.ua +detalizaciya-tut.biz +earn-from-articles.com +el-nation.com +epngo.bz +erotikstories.ru +essayservicewriting.org +ezigarettekaufen1.hpage.com +fetishinside.com +finansov.info +fishingwholesale.us +flauntyoursite.com +germes-trans.com +heygidday.biz +hoste.octopis.com +host-tracker.com +igithab.com +ihc2015.info +insta-add.pro +i-service.kz +kaac.ru +keywordsking.com +kinogonew.ru +labelwater.se +lacapilla.info +liveu.infoteka.hu +mabdoola.blogspot.com +medicineseasybuy.com +miniature.io +monarhs.info +nootrino.com +office2web.com +okeinfo.online +online-podarki.com +orgasmus-virtual.com +photo-clip.ru +piccshare.com +picsfair.com +picurams.pw +pony-business.com +prostitutki-almata.org +pufip.com +reimageplus.com +richinvestmonitor.com +salut-camp.ru +search-goo.com +semprofile.com +sex.hotblog.top +shoesonlinebuy.cn +sibdevice.ru +site-speed-check.site +snsdeainavi.info +social-buttons.com +sukirgenk.dvrlists.com +svbur.ru +tizanidinehcl2mgsideeffects.blogspot.com +tradgardspartner.se +ukrobstep.com +umekana.ru +urlopener.blogspot.com.au +v-doc.co +vellings.info +viktoria-center.ru +warningwar.ru +waysbetter.cn +westsextube.com +wyniki-lista.pl +xtrafficplus.com +yottos.com +youjizz.com +zapiszto.pl +zeroredirect6.com +znakomstva-piter78.ru diff --git a/.dev-tools/test_units/random-referrers-for-test.list b/.dev-tools/test_units/random-referrers-for-test.list index 5eb916424..5862610d9 100644 --- a/.dev-tools/test_units/random-referrers-for-test.list +++ b/.dev-tools/test_units/random-referrers-for-test.list @@ -1,1000 +1,1000 @@ 007angels.com -101lesbian.xyz -10bet.com -123kuma.com -12u.info -1hwy.com -1kdailyprofit.me -1kinobig.ru -1webmaster.ml -2015god.org -21h2o.com +0c47f8422d3f.com +101billion.com +11pikachu.ru +123cha.com +2345.com +256bit.by 273-fz.ru -2rich4bitches.com -3dracergames.com -3w24.com -4kepics.com -4pp13.com -4rent.ru -5i2.net -7xc4n.com -888.com -8si.ru -a1security.com.ua +2x2fan.ru +3weekdiet.com +4inn.ru +4webmasters.com +5000-cotydzien.com +5-steps-to-start-business.com +6128786.com +7zap.com +98oi.ru +a14download.com a96527gi.beget.tech -aa08daf7e13b6345e09e92f771507fa5f4.com aa81bf391151884adfa3dd677e41f94be1.com -aa8780bb28a1de4eb5bff33c28a218a930.com -aa9bd78f328a6a41279d0fad0a88df1901.com -aa9d046aab36af4ff182f097f840430d51.com -aaa38852e886ac4af1a3cff9b47cab6272.com -aab94f698f36684c5a852a2ef272e031bb.com aac500b7a15b2646968f6bd8c6305869d7.com -aac52006ec82a24e08b665f4db2b5013f7.com -academia-nsk.org -accessoires-mode.in +aasoldes.fr +abbanreddy.com +abctoppictures.net +above.com +absugars.com +academiacsmendoza.org +acc.eu.org actices.com -adconscious.com -adelly.bg -admeasures.com -adrenalin-stk.ru -adsloads.com -adultfriendfinder.com -adultnet.in +adcash.com +adserver-e7.com +adultmeetonline.info +advancedcleaner.com +adviceforum.info +adzpower.com aero2.ru affiliate-fr.com agahinameh.com -agardomains.com agecheckadult.com -ahrefs.com -aihelen.net -aimayangzhi.com -akama.com +airlandsea.info +airmaxshoes-2016.com akita.kz -akuhni.by -albamargroup.com -alborzan.com -alessandraleone.com -all4invest.ru -allwomen.info -alta-realestate.com -alt-servis.ru -amateurgalls.com -ameblo.jp -ampower.me -anal-acrobats.com -anal-acrobats.hol.es -andpolice.com -android-vsem.org -animal36.com -animali.deagostinipassion.it -animenime.ru +alarmobninsk.ru +alekseevec.ru +alert-fjg.xyz +alfa-img.com +alice.it +alif-ba-ta.com +alive-ua.com +alkoravto.ru +all4invest.info +allboard.xobor.de +allmarketsnewdayli.gdn +alltheviews.com +allwidewallpapers.com +alot.com +alphaforum.ru +alphahoverboards.com +alvtank.se +amateurlivechat.org +amazon-adsystem.com +amazon-seo-service.com +anapa-inns.ru +angel1777.kz +anime.dougasouko.com anjalika.co.in +anlimebel.kiev.ua apartmentratings.com apiallgeniusinfo-a.akamaihd.net -apiappenableinfo-a.akamaihd.net +apibatbrowsecom-a.akamaihd.net apibrowsesmartne-a.akamaihd.net -apidigidocketnet-a.akamaihd.net -apple.com-cleaner.systems -aquarium-pro.ru -arabseyes.com -ardimobileinfo.ml -arendovalka.xyz -arius.tech -artdestshop.eu +apimegabrowsebiz-a.akamaihd.net +apimossnetinfo-a.akamaihd.net +apiqualitinknet-a.akamaihd.net +api.stathat.com +app5.letmacworkfaster.world +apple.com-webbrowsing-security.review +approvedlocal.co.za +aproposde.com +arenanews.com.ua +arenda-yeisk.ru +arpelsreplica.xyz aruplighting.com -asdfg.pro -asrv-a.akamoihd.net -astrochicks.com -atleticpharm.org -atley.eu.pn -atmagroup.ru -audiofree.ru -ausmepa.org.au +ascat.porn +atlasvkusov.ru +atovh.local-finders.com +ausergrubhof.info +australia-opening-times.com +auto4style.ru autobudpostach.club -autogrep.ru -autoplate.info -autotrends.today -availit.weebly.com -avek.ru +autoloans.com +autotop.com.ua +aviav.co aviav.org -avtocredit-legko.ru -avtovolop.ru -azartclub.org -azartniy-bonus.com -azbukadiets.ru -azlex.uz -babyfactory.fr -bagsonsale.online -baksman.com -balkanfarma.org -bang-hotties.com -bangla-chat-uk-paralud.ga +avkzarabotok.info +avon-novosib.ru +avtochehli.by +azartmix.com +azazaporn.com +azbaseimages.net +babespcs.com +babs.com.ua +baixar-musicas-gratis.com +balois.worldbreak.com banki76.ru -banksrf.ru +barnfurnituremart.com +bashtime.ru +battlecarnival.su +bbtec.net bcmp.org -beachpics.com -becuo.com +beauby.ru +bedcapdealers.com +begalka.xyz belinka.com.ua +belinvestdom.by +beremenyashka.com best-businessman.ru -bestbuy.ca -bestfortraders.com +bestdraws.com best-games.today -bestplacetobuyeriacta.jw.lt +bestmarriages.com +bestofferswalkmydogouteveryday.gq +bestpornuha.com +best-seo-solution.com bestsexyblog.com -bet365.com -beta.hotkeys.com -betonka.pro -betterhdporn.com -beztuberkuleza.ru -bfz.biz -bg6s0.com -bigames.online +best-way.men +bharatdefencekavach.com +billiard-classic.com.ua bimatoprost-careprost.com -binomo.com +binaryoptionscops.info +bingoporno.com bitcoins-live.ru -bizcheapjerseyswholesalechina.com -blobar.org +biznesluxe.ru +bizru.info +blockety.co blockworld.ru bloggerads.net -blog.koorg.ru -bloglag.com -blogqpot.com -bluerobot.info -bobba.dzaba.com +bmw-ark.ru +bonkers.name bonky.biz -bonzybuddy.com -bookmark4you.com -bracketsmackdown.com -brandbucket.com -brateg.xyz -brk-rti.ru -bronzeaid-a.akamaihd.net -browserprotecter.com -buchananshardware.com -budilneg.xyz -builtwith.com +boo-arts.com +bookmaker-bet.com +boole.onlinewebshop.net +boostmyppc.com +bosefux.esy.es +brains2.biz +breget74.ru +bristolhotel.com +brokergid.ru +buigas.00it.com bum.com.ru -burger-imperia.com -businesxxl.com -buyantiviralwp.com -buydissertation.net -buypuppies.ca -c1.onedmp.com -cablecar.us -cakemediahq.com.au -cam-kontakte.org -candcstuccoandstone.com +burkesales.com +buron.pw +business-made-fun.com +buy-forum.ru +buyfriend.ru +buy-loft.ru +buypillsorderonline.com +calcularpagerank.com +californianews.cf +callejondelpozo.es +calvet.altervista.org +camdolls.com +camsex.xxx-cam.webcam candelluxsklep.pl +candiceloves.us candlehandmade.com -candycrushshop.com -canoncdriverq3.pen.io -canrioloadm.gq -cardiosport.com.ua -carrauterie.be -cars-modification.net -cartierlovebraceletreplica.xyz -cartierlovestore.com -cartierwatch.xyz -cayado.snn.gr -cbb1smartlist12.click -cb.iphantom.com -cdncash.com -celebsopics.com +candlewooddentalcentre.com.au +capacitacionyaprendizaje.com +cardsharp1.ru +carmuffler.net +carsplate.com +cartierlovestore.xyz +cartierreplica.pw +cascadelink.org +casite-513049.cloudaccess.net +caveavins.fr +celejihad.info +cenoval.ru +centre-indigo.org.ua ceotrk.com -cgi2.nintendo.co.jp -chastnoeporno.com -chatroulette.life -chatseo.com -cheapcigarettesc.info -cheapestjerseysonwholesale.com +cete.ru +cfcl.co.uk cheapestjerseys-wholesale.com -cheapmoncler.pw -cheapsergiorossi.online -chelyabinsk.xrus.org -children-learningreading.info -chocolateslim-en-france.com -christianlouboutinsaleonline.us +check-host.net +cherrypointplace.ca +chocolateslim-en-espana.com +chocolateslim-original.com +cialischmrx.com cialischsrx.com -cineacademy.ru -cjmc.info -clarithromycin500mg.com -cleanallvirus.com -cleansearch.net +cialischstgerts.com +cialis-samples.com +ciceros.co +cindymatches.com +citetick.com +civilwartheater.com +cjs.com.ru +classicakuhni.ru +cleanersoft.com clickbank.net -clickso.com -clknsee.com +clickprotects.com +clips.ua.ac.be cl.s7.exct.net -club-samodelkin.ru -comeondog.info -cometorussia.net -compliance-alexa.xyz -compliance-brian.xyz -compliance-don.xyz -compliance-jack.top -compliance-jess.top -compliance-john.top -compliance-margo.top -compliance-mary.top -compliance-nelson.top +cmd.kz +cmhomestayagency.com +coin-hive.com +collegeessay19.blogspot.ru +com-onlinesupport.host +compliance-checker-7.info compliance-viktor.top -compucelunlock.net -consorzioilmosaico.org -cookielawblog.wordpress.com -coolgramgoods.com -copblock.org -country-chic.ru -covadhosting.biz -cowlmash.com +com-secure.download +concordexoticrentals.com +constantaservice.net +construmac.com.mx +coolwallpapers-hd.com +coop-gamers.ru +courtshipgift.com +crackzplanet.com +craftburg.ru crazyprotocol.com -creditnation.ru -creditwell.ru -culmimg.pw -customergrowthsystems.com -cyclobenzaprinevstizanidine.blogspot.com -czeshop.info -d0t.ru -dailyfinancefix.com -dailystrength.org +creams.makeforum.eu +customerguru.in +cyprusbuyproperties.com +d2jsp.org dairyindia.in -daisye.top -danashop.ru -daptravel.com -darmebel.com.ua -date-withme.com -daydream-studio.ru -dbmkfhqk.bloger.index.hr -ddpills.com -decoratinghomes.ga -decorationspcs.com -defenderxtactical.com -derevesendeco.com -deshevo-nedorogo.ru -design-ideas.info -devochki.top -divci-hry.info +dangphoto.trade +daretodonate.co +davidovic.info +ddlmega.net +ddospanel.com +dekorkeramik.ru +depositfiles-porn.ga +deutschehobbyhuren.net +dieswaene.com +diffbot.com +dikqlyremy.info +diminishedvalueoforegon.com +dirtpics.pw +distver.ru +div.as +djstools.com dlya-android.org -docs4all.com -domain2008.com -doublepimp.com -downloaddy.net +dojki-hd.com +dolohen.com +domini.cat +doska-vsem.ru +dotnetdotcom.org downloadeer.net -downloadkakaotalk.com downtuptv.gq downvids.net -dprtb.com -dtm-spain.com -dwomlink.info +drillsaw.ru +drpornogratisx.xxx +drugs-no-rx.info +druzhbany.ru +dstroy.su +dynainbox.com e705.net -earncash.com.ua -earthmagic.info -e-buyeasy.com -ec-file.info -ecommerce-seo.com -editmedios.com -eduserver.net -ege-essay.ru -egvar.net +eas-seo.com +e-collantes.com +ecookna.com.ua +edudocs.net +edwinkonijn.com.au +ee77ee.com +egovaleo.it +eladkarako.com electricwheelchairsarea.com -elektrischeziga.livejournal.com -elektrischezigarette1.onsugar.com -elektronischezigarettekaufen1.beeplog.com -elektrozigaretten1.webs.com -elitepcgames.com -elitesportsadvisor.com -el-nation.com -eloconcream.blogspot.com -elvenar.com +elektrischezigaretten1.blogse.nl +elektrozigarette1.dreamwidth.org +elektrozigaretten2.yn.lt +elitedollars.com +elite-sex-finders.com +elmifarhangi.com +elvel.com.ua embedle.com emediate.eu -empathica.com -enhand.se +energydiet24.ru +enginebay.ru enskedesquashclub.se -envaseslotusama.com -ertelecom.ru -esfchat.tk -espaceinventoristes.com -etur.ru -euronis-free.com -excitacion.info -exmasters.com -expdom.com -exportshop.us -extads.net +enthuse.computernetworksonline.com +epngo.bz +erotik-kostenlos.net +erotische-geschichten-xxl.com +escortplius.com +eshop.md +esnm.ru +este-line.com.ua +etm-consult.de +eu-cookie-law.info +exchanges-bet.com +exdocsfiles.com +exlarseva.webblog.es +exoclick.com +expertblog.info +expertnaya-ocenka.ru +extremal-blog.com extremez.net -eywords-monitoring-your-success.com -ezigarettekaufen.myblog.de +eyelike.com.ua +eyemagination.com +eyessurgery.ru +ezb.elvenmachine.com +ezigarettekaufen2.yolasite.com +ezigarettenkaufen1.pagina.gr +ezigarettenshop1.yolasite.com +ezigaretteshop2.vefblog.net ezigaretteshop.webs.com ezofest.sk -f00kclan.de -factorynightclub.com -favornews.com -faz99.com -fba-mexico.com -fearcrow.com -fefo.gdn -fermersovet.ru -ferretsoft.com -fickkontaktehobbyhuren.com -filmbokep69.com -filunika.com.ru -financeloan.us -financetip.eu -finejewelryshop.ru -firma-legion.ru -fishtauto.ru -fix-website-errors.com +f07.de +fashion-mk.net +feel-planet.com +fikasound.tk +filmci.pro +fil.ru +findanysex.com +fitness-video.net flash4fun.com -flprog.com -focalink.com -formulaantiuban.com +flipper.top +floridamhca.org +flowwwers.com +foodcrafts.website +forex.osobye.ru +forex-procto.ru forpackningsutveckling.se -fortwosmartcar.pw +forpostlock.ru forum20.smailik.org -foto-sisek.porngalleries.top +forum.doctissimo.fr +foto-basa.com +fotopop.club +fotosfotos.eu +fototravel.eu +foto-weinberger.at foxweber.com -freemaintenancesysforpcandmac.top +freegamesplay.online +free-gluten.ru +freelinkbuilding.website.tk freenode.info +freewareseek.com +freewebs.com freewlan.info freshsuperbloop.com -frivgame250.com +frustrated-favorable.gq +fsakhalin.ru +ftns.ru fuel-gas.com -fun-mobi.pl -fyxabomiw.ru -g33.org -galeon.com +fullfileaccess.com +funponsel.com +fusoradio.info +fx-brokers-review.com +fyl.com.ru +fym.com.ru +gagrasector.ru gallery.rennlist.com -game300.ru -gamerextra.com -games.kolossale.ru -gamesprite.me -gazoblok.net.ua -gcup.ru +gambarkatabaru.com +gameplexcity.com +gameprimary.com +game-top.su +gamevalue7.weebly.com +gaming-journal.com +garciniaxt.us +gardene.ru +gay.adultgalls.com +gazporno.com gdcentre.ru -ge0ip.com -gearcraft.us geile-lelly.eu -gemgrab-a.akamaihd.net -geoads.com -gfaq.ru -gg-arena.ru +geileweiber.tk +genetworx.com +gentamicineyedrops.blogspot.com +germetiki.com.ua +getoutofdebtfree.org +getridofstretchmarks.org +gettpromos.com +gg.zzyjxs.com girlgamerdaily.com -girlporn.ru -girlspicsa.com -gktt.ru -gobongo.info -gogps.me -golaya.pw -goosefishpost.bid -gourcy.altervista.org -gox.com.ua +glicol.kz +go2album.com +gok-kasten.net +goldenggames.com +goodprotein.ru +googglet.com +googlemare.com +goo.ne.jp +gotcher.us +grand-chlen.ru +graphicwe.org gratis-sexkontakte.com -greenzaim.ru -gsasearchenginerankerhelp.com -gwebtools.com -hackers-crackers.tk +guardlink.com +guge.io +h2monline.com +hamacapty.com +hamilton.ca hamptonoaks.ca -handicapvantoday.com +hao123.com harmonyglen.us +havepussy.com +hayate.biz hazardky.net +hchha.com +hdfreeporno.net +hdimagelib.com +hdwalls.xyz +healing-dysplasia.ru +hentaiheroes.com herokuapp.com -hesteel.pl -hexpilot.com -hikesearch.net -histats.com -historichometeam.com -hiwibyh.bugs3.com -hkladys.com -hobbyhuren24.net -hobild.net -holidaypics.org -homeinns.com +hifidesign.ru +high-speed1.net +highspeed5.net +himazin.info +hobbyhuren-datenbank.com +homeandhealth.ru +homedecoguide.info homemature.net -hopeonthestreet.co.uk -hoverboard360.at -huhn.altervista.org -hunterboots.online -hvd-store.com -ideashome.id -ideoworld.org -ie.57883.net -ifirestarter.ru -iklysha.ml -ilte.info -imabase.com -imgarcade.com +hotenergy.ru +hotgirlhdwallpaper.com +hoverboard360.nl +howlongdoestizanidinestayinyoursystem.blogspot.com +hreade.com +hustoon.over-blog.com +hyhj.info +icaseclub.ru +iccornacircri.cf +ifmo.ru +igtools.club +imagerydatabase.com +imguramx.pw imperia31.ru -imperiafilm.ru -importchinacoach-teach.com -impotentik.com -indiasourcemart.in +impisr.edunsk.ru +inclk.com +infogame.name infowarcraft.ru -inmate-locator.us -innoslicon.com -inome.com.ua -int.search.tb.ask.com -invest-pamm.ru -invitefashion.com -iplogger.org -irkutsk.online-podarki.com -iskalko.ru -istanbulit.com -istizanidineacontrolledsubstance.blogspot.com -istizanidineanarcoticdrug.blogspot.com -istock-mebel.ru +insider.pro +inspiring-desperate.tk +insta-add.pro +instasexyblog.com +integritylandscapeservices.com +investzalog.ru +iqbazar.ru +iqoption-bin.com +iqoption.com +iradiology.ru +i-service.kz +isistaylorporn.info +isotoner.com istripper.com -iwantedmoney.com -izhevsk.zrus.org -izoll.ru -jasonpartington.com -javrip.net -jav-way.site -jaxcube.info -jbl-charge.info +ivearchenceinflu.cf +ixora.pro +izhevsk.xrus.org +javatex.co.id +javstock.com jestr.org +jetsli.de jewelryandfiligree.com -jillepille.com -jmat.cn -jrcigars.com -juliaworld.net -jumptap.com -justbcause.com -kabbalah-red-bracelets.com -kanimage.com -kasino-money.pw -katadhin.co +jrpmakati.com +jus0wil.pp.ua +justkillingti.me +kalb.ru +kam-dom.ru +katjimej.blog.fc2.com kazan.xrus.org -kerch.site -kerei.ru -kfon.eu -kicknights.gq -kiinomaniak.pl -kinky-fetishes.com -kinofak.net -kino-filmi.com -kinogonew.ru -kinohit1.ru -kino-rating.ru -kiprinform.com -kiskinhouse.com -kiwe-analytics.com -klikbonus.com +kerwinandcariza.com +keywordsuggest.org +keywordsuggests.com +keywordteam.net +kichenaid.ru +kidd.reunionwatch.com +kinopolet.net +kinosed.net +kladrus.ru +kletkimehan.ru kliksaya.com -klumba55.ru -kmd-pto.ru -konica.kz +kndxbkdx.bloger.index.hr +kollekcioner.ru +konoplisemena.com +koral.se kostenlos-sexvideos.com kountrylife.com -koversite.info -kredit-blog.ru -kriokomora.info -labvis.host.sk -lacasamorett.com -ladov.ru -lalalove.ru +kozhniebolezni.com +kraljeva-sutjeska.com +kurwa.win +kvartiry-remont.ucoz.ru +labplus.ru +lacave.ntic.fr +lacloop.info +laexotic.com landreferat.ru -laptop-4-less.com -laptoper.net -larger.io lashstudia.ru -laxdrills.com -leadn.pl -leadwayau.com -legionalpha.com -letolove.ru -letsart.ru -letslowbefast.today -letto.by -libertybilisim.com +laulini.soclog.se +law-check-eight.xyz +laxob.com +letmacwork.world li-er.ru life-instyle.com -lifeinsurancekb.com -liffa.ru -likesuccess.com +lignofix.ua limads.men -linerdrilling.com -linkrr.com -liveinternet.ro +liquimondo.com +lisque.batcave.net +littlecity.ch +liveinternet.ru +live-sexchat.ru liveu.infoteka.hu -localflirtbuddies.com -localmatchbook.com -lodki-pvh.dp.ua -lollypopgaming.com -lolnex.us +livingroomdecor.info +lizace.com +ljusihus.se +loadingpages.me +loginduepunti.it +lol-smurfs.com long-beach-air-conditioning.com -lostaruban.com -lutherstable.org -machicon-akihabara.info -machicon-ueno.info -magicplayer-s.acestream.net -magnetic-bracelets.ru -mail.allnews24.in -makedo.ru -manipulyator-peterburg.ru +longlifelomilomi.info +lovi-moment.com.ua +lsex.xyz +ltvperf.com +luckyday.world +lumb.co +lunchrock.co +m5home.ru +macfix.life +mactechinfo.info +magazin-pics.ru +magicalfind-a.akamaihd.net +maglid.ru +mailemedicinals.com +mainhp.net +managerpak204.weebly.com +manve.info manyresultshub-a.akamaihd.net -mapquestz.us +marketingtechniques.info marktforschung-stuttgart.com -martlinker.com -marwer.info -masserect.com -masthopehomes.com -mbiologi.ru -mearns-tractors.co.uk -mebel-alait.ru -mebeldekor.com.ua -mebel-ekb.com -mediafresh.online -medicines-choice.com -medi-fitt.hu -meendo-free-traffic.ga -mega-bony-2017.pl -megavolt.net.ua -menhealed.net -metabar.ru -microstatic.pl -midst.eu -mielec.pl -mikrobiologies.ru -milblueprint.com -millionare.com -minet.club -minharevisao.com +mastershef.club +matchpal-a.akamaihd.net +mathgym.com.au +mediaoffers.click +mediawhirl.net +medicineseasybuy.com +medicovi.com +medispainstitute.com.au +meet-flirt-dating.com +megahdporno.net +mega-polis.biz.ua +metarip.ru +miniature.io mir-business-24.ru -mirmedinfo.ru -misswell.net mitrasound.ru -mlvc4zzw.space -mobifunapp.weebly.com -moetomnenie.com -monarhs.info +mobioffertrck.com +mobot.site +moesen-ficken.com +moinozhki.com +moje-recenze.cz +mokrayakiska.com monclercoats.xyz -moncleronline.xyz -moncleroutletonline.win -moneyteam24.com +monclerjacketsoutlet.pw +money-every-day.com +moneytop.ru +montazhnic.ru monthlywinners.com -mossmesi.com -most-kerch.org -movies-in-theaters.net +moxo.com +moz.com mp3films.ru -mrbitsandbytes.com mrinsidesales.com -mrpornogratis.xxx -mrsdalloways.com -mundoaberrante.com -musezone.su -music7s.me +mrlmedia.net +mrmoneymustache.com +mtmtv.info +mug-na-chas-moscow.ru +musflashtv.com musicas.baixar-musicas-gratis.com -music.utrolive.ru +musicstock.me +mustwineblog.com muz-shoes.ru -muz-tracker.net mwtpludn.review mxgetcode.com +myanyone.net +my-bc.ru myblogregistercm.tk -mydirtyhobby.com -mydownlodablefiles.com -my-floor.in.ua -myftpupload.com -mylesosibirsk.ru -naperehresti.info -naphukete.ru -narco24.me -nardulan.com -narkologiya-peterburg.ru -nastroyke.net -naturtreenspicerx.pw -naughtyconnect.com -naval.jislaaik.com -networkad.net -newhairstylesformen2014.com -news-speaker.com +mydirtystuff.com +mydownloadengine.com +myfreetutorials.com +mygameplus.ru +mylida.org +myonlinepayday.co +myperiod.club +mystats.xyz +nac-bearings.ru +nailsimg.com +naj-filmy24.pl +narkologiya-penza.ru +nate.com +na-telefon.biz +naturalshair.site +needtosellmyhousefast.com +neks.info +netallergy.ru +netpics.org +newsperuse.com newstraveller.ru -nfljerseyscheapchinabiz.com -ngps1.ru -nibbler.silktide.com -nicefloor.co.uk -nofreezingmac.work -normalegal.ru +nfljerseysforsalewholesaler.com +nightvision746.weebly.com +norththeface.store +no-rx.info +notebook-pro.ru +noumeda.com novosti-hi-tech.ru -nvssf.com -ochistka-stokov.ru -oconto.ru +npoet.ru +odywpjtw.bloger.index.hr +offer.camp offer.wpsecurity.website -offf.info -office-windows.ru -offside2.5v.pl -offtime.ru -oil-td.ru -okayimage.com -okmusic.jp -onclkads.com +offtopic.biz +okroshki.ru +ok-ua.info onefilms.net -one-gear.com -onemactrckr.com -onescreen.cc -onlinetvseries.me +oneminutesite.it +online247.ml +onlineku.com +onlineserialy.ru onlinewritingjobs17.blogspot.ru online-x.ru -onlywoman.org -ons-add.men -o-o-11-o-o.com -o-o-8-o-o.ru -ooomeru.ru -ooo-olni.ru -openmediasoft.com -ourville.info -ovirus.ru -owathemes.com +onthemarch.co +o-o-6-o-o.ru +openfrost.com +openmultipleurl.com +orsonet.ru +osb.se11.ru +oxford-book.com.ua oynat.info -ozoz.it -pagesense.com -paleohub.info -palvira.com.ua -parajumpersoutlet.online -park.above.com -pastaleads.com +paintingplanet.ru +pammik.ru +paparazzistudios.com.au +paperwritingservice17.blogspot.ru +partner-cdn.men +partner-high.men +partner-print.men pathwhelp.org -pawli.eu -pay2me.pl +paydayloanslocal.com +p-business.ru +pc4download.co pcads.ru -pdns.cz -pearlisland.ru -pechikamini.ru -perfectpracticeweb.com -perm.xrus.org -pewit.pw -pharmacyincity.com -phormchina.com -picswe.com -picture-group.com -picturesfrom.com +perl.dp.ua +perso.wanadoo.es +piccdata.com +piccshare.com +picmoonco.pw +picquery.com +picsearch.com +pictures-and-images.com +picurams.pw +pigrafix.at +pijoto.net pinwallpaper.top pio.polytopesexempt.com -pix24x7.com -pk-services.ru +piratecams.com +pixelrz.com +pizda.lol +pizdeishn.com +pizdopletka.club +pizza-imperia.com +pizza-tycoon.com +playfortuna-play.ru playlott.com -ploenjitmedia.azurewebsites.net -plusnetwork.com -pobeiranie.pl -poffet.net -polytopesexempt.com -pontiacsolstice.info -popads.net -popup-jdh.xyz -pornhub-forum.ga -pornmania.pl -porno.simple-image.com.ua -pornpost.in +play-mp3.com +podshipniki-nsk.ru +pogodnyyeavarii.gq +pojdelo.weebly.com +pokemongooo.ml +pons-presse.com +popunder.ru +popup-fdm.xyz +porngalleries.top +pornodojd.ru +pornoplen.com portal-eu.ru -printdirectforless.com +porto.abuilder.net +postclass.com +predominant-invent.tk +pregnant.guru printie.com -proekt-gaz.ru -prointer.net.ua +privatamateure.com +privatbank46.ru +prizefestival.mobi +prizestohandle.club +profitwithalex.info +proftests.net +progress-upakovka.ru +prohoster.info +prom23.ru promalp-universal.ru -prosperent.com -prostitutki-almata.org -psa48.ru -pufip.com -qitt.ru -qpypcx.com -quebec-bin.com +promgirldresses.xyz +pro-poly.ru +proposal-engine.com +pr-ten.de +pushdata.sendpulse.com +putevka24.ru +puzo2arbuza.ru +pwwysydh.com +quick-offer.com quizzitch.net -qwesa.ru -rabotaetvse.ru -ragecash.com -randki-sex.com -rangjued.com -rank-checker.online -rankia.com -ranking2017.ga -ranksays.com -rasteniya-vs-zombi.ru -rebelmouse.com -rebuildermedical.com -recordpage-a.akamaihd.net -redhotfreebies.co.uk -refads.pro -refererx.com -registratciya-v-moskve.ru +qwarckoine.com +radiogambling.com +rainbowice.ru +razleton.com +realtytimes.com +reelheroes.net +registrysweeper.com +reklama1.ru relax.ru -remedyotc.com -remont-ustanovka-tehniki.ru +remontgruzovik.ru +remontvsamare.su +renecaovilla.online rentaremotecomputer.com -respublica-otel.ru retreatia.com +revistaindustria.com +reward-survey.net +rff-cfal.info +richinvestmonitor.com ric.info -ring4rhino.com -ringtonepartner.com +rightenergysolutions.com.au +rixpix.ru rniaeba.ga -rn-to-bsn.com -rockingclicks.com -roleforum.ru -rosbalt.com.ua -rp9.ru -ruscoininvest.company +rocketchange.ru +romhacking.ru +roofers.org.uk +rostov.xrus.org +ruex.org.ua +running-line.ru +runofilms.ru +runtnc.net rusprostitute.com -russkoe-zdorovie.ru -s8-nowy-wygraj.comli.com -sabizonline.com sadaholding.com -salutmontreal.com -sanidumps.com -sarm.tk -savefrom.com -saveindex.xyz -sbwealthsolutions.ca +saddiechoua.com +sad-torg.com.ua +sady-urala.ru +saecsa.co +sa-live.com +saltspray.ru +salut-camp.ru +samara.rosfirm.ru +samolet.fr +sampleletters.net +sandhillsonline.com +sanjosestartups.com +sarafangel.ru +saugatuck.com +sbdl.no +sbetodiodnye-lampy.ru +scanmyphones.com +scanner-barak.top scanner-brian.top -scanner-george.top -scanner-john.top -scanner-josh.top -scanner-margo.top -scanner-mary.top -scanner-viktor.top -scansafe.net -schoolfiles.net -scmor.ilxc.cc -seansonline24.pl -searchengineranker.email +scanner-ivan.top +school-diplomat.ru +scoopquest.com +searchaddis.com +searchencrypt.com +searchinquire.com +searchmywindow-a.akamaihd.net searchtooknow-a.akamaihd.net -secretscook.ru -senger.atspace.co.uk -seo-2-0.com +search.xtconnect.com +security60-e.com +seeresultshub-a.akamaihd.net +seminarykansas904.ml +semp.net +seocdvig.ru +seoexperimenty.ru seofied.com -seokicks.de seolab.top -seo-prof1.xyz -seorank.info -seo-smm.kz -servicecenter.co.ua +seomarketings.online +sergiorossistore.online +serialsway.ucoz.ru service-core.ru -serving.adbetclickin.pink -sexgalleries.top -sexphoto.site -sex-pr.net -sex-sex-sex5.com -shama-rc.net -sharpchallenge.com -sherlock.se -shikiso.info -shivafurnishings.com -shodanhq.com -shoesonlinebuy.xyz +sethrollins.net +sevenstars7.com +se-welding.ru +sexiporno.net +sexobzor.info +sexsaoy.com +sexs-foto.com +sexvporno.ru +shariki-zuma-lines.ru +shemalegalls.blogporn.in +shitmovs.com shopcheermakeup.info shopperifymac.com -shop.xz618.com -shtora66.ru -shymkent.xkaz.org -sicfor.bcu.cc -similardeals.net -simon3.ru +sibecoprom.ru +sigmund-freud.co.uk +signoredom.com +simple-share-buttons.com sindragosa.comxa.com -sinestesia.host.sk +sinel.info sisi-go.ru -site5.com -site.ru -sixcooler.de -slavia.info +site-auditor.online +siteripz.net +site-speed-check.site +sitevaluation.com +si-unique.com +sklad-24.ru +skuteczna-dieta.co.pl slavic-magic.ru -slim.sellany.ru -slonechka.ru -smadihome.com +slayerlife.com +slkrm.ru +slomm.ru +slutloadlive.com +smailik.org small-game.com -smartpet.ru -smartshoppymac.com -snegozaderzhatel.ru -snow.nvr163.com -snts.shell-pmr.ru -social-buttons.com +snip.to social-buttons.xyz -socialmadesimple.com -socialmediasuggest.com -social-s-ggg.xyz -socialsignals24.com -socialtrade.biz +socialbuttons.xyz +socialmonkee.com social-vestnik.ru -soc-proof.su -sofit-dmd.ru -solicita.info -songoo.wz.cz -songplanet.ru -soochi.co -sophang8.com +sodexo.com +softlinesolutions.me +solitaire-game.ru +solnplast.ru soserfis.com -sotkal.lark.ru +soundfrost.org +souvenirua.com +sovetogorod.ru +spabali.org +space4update.pw spasswelt.net -sr-rekneskap.no -stairliftstrue.com +spasswelt.xyz +spin2016.cf +ssconstruction.co +staff.prairiesouth.ca standardchartered-forex.com -star61.de -startwp.org -steelmaster.lv -strana-solnca.ru -streetfire.net -strigkaomsk.ru -stroiminsk.com -stroyplus.ru -suhanpacktech.com -summerlinhomes411.info -supermesta.ru -support.nopeas.sk -surgut.zrus.org -svensk-poesi.com -svnuppsalaorebro.se -swinger-mobil.net +staticfs.host +steame.ru +stickers-market.ru +stjamesschool.info +stmassage.ru +stoki.ru +stpolice.com +strag-invest.ru +streetfooduncovered.com +stroilka.info +stroimajor.ru +students-cheapskate.ml +sukarame.net +superiends.org +superinterstitial.com +superkanpo.com +superlist.biz +suralink.com +sureone.pro +surintech.ac.th +svetodiodoff.ru +swagbucks.com swinon.site -swsociety.se -taboola.com -talant-factory.ru -tanieaukcje.com.pl -taxi-v-eisk.ru -td-l-market.ru -tdsing.ru -teguh.info -telsis.com -terraclicks.com -terrafootwear.us -theallgirlarcade.com -thefarmergame.com -themeforest.net -theporndude.com -thetardistimes.ovh +t3chtonic.com +tackletarts.co +tam-gde-more.ru +tandvardshuset.net +tedy.su +telesvoboda.ru +template-kid.com +theautoprofit.ml +thebestphotos.eu +thebestweightlosspills.ovh +thebluenoodle.com +thedownloadfreeonlinegames.blogspot.com +thegalerie.eu +thegameriders.com +thegioixekhach.com +thepantonpractice.co.uk thetoiletpaper.com -the-torrent-tracker.blogspot.com -thfox.com -timer4web.com -titan-ads.life -titslove.yopoint.in -tizanidine4mguses.blogspot.com -tizanidine6mg.blogspot.com -tizanidinefibromyalgia.blogspot.com -tizanidinehcl2mgsideeffects.blogspot.com -tizanidinehcl4mgtablet.blogspot.com -tizanidineinfo.blogspot.com -tizanidinepain.blogspot.com -tkanorganizma.ru -tn811.us -tnctrx.com -todohr.com -toloka.hurtom.com +threecolumnblogger.com +tizanidineandcipro.blogspot.com +tizanidineandgabapentin.blogspot.com +tizanidinehcl2mgtablet.blogspot.com +tizanidineusedfor.blogspot.com +tjkckpytpnje.com +tmtrck.com toondinsey.com -topcar-krasnodar.ru -topvidos.ru -totu.info -track-rankings.online -tracksurf.daooda.com -trackzapper.com -trafaret74.ru -traffic2money.com -trafficfactory.biz -trkdf.com -trkur.com +top-deal.com.pl +topkarkas.com +topquality.cf +toproadrunner5.info +torrentdownloadhub.com +tovaroboom.vast.ru +toxicwap.com +toyota.7zap.com +tozup.com +track2.shop +trafficnetzwerk.de +traffmonster.info +trainoffend.ml +trichizobswiv.agddns.net +triumf-realty.ru +trubywriting.com +trucri.me trumpetedextremes.com -tt-ipd.info -tula.mdverey.ru +tuckermktg.com +turkeyreport.tk tvand.ru -twittrading.com -twittruth.com -typimga.pw +twinderbella.com +typer.one +tzritel.tk uamtrk.com -ucoz.ru -uginekologa.com -ugogo.info -uhod-za-sobakoj.ru -umekana.ru -unblocksit.es -undergroundcityphoto.com -unmaroll.ya.ru -unrealcommander.com -upstore.me -uptimechecker.com -urlcut.ru -urlopener.blogspot.com.au -usacasino.com -us-america.ru -vadimkravtcov.ru -validccseller.com -validdomain.xyz -vchulkax.com -vedomstvo.net -velobikestock.com -via-energy-acquistare.com +uchebavchehii.ru +uchetunet.su +uchil.net +umityangin.net +unrealcommander.biz +uptime-as.net +uptimebot.net +uroffer.link +usbggettwku.ga +uytmaster.ru +vacances-voyages.info +valoresito.com +valsalud.com +varikoz24.com +varikozdok.ru +vbabule.net +vertaform.com +vezuviy.su +via-energy-cumpara.com +viagraneggrx.com via-gra.webstarts.com +viagroid.ru viandpet.com viddyoze.com -video-camer.com -videochat.bz -videochat.cafe -videochat.mx -videochat.ph -vintontech.info -vipsiterip.org -visitcambridge.org -viteonlusarezzo.it -vizag.kharkov.ua -volume-pills.biz -vostoktrade.info -vpnhowto.info -vrnelectro.ru -w3javascript.com -walkme.com -wallpaperstock.net -watchdogs-2.ru -watch-movies.ru -waycash.net -wdrake.com +videochat.tv.br +videochaty.ru +videogamesecrets.com +videospornogratisx.net +viven.host.sk +vkonche.com +vodaodessa.com +voditeltrezviy.ru +voluumtracker1.com +vonradio.com +vote-up.ru +vremya.eu +vriel.batcave.net +vsesubwaysurfers.com +vsexkontakte.net +vucms.com +vvon.co.uk +w7s.ru +wapsite.me webads.co.nz -webadvance.club -webcamdevochka.com -webjam.com +webextract.profound.net webkeyit.com -weblo.com -website-audit.com.ua +webradiology.ru +webshoppermac.com website-speed-checker.site -website-speed-up.site -websites-reviews.com -webstatsdomain.org -welcomeauto.ru -wesharepics.info +webtherapy.ru +wechatdownload10.com +weddingdresses.xyz +wellcome2slovenia.ru +wemarketing.se +westsextube.com +westum.se westvilletowingservices.co.za -wfb.hatedriveapart.com -wholesalenfljerseys.us.com -wildnatureimages.com +whereiskentoday.com wildworld.site -wma-x.com -wnhjavlhezp.gq +williamrobsonproperty.com +wineration.com +w-journal.ru +woman-h.ru word-vorlagen.net -workle.website -worldtraveler.world -wowas31.ucoz.ru -wowcasinoonline.ooo -ws.ampower.me -wstroika.ru -wtsindia.in -www.event-tracking.com -www.kabbalah-red-bracelets.com -wygraj-skiny.win -xbaboon.com -x-diesel.biz -xep.info -xerox-douglas.cf -xgames-04.com -xmlinde.com -xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai -xn--80aaaks3bbhabgbigamdr2h.xn--p1ai -xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai +word-vorlagen.xyz +works.if.ua +world-mmo.com +wrona.it +wttavern.com +ww2awards.info +wwwadultcheck.com +xfluro.com +xmronta.com +xn--1-8sbcpb0bdm8k6a.xn--p1ai +xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai xn----8sblgmbj1a1bk8l.xn----161-4vemb6cjl7anbaea3afninj.xn--p1ai -xn--c1acygb.xn--p1ai -xn----ctbbcjd3dbsehgi.xn--p1ai -xn--e1afanlbnfckd7c3d.xn--p1ai -xolodremont.ru -x-stars.ru -x-true.info -xtubeporno.net -xuki.us +xn--90acenikpebbdd4f6d.xn--p1ai +xn----ctbigni3aj4h.xn--p1ai +xn--h1ahbi.com.ua +xn--hxazdsfy.blogspot.com +xtrafficplus.com +xtube.com +xvideosbay.com xvideospornoru.com -xxxrus.org -yginekologa.com -yhit.press -yoluxuryevents.com +xxart.ru +yachts-cruise.info +yellowstonesafaritours.com +ynymnwbm.bloger.index.hr youandcredit.ru +yougotanewdomain.com youradexchange.com -youtuhe.com +youradulthosting.com +your-bearings.com +yoursearch.me +yourtemplatefinder.com yun56.co -yuweng.info -zaimhelp.ru -zakonobosago.ru -zaloro.com -za-music.mymobiplanet.com -zarabotok--doma.ru -zebramart.ru +zajm-zalog-krasnodar.ru +zapiszto.pl +zastenchivosti.net +zatjmuzu.info zed21.net -zeg-distribution.com +zeikopay.com +zeroredirect7.com zeroredirect8.com -zionstar.net -z-master.ru -zog.link -zone-kev717.info +zigarettenonl.canalblog.com +zigarettenonlinekaufen1.bloog.pl +zoolubimets.ru zoosexart.com -zophim.me -zrelaya.pw -zscaler.net -zytpirwai.net +zvetki.ru +zzlgxh.com diff --git a/.dev-tools/test_units/random-referrers-for-whitelist-test.list b/.dev-tools/test_units/random-referrers-for-whitelist-test.list index 262e8a4b4..d3bb8c0c2 100644 --- a/.dev-tools/test_units/random-referrers-for-whitelist-test.list +++ b/.dev-tools/test_units/random-referrers-for-whitelist-test.list @@ -1,250 +1,250 @@ +08800.top +1bet.com +1j7740kd.website +1kinobig.ru 1millionusd.xyz -acc.eu.org -acmebtn.ml -adimmix.com -adsfresh.men -adtology.com -adult-shop.com.ua -adventureparkcostarica.com -aktivator-windows10.blogspot.com -alert-fdm.xyz -amehdaily.com -anonymizeme.pro -apiitsthirteende-a.akamaihd.net -apptester.tk -arcadeplayhouse.com -arkkivoltti.net -asscenihotosidea.blogspot.com -atlasvkusov.ru -ausmepa.org.au -autotop.com.ua +3th.co.in +57883.net +7makemoneyonline.com +8xv8.com +91abcw.com +aadroid.net +advertisingtag.net +alarmobninsk.ru +alert.scansafe.net +alif-ba-ta.com +allboard.xobor.de +apelsinnik.website +apiwebwebgetcom-a.akamaihd.net +apxeo.info +aquarium-pro.ru +arenda-yeisk.ru +artdeko.info +ascat.porn +asia-forum.ru +autochoixspinelli.com +aviav.eu avitocars.ru -avtochehli.by -azbuka-mo.ru -balook.com -bambi.ck.ua -beauty-b0x.pl -bestofpicture.com -beta.hotkeys.com -bharatdefencekavach.com -bjgugu.net.ua -blogig.org -bodybuilding-shop.biz -brainboostingsupplements.org -brendbutik.ru -brillianty.info -bristolhotel.com.ua -bronzeaid-a.akamaihd.net -brus.city -bumascloset.com -businesn.men -buyessaynow.biz -buzz-porno.info -cablecar.us -callstevens.com -candypeople.se -canyougethighofftizanidine.blogspot.com -caveavins.fr -cdnanalytics.xyz -cdn.walkme.com -cenoval.ru -cfjump.com -cleanallspyware.com -cmd.kz -cntravelre.com -comissionka.net -companies-catalog.com +avon-severozapad.ru +baditri.com +bankcrediti.ru +bard-real.com.ua +beget.tech +betterscooter.com +bonanza-fortune.men +bookhome.info +breastaugmentation.co.za +bscodecs.com +burn-fat.ga +buttons-for-website.com +buyclomidonlaine.com +buzzurl.jp +calc-for-credit.ru +cashonads.com +cheapjerseysa.com +chiblackhawks-jerseys.com +chocoslim.pro +cityadspix.com +cleanallvirus.com +coaching-netz.info +cobaltpro.ru +compliance-andrew.xyz +compliance-mark.top +concordexoticrentals.com +copyrightclaims.org +countbertwistdisp26.soup.io +counterbot.com cowblog.fr -crazyprotocol.com -danschawbel.com -ddospanel.com -devochki.top -dev-seo.blog -digitalassetmanagement.site -doctormakarova.ru -dostavimvdom.ru -dvd-famille.com -eachdayisagift.review -egovaleo.it -electricwheelchairsarea.com -electronicadirect.com -elektronischezigarettekaufen2.tumblr.com -eropornosex.ru -escort-russian.com -estelight.ru -expertblog.info +creditmoney.com.ua +cubs-jerseys.us +custom-electric-guitar.com +dailystrength.org +decorationspcs.com +dellalimov.com +distver.ru +dnepr-avtospar.com.ua +downloaddy.net +doxyporno.com +dtnlyss.com +easytuningshop.ru +ekn-art.se +eredijovon.com +etur.ru +eupornstar.info +euronis-free.com +evehemming.blogspot.com.au +excaliburfilms.com +extlabs.io +extremepornos.net eyelike.com.ua -fable.in.ua -farm26.ru -femmesdenudees.com -filefilter.weebly.com -filmbokep69.com -filmi-v.online -folowsite.com -forminecrafters.ru -forpackningsutveckling.se -foxjuegos.com -free-gluten.ru -fr.netlog.com -gateway.zscalertwo.net -gazobeton-p.com.ua -getyourimage.club -glastecfilms.com.my -goodwinmetals.co -gov.yanao.ru -gsmlab.pl -hackers-crackers.tk -handsandlegs.ru -hd720kino.ru -hit-men.men -hiwibyh.bugs3.com -hoholikik.club -hoste.octopis.com -hotchatdate.com -hptwaakw.blog.fc2.com -hut1.ru -iboss.com -ideibiznesa2015.ru -igrovyeavtomaty777.ru -iinstalll-fii1leis.jus0wil.pp.ua -incolors.club -infokonkurs.ru -islamtoday.co.za -iwantedmoney.com -janavibekken.no -jerseywholesalebizchina.com -kamen-e.ru -keenoutlet.online -klumba55.ru -kotaku.com -krasnodar-avtolombards.ru +ezigarettenkaufen2.dreamwidth.org +facebook-mobile.xyz +fakehandbags.xyz +ff30236ddef1465f88547e760973d70a.com +fickenbumsen.net +filunika.com.ru +firesub.pl +fiverr.com +flooringinstallation-edmonton.com +forex.osobye.ru +forum.poker4life.ru +forums.toucharcade.com +freegamesplay.online +free-traffic.xyz +gallerylisting.com +gdcentre.ru +gemgrab-a.akamaihd.net +getmyads24.com +gifspics.com +girlsfuckdick.com +googlsucks.com +gta-club.ru +hacktougroup.ru +hawaiisurf.com +hcate.com +hebr.myddns-flir.com +highstairs-a.akamaihd.net +home.myplaycity.com +host-tracker.com +htmlcorner.com +hubbble.com +i-hobot.ru +images.gyffu.com +imgata.com +inboundlinks.win +incanto.in.ua +indianmedicaltourismshop.com +infospot.pt +insta-add.pro +in-tandem.co +integritylandscapeservices.com +investsuccess.org +investyb.com +ip-guide.com +irkutsk.online-podarki.com +jav-way.site +jerseywholesaleelitestore.com +katjimej.blog.fc2.com +kinofak.net +kinogonew.ru +kinostorm.net +koleso24.com.ua +konturkrasoty.ru krasula.pp.ua -laulini.soclog.se +lafriore.ru lechtaczka.net -le-clos-des-alouettes.com -legalrc.biz -lescinq.com -lignofix.ua -limtu.ifmo.ru -liveinternet.ru -live-sexchat.ru -liveu.infoteka.hu -loadopia.com -lombardfinder.ru -long-beach-air-conditioning.com -max-eclat.men -metallosajding.ru -micasainvest.com -migente.com -miniads.ca -mnogabukaff.net -moesonce.com -monsterdivx.tv -more-letom.ru -mountainstream.ms -muabancantho.info -mundoaberrante.com +lerporn.info +lifebyleese.com +linerdrilling.com +linkbux.ru +lmrauction.com +loadingpages.me +ltvperf.com +machicon-akihabara.info +maju.bluesalt.co +malls.com +manve.info +master-muznachas.ru +masthopehomes.com +masturbate.co.uk +meltwater.com +mixx.com +modabutik.ru +moskva.nodup.ru +musflashtv.com +mycaf.it mylida.org -nate.com -netfacet.net -nfvsz.com -noscrapleftbehind.co -nzfilecloud.weebly.com -offside2.5v.pl -okeinfo.online -okroshki.ru -omsk.xrus.org -oneclickfiles.com -oneminutesite.it -onlythegames.com -ooo-olni.ru -orion-v.com -ownshop.cf -papasdelivery.ru -perso.wanadoo.es -poisk-zakona.ru -pojdelo.weebly.com -pornhub-ru.com -pornofeuer.com -pornoforadult.com -powc.r.ca.d.sendibm2.com -pozvonim.com -praisong.net -priceg.com -privhosting.com -prize44.com -pro-tec.kz -quick-seeker.com -registrationdomainsite.com -registrydomainservices.com -reimageplus.com -resant.ru -retailwith.com -rewardit.com -rique.host.sk -rusenvironmental.net -rvtv.ru -sammyweaver.com -sanatorrii.ru -sarm.tk -savetubevideo.com -scanner-mark.top -secret.xn--oogle-wmc.com -see-your-website-here.com -seonetwizard.com -seorussian.ru -serpstat.com -shinikiev.com.ua -shopfishing.com.ua -sisiynas.ru -slavia.info -slomm.ru -snjatie-geroinovoy-lomki.ru -socialbookmarksubmission.org -socialbutton.xyz -soft1.ru -softomix.net -sovetogorod.ru -spamnuker.com -spywareit.com -star61.de -stardevine.com -stroyhelp-dv.ru -studiokamyk.com.pl -taihouse.ru -textads.men -thecoral.com.br -thegolfclub.info -thenews-today.info -tizanidinedrugtest.blogspot.com -tizanidineforopiatewithdrawal.blogspot.com -tizanidinehydrochloride4mgstreetvalue.blogspot.com +mystats.xyz +nhl09.ru +nudepatch.net +oda.as +okout.ru +one-gear.com +openmultipleurl.com +ostroike.org +ourville.info +pandarastore.top +parajumpersjakkesalgnorge.info +partners-ship.pro +pc-services.ru +pelfind.me +phobia.us +pisanieprac.info +piulatte.cz +pk-pomosch.ru +plastweb.ru +pl-vouchers.com +pregnant.guru +privatefx.all4invest.info +privatefx-in.ru +promalp-universal.ru +proxyradar.com +push-ad.com +puteshestvennik.com +pyrodesigns.com.au +quebec-bin.com +queerspace.com +realnye-otzyvy.info +registrysweeper.com +riders.ro +scanner-elena.top +screentoolkit.com +sdelatmebel.ru +seksotur.ru +sexy.babes.frontend-stack.top +sharebutton.net +shikiso.info +shopsellcardsdumps.com +shopwme.ru +simon3.ru +sirpornogratis.xxx +skachat-besplatno-obrazcy.ru +social-fun.ru +socialmadesimple.com +sortthemesitesby.com +soviet-portal.do.am +spasswelt.net +staticfs.host +svetodiodoff.ru +tandvardshuset.net +templates.radiodigital.co +thejournal.ru +the-torrent-tracker.blogspot.com +tizanidine6mg.blogspot.com tizanidinerecreationaluse.blogspot.com -tnctrx.com -toondinsey.com -top-karkas.ru -trafficjunky.com -tx41tclega.ru -usadacha.net -us-america.ru -vabasa.inwtrade.com -valoresito.com -vielporno.net -villakohlanta.nu -vitalads.net -vykup-avto-krasnodar.ru +topquality.cf +track-rankings.online +traderzplanet.in +tupper-posuda.ru +uchebavchehii.ru +umaseh.com +unitexindia.com +urccvfmc.bloger.index.hr +urlopener.com +venerologiya.com +videokrik.net +vk-mus.ru +voltrknc1.com +wareseeker.com +warezaccess.com watchmyfb.pl -webkeyit.com -wikes.20fr.com +weburlopener.com +weburok.com +whatsappdownload10.com wineration.com -win-spy.com -worldmusicfests.com -xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai -xn--80aaagvmjabrs1aoc9luc.xn--p1ai -xn--80abgj3a5acid6ghs.top -xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai -yourporngay.com -ypmuseum.ru -zeikopay.com -zhorapankratov7.blogspot.com -zoominfo.com +witherrom55.eklablog.fr +wleuaprpxuvr.ga +wttavern.com +wwwadultcheck.com +wygraj-skiny.win +xn----itbeirbjbi7bc6bh2d.xn--p1ai +xvideosbay.com +yebocasino.co.za +ynymnwbm.bloger.index.hr +youdesigner.kz +yougame.biz +yunque.pluto.ro +zaapplesales.blogspot.com +zaimhelp.ru +zarabotat-na-sajte.ru +zarenica.net diff --git a/.dev-tools/test_units/ratelimittest-beta.txt b/.dev-tools/test_units/ratelimittest-beta.txt index 8ff1405be..254a46f60 100644 --- a/.dev-tools/test_units/ratelimittest-beta.txt +++ b/.dev-tools/test_units/ratelimittest-beta.txt @@ -1,3 +1,31 @@ + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + @@ -8,35 +36,27 @@

Welcome to the Nginx Ultimate Bad Bot Blocker

This is merely used for testing !!!

- -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - + + + +Welcome to the Nginx + + +
+

Welcome to the Nginx Ultimate Bad Bot Blocker

+

This is merely used for testing !!!

+ + + + +Welcome to the Nginx + + +
+

Welcome to the Nginx Ultimate Bad Bot Blocker

+

This is merely used for testing !!!

+ + Welcome to the Nginx diff --git a/.dev-tools/test_units/ratelimittest-master.txt b/.dev-tools/test_units/ratelimittest-master.txt index 0809108aa..cffebcf28 100644 --- a/.dev-tools/test_units/ratelimittest-master.txt +++ b/.dev-tools/test_units/ratelimittest-master.txt @@ -1,3 +1,24 @@ + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + + +503 Service Temporarily Unavailable + +

503 Service Temporarily Unavailable

+
nginx/1.14.2
+ + @@ -8,35 +29,7 @@

Welcome to the Nginx Ultimate Bad Bot Blocker

This is merely used for testing !!!

- -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - -503 Service Temporarily Unavailable - -

503 Service Temporarily Unavailable

-
nginx/1.14.2
- - - + Welcome to the Nginx diff --git a/.dev-tools/test_units/whitelist-ips.conf b/.dev-tools/test_units/whitelist-ips.conf index c3c284efc..2f692b069 100644 --- a/.dev-tools/test_units/whitelist-ips.conf +++ b/.dev-tools/test_units/whitelist-ips.conf @@ -1,2 +1,2 @@ -35.202.145.110 0; +35.184.96.71 0; 127.0.0.1 0; diff --git a/.latest_release/bots.d.tar.gz b/.latest_release/bots.d.tar.gz index 2a6e7667a..2692786fe 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 186890f7d..b7a425b90 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 2a26234a5..943b1708c 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V4.2019.06.1655 +#### Version: V4.2019.06.1656 #### Bad Referrer Count: 6713 #### Bad Bot Count: 556 ____________________ diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index a86eddf66..0fb6b1c79 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V4.2019.06.1655 +#### Version: V4.2019.06.1656 #### Bad Referrer Count: 6713 #### Bad Bot Count: 556 ____________________ diff --git a/README.md b/README.md index 9cceae26c..1044a7630 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,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: V4.2019.06.1655 +#### Version: V4.2019.06.1656 #### Bad Referrer Count: 6713 #### Bad Bot Count: 556 ____________________ diff --git a/_google_analytics_ghost_spam/README.md b/_google_analytics_ghost_spam/README.md index 02550a991..16923aa06 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: V4.2019.06.1655 +#### Version: V4.2019.06.1656 #### Bad Referrer Count: 6713 #### Bad Bot Count: 556 ____________________ 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 ecf581f25..8279e2f08 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: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/conf.d/globalblacklist-testing-version.conf b/conf.d/globalblacklist-testing-version.conf index 217491f5e..e8af5340f 100644 --- a/conf.d/globalblacklist-testing-version.conf +++ b/conf.d/globalblacklist-testing-version.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2019.06.1655 -### Updated: Fri Jun 28 12:06:44 SAST 2019 +### Version: V3.2019.06.1656 +### Updated: Fri Jun 28 12:50:47 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index ecf581f25..8279e2f08 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:43 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:45 SAST 2019 ### Bad Referrer Count: 6713 ### Bad Bot Count: 556 ################################################### diff --git a/robots.txt/robots.txt b/robots.txt/robots.txt index ec00d8c66..3d4aa9473 100644 --- a/robots.txt/robots.txt +++ b/robots.txt/robots.txt @@ -6,8 +6,8 @@ ### Version Information # ################################################### -### Version: V4.2019.06.1655 -### Updated: Fri Jun 28 12:06:46 SAST 2019 +### Version: V4.2019.06.1656 +### Updated: Fri Jun 28 12:50:48 SAST 2019 ### Bad Bot Count: 556 ################################################### ### Version Information ##