V4.2020.12.2182 [ci skip]

This commit is contained in:
Travis 2020-12-02 10:35:56 +02:00
parent e8884cc31a
commit 09b6d10f48
47 changed files with 1094 additions and 1092 deletions

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -45,4 +45,4 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - 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. # - 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 # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.122.208.80 0; 35.193.184.18 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -45,4 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - 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. # - 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 # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.122.208.80 0; 34.122.173.211 0;
35.193.184.18 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -45,4 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - 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. # - 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 # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.122.208.80 0; 35.193.184.18 0;
34.122.173.211 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -45,6 +45,6 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - 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. # - 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 # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
104.154.182.187 0;
34.122.173.211 0; 34.122.173.211 0;
34.122.208.80 0; 34.122.208.80 0;
104.154.182.187 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10; limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10; limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') { if ($bad_bot = '3') {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# --------------------- # ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# --------------------- # ---------------------
if ($bad_words) { if ($bad_words) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ------------------ # ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------ # ------------------
if ($bad_referer) { if ($bad_referer) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }
# ----------------------------- # -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# ----------------------------- # -----------------------------
if ($validate_client) { if ($validate_client) {
return 444; return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
} }

View file

@ -47,4 +47,4 @@
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.122.208.80 0; 34.122.208.80 0;
35.193.184.18 0; 35.193.184.18 0;
34.122.173.211 0; 104.154.182.187 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -1,10 +1,10 @@
Alligator AfD-Verbotsverfahren
archive.org_bot Craftbot
Getintent Custo
Gigablast DSearch
InternetSeer EroCrawler
LieBaoFast Humanlinks
Papa Foto Net Vampire
Titan Sqlworm
trendiction.de True_Robot
Woobot URLy Warning

View file

@ -1,250 +1,250 @@
360Spider 360Spider
Abonti
Aboundex Aboundex
Acunetix
ADmantX
AfD-Verbotsverfahren
AhrefsBot AhrefsBot
AiHitBot
Aipbot
Alexibot Alexibot
Apexoo AllSubmitter
AlphaBot
arquivo.pt arquivo.pt
arquivo-web-crawler Aspiegel
Attach autoemailspider
AwarioSmartBot
backlink-check backlink-check
BacklinkCrawler
BackStreet
Bandit
BatchFTP BatchFTP
BDFetch BBBike
BetaBot BDCbot
Bigfoot
Bitacle Bitacle
Black Hole
BlackWidow BlackWidow
BlowFish Blow
Bolt
Brandprotect Brandprotect
BuiltBotTough BuiltBotTough
BuiltWith BuiltWith
Bullseye
BunnySlippers BunnySlippers
Cegbfeieh BuzzSumo
Chlooe CazoodleBot
Claritybot Claritybot
Cogentbot Cliqzbot
com.plumanalytics cognitiveseo
Copier
CopyRightCheck
Cosmos Cosmos
Craftbot
crawler4j
crawl.sogou.com crawl.sogou.com
CrazyWebCrawler DataCha0s
Crescent
Curious
CyotekWebCopy
DatabaseDriverMysqli
DBLBot DBLBot
Demon Digincore
Devil DigitalPebble
DIIbot
Dirbuster
Disco Disco
DomainAppender Discobot
domainsproject.org DittoSpyder
DomainSigmaCrawler
Dotbot Dotbot
Download Wonder
Dragonfly Dragonfly
Drip Drip
eCatch DSearch
DTS Agent
EasyDL
Ebingbong
ECCP/1.0
Ecxi Ecxi
EMail Wolf EroCrawler
evc-batch evc-batch
Exabot Exabot
Express WebPictures Express WebPictures
Extreme Picture Finder Extractor
EyeNetIE EyeNetIE
Ezooms
facebookscraper facebookscraper
FemtosearchBot FDM
FHscan
Fimap Fimap
Firefox/7.0 Freeuploader
FlashGet
Flunky
Foobot
FrontPage FrontPage
FyberSpider FyberSpider
Fyrebot Fyrebot
GalaxyBot GalaxyBot
Genieo Genieo
GermCrawler GermCrawler
Gigablast GetWeb
Gigabot G-i-g-a-b-o-t
GrabNet Go-Ahead-Got-It
Haansoft Gotit
Harvest GoZilla
Grabber
Grafula
GridBot
HaosouSpider
Havij
HEADMasterSEO
heritrix heritrix
Heritrix Hloader
HMView
HTTP::Lite HTTP::Lite
HTTrack HTTrack
Humanlinks HybridBot
Id-search Iblog
Image Fetch Image Sucker
IndeedBot
Indy Library
InfoNaviRobot InfoNaviRobot
InfoTekies InterGET
internetVista monitor internetVista monitor
Iria
IRLbot IRLbot
JamesBOT JamesBOT
Jbrofuzz
JetCar JetCar
JOC Web Spider JOC Web Spider
Joomla
Jorgee
Kenjin Spider
Kinza
Lanshanbot
LeechFTP LeechFTP
LexiBot
Lftp Lftp
LinkextractorPro Lightspeedsystems
Linkdexbot
LinkpadBot LinkpadBot
LinkWalker LinqiaMetadataDownloaderBot
LinqiaRSSBot
LinqiaScrapeBot LinqiaScrapeBot
Litemage_walker Lipperhey
Lmspider LWP::Simple
Ltx71
lwp-trivial lwp-trivial
Magnet
Mag-Net Mag-Net
magpie-crawler magpie-crawler
Majestic SEO
Majestic-SEO Majestic-SEO
MarkMonitor
MarkWatch MarkWatch
Masscan
Mass Downloader
Mata Hari Mata Hari
MauiBot
Mb2345Browser Mb2345Browser
meanpathbot
Meanpathbot Meanpathbot
MeanPath Bot
mediawords mediawords
MFC_Tear_Sample
MicroMessenger MicroMessenger
Microsoft Data Access
Microsoft URL Control Microsoft URL Control
MIDown tool MIDown tool
MIIxpc MIIxpc
Mister PiX
MJ12bot
Mojeek
Mozlila Mozlila
Msrabot MSIECrawler
muhstik-scan
Musobot
Name Intelligence
Nameprotect Nameprotect
Navroad
NetAnts NetAnts
NetSpider Netcraft
netEstate NE Crawler
Netvibes Netvibes
Nibbler NetZIP
NimbleCrawler NextGenSearchBot
Nimbostratus Nikto
Ninja
Nutch Nutch
oBot oBot
Octopus Openfind
OnCrawl
OpenLinkProfiler OpenLinkProfiler
Openvas OpenVAS
OrangeSpider
OutclicksBot OutclicksBot
OutfoxBot PageAnalyzer
page scorer PageGrabber
PageScorer Papa Foto
Panscient Pavuk
PeoplePal pcBrowser
PECL::HTTP
PHPCrawl
Picscout
Picsearch Picsearch
PictureFinder PictureFinder
Pimonster Pimonster
Pi-Monster Pixray
Probethenet Pockey
PyCurl ProPowerBot
QueryN Metasearch QueryN Metasearch
Quick-Crawler Quick-Crawler
RankActive RankActiveLinkBot
RankingBot RankFlex
RankingBot2
Rankivabot Rankivabot
RankurBot RankurBot
Reaper RebelMouse
Recorder ReGet
RepoMonkey
Ripper Ripper
RocketCrawler satoristudio.net
RSSingBot ScanAlert
s1z.ru
SalesIntelligent
Scanbot Scanbot
scan.lol Screaming
ScreenerBot Semrush
SearchmetricsBot
SEOkicks
SEOlyticsCrawler SEOlyticsCrawler
Seomoz
SEOprofiler
seoscanners seoscanners
SEOstats SEOstats
serpstatbot
Shodan Shodan
Siphon Siphon
SISTRIX SISTRIX
SiteCheckerBotCrawler Sitebeam
SiteExplorer sitechecker.pro
SiteSucker Siteimprove
Site Sucker Site Sucker
SlySearch Sitevigil
Snake Sottopop
Snoopy
SpaceBison SpaceBison
Spammen
SpankBot
Spanner Spanner
SputnikBot
spyfu spyfu
Sqlmap Sqworm
Steeler
Sucker Sucker
Sucuri
SuperBot SuperBot
SurveyBot SurveyBot
Swiftbot Swiftbot
sysscan
Szukacz Szukacz
T0PHackTeam
T8Abot
tAkeOut tAkeOut
Telesoft
Telesphoreo
Telesphorep Telesphorep
The Intraformant The Intraformant
Titan TheNomad
Tracemyfile Thumbor
Toweyabot
Trendictionbot
True_Robot
Turingos
Turnitin
TurnitinBot TurnitinBot
TwengaBot
Typhoeus Typhoeus
Upflow Upflow
URLy.Warning URLy Warning
WBSearchBot Vagabondo
Webalta VeriCiteCrawler
WebAuto VidibleScraper
Web Auto VoidEYE
WebCopier WASALive-Bot
WebBandit
WebCollage
Web Collage
WEBDAV WEBDAV
Web Enhancer Web Enhancer
WebFetch Web Fetch
Web Fuck Web Fuck
WebGo IS
WebImageCollector
WebmasterWorldForumBot
webmeup-crawler webmeup-crawler
Webshag WebPix
Web Pix
Web Sauger
WebSucker WebSucker
Web Sucker WebWhacker
WeSEE WeSEE
Whack Whack
Whatweb Whatweb
Who.is Bot
Widow Widow
WiseGuys Robot Wotbox
WISENutbot
Wonderbot
Wprecon Wprecon
WWW-Collector-E WPScan
WWW::Mechanize WWW-Mechanize
WWWOFFLE Xaldon_WebSpider
x09Mozilla YoudaoBot
x22Mozilla Zauba
Zade
zauba.io zauba.io
zgrab
Zitebot
ZmEu
ZyBorg

View file

@ -1,250 +1,250 @@
404enemy 360Spider
Abonti
Aboundex Aboundex
Acunetix
AfD-Verbotsverfahren AfD-Verbotsverfahren
AhrefsBot
AIBOT AIBOT
Alexibot AlphaBot
Alligator Apexoo
AllSubmitter arquivo-web-crawler
Anarchie Aspiegel
arquivo.pt ASPSeek
Asterias Attach
autoemailspider
BackDoorBot
Backlink-Ceck
backlink-check backlink-check
BacklinkCrawler
BackStreet BackStreet
Badass Badass
BatchFTP BBBike
Bigfoot Bigfoot
Bitacle Blackboard
BlackWidow Black Hole
BLEXBot Blow
Bolt Bolt
Brandwatch Brandprotect
Buddy BunnySlippers
BuiltBotTough
Bullseye
Calculon Calculon
CATExplorador CATExplorador
CazoodleBot
CCBot CCBot
check1.exe Cegbfeieh
Chlooe CheTeam
Claritybot ChinaClaw
Cliqzbot Cliqzbot
Cloud mapping Cogentbot
coccocbot-web Collector
Copyscape
Cosmos Cosmos
crawler.feedback crawler.feedback
Crescent crawl.sogou.com
CrunchBot CSHttp
Curious
Custo Custo
DataCha0s DBLBot
Devil demandbase-bot
DIIbot Demon
DnyzBot Dirbuster
DomainSigmaCrawler Discoverybot
domainsproject.org DittoSpyder
DomainAppender
Domains Project
DomainStatsBot DomainStatsBot
Dragonfly Download Wonder
DSearch
EasyDL EasyDL
Ebingbong
eCatch
ECCP/1.0
Ecxi Ecxi
EMail Siphon EMail Siphon
EroCrawler
evc-batch evc-batch
Evil Evil
Express WebPictures Exabot
ExtLinksBot Extractor
ExtractorPro
Extreme Picture Finder Extreme Picture Finder
EyeNetIE EyeNetIE
FDM facebookscraper
FHscan
FlashGet FlashGet
Foobot FrontPage
FyberSpider FyberSpider
Fyrebot
GalaxyBot GalaxyBot
Genieo
GetWeb GetWeb
Gigablast Go!Zilla
Gigabot
Go-Ahead-Got-It
Grabber Grabber
Grafula
GrapeFX GrapeFX
Haansoft Haansoft
Harvest Harvest
HEADMasterSEO HEADMasterSEO
heritrix heritrix
HTTP::Lite Heritrix
Hloader
HTMLparser
HTTrack HTTrack
IDBot HybridBot
Image Fetch Iblog
InfoTekies IlseBot
Intelliseek Image Sucker
InfoNaviRobot
internetVista monitor
ips-agent
Iria Iria
Iskanie Jbrofuzz
JetCar
Jetty Jetty
JOC Web Spider JOC Web Spider
Joomla
Jorgee
JustView JustView
Keyword Density
Kinza
Kozmosbot
Lanshanbot Lanshanbot
LexiBot
Lftp
Libwhisker
LieBaoFast
Lightspeedsystems Lightspeedsystems
LinksManager LinksManager
LinkWalker
LinqiaMetadataDownloaderBot LinqiaMetadataDownloaderBot
LinqiaScrapeBot LinqiaRSSBot
Lipperhey Spider lwp-request
Litemage_walker lwp-trivial
LNSpiderguy Magnet
Mag-Net
magpie-crawler
Mail.RU_Bot Mail.RU_Bot
Majestic12 MarkWatch
Mass Downloader
Mata Hari Mata Hari
Mb2345Browser Mb2345Browser
MeanPath Bot meanpathbot
Mediatoolkitbot Meanpathbot
MIDown tool MegaIndex.ru
MIIxpc MicroMessenger
MJ12bot
Mojeek Mojeek
Mozlila
MQQBrowser MQQBrowser
Mr.4x3 Mr.4x3
MSIECrawler MSIECrawler
Musobot Msrabot
NearSite muhstik-scan
Nameprotect
Needle Needle
Nessus
netEstate NE Crawler netEstate NE Crawler
NetLyzer NetMechanic
NetSpider Net Vampire
Nettrack Netvibes
NetZIP NetZIP
NextGenSearchBot NextGenSearchBot
NICErsPRO
Niki-bot
Nikto Nikto
Ninja Nutch
Nmap Octopus
NPbot
oBot
Offline Explorer Offline Explorer
OnCrawl OpenLinkProfiler
Openfind
Openvas
OpenVAS
OPPO A33
OrangeSpider
OutclicksBot OutclicksBot
OutfoxBot OutfoxBot
PageGrabber
page scorer page scorer
PageScorer PageScorer
pcBrowser pcBrowser
PECL::HTTP PECL::HTTP
PeoplePal PHPCrawl
Picsearch Picsearch
PictureFinder PictureFinder
plumanalytics Pockey
POE-Component-Client-HTTP
Probethenet Probethenet
ProPowerBot
ProWebWalker
Psbot Psbot
Pump Pump
PxBroker
PyCurl PyCurl
Quick-Crawler QueryN Metasearch
RankActiveLinkBot RankFlex
RankingBot RankingBot
RankingBot2
Rankivabot
RealDownload RealDownload
Reaper Recorder
RedesScrapy RedesScrapy
RepoMonkey Rogerbot
Ripper
RocketCrawler
s1z.ru s1z.ru
SalesIntelligent SalesIntelligent
ScanAlert satoristudio.net
Scanbot scan.lol
Scrapy ScreenerBot
SearchmetricsBot SearchmetricsBot
Semrush
SemrushBot SemrushBot
SEOkicks-Robot SEOkicks
Seomoz SEOlyticsCrawler
Sitebeam seoscanners
SEOstats
sexsearcher
SiteCheckerBotCrawler SiteCheckerBotCrawler
SiteExplorer SiteLockSpider
SiteSnagger SiteSnagger
SiteSucker
Sitevigil Sitevigil
SlySearch SmartDownload
SMTBot Snake
Snapbot
Snoopy Snoopy
sogouspider
Sogou web spider
Sosospider
Spammen Spammen
Spanner SpankBot
spyfu sp_auditbot
Sqlworm SputnikBot
Stripper Stripper
Sucuri
SuperBot
SuperHTTP SuperHTTP
Surfbot SurveyBot
Swiftbot
sysscan sysscan
T8Abot Szukacz
tAkeOut T0PHackTeam
Teleport Teleport
TeleportPro
Telesoft
Telesphoreo
Telesphorep Telesphorep
Thumbor TheNomad
TightTwatBot TightTwatBot
Titan Toata
Toweyabot Toweyabot
Tracemyfile Tracemyfile
Trendiction
Trendictionbot Trendictionbot
trendiction.com
True_Robot True_Robot
Turingos Turingos
TurnitinBot Turnitin
Twice Twice
VeriCiteCrawler UnisterBot
Voltron URLy.Warning
Vacuum
Virusdie
VoidEYE
Voil
Wallpapers/3.0
WASALive-Bot
WebAuto
WebBandit
Web Collage Web Collage
WEBDAV
WebEnhancer
Web Enhancer Web Enhancer
Web Fetch WebFetch
WebFuck WebFuck
WebLeacher WebLeacher
WebmasterWorldForumBot Web Pix
WebsiteQuester WebReaper
WebsiteExtractor
Website Quester Website Quester
WebSucker WebSucker
Web Sucker Web Sucker
WebWhacker
WebZIP
Whack
Whacker Whacker
Whatweb Whatweb
Who.is Bot Who.is Bot
Widow
WinHTTrack WinHTTrack
WiseGuys Robot
WISENutbot WISENutbot
Woobot Wonderbot
Wotbox
WWW-Collector-E WWW-Collector-E
WWW-Mechanize WWW-Mechanize
WWW::Mechanize
WWWOFFLE WWWOFFLE
x09Mozilla x09Mozilla
x22Mozilla x22Mozilla
Xaldon WebSpider
Xaldon_WebSpider Xaldon_WebSpider
Xenu
xpymep1.exe
Zermelo Zermelo
Zeus
Zitebot Zitebot
ZmEu
ZumBot
ZyBorg

View file

@ -1,10 +1,10 @@
amigobulls.com apptester.tk
backgroundpictures.net free-social-buttons.com
bonvillan.com janettabridal.com
doxyporno.com meds-online24.com
fyl.com.ru signx.info
nacap.ru tiandeural.ru
okayimage.com urlcut.ru
skutecznetabletkinaporostwlosow.pl video-woman.com
trubywriting.com vzubah.com
visa-pasport.ru watchmygf.net

View file

@ -1,500 +1,500 @@
108shot.com 100dollars-seo.com
123cha.com 123locker.com
13tabs.com 1bet.com
1-99seo.com
1j7740kd.website 1j7740kd.website
202ch.com
2345.com 2345.com
3rbseyes.com 28n2gl3wfyb0.ru
4kepics.com 4inn.ru
777-club.ru 5elementov.ru
8558l.jobs.net 5ws.dating-app.ru
91abcw.com aa9d046aab36af4ff182f097f840430d51.com
aarbur.com abcdeg.xyz
acortarurl.es
activepr.ru activepr.ru
actulite.com
adcash.com
adelly.bg adelly.bg
adimmix.com
admeasures.com admeasures.com
adprotect.net adprotect.net
adrenalin-stk.ru
ads.gold ads.gold
aero2.ru adult-shop.com.ua
afftrack001.com adverster.com
agadelha.com.br adzpower.com
agecheckadult.com a.frcls.fr
ahrefs.com agapovdg.ru
aibolita.com agardomains.com
airlandsea.info
aktobe.xkaz.org
akuhni.by
alarmobninsk.ru
alert.scansafe.net
alf-img.com alf-img.com
algarveglobal.com alibestsale.com
alive-ua.com alice.it
allkrim.com alif-ba-ta.com
alveris.ru all4invest.info
amateurgalls.com allforminecraft.ru
ameblo.top amateurmatch.com
ampower.me android4fun.org
animal36.com animalia-life.club
apartamentwroclaw.eu apimegabrowsebiz-a.akamaihd.net
apibrowsesmartne-a.akamaihd.net apisecretsaucebi-a.akamaihd.net
apidigidocketnet-a.akamaihd.net
apishops.ru
apiwebwebgetcom-a.akamaihd.net
appfastplay.com
appfixing.space appfixing.space
apxeo.info arabgirls.adultgalls.com
arabseyes.com arabseyes.com
arclk.net arenda-yeisk.ru
arewater.com arquivo.pt
arraty.altervista.org artdestshop.eu
artparquet.ru atofilms.com
asia-forum.ru australia-opening-times.com
atleticpharm.org autoloans.com
ausmepa.org.au autotrends.today
avek.ru azinoofficial777.ru
avon-severozapad.ru azlex.uz
ayanaspa.com babosas.com
azartmix.com backuperwebcam.weebly.com
babs.com.ua bagsonsale.online
back.dog bank.uz
bankcrediti.ru battlecarnival.su
bankofthewext.com bdsmgalls.net
bannerads.de beachpics.com
bestmarriages.com beetpics.pw
best-way.men bestcalovebracelet.cn
betterhdporn.com bestdooz.com
bingoporno.com bestofpicture.com
bioca.org bin-brokers.com
bioinnovate.co bingo8888.com
binomo.com
biographiya.com
bio.trade-jp.net
birzha-truda.eu
biznesluxe.ru biznesluxe.ru
blackhatworth.com bjanshee.ru
bkns.vn
bloggerads.net
blog.koorg.ru
blog.koreadaily.com
blogos.kz
bluejays-jerseys.us
bocoarchives.org
bonzbuddy.com bonzbuddy.com
browserprotecter.com boole.onlinewebshop.net
bumskontakte.org boostmyppc.com
buypanicdisorderpill.com brainzpod.win
byme.se brandbucket.com
cablecar.us brianhenry.co
calc-for-credit.ru brillianty.info
calstaterealty.us buntube.net
businescoop.men
businesn.men
buyclomidonlaine.com
buydissertation.net
buyessayonline19.blogspot.ru
buynorxx.com
buyviagraa.blogspot.com
camdenmemorials.com camdenmemorials.com
canacopegdl.com cartierreplica.top
candelluxsklep.pl cartierreplica.xyz
canrole.com casablancamanor.co.za
carmuffler.net ccjp.eu
cartierreplica.win chastnoeporno.com
cashkitten-a.akamaihd.net cheapbelstaff.online
cfacarrosserie74.com cheapjerseysbizwholesale.us
cheapjerseysa.com chocoslim.pro
cheapmoncler.win cialis-samples.com
checkm8.com cindymatches.com
check-this-out-now.online ciproandtizanidine.blogspot.com
chinaelitecheapjerseys.com claytransformations.info
ciceros.co clicksotrk.com
cinemaflix.website clipartnew.com
circlesl.com cl.s7.exct.net
classicakuhni.ru coderstate.com
clean-start.net com-onlinesupport.host
clickcash.com companies-catalog.com
clickso.com compliance-barak.top
clippingphotoindia.com
colehaanoutlet.store
community.allhiphop.com
compliance-alex.top
compliance-andrew.top
compliance-barak.xyz compliance-barak.xyz
compliance-checker.info compliance-brian.xyz
compliance-elena.top
compliance-fred.xyz compliance-fred.xyz
compliance-julia.top compliance-irvin.top
continent-e.tv compliance-walt.top
cosmetic.donna7753191.ru concealthyself.com
cosmeticswomens-womensports.rhcloud.com constantaservice.net
creditnation.ru construmac.com.mx
crest3d.ru cookielawblog.wordpress.com
culmimg.pw cookie-law-enforcement-ff.xyz
damasarenai.info coolwallpapers4k.info
dellalimov.com cowblog.fr
delta-line.men crazyboost.pro
detective01.ru credit-respect.ru
dgfitness.co cryptoswap.biz
dogsrun.net cs-passion.pl
downloadeer.net culturevie.info
download-of-the-warez.blogspot.com customergrowthsystems.com
drhomes.biz customerguru.in
drivotracker.com cypernhuset.se
drugs-no-rx.info daisye.top
earncash.com.ua daydream-studio.ru
detki-opt.ru
dichvuvesinhhanoi.com
dimfour.com
discovertreasure-a.akamaihd.net
distver.ru
dividendo.ru
dneprsvet.com.ua
domaincheck.io
domainroam.win
dosug-lux.ru
downloader12.ru
downloadmefiranaratb1972.xpg.com.br
downvids.net
eandsgallery.com
eas-seo.com eas-seo.com
e-commerce-seo.com e-c.al
efkt.jp educatemetv.com
ege-russian.ru efnor-ac.com
egovaleo.it egvar.net
ekspertmed.com
e-kwiaciarz.pl
electrik-avenue.com
elektrischezigarette2.onsugar.com elektrischezigarette2.onsugar.com
elektrozigaretten2.yn.lt elektrischezigaretten2.beeplog.com
emediate.eu enge-fotzen.info
enbersoft.com
englate.com
englishgamer.com englishgamer.com
enthuse.computernetworksonline.com es5.com
essayassist.com evening-dating-club.info
exct.net ewebarticle.info
expertnaya-ocenka.ru extremez.net
extads.net falllow.gq
eywords-monitoring-your-success.com fanrto.com
f5mtrack.com fatmaelgarny.com
face.hostingx.eu feargames.ru
fashion.stellaconstance.co fickenprivat.info
fastcrawl.com filesmonster.porn
femdom.twiclub.in financehint.eu
ferieboligkbh.dk financepoints.eu
filmetricsasia.com
filmfanatic.com
fil.ru
finteks.ru finteks.ru
fiuxy.com firstdrugmall.ru
flowwwers.com f-loaded.de
formularz-konkurs.tk floating-share-buttons.com
forum.doctissimo.fr folowsite.com
free411games.com foodcrafts.website
free-fb-traffic.com foxtechfpv.com
freelifetimefuckbook.com free-share-buttons.com
free-stock-illustration.com freshmac.space
freshberry.com.ua ftns.ru
freza-sverlo.ru galaxyflowers.ru
frivgame250.com gambarxkata.co
fr.netlog.com gamevalue7.weebly.com
frvo.alptandem.ru gdebestkupit.ru
funnymama.com generic-pills-online.com
fyl.com.ru ghernnqr.skyrock.com
galaxy-family.ru girlporn.ru
galeon.com gogps.me
gamewrath.com goldandcard.ru
gearcraft.us gosarhivrt.ru
gearsadspromo.club
generalporn.org
ggiaro.com
gifspics.com
given2.com
gk-atlant.info
golaya.pw
golden-catalog.pro
golmau.host.sk
goroda-vsego-mira.ru
greenidesign.co greenidesign.co
greenzaim.ru growboxbl.ru
gsasearchengineranker.site gsasearchengineranker.xyz
guruofcasino.com gsmtlf.ru
h2monline.com guildebzh.info
hanink.biz.ly gwebtools.com
hao123.com healing-dysplasia.ru
happy.new.yeartwit.com hebr.myddns-flir.com
hawaiisurf.com heliko.no
hd-film.pl
headpress.ru
healbio.ru
hentaiheroes.com hentaiheroes.com
highstairs-a.akamaihd.net hetmanship.xyz
histats.com houtings.xyz
hkladys.com hoverboard360.nl
hol.es hundejo.com
homeandhealth.ru i4track.net
homedecoguide.info ideawheel.com
homemature.net ilikevitaly.com
hostcritique.com ilte.info
host-protection.com images-graphics-pics.com
hystersister.com imicrovision.com
ie.57883.net imk.com.ua
ilbe.club innodgfdriverhm.aircus.com
imgarit.pw insider.pro
indo-export.ru internet-apteka.ru
instasexyblog.com iptool.xyz
in-tandem.co isotoner.com
istripper.com iwanttodeliver.com
itag.pw iyasimasennka.com
itservicesthatworkforyou.com jaxcube.info
jerseyswholesalechinalimited.com jikoman.info
jestr.org job.icivil.ir
jetsli.de joessmogtestonly.com
jewelryandfiligree.com junglenet-a.akamaihd.net
jjbabskoe.ru kamorel.com
juliadiets.com ketoanhanoi.info
justdating.online komp-pomosch.ru
kaidalibor.de komputers-best.ru
kazka.ru kreativperlen.ch
kiprinform.com kvartiry-remont.ucoz.ru
klin3952.ru laptoper.net
knogg.net lawyers.cafe
kollekcioner.ru leboard.ru
ks1234.com lerporn.info
lacasamorett.com letto.by
landoftracking.com lexaprogeneric.link
lankarns.com liky.co.ua
ledis.top lineshops.biz
legionalpha.com lizace.com
lesbian.xyz ljusihus.se
levaquin750mg.blogspot.com lostaruban.com
lflash.ru louboutinbooties.xyz
lightinghomes.net lovelycraftyhome.com
limtu.ifmo.ru lowephotos.info
linkrr.com luciddiagnostics.in
linkwithin.com lulea-auktionsverk.se
lirunet.ru
littlesunraiser.com
lol-smurfs.com
low-format.ru
luckyday.world
luxmagazine.cf
m1media.net
macdamaged.tech macdamaged.tech
machicon-akihabara.info mahnwachen-helfen.info
madot.onlinewebshop.net
mailemedicinals.com
maju.bluesalt.co maju.bluesalt.co
makemoneyonline.com mall.uk
managerpak204.weebly.com mansiondelrio.co
manifestation.betteroffers.review map028.com
manve.info mapquestz.us
masthopehomes.com masterseek.com
maximpartnerspr.com maxthon.com
medicinacom.ru mazda-roadsters.com
megavolt.net.ua mecash.ru
mexicotravelnet.com mediaoffers.click
mezaruk.info medicineseasybuy.com
mir-betting.ru medi-fitt.hu
missclub.info medizinreisen.de
misterjtbarbers.com meendo-free-traffic.ga
mixtapetorrent.com mega-polis.biz.ua
mmofreegames.online menstennisforums.com
mobplayer.ru microsearch.ru
mikrobiologies.ru
miniads.ca
misswell.net
mobioffertrck.com
moetomnenie.com
moivestiy.biz moivestiy.biz
monarchfind-a.akamaihd.net mojpregled.com
morepoweronmac.trade monclervests.xyz
morlat.altervista.org moneymaster.ru
most.gov.iq moneyviking-a.akamaihd.net
mountainstream.ms morocco-nomad-excursions.com
moyaterapiya.ru most-kerch.org
msfsaar.de mototsikl.org
musflashtv.com moyakuhnia.ru
myfreecams.com mrwhite.biz
mylesosibirsk.ru muz-baza.net
mymercy.info muztops.ru
myplaycity.com mxgetcode.com
mypornfree.ru mydownlodablefiles.com
nalogovyykodeks.ru najaden.no
napalm51.nut.cc nardulan.com
narkologiya-peterburg.ru narkologiya-belgorod.ru
nelc.edu.eg new-apps.ru
netanalytics.xyz nhl09.ru
nevansk.ru nikitsyringedrivelg.pen.io
newtechspb.ru noclegonline.info
nodup.ru nomuos.it
nonameread45.live noumeda.com
normalegal.ru novosti-hi-tech.ru
notfastfood.ru nuker.com
novodigs.com odoratus.net
o00.in offer.wpsecurity.website
oakleyglassesonline.us okroshki.ru
obuv-kupit.ru
okmedia.sk
oktube.ru
ok-ua.info ok-ua.info
oneshotdate.com oneminutesite.it
onko-24.com onetravelguides.com
online247.ml onlainbesplatno.ru
onlineslotmaschine.com onlineku.com
onlyporno.ru onlyforemont.ru
ontargetseo.us onlywoman.org
ooo-olni.ru ooo-olni.ru
openlibrary.org openmediasoft.com
openmultipleurl.com orenburg-gsm.ru
ordernorxx.com outpersonals.com
owohho.com par-fallen.ga
oyster-green.com partnerads.men
paintingplanet.ru partner-stop.men
paradontozanet.ru partnerworkroom.men
partnersafe.men
partybunny.ru partybunny.ru
photo.houseofgaga.ru pathwhelp.org
physfunc.ru pdn-4.com
picsforkeywordsuggestion.com pendelprognos.se
pigrafix.at penisvergrotendepillennl.ovh
pirateday.ru petrovka-online.com
pisanieprac.info photosaga.info
pizza-imperia.com pixgood.com
pk-services.ru pliks.pl
pl.aasoldes.fr ploenjitmedia.azurewebsites.net
plastjulgranar.se pobeiranie.pl
playfortuna-play.ru pons-presse.com
poems.com.ua pontiacsolstice.info
pomoc-drogowa.cba.pl popugaychiki.com
pornobrazzers.biz porno-play.net
pornoplen.com pornoreino.com
pornosemki.info pornotubexxx.name
powenlite24.ru pp-budpostach.com.ua
pozdrawleniya.com professionalwritingservices15.blogspot.ru
prefersurvey.net promgirldresses.xyz
prize44.com
prod2016.com
proekt-gaz.ru
profitkode.com
prostitutki-almata.org prostitutki-almata.org
pst2017.onlinewebshop.net ptr.ruvds.com
pufip.com purplestats.com
pushdata.sendpulse.com puzzleweb.ru
quickbuck.com pwwysydh.com
rainbowice.ru quality-traffic.com
rangjued.com quit-smoking.ga
rankings-analytics.com quizzitch.net
rapidokbrain.com qwarckoine.com
rcpmda.ikan1080.xyz rangoman.date
recinziireale.com rankexperience.com
redirlock.com ranksays.com
replicaclub.ru ratemodels.net
replica-watch.ru realmonte.net
ric.info reklama1.ru
ringtonepartner.com rentalcarnavi.info
risparmiocasa.bz.it respublica-otel.ru
rockingclicks.com ruex.org.ua
rollercoin.com ruscopybook.com
royalcar-ufa.ru rustic-quiver.win
running-line.ru s8-nowy-wygraj.comli.com
saitevpatorii.com sabizonline.com
samara.rosfirm.ru saecsa.co
sammlungfotos.online sammlungfotos.online
saneyes.com sa-rewards.co.za
santasgift.ml sbf441.com
santechnik.jimdo.com scanner-alexa.top
sbprabooks.com scanner-jessica.top
scanmyphones.com scanner-josh.top
scanner-willy.top searchengineranker.email
seoboxes.com searchkut.com
seorankinglinks.us seasaltwithfood.com
seo-smm.kz se.bnt-team.com
sexblog.pw seccioncontrabajo.com
sexpornotales.net seocdvig.ru
sex-pr.net seokicks.de
sexsaoy.com seolab.top
sex-watch.com serviporno.com
sexy.babes.frontend-stack.top sevenstars7.com
sexcamamateurchat.com
sexreliz.com
sharebutton.net sharebutton.net
shoppingjequiti.com.br sharebutton.to
shopsellcardsdumps.com sispe.com.br
sigmund-freud.co.uk skyway24.ru
similardeals.net slavia.info
simul.co smadihome.com
siteaero.com
site-analyzer.com
site-auditor.online
siteripz.net
slimcdn.com
slim.sellany.ru
slomm.ru
sms2x2.ru
snworks.com
soaksoak.ru
socialbookmarksubmission.org socialbookmarksubmission.org
softonicads.com socialbutton.xyz
solmarket.by socialmediasuggest.com
sonata-arctica.wz.cz social-vestnik.ru
songplanet.ru sortthemesitesby.com
soviet-portal.do.am spaceshipad.com
spasswelt.xyz spasswelt.xyz
squidoo.com spb.ru
speedup-my.site
spravka130.ru
ssconstruction.co
stair.registrydomainservices.com stair.registrydomainservices.com
stevemonsen.com stard.shop
stockquotes.wooeb.com startufa.ru
strongholdsb.ru stop-gepatit.te.ua
stroydetali.ru store-rx.com
superstats.com suhanpacktech.com
tagil.zrus.org superlist.biz
tam-gde-more.ru svnuppsalaorebro.se
taqplayer.info swingerseiten.com
tattooha.com swinon.site
td-33.ru swsociety.se
td-l-market.ru symbaloo.com
tds-advert005.info symphonyintegratedhealthcare.com
tdsing.ru telefonsexi.com
tedxrj.com telesvoboda.ru
telefonsexsofort.tk teslathemes.com
themestotal.com thebestphotos.eu
thewomenlife.com thepantonpractice.co.uk
timhost.ru the-torrent-tracker.blogspot.com
titan-ads.life tizanidinedosageforsleep.blogspot.com
tizanidineandcipro.blogspot.com tizanidinehcl4mgtab.blogspot.com
tn811.us tizanidinesideeffectsweightloss.blogspot.com
tonerbox.kz tizanidinevscyclobenzaprine.blogspot.com
tkanorganizma.ru
toolsky.com toolsky.com
toproadrunner5.info touchmods.fr
torrent-newgames.com toyota.7zap.com
torrentred.games traffmonster.info
traffic-club.info truck-addzilla.life
tramadolandtizanidine.blogspot.com tuberkuleznik.ru
trustaffs.com turizmus.us
ttrraacckkrr.com twincitiescarservice.com
turkeyreport.tk ublaze.ru
twojebook.pl u-cheats.ru
u555u.info uginekologa.com
ua.tc urldelivery.com
umaseh.com usacasino.com
unimodemhalfduplefw.pen.io usswrite.com
urengoy.pro vbabule.net
vadimkravtcov.ru vbtracker.net
valkiria-tk.ru vclicks.net
vduplo.ru vedomstvo.net
veerotech.com video-production.com
vegan-foods.us vielporno.net
vezuviy.su vodaodessa.com
viagengrarx.com vote-up.ru
vikistars.com vsdshnik.com
viktoria-center.ru vtc.pw
vipsexfinders.com wahicbefa31.soup.io
viven.host.sk wallpapers-best.com
vod.com.ua warning.or.kr
wallpapersdesk.info waterefficiency.co
warningzscaler.heraeus.com watsonrealtycorp.com
waysbetter.cn we-are-gamers.com
wcb.su webads.co.nz
web-betting.ru webextract.profound.net
website-audit.com.ua website-speed-up.site
website-speed-up.top
website-stealer.nufaq.com
webtherapy.ru webtherapy.ru
wedding0venues.tk wejdz-tu.pl
weightatraining.com wellcome2slovenia.ru
welck.octopis.com weprik.ru
welcomeauto.ru westen-z.life
wesharepics.site whatzmyip.net
westvilletowingservices.co.za wholesalejerseys-cheapest.com
wholesalejerseysgaa.com wildnatureimages.com
wieseversa.no wingsoffury2.com
winner7777.net winwotgold.pl
woman-tampon.ru witherrom55.eklablog.fr
worldhistory.biz wosik-dach.service-for-web.de
worldlovers.ru ww2awards.info
wowcasinoonline.ooo www.kabbalah-red-bracelets.com
wpthemedetector.co.uk www.timer4web.com
writersgroup580.web.fc2.com wyniki-lista.pl
www.888.com xedserver.com
xaylapdiendanang.com xfluro.com
xchangetrak.com xkaz.org
xep.info xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai
xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai xn----7sbifcamovvfggw9d.xn--p1ai
xn--80aanaardaperhcem4a6i.com xn--80ajbshivpvn2i.xn--p1ai
xn--80ajjbdhgmudixfjc8c5a9df8b.xn--p1ai xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
xn--80aodinpgi.xn--p1ai xn----9sbebi2bvzr7h.xn--p1ai
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai xn----9sbubg3ambdfl1j.xn--p1ai
xn--q1a.xn--b1aube0e.xn--c1acygb.xn--p1ai xvideosbay.com
xvideospornoru.com xxart.ru
yadro.ru xxxsiterips.xyz
yellocloud.be xxxtubesafari.com
yes-com.com yachts-cruise.info
yoshkarola.zrus.org ynymnwbm.bloger.index.hr
yourads.website yoluxuryevents.com
yourothersite.com youdesigner.kz
youtuhe.com youjizz.com
zajm-pod-zalog-nedvizhimosti.ru yuweng.info
zaimite.ru
zakazfutbolki.com
zakonobosago.ru
zambini.ru zambini.ru
zawyna.ua za-music.mymobiplanet.com
zhongwenlink.com zeroredirect8.com
zhorapankratov7.blogspot.com zigarettenonlinekaufen2.bloog.pl
zigarettenonlinekaufen1.bloog.pl znaturaloriginal.com
zooggames.com zrelaya.pw
zx6.ru zscalerone.net
zverokruh-shop.cz
zvetki.ru

View file

@ -1,250 +1,250 @@
00author.com 00it.com
08800.top 12bet.com
0lovespells0.blogspot.com 1webmaster.ml
1stat.ru 4kplayer.pl
1xbet4you.com 76brighton.co.uk
214jaluwobapef.cf 8kisses.eu
7a2rnuey1tw9ar.ru aad1f4acb0a373420d9b0c4202d38d94fa.com
888.com actionnooz.com
acc.eu.org addtoadd.men
adktrailmap.com adobereader-free.ru
ads-cool.pro ads-cool.pro
adserver-e7.com
adultgalls.com
affordablewebsitesandmobileapps.com
aghanyna.com
airmaxshoes-2016.com airmaxshoes-2016.com
aktivator-windows10.blogspot.com
akuhni.by
alert-fjg.xyz alert-fjg.xyz
alkoravto.ru all4invest.info
am-se.com allnews.md
amt-k.ru anal-acrobats.hol.es
apparel-offer.com angkortours.vn
approvedlocal.co.za animaltoplist.com
arewater.com anniemation.com
availit.weebly.com aosheng-tech.com
avon-severozapad.ru appsaurus.com
bag77.ru aproposde.com
baikaleminer.com arendatora.ru
bannerswap.com asscenihotosidea.blogspot.co.za
beget.tech atley.eu.pn
beremenyashka.com atofilms.com
best-seo-offer.com avtovolop.ru
bestwebsiteawards.com baixar-musicas-gratis.com
bigames.online bard-real.com.ua
bildsuche.ru best-games.today
binomo.kz best-seo-software.xyz
blackplanet.com bg6s0.com
blogig.org bingoporno.com
bio-japan.net
bio-market.kz
bioscorp.ru
bloggers.nl
blogrankers.com blogrankers.com
boo-arts.com boo-arts.com
brainzpod.win brandehk.dk
burn-fat.ga buckspar.gq
buy-forum.ru c1.onedmp.com
cacheimages.com cakemediahq.com.au
calc-for-credit.ru cartierlovebraceletreplica.xyz
candy-glam-hp.com cartierlovebracelet.xyz
cartierlovestore.xyz
cdnanalytics.xyz
cenokos.ru
centrdebut.ru
chatroulette.life
checkpagerank.net
chelyabinsk.xrus.org chelyabinsk.xrus.org
chinese-amezon.com chidporn.com
cityadspix.com cjs.com.ru
club-musics.ru cometorussia.net
cmhomestayagency.com compliance-elena.xyz
coinsspb.com computernetworksonline.com
connectionstrenth.com cookie-law-enforcement-aa.xyz
creditnation.ru coop-gamers.ru
cxpromote.com cranly.net
decorazilla.com custodieva.ru
detsky-nabytek.info customergrowthsystems.com
dikqlyremy.info demenageur.com
ednorxmed.com dentalpearls.com.au
elektrischezigarette1.blog.pl dfwu1019.info
elektrischezigarette1.onsugar.com digital-sale.su
elektrischezigarette2.onsugar.com dispo.de
elektrozigaretten2.yn.lt dms-sw.ru
elvenar.com donna7753191.ru
empis.magix.net ec-file.info
eropho.net elektronischezi.livejournal.com
espaceinventoristes.com enews.tech
etenininrade.ga ereko.ru
euromasterclass.ru
extrabot.com extrabot.com
fix-website-errors.com ezigarettekaufen2.mpbloggar.se
flprog.com fbdownloader.com
fortunejack.com feel-planet.com
fr-bearings.ru ferieboligkbh.dk
gamblingnerd.com fillmewithhappiness.com
gateway.zscalertwo.net filunika.com.ru
gayxperience.com finejewelryshop.ru
gearcraft.us flauntyoursite.com
generic-pills-online.com folowsite.com
getmiro.com freakycheats.com
get-your-social-buttons.info freesitetest.com
gktt.ru free-traffic.xyz
gnuetella.com fuckbuddybestgilf.info
golden-praga.ru gambarkataku.co
gosreg.amchs.ru game-mmorpg.net
gov.yanao.ru gateway.zscalerone.net
gox.com.ua gazoblok.net.ua
grtyi.com gg.zzyjxs.com
guildebzh.info girlporn.ru
gwebtools.com glass-msk.ru
gwebtools.com.br goo.ne.jp
haikuware.com h2monline.com
hamacapty.com hao123.com
hanwei.us harmonyglen.us
hermesreplica.pw
hermesreplica.win hermesreplica.win
hikesearch.net hol.es
homedecoguide.info howopen.ru
hotblognetwork.com iloveitaly.ru
hotchatdate.com incolors.club
houseofgaga.ru indiasourcemart.in
hreade.com ipostroika.ru
htmlcorner.com
ido3.com
ie.57883.net
incanto.in.ua
intellekt21.ru
investingclub.ru
inzn.ru
iqoption.pro
iqupdatetmz.win iqupdatetmz.win
islamtoday.co.za iradiology.ru
itronics.ca itag.pw
iweblist.info itrevolution.cf
james13prix.info karting196.ru
janavibekken.no kinocccp.net
jobmarket.com.ua kosova.de
kenaba.su kovrenok.ru
ketoanhanoi.info krasnodar.zrus.org
keywordglobal.co.za kustanay.kz
kinogonew.ru labvis.host.sk
kometars.xyz lechenie-gemorroya.com
komp-pomosch.ru ledis.top
konteiner24.com letslowbefast.site
konturkrasoty.ru linkwithin.com
krasnodar.xrus.org locksmith.jp
kvartira-sutochno.com loftdigital.eu
lanadelreyfans.us lomb.co
landinez.co lostfilm-online.ru
lazymanyoga.com louboutinreplica.xyz
linkarena.com mediawhirl.net
littlesexdolls.com metascephe.com
mabdoola.blogspot.com michaelkorsoutlet.store
mactechinfo.info minyetki.ru
magazin-pics.ru mixtapetorrent.com
maju.bluesalt.co monarhs.info
masserect.com moncleroutletonline.pw
matematikus.info moxo.com
mebelcomplekt.ru moyakuhnia.ru
micasainvest.com mp3ringtone.info
mobile-appster.ru mzdish.site
monarchfind-a.akamaihd.net narosty.com
moomi-daeri.com narutonaruto.ru
morlat.altervista.org njpalletremoval.com
most.gov.iq ntic.fr
moyaterapiya.ru nzfilecloud.weebly.com
myfreemp3.eu obesidadealgarve.com
myperiod.club odesproperty.com
nailsimg.com office2web.com
newhairstylesformen2014.com ok-ua.info
newtechspb.ru onlinedomains.ru
nextconseil.com onlineku.com
oklogistic.ru onthemarch.co
oksrv.com ooo-olni.ru
online7777.com osb.se11.ru
onlythegames.com ostrovtaxi.ru
openfrost.com ozoz.it
ovirus.ru pammik.ru
pagesense.com pandarastore.top
pelfind.me parlament.biz
php-market.ru pattersonsweb.com
pdns.download
pflexads.com
pijoto.net pijoto.net
pinstake.com pinkduck.ga
pirateday.ru plastjulgranar.se
porno-raskazy.ru poem-paying.gq
pozdrawleniya.ru pogodnyyeavarii.gq
preparevideosafesystem4unow.space pornonik.com
privhosting.com predominant-invent.tk
professionaldieselcare.com pregnant.guru
prointer.net.ua privatbank46.ru
prombudpostach.com.ua proxyelite.biz
prosmibank.ru
pulseonclick.com pulseonclick.com
pxhdwsm.com push-ad.com
qualitymarketzone.com pwwysydh.com
rainbowice.ru rangjued.com
redirectingat.com rangoman.date
rednise.com rankings-analytics.com
reyel1985.webnode.fr ranksignals.com
rezeptiblud.ru rebelmouse.com
ribieiendom.no reelheroes.net
rn-to-bsn.com rent2spb.ru
saneitconsulting.com rentehno.ru
scanner-don.top rewardit.com
scanner-john.top rfid-locker.co
seasonvar.ru rosbalt.com.ua
seo-traffic-ranking.info runtnc.net
sexspornotub.com saltspray.ru
savememoney.co.za
sbprabooks.com
scanner-brian.top
scat.porn
schlampen-treffen.com
seinterface.com
seocdvig.ru
seoheap.com
seojokes.net
shell-pmr.ru
shemale-sex.net shemale-sex.net
shop.xz618.com silvermature.net
sideeffectsoftizanidine.blogspot.com skincrate.net
skatestick.bid slavkokacunko.de
slonechka.ru snyatie-lomki-v-stacionare.ru
snsdeainavi.info solitaire-game.ru
sobecjvuwa.com.ru soviet-portal.do.am
soft-program.com stroilka.info
sohoindia.net strongsignal-a.akamaihd.net
soietvousmaime.fr taraz.xkaz.org
spammen.de
spywarenuker.com
stardevine.com
stariy-baku.com
sterva.cc
storehouse.ua
strana-krasoty.ru
stroiminsk.org
supers.com.ua
surgut.zrus.org
tattooreligion.ru
taximytishi.ru taximytishi.ru
telsis.com techart24.com
tivolibasket.it telemetryverification.net
tizanidinehcl4mgtabinfo.blogspot.com timeallnews.ru
tongkatmadura.info tizanidinestreetvalue.blogspot.com
toonfamilies.net tnaionline.org
top-study.work
tpu.ru
tracksz.co tracksz.co
traffictrade.life tradedeals.biz
trustedhealthtips.com trucri.me
try-rx.com ttsq.fr
tzritel.tk turizm.bz
uamtrk.com urdoot.win
unitexindia.com varbergsvind.se
usbggettwku.ga vereo.eu
validdomain.xyz vesnatehno.ru
vchulkax.com videochaty.ru
vip-dom.in vilingstore.net
vitoriacabos.com vip2ch.com
vonradio.com vitanail.ru
watchmyfb.pl vladimir.xrus.org
webpromotion.ae vostoktrade.info
webshoppermac.com vzubah.com
w3data.co
webalan.ru
webnode.me
website-speed-up.site
webtherapy.ru webtherapy.ru
word-vorlagen.xyz whipme.yopoint.in
wosik-dach.service-for-web.de wholinkstome.com
wowas31.ucoz.ru wildnatureimages.com
ws.ampower.me wleuaprpxuvr.ga
x69ty.ru word-vorlagen.net
xgames-04.com www.event-tracking.com
xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai
xn--80ak6aa92e.com xn----7sbifcamovvfggw9d.xn--p1ai
xuki.us xn--80aaagvmjabrs1aoc9luc.xn--p1ai
xvideosbay.com xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
xxx-cam.webcam xn----9sbebi2bvzr7h.xn--p1ai
za-fun-offer.com xn--h1aakne2ba.xn--p1ai
zeroredirect11.com xtube.com
zeroredirect9.com yeartwit.com
znakomstva-moskva77.ru zaimite.ru
zrelaya.pw zeg-distribution.com
zojirushi-products.ru
zolotoy-lis.ru

Binary file not shown.

Binary file not shown.

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2020.12.2181 #### Version: V4.2020.12.2182
#### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) #### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list) #### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2020.12.2181 #### Version: V4.2020.12.2182
#### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) #### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list) #### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)

View file

@ -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 even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots) ##### 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 even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
_______________ _______________
#### Version: V4.2020.12.2181 #### Version: V4.2020.12.2182
#### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) #### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list) #### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)

View file

@ -3,7 +3,7 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________ _______________
#### Version: V4.2020.12.2181 #### Version: V4.2020.12.2182
#### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrers Blocked: [6837](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) #### Bad User-Agents (Bots) Blocked: [581](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list) #### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2020.12.2181 ### Version: V3.2020.12.2182
### Updated: Wed Dec 2 02:03:37 SAST 2020 ### Updated: Wed Dec 2 10:26:30 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:35 SAST 2020 ### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837 ### Bad Referrer Count: 6837
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################

View file

@ -6,8 +6,8 @@
### Version Information # ### Version Information #
################################################### ###################################################
### Version: V4.2020.12.2181 ### Version: V4.2020.12.2182
### Updated: Wed Dec 2 02:03:38 SAST 2020 ### Updated: Wed Dec 2 10:26:31 SAST 2020
### Bad Bot Count: 581 ### Bad Bot Count: 581
################################################### ###################################################
### Version Information ## ### Version Information ##