mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
V4.2020.12.2182 [ci skip]
This commit is contained in:
parent
e8884cc31a
commit
09b6d10f48
47 changed files with 1094 additions and 1092 deletions
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
# - 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
|
||||
34.122.208.80 0;
|
||||
35.193.184.18 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -45,4 +45,5 @@
|
|||
# - 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
|
||||
34.122.208.80 0;
|
||||
34.122.173.211 0;
|
||||
35.193.184.18 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -45,4 +45,5 @@
|
|||
# - 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
|
||||
34.122.208.80 0;
|
||||
35.193.184.18 0;
|
||||
34.122.173.211 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -45,6 +45,6 @@
|
|||
# - 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
|
||||
104.154.182.187 0;
|
||||
34.122.173.211 0;
|
||||
34.122.208.80 0;
|
||||
104.154.182.187 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
limit_conn bot2_connlimit 10;
|
||||
limit_req zone=bot2_reqlimitip burst=10;
|
||||
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) {
|
||||
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) {
|
||||
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) {
|
||||
return 444;
|
||||
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
|
||||
}
|
||||
|
||||
|
|
|
@ -47,4 +47,4 @@
|
|||
# - 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;
|
||||
104.154.182.187 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Alligator
|
||||
archive.org_bot
|
||||
Getintent
|
||||
Gigablast
|
||||
InternetSeer
|
||||
LieBaoFast
|
||||
Papa Foto
|
||||
Titan
|
||||
trendiction.de
|
||||
Woobot
|
||||
AfD-Verbotsverfahren
|
||||
Craftbot
|
||||
Custo
|
||||
DSearch
|
||||
EroCrawler
|
||||
Humanlinks
|
||||
Net Vampire
|
||||
Sqlworm
|
||||
True_Robot
|
||||
URLy Warning
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
Abonti
|
||||
Aboundex
|
||||
Acunetix
|
||||
ADmantX
|
||||
AfD-Verbotsverfahren
|
||||
AhrefsBot
|
||||
AiHitBot
|
||||
Aipbot
|
||||
Alexibot
|
||||
Apexoo
|
||||
AllSubmitter
|
||||
AlphaBot
|
||||
arquivo.pt
|
||||
arquivo-web-crawler
|
||||
Attach
|
||||
AwarioSmartBot
|
||||
Aspiegel
|
||||
autoemailspider
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
Bandit
|
||||
BatchFTP
|
||||
BDFetch
|
||||
BetaBot
|
||||
BBBike
|
||||
BDCbot
|
||||
Bigfoot
|
||||
Bitacle
|
||||
Black Hole
|
||||
BlackWidow
|
||||
BlowFish
|
||||
Bolt
|
||||
Blow
|
||||
Brandprotect
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
Bullseye
|
||||
BunnySlippers
|
||||
Cegbfeieh
|
||||
Chlooe
|
||||
BuzzSumo
|
||||
CazoodleBot
|
||||
Claritybot
|
||||
Cogentbot
|
||||
com.plumanalytics
|
||||
Copier
|
||||
CopyRightCheck
|
||||
Cliqzbot
|
||||
cognitiveseo
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler4j
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
Crescent
|
||||
Curious
|
||||
CyotekWebCopy
|
||||
DatabaseDriverMysqli
|
||||
DataCha0s
|
||||
DBLBot
|
||||
Demon
|
||||
Devil
|
||||
Digincore
|
||||
DigitalPebble
|
||||
DIIbot
|
||||
Dirbuster
|
||||
Disco
|
||||
DomainAppender
|
||||
domainsproject.org
|
||||
Discobot
|
||||
DittoSpyder
|
||||
DomainSigmaCrawler
|
||||
Dotbot
|
||||
Download Wonder
|
||||
Dragonfly
|
||||
Drip
|
||||
eCatch
|
||||
DSearch
|
||||
DTS Agent
|
||||
EasyDL
|
||||
Ebingbong
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
EMail Wolf
|
||||
EroCrawler
|
||||
evc-batch
|
||||
Exabot
|
||||
Express WebPictures
|
||||
Extreme Picture Finder
|
||||
Extractor
|
||||
EyeNetIE
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
FDM
|
||||
FHscan
|
||||
Fimap
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
Flunky
|
||||
Foobot
|
||||
Freeuploader
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Fyrebot
|
||||
GalaxyBot
|
||||
Genieo
|
||||
GermCrawler
|
||||
Gigablast
|
||||
Gigabot
|
||||
GrabNet
|
||||
Haansoft
|
||||
Harvest
|
||||
GetWeb
|
||||
G-i-g-a-b-o-t
|
||||
Go-Ahead-Got-It
|
||||
Gotit
|
||||
GoZilla
|
||||
Grabber
|
||||
Grafula
|
||||
GridBot
|
||||
HaosouSpider
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
heritrix
|
||||
Heritrix
|
||||
Hloader
|
||||
HMView
|
||||
HTTP::Lite
|
||||
HTTrack
|
||||
Humanlinks
|
||||
Id-search
|
||||
Image Fetch
|
||||
IndeedBot
|
||||
Indy Library
|
||||
HybridBot
|
||||
Iblog
|
||||
Image Sucker
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
InterGET
|
||||
internetVista monitor
|
||||
Iria
|
||||
IRLbot
|
||||
JamesBOT
|
||||
Jbrofuzz
|
||||
JetCar
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jorgee
|
||||
Kenjin Spider
|
||||
Kinza
|
||||
Lanshanbot
|
||||
LeechFTP
|
||||
LexiBot
|
||||
Lftp
|
||||
LinkextractorPro
|
||||
Lightspeedsystems
|
||||
Linkdexbot
|
||||
LinkpadBot
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
LinqiaScrapeBot
|
||||
Litemage_walker
|
||||
Lmspider
|
||||
Ltx71
|
||||
Lipperhey
|
||||
LWP::Simple
|
||||
lwp-trivial
|
||||
Magnet
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
MauiBot
|
||||
Mb2345Browser
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
MeanPath Bot
|
||||
mediawords
|
||||
MFC_Tear_Sample
|
||||
MicroMessenger
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
Mister PiX
|
||||
MJ12bot
|
||||
Mojeek
|
||||
Mozlila
|
||||
Msrabot
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Name Intelligence
|
||||
MSIECrawler
|
||||
Nameprotect
|
||||
Navroad
|
||||
NetAnts
|
||||
NetSpider
|
||||
Netcraft
|
||||
netEstate NE Crawler
|
||||
Netvibes
|
||||
Nibbler
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Ninja
|
||||
NetZIP
|
||||
NextGenSearchBot
|
||||
Nikto
|
||||
Nutch
|
||||
oBot
|
||||
Octopus
|
||||
OnCrawl
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
Openvas
|
||||
OpenVAS
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
page scorer
|
||||
PageScorer
|
||||
Panscient
|
||||
PeoplePal
|
||||
PageAnalyzer
|
||||
PageGrabber
|
||||
Papa Foto
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PECL::HTTP
|
||||
PHPCrawl
|
||||
Picscout
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
Probethenet
|
||||
PyCurl
|
||||
Pixray
|
||||
Pockey
|
||||
ProPowerBot
|
||||
QueryN Metasearch
|
||||
Quick-Crawler
|
||||
RankActive
|
||||
RankingBot
|
||||
RankingBot2
|
||||
RankActiveLinkBot
|
||||
RankFlex
|
||||
Rankivabot
|
||||
RankurBot
|
||||
Reaper
|
||||
Recorder
|
||||
RepoMonkey
|
||||
RebelMouse
|
||||
ReGet
|
||||
Ripper
|
||||
RocketCrawler
|
||||
RSSingBot
|
||||
s1z.ru
|
||||
SalesIntelligent
|
||||
satoristudio.net
|
||||
ScanAlert
|
||||
Scanbot
|
||||
scan.lol
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
SEOkicks
|
||||
Screaming
|
||||
Semrush
|
||||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SEOstats
|
||||
serpstatbot
|
||||
Shodan
|
||||
Siphon
|
||||
SISTRIX
|
||||
SiteCheckerBotCrawler
|
||||
SiteExplorer
|
||||
Sitebeam
|
||||
sitechecker.pro
|
||||
Siteimprove
|
||||
Site Sucker
|
||||
Site Sucker
|
||||
SlySearch
|
||||
Snake
|
||||
Snoopy
|
||||
Sitevigil
|
||||
Sottopop
|
||||
SpaceBison
|
||||
Spammen
|
||||
SpankBot
|
||||
Spanner
|
||||
SputnikBot
|
||||
spyfu
|
||||
Sqlmap
|
||||
Steeler
|
||||
Sqworm
|
||||
Sucker
|
||||
Sucuri
|
||||
SuperBot
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
sysscan
|
||||
Szukacz
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
Titan
|
||||
Tracemyfile
|
||||
TheNomad
|
||||
Thumbor
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
True_Robot
|
||||
Turingos
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
Typhoeus
|
||||
Upflow
|
||||
URLy.Warning
|
||||
WBSearchBot
|
||||
Webalta
|
||||
WebAuto
|
||||
Web Auto
|
||||
WebCopier
|
||||
URLy Warning
|
||||
Vagabondo
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
VoidEYE
|
||||
WASALive-Bot
|
||||
WebBandit
|
||||
WebCollage
|
||||
Web Collage
|
||||
WEBDAV
|
||||
Web Enhancer
|
||||
Web Fetch
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
WebImageCollector
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
Webshag
|
||||
WebSucker
|
||||
WebPix
|
||||
Web Pix
|
||||
Web Sauger
|
||||
WebSucker
|
||||
WebWhacker
|
||||
WeSEE
|
||||
Whack
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
Widow
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Wotbox
|
||||
Wprecon
|
||||
WWW-Collector-E
|
||||
WWW::Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Zade
|
||||
WPScan
|
||||
WWW-Mechanize
|
||||
Xaldon_WebSpider
|
||||
YoudaoBot
|
||||
Zauba
|
||||
zauba.io
|
||||
zgrab
|
||||
Zitebot
|
||||
ZmEu
|
||||
ZyBorg
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
404enemy
|
||||
Abonti
|
||||
360Spider
|
||||
Aboundex
|
||||
Acunetix
|
||||
AfD-Verbotsverfahren
|
||||
AhrefsBot
|
||||
AIBOT
|
||||
Alexibot
|
||||
Alligator
|
||||
AllSubmitter
|
||||
Anarchie
|
||||
arquivo.pt
|
||||
Asterias
|
||||
autoemailspider
|
||||
BackDoorBot
|
||||
Backlink-Ceck
|
||||
AlphaBot
|
||||
Apexoo
|
||||
arquivo-web-crawler
|
||||
Aspiegel
|
||||
ASPSeek
|
||||
Attach
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
Badass
|
||||
BatchFTP
|
||||
BBBike
|
||||
Bigfoot
|
||||
Bitacle
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Blackboard
|
||||
Black Hole
|
||||
Blow
|
||||
Bolt
|
||||
Brandwatch
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
Bullseye
|
||||
Brandprotect
|
||||
BunnySlippers
|
||||
Calculon
|
||||
CATExplorador
|
||||
CazoodleBot
|
||||
CCBot
|
||||
check1.exe
|
||||
Chlooe
|
||||
Claritybot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Cliqzbot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Cogentbot
|
||||
Collector
|
||||
Copyscape
|
||||
Cosmos
|
||||
crawler.feedback
|
||||
Crescent
|
||||
CrunchBot
|
||||
crawl.sogou.com
|
||||
CSHttp
|
||||
Curious
|
||||
Custo
|
||||
DataCha0s
|
||||
Devil
|
||||
DIIbot
|
||||
DnyzBot
|
||||
DomainSigmaCrawler
|
||||
domainsproject.org
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
Demon
|
||||
Dirbuster
|
||||
Discoverybot
|
||||
DittoSpyder
|
||||
DomainAppender
|
||||
Domains Project
|
||||
DomainStatsBot
|
||||
Dragonfly
|
||||
Download Wonder
|
||||
DSearch
|
||||
EasyDL
|
||||
Ebingbong
|
||||
eCatch
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
evc-batch
|
||||
Evil
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Exabot
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
FDM
|
||||
FHscan
|
||||
facebookscraper
|
||||
FlashGet
|
||||
Foobot
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Fyrebot
|
||||
GalaxyBot
|
||||
Genieo
|
||||
GetWeb
|
||||
Gigablast
|
||||
Gigabot
|
||||
Go-Ahead-Got-It
|
||||
Go!Zilla
|
||||
Grabber
|
||||
Grafula
|
||||
GrapeFX
|
||||
Haansoft
|
||||
Harvest
|
||||
HEADMasterSEO
|
||||
heritrix
|
||||
HTTP::Lite
|
||||
Heritrix
|
||||
Hloader
|
||||
HTMLparser
|
||||
HTTrack
|
||||
IDBot
|
||||
Image Fetch
|
||||
InfoTekies
|
||||
Intelliseek
|
||||
HybridBot
|
||||
Iblog
|
||||
IlseBot
|
||||
Image Sucker
|
||||
InfoNaviRobot
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iria
|
||||
Iskanie
|
||||
Jbrofuzz
|
||||
JetCar
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jorgee
|
||||
JustView
|
||||
Keyword Density
|
||||
Kinza
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
LexiBot
|
||||
Lftp
|
||||
Libwhisker
|
||||
LieBaoFast
|
||||
Lightspeedsystems
|
||||
LinksManager
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaScrapeBot
|
||||
Lipperhey Spider
|
||||
Litemage_walker
|
||||
LNSpiderguy
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
LinqiaRSSBot
|
||||
lwp-request
|
||||
lwp-trivial
|
||||
Magnet
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Mass Downloader
|
||||
MarkWatch
|
||||
Mata Hari
|
||||
Mb2345Browser
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
MegaIndex.ru
|
||||
MicroMessenger
|
||||
MJ12bot
|
||||
Mojeek
|
||||
Mozlila
|
||||
MQQBrowser
|
||||
Mr.4x3
|
||||
MSIECrawler
|
||||
Musobot
|
||||
NearSite
|
||||
Msrabot
|
||||
muhstik-scan
|
||||
Nameprotect
|
||||
Needle
|
||||
Nessus
|
||||
netEstate NE Crawler
|
||||
NetLyzer
|
||||
NetSpider
|
||||
Nettrack
|
||||
NetMechanic
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetZIP
|
||||
NextGenSearchBot
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Nikto
|
||||
Ninja
|
||||
Nmap
|
||||
NPbot
|
||||
oBot
|
||||
Nutch
|
||||
Octopus
|
||||
Offline Explorer
|
||||
OnCrawl
|
||||
Openfind
|
||||
Openvas
|
||||
OpenVAS
|
||||
OPPO A33
|
||||
OrangeSpider
|
||||
OpenLinkProfiler
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
page scorer
|
||||
PageScorer
|
||||
pcBrowser
|
||||
PECL::HTTP
|
||||
PeoplePal
|
||||
PHPCrawl
|
||||
Picsearch
|
||||
PictureFinder
|
||||
plumanalytics
|
||||
POE-Component-Client-HTTP
|
||||
Pockey
|
||||
Probethenet
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Psbot
|
||||
Pump
|
||||
PxBroker
|
||||
PyCurl
|
||||
Quick-Crawler
|
||||
RankActiveLinkBot
|
||||
QueryN Metasearch
|
||||
RankFlex
|
||||
RankingBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RealDownload
|
||||
Reaper
|
||||
Recorder
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
Ripper
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
s1z.ru
|
||||
SalesIntelligent
|
||||
ScanAlert
|
||||
Scanbot
|
||||
Scrapy
|
||||
satoristudio.net
|
||||
scan.lol
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOkicks-Robot
|
||||
Seomoz
|
||||
Sitebeam
|
||||
SEOkicks
|
||||
SEOlyticsCrawler
|
||||
seoscanners
|
||||
SEOstats
|
||||
sexsearcher
|
||||
SiteCheckerBotCrawler
|
||||
SiteExplorer
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Sitevigil
|
||||
SlySearch
|
||||
SMTBot
|
||||
SmartDownload
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
sogouspider
|
||||
Sogou web spider
|
||||
Sosospider
|
||||
Spammen
|
||||
Spanner
|
||||
spyfu
|
||||
Sqlworm
|
||||
SpankBot
|
||||
sp_auditbot
|
||||
SputnikBot
|
||||
Stripper
|
||||
Sucuri
|
||||
SuperBot
|
||||
SuperHTTP
|
||||
Surfbot
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
sysscan
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Szukacz
|
||||
T0PHackTeam
|
||||
Teleport
|
||||
TeleportPro
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
Telesphorep
|
||||
Thumbor
|
||||
TheNomad
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toata
|
||||
Toweyabot
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
True_Robot
|
||||
Turingos
|
||||
TurnitinBot
|
||||
Turnitin
|
||||
Twice
|
||||
VeriCiteCrawler
|
||||
Voltron
|
||||
UnisterBot
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voil
|
||||
Wallpapers/3.0
|
||||
WASALive-Bot
|
||||
WebAuto
|
||||
WebBandit
|
||||
Web Collage
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
WebFuck
|
||||
WebLeacher
|
||||
WebmasterWorldForumBot
|
||||
WebsiteQuester
|
||||
Web Pix
|
||||
WebReaper
|
||||
WebsiteExtractor
|
||||
Website Quester
|
||||
WebSucker
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
WebZIP
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
Widow
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Woobot
|
||||
Wonderbot
|
||||
Wotbox
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWW::Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
Zermelo
|
||||
Zeus
|
||||
Zitebot
|
||||
ZmEu
|
||||
ZumBot
|
||||
ZyBorg
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
amigobulls.com
|
||||
backgroundpictures.net
|
||||
bonvillan.com
|
||||
doxyporno.com
|
||||
fyl.com.ru
|
||||
nacap.ru
|
||||
okayimage.com
|
||||
skutecznetabletkinaporostwlosow.pl
|
||||
trubywriting.com
|
||||
visa-pasport.ru
|
||||
apptester.tk
|
||||
free-social-buttons.com
|
||||
janettabridal.com
|
||||
meds-online24.com
|
||||
signx.info
|
||||
tiandeural.ru
|
||||
urlcut.ru
|
||||
video-woman.com
|
||||
vzubah.com
|
||||
watchmygf.net
|
||||
|
|
|
@ -1,500 +1,500 @@
|
|||
108shot.com
|
||||
123cha.com
|
||||
13tabs.com
|
||||
1-99seo.com
|
||||
100dollars-seo.com
|
||||
123locker.com
|
||||
1bet.com
|
||||
1j7740kd.website
|
||||
202ch.com
|
||||
2345.com
|
||||
3rbseyes.com
|
||||
4kepics.com
|
||||
777-club.ru
|
||||
8558l.jobs.net
|
||||
91abcw.com
|
||||
aarbur.com
|
||||
acortarurl.es
|
||||
28n2gl3wfyb0.ru
|
||||
4inn.ru
|
||||
5elementov.ru
|
||||
5ws.dating-app.ru
|
||||
aa9d046aab36af4ff182f097f840430d51.com
|
||||
abcdeg.xyz
|
||||
activepr.ru
|
||||
actulite.com
|
||||
adcash.com
|
||||
adelly.bg
|
||||
adimmix.com
|
||||
admeasures.com
|
||||
adprotect.net
|
||||
adrenalin-stk.ru
|
||||
ads.gold
|
||||
aero2.ru
|
||||
afftrack001.com
|
||||
agadelha.com.br
|
||||
agecheckadult.com
|
||||
ahrefs.com
|
||||
aibolita.com
|
||||
adult-shop.com.ua
|
||||
adverster.com
|
||||
adzpower.com
|
||||
a.frcls.fr
|
||||
agapovdg.ru
|
||||
agardomains.com
|
||||
airlandsea.info
|
||||
aktobe.xkaz.org
|
||||
akuhni.by
|
||||
alarmobninsk.ru
|
||||
alert.scansafe.net
|
||||
alf-img.com
|
||||
algarveglobal.com
|
||||
alive-ua.com
|
||||
allkrim.com
|
||||
alveris.ru
|
||||
amateurgalls.com
|
||||
ameblo.top
|
||||
ampower.me
|
||||
animal36.com
|
||||
apartamentwroclaw.eu
|
||||
apibrowsesmartne-a.akamaihd.net
|
||||
apidigidocketnet-a.akamaihd.net
|
||||
apishops.ru
|
||||
apiwebwebgetcom-a.akamaihd.net
|
||||
appfastplay.com
|
||||
alibestsale.com
|
||||
alice.it
|
||||
alif-ba-ta.com
|
||||
all4invest.info
|
||||
allforminecraft.ru
|
||||
amateurmatch.com
|
||||
android4fun.org
|
||||
animalia-life.club
|
||||
apimegabrowsebiz-a.akamaihd.net
|
||||
apisecretsaucebi-a.akamaihd.net
|
||||
appfixing.space
|
||||
apxeo.info
|
||||
arabgirls.adultgalls.com
|
||||
arabseyes.com
|
||||
arclk.net
|
||||
arewater.com
|
||||
arraty.altervista.org
|
||||
artparquet.ru
|
||||
asia-forum.ru
|
||||
atleticpharm.org
|
||||
ausmepa.org.au
|
||||
avek.ru
|
||||
avon-severozapad.ru
|
||||
ayanaspa.com
|
||||
azartmix.com
|
||||
babs.com.ua
|
||||
back.dog
|
||||
bankcrediti.ru
|
||||
bankofthewext.com
|
||||
bannerads.de
|
||||
bestmarriages.com
|
||||
best-way.men
|
||||
betterhdporn.com
|
||||
bingoporno.com
|
||||
bioca.org
|
||||
bioinnovate.co
|
||||
arenda-yeisk.ru
|
||||
arquivo.pt
|
||||
artdestshop.eu
|
||||
atofilms.com
|
||||
australia-opening-times.com
|
||||
autoloans.com
|
||||
autotrends.today
|
||||
azinoofficial777.ru
|
||||
azlex.uz
|
||||
babosas.com
|
||||
backuperwebcam.weebly.com
|
||||
bagsonsale.online
|
||||
bank.uz
|
||||
battlecarnival.su
|
||||
bdsmgalls.net
|
||||
beachpics.com
|
||||
beetpics.pw
|
||||
bestcalovebracelet.cn
|
||||
bestdooz.com
|
||||
bestofpicture.com
|
||||
bin-brokers.com
|
||||
bingo8888.com
|
||||
binomo.com
|
||||
biographiya.com
|
||||
bio.trade-jp.net
|
||||
birzha-truda.eu
|
||||
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
|
||||
browserprotecter.com
|
||||
bumskontakte.org
|
||||
buypanicdisorderpill.com
|
||||
byme.se
|
||||
cablecar.us
|
||||
calc-for-credit.ru
|
||||
calstaterealty.us
|
||||
boole.onlinewebshop.net
|
||||
boostmyppc.com
|
||||
brainzpod.win
|
||||
brandbucket.com
|
||||
brianhenry.co
|
||||
brillianty.info
|
||||
buntube.net
|
||||
businescoop.men
|
||||
businesn.men
|
||||
buyclomidonlaine.com
|
||||
buydissertation.net
|
||||
buyessayonline19.blogspot.ru
|
||||
buynorxx.com
|
||||
buyviagraa.blogspot.com
|
||||
camdenmemorials.com
|
||||
canacopegdl.com
|
||||
candelluxsklep.pl
|
||||
canrole.com
|
||||
carmuffler.net
|
||||
cartierreplica.win
|
||||
cashkitten-a.akamaihd.net
|
||||
cfacarrosserie74.com
|
||||
cheapjerseysa.com
|
||||
cheapmoncler.win
|
||||
checkm8.com
|
||||
check-this-out-now.online
|
||||
chinaelitecheapjerseys.com
|
||||
ciceros.co
|
||||
cinemaflix.website
|
||||
circlesl.com
|
||||
classicakuhni.ru
|
||||
clean-start.net
|
||||
clickcash.com
|
||||
clickso.com
|
||||
clippingphotoindia.com
|
||||
colehaanoutlet.store
|
||||
community.allhiphop.com
|
||||
compliance-alex.top
|
||||
compliance-andrew.top
|
||||
cartierreplica.top
|
||||
cartierreplica.xyz
|
||||
casablancamanor.co.za
|
||||
ccjp.eu
|
||||
chastnoeporno.com
|
||||
cheapbelstaff.online
|
||||
cheapjerseysbizwholesale.us
|
||||
chocoslim.pro
|
||||
cialis-samples.com
|
||||
cindymatches.com
|
||||
ciproandtizanidine.blogspot.com
|
||||
claytransformations.info
|
||||
clicksotrk.com
|
||||
clipartnew.com
|
||||
cl.s7.exct.net
|
||||
coderstate.com
|
||||
com-onlinesupport.host
|
||||
companies-catalog.com
|
||||
compliance-barak.top
|
||||
compliance-barak.xyz
|
||||
compliance-checker.info
|
||||
compliance-elena.top
|
||||
compliance-brian.xyz
|
||||
compliance-fred.xyz
|
||||
compliance-julia.top
|
||||
continent-e.tv
|
||||
cosmetic.donna7753191.ru
|
||||
cosmeticswomens-womensports.rhcloud.com
|
||||
creditnation.ru
|
||||
crest3d.ru
|
||||
culmimg.pw
|
||||
damasarenai.info
|
||||
dellalimov.com
|
||||
delta-line.men
|
||||
detective01.ru
|
||||
dgfitness.co
|
||||
dogsrun.net
|
||||
downloadeer.net
|
||||
download-of-the-warez.blogspot.com
|
||||
drhomes.biz
|
||||
drivotracker.com
|
||||
drugs-no-rx.info
|
||||
earncash.com.ua
|
||||
compliance-irvin.top
|
||||
compliance-walt.top
|
||||
concealthyself.com
|
||||
constantaservice.net
|
||||
construmac.com.mx
|
||||
cookielawblog.wordpress.com
|
||||
cookie-law-enforcement-ff.xyz
|
||||
coolwallpapers4k.info
|
||||
cowblog.fr
|
||||
crazyboost.pro
|
||||
credit-respect.ru
|
||||
cryptoswap.biz
|
||||
cs-passion.pl
|
||||
culturevie.info
|
||||
customergrowthsystems.com
|
||||
customerguru.in
|
||||
cypernhuset.se
|
||||
daisye.top
|
||||
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
|
||||
e-commerce-seo.com
|
||||
efkt.jp
|
||||
ege-russian.ru
|
||||
egovaleo.it
|
||||
e-c.al
|
||||
educatemetv.com
|
||||
efnor-ac.com
|
||||
egvar.net
|
||||
ekspertmed.com
|
||||
e-kwiaciarz.pl
|
||||
electrik-avenue.com
|
||||
elektrischezigarette2.onsugar.com
|
||||
elektrozigaretten2.yn.lt
|
||||
emediate.eu
|
||||
enbersoft.com
|
||||
englate.com
|
||||
elektrischezigaretten2.beeplog.com
|
||||
enge-fotzen.info
|
||||
englishgamer.com
|
||||
enthuse.computernetworksonline.com
|
||||
essayassist.com
|
||||
exct.net
|
||||
expertnaya-ocenka.ru
|
||||
extads.net
|
||||
eywords-monitoring-your-success.com
|
||||
f5mtrack.com
|
||||
face.hostingx.eu
|
||||
fashion.stellaconstance.co
|
||||
fastcrawl.com
|
||||
femdom.twiclub.in
|
||||
ferieboligkbh.dk
|
||||
filmetricsasia.com
|
||||
filmfanatic.com
|
||||
fil.ru
|
||||
es5.com
|
||||
evening-dating-club.info
|
||||
ewebarticle.info
|
||||
extremez.net
|
||||
falllow.gq
|
||||
fanrto.com
|
||||
fatmaelgarny.com
|
||||
feargames.ru
|
||||
fickenprivat.info
|
||||
filesmonster.porn
|
||||
financehint.eu
|
||||
financepoints.eu
|
||||
finteks.ru
|
||||
fiuxy.com
|
||||
flowwwers.com
|
||||
formularz-konkurs.tk
|
||||
forum.doctissimo.fr
|
||||
free411games.com
|
||||
free-fb-traffic.com
|
||||
freelifetimefuckbook.com
|
||||
free-stock-illustration.com
|
||||
freshberry.com.ua
|
||||
freza-sverlo.ru
|
||||
frivgame250.com
|
||||
fr.netlog.com
|
||||
frvo.alptandem.ru
|
||||
funnymama.com
|
||||
fyl.com.ru
|
||||
galaxy-family.ru
|
||||
galeon.com
|
||||
gamewrath.com
|
||||
gearcraft.us
|
||||
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
|
||||
firstdrugmall.ru
|
||||
f-loaded.de
|
||||
floating-share-buttons.com
|
||||
folowsite.com
|
||||
foodcrafts.website
|
||||
foxtechfpv.com
|
||||
free-share-buttons.com
|
||||
freshmac.space
|
||||
ftns.ru
|
||||
galaxyflowers.ru
|
||||
gambarxkata.co
|
||||
gamevalue7.weebly.com
|
||||
gdebestkupit.ru
|
||||
generic-pills-online.com
|
||||
ghernnqr.skyrock.com
|
||||
girlporn.ru
|
||||
gogps.me
|
||||
goldandcard.ru
|
||||
gosarhivrt.ru
|
||||
greenidesign.co
|
||||
greenzaim.ru
|
||||
gsasearchengineranker.site
|
||||
guruofcasino.com
|
||||
h2monline.com
|
||||
hanink.biz.ly
|
||||
hao123.com
|
||||
happy.new.yeartwit.com
|
||||
hawaiisurf.com
|
||||
hd-film.pl
|
||||
headpress.ru
|
||||
healbio.ru
|
||||
growboxbl.ru
|
||||
gsasearchengineranker.xyz
|
||||
gsmtlf.ru
|
||||
guildebzh.info
|
||||
gwebtools.com
|
||||
healing-dysplasia.ru
|
||||
hebr.myddns-flir.com
|
||||
heliko.no
|
||||
hentaiheroes.com
|
||||
highstairs-a.akamaihd.net
|
||||
histats.com
|
||||
hkladys.com
|
||||
hol.es
|
||||
homeandhealth.ru
|
||||
homedecoguide.info
|
||||
homemature.net
|
||||
hostcritique.com
|
||||
host-protection.com
|
||||
hystersister.com
|
||||
ie.57883.net
|
||||
ilbe.club
|
||||
imgarit.pw
|
||||
indo-export.ru
|
||||
instasexyblog.com
|
||||
in-tandem.co
|
||||
istripper.com
|
||||
itag.pw
|
||||
itservicesthatworkforyou.com
|
||||
jerseyswholesalechinalimited.com
|
||||
jestr.org
|
||||
jetsli.de
|
||||
jewelryandfiligree.com
|
||||
jjbabskoe.ru
|
||||
juliadiets.com
|
||||
justdating.online
|
||||
kaidalibor.de
|
||||
kazka.ru
|
||||
kiprinform.com
|
||||
klin3952.ru
|
||||
knogg.net
|
||||
kollekcioner.ru
|
||||
ks1234.com
|
||||
lacasamorett.com
|
||||
landoftracking.com
|
||||
lankarns.com
|
||||
ledis.top
|
||||
legionalpha.com
|
||||
lesbian.xyz
|
||||
levaquin750mg.blogspot.com
|
||||
lflash.ru
|
||||
lightinghomes.net
|
||||
limtu.ifmo.ru
|
||||
linkrr.com
|
||||
linkwithin.com
|
||||
lirunet.ru
|
||||
littlesunraiser.com
|
||||
lol-smurfs.com
|
||||
low-format.ru
|
||||
luckyday.world
|
||||
luxmagazine.cf
|
||||
m1media.net
|
||||
hetmanship.xyz
|
||||
houtings.xyz
|
||||
hoverboard360.nl
|
||||
hundejo.com
|
||||
i4track.net
|
||||
ideawheel.com
|
||||
ilikevitaly.com
|
||||
ilte.info
|
||||
images-graphics-pics.com
|
||||
imicrovision.com
|
||||
imk.com.ua
|
||||
innodgfdriverhm.aircus.com
|
||||
insider.pro
|
||||
internet-apteka.ru
|
||||
iptool.xyz
|
||||
isotoner.com
|
||||
iwanttodeliver.com
|
||||
iyasimasennka.com
|
||||
jaxcube.info
|
||||
jikoman.info
|
||||
job.icivil.ir
|
||||
joessmogtestonly.com
|
||||
junglenet-a.akamaihd.net
|
||||
kamorel.com
|
||||
ketoanhanoi.info
|
||||
komp-pomosch.ru
|
||||
komputers-best.ru
|
||||
kreativperlen.ch
|
||||
kvartiry-remont.ucoz.ru
|
||||
laptoper.net
|
||||
lawyers.cafe
|
||||
leboard.ru
|
||||
lerporn.info
|
||||
letto.by
|
||||
lexaprogeneric.link
|
||||
liky.co.ua
|
||||
lineshops.biz
|
||||
lizace.com
|
||||
ljusihus.se
|
||||
lostaruban.com
|
||||
louboutinbooties.xyz
|
||||
lovelycraftyhome.com
|
||||
lowephotos.info
|
||||
luciddiagnostics.in
|
||||
lulea-auktionsverk.se
|
||||
macdamaged.tech
|
||||
machicon-akihabara.info
|
||||
madot.onlinewebshop.net
|
||||
mailemedicinals.com
|
||||
mahnwachen-helfen.info
|
||||
maju.bluesalt.co
|
||||
makemoneyonline.com
|
||||
managerpak204.weebly.com
|
||||
manifestation.betteroffers.review
|
||||
manve.info
|
||||
masthopehomes.com
|
||||
maximpartnerspr.com
|
||||
medicinacom.ru
|
||||
megavolt.net.ua
|
||||
mexicotravelnet.com
|
||||
mezaruk.info
|
||||
mir-betting.ru
|
||||
missclub.info
|
||||
misterjtbarbers.com
|
||||
mixtapetorrent.com
|
||||
mmofreegames.online
|
||||
mobplayer.ru
|
||||
mall.uk
|
||||
mansiondelrio.co
|
||||
map028.com
|
||||
mapquestz.us
|
||||
masterseek.com
|
||||
maxthon.com
|
||||
mazda-roadsters.com
|
||||
mecash.ru
|
||||
mediaoffers.click
|
||||
medicineseasybuy.com
|
||||
medi-fitt.hu
|
||||
medizinreisen.de
|
||||
meendo-free-traffic.ga
|
||||
mega-polis.biz.ua
|
||||
menstennisforums.com
|
||||
microsearch.ru
|
||||
mikrobiologies.ru
|
||||
miniads.ca
|
||||
misswell.net
|
||||
mobioffertrck.com
|
||||
moetomnenie.com
|
||||
moivestiy.biz
|
||||
monarchfind-a.akamaihd.net
|
||||
morepoweronmac.trade
|
||||
morlat.altervista.org
|
||||
most.gov.iq
|
||||
mountainstream.ms
|
||||
moyaterapiya.ru
|
||||
msfsaar.de
|
||||
musflashtv.com
|
||||
myfreecams.com
|
||||
mylesosibirsk.ru
|
||||
mymercy.info
|
||||
myplaycity.com
|
||||
mypornfree.ru
|
||||
nalogovyykodeks.ru
|
||||
napalm51.nut.cc
|
||||
narkologiya-peterburg.ru
|
||||
nelc.edu.eg
|
||||
netanalytics.xyz
|
||||
nevansk.ru
|
||||
newtechspb.ru
|
||||
nodup.ru
|
||||
nonameread45.live
|
||||
normalegal.ru
|
||||
notfastfood.ru
|
||||
novodigs.com
|
||||
o00.in
|
||||
oakleyglassesonline.us
|
||||
obuv-kupit.ru
|
||||
okmedia.sk
|
||||
oktube.ru
|
||||
mojpregled.com
|
||||
monclervests.xyz
|
||||
moneymaster.ru
|
||||
moneyviking-a.akamaihd.net
|
||||
morocco-nomad-excursions.com
|
||||
most-kerch.org
|
||||
mototsikl.org
|
||||
moyakuhnia.ru
|
||||
mrwhite.biz
|
||||
muz-baza.net
|
||||
muztops.ru
|
||||
mxgetcode.com
|
||||
mydownlodablefiles.com
|
||||
najaden.no
|
||||
nardulan.com
|
||||
narkologiya-belgorod.ru
|
||||
new-apps.ru
|
||||
nhl09.ru
|
||||
nikitsyringedrivelg.pen.io
|
||||
noclegonline.info
|
||||
nomuos.it
|
||||
noumeda.com
|
||||
novosti-hi-tech.ru
|
||||
nuker.com
|
||||
odoratus.net
|
||||
offer.wpsecurity.website
|
||||
okroshki.ru
|
||||
ok-ua.info
|
||||
oneshotdate.com
|
||||
onko-24.com
|
||||
online247.ml
|
||||
onlineslotmaschine.com
|
||||
onlyporno.ru
|
||||
ontargetseo.us
|
||||
oneminutesite.it
|
||||
onetravelguides.com
|
||||
onlainbesplatno.ru
|
||||
onlineku.com
|
||||
onlyforemont.ru
|
||||
onlywoman.org
|
||||
ooo-olni.ru
|
||||
openlibrary.org
|
||||
openmultipleurl.com
|
||||
ordernorxx.com
|
||||
owohho.com
|
||||
oyster-green.com
|
||||
paintingplanet.ru
|
||||
paradontozanet.ru
|
||||
partnersafe.men
|
||||
openmediasoft.com
|
||||
orenburg-gsm.ru
|
||||
outpersonals.com
|
||||
par-fallen.ga
|
||||
partnerads.men
|
||||
partner-stop.men
|
||||
partnerworkroom.men
|
||||
partybunny.ru
|
||||
photo.houseofgaga.ru
|
||||
physfunc.ru
|
||||
picsforkeywordsuggestion.com
|
||||
pigrafix.at
|
||||
pirateday.ru
|
||||
pisanieprac.info
|
||||
pizza-imperia.com
|
||||
pk-services.ru
|
||||
pl.aasoldes.fr
|
||||
plastjulgranar.se
|
||||
playfortuna-play.ru
|
||||
poems.com.ua
|
||||
pomoc-drogowa.cba.pl
|
||||
pornobrazzers.biz
|
||||
pornoplen.com
|
||||
pornosemki.info
|
||||
powenlite24.ru
|
||||
pozdrawleniya.com
|
||||
prefersurvey.net
|
||||
prize44.com
|
||||
prod2016.com
|
||||
proekt-gaz.ru
|
||||
profitkode.com
|
||||
pathwhelp.org
|
||||
pdn-4.com
|
||||
pendelprognos.se
|
||||
penisvergrotendepillennl.ovh
|
||||
petrovka-online.com
|
||||
photosaga.info
|
||||
pixgood.com
|
||||
pliks.pl
|
||||
ploenjitmedia.azurewebsites.net
|
||||
pobeiranie.pl
|
||||
pons-presse.com
|
||||
pontiacsolstice.info
|
||||
popugaychiki.com
|
||||
porno-play.net
|
||||
pornoreino.com
|
||||
pornotubexxx.name
|
||||
pp-budpostach.com.ua
|
||||
professionalwritingservices15.blogspot.ru
|
||||
promgirldresses.xyz
|
||||
prostitutki-almata.org
|
||||
pst2017.onlinewebshop.net
|
||||
pufip.com
|
||||
pushdata.sendpulse.com
|
||||
quickbuck.com
|
||||
rainbowice.ru
|
||||
rangjued.com
|
||||
rankings-analytics.com
|
||||
rapidokbrain.com
|
||||
rcpmda.ikan1080.xyz
|
||||
recinziireale.com
|
||||
redirlock.com
|
||||
replicaclub.ru
|
||||
replica-watch.ru
|
||||
ric.info
|
||||
ringtonepartner.com
|
||||
risparmiocasa.bz.it
|
||||
rockingclicks.com
|
||||
rollercoin.com
|
||||
royalcar-ufa.ru
|
||||
running-line.ru
|
||||
saitevpatorii.com
|
||||
samara.rosfirm.ru
|
||||
ptr.ruvds.com
|
||||
purplestats.com
|
||||
puzzleweb.ru
|
||||
pwwysydh.com
|
||||
quality-traffic.com
|
||||
quit-smoking.ga
|
||||
quizzitch.net
|
||||
qwarckoine.com
|
||||
rangoman.date
|
||||
rankexperience.com
|
||||
ranksays.com
|
||||
ratemodels.net
|
||||
realmonte.net
|
||||
reklama1.ru
|
||||
rentalcarnavi.info
|
||||
respublica-otel.ru
|
||||
ruex.org.ua
|
||||
ruscopybook.com
|
||||
rustic-quiver.win
|
||||
s8-nowy-wygraj.comli.com
|
||||
sabizonline.com
|
||||
saecsa.co
|
||||
sammlungfotos.online
|
||||
saneyes.com
|
||||
santasgift.ml
|
||||
santechnik.jimdo.com
|
||||
sbprabooks.com
|
||||
scanmyphones.com
|
||||
scanner-willy.top
|
||||
seoboxes.com
|
||||
seorankinglinks.us
|
||||
seo-smm.kz
|
||||
sexblog.pw
|
||||
sexpornotales.net
|
||||
sex-pr.net
|
||||
sexsaoy.com
|
||||
sex-watch.com
|
||||
sexy.babes.frontend-stack.top
|
||||
sa-rewards.co.za
|
||||
sbf441.com
|
||||
scanner-alexa.top
|
||||
scanner-jessica.top
|
||||
scanner-josh.top
|
||||
searchengineranker.email
|
||||
searchkut.com
|
||||
seasaltwithfood.com
|
||||
se.bnt-team.com
|
||||
seccioncontrabajo.com
|
||||
seocdvig.ru
|
||||
seokicks.de
|
||||
seolab.top
|
||||
serviporno.com
|
||||
sevenstars7.com
|
||||
sexcamamateurchat.com
|
||||
sexreliz.com
|
||||
sharebutton.net
|
||||
shoppingjequiti.com.br
|
||||
shopsellcardsdumps.com
|
||||
sigmund-freud.co.uk
|
||||
similardeals.net
|
||||
simul.co
|
||||
siteaero.com
|
||||
site-analyzer.com
|
||||
site-auditor.online
|
||||
siteripz.net
|
||||
slimcdn.com
|
||||
slim.sellany.ru
|
||||
slomm.ru
|
||||
sms2x2.ru
|
||||
snworks.com
|
||||
soaksoak.ru
|
||||
sharebutton.to
|
||||
sispe.com.br
|
||||
skyway24.ru
|
||||
slavia.info
|
||||
smadihome.com
|
||||
socialbookmarksubmission.org
|
||||
softonicads.com
|
||||
solmarket.by
|
||||
sonata-arctica.wz.cz
|
||||
songplanet.ru
|
||||
soviet-portal.do.am
|
||||
socialbutton.xyz
|
||||
socialmediasuggest.com
|
||||
social-vestnik.ru
|
||||
sortthemesitesby.com
|
||||
spaceshipad.com
|
||||
spasswelt.xyz
|
||||
squidoo.com
|
||||
spb.ru
|
||||
speedup-my.site
|
||||
spravka130.ru
|
||||
ssconstruction.co
|
||||
stair.registrydomainservices.com
|
||||
stevemonsen.com
|
||||
stockquotes.wooeb.com
|
||||
strongholdsb.ru
|
||||
stroydetali.ru
|
||||
superstats.com
|
||||
tagil.zrus.org
|
||||
tam-gde-more.ru
|
||||
taqplayer.info
|
||||
tattooha.com
|
||||
td-33.ru
|
||||
td-l-market.ru
|
||||
tds-advert005.info
|
||||
tdsing.ru
|
||||
tedxrj.com
|
||||
telefonsexsofort.tk
|
||||
themestotal.com
|
||||
thewomenlife.com
|
||||
timhost.ru
|
||||
titan-ads.life
|
||||
tizanidineandcipro.blogspot.com
|
||||
tn811.us
|
||||
tonerbox.kz
|
||||
stard.shop
|
||||
startufa.ru
|
||||
stop-gepatit.te.ua
|
||||
store-rx.com
|
||||
suhanpacktech.com
|
||||
superlist.biz
|
||||
svnuppsalaorebro.se
|
||||
swingerseiten.com
|
||||
swinon.site
|
||||
swsociety.se
|
||||
symbaloo.com
|
||||
symphonyintegratedhealthcare.com
|
||||
telefonsexi.com
|
||||
telesvoboda.ru
|
||||
teslathemes.com
|
||||
thebestphotos.eu
|
||||
thepantonpractice.co.uk
|
||||
the-torrent-tracker.blogspot.com
|
||||
tizanidinedosageforsleep.blogspot.com
|
||||
tizanidinehcl4mgtab.blogspot.com
|
||||
tizanidinesideeffectsweightloss.blogspot.com
|
||||
tizanidinevscyclobenzaprine.blogspot.com
|
||||
tkanorganizma.ru
|
||||
toolsky.com
|
||||
toproadrunner5.info
|
||||
torrent-newgames.com
|
||||
torrentred.games
|
||||
traffic-club.info
|
||||
tramadolandtizanidine.blogspot.com
|
||||
trustaffs.com
|
||||
ttrraacckkrr.com
|
||||
turkeyreport.tk
|
||||
twojebook.pl
|
||||
u555u.info
|
||||
ua.tc
|
||||
umaseh.com
|
||||
unimodemhalfduplefw.pen.io
|
||||
urengoy.pro
|
||||
vadimkravtcov.ru
|
||||
valkiria-tk.ru
|
||||
vduplo.ru
|
||||
veerotech.com
|
||||
vegan-foods.us
|
||||
vezuviy.su
|
||||
viagengrarx.com
|
||||
vikistars.com
|
||||
viktoria-center.ru
|
||||
vipsexfinders.com
|
||||
viven.host.sk
|
||||
vod.com.ua
|
||||
wallpapersdesk.info
|
||||
warningzscaler.heraeus.com
|
||||
waysbetter.cn
|
||||
wcb.su
|
||||
web-betting.ru
|
||||
website-audit.com.ua
|
||||
touchmods.fr
|
||||
toyota.7zap.com
|
||||
traffmonster.info
|
||||
truck-addzilla.life
|
||||
tuberkuleznik.ru
|
||||
turizmus.us
|
||||
twincitiescarservice.com
|
||||
ublaze.ru
|
||||
u-cheats.ru
|
||||
uginekologa.com
|
||||
urldelivery.com
|
||||
usacasino.com
|
||||
usswrite.com
|
||||
vbabule.net
|
||||
vbtracker.net
|
||||
vclicks.net
|
||||
vedomstvo.net
|
||||
video-production.com
|
||||
vielporno.net
|
||||
vodaodessa.com
|
||||
vote-up.ru
|
||||
vsdshnik.com
|
||||
vtc.pw
|
||||
wahicbefa31.soup.io
|
||||
wallpapers-best.com
|
||||
warning.or.kr
|
||||
waterefficiency.co
|
||||
watsonrealtycorp.com
|
||||
we-are-gamers.com
|
||||
webads.co.nz
|
||||
webextract.profound.net
|
||||
website-speed-up.site
|
||||
website-speed-up.top
|
||||
website-stealer.nufaq.com
|
||||
webtherapy.ru
|
||||
wedding0venues.tk
|
||||
weightatraining.com
|
||||
welck.octopis.com
|
||||
welcomeauto.ru
|
||||
wesharepics.site
|
||||
westvilletowingservices.co.za
|
||||
wholesalejerseysgaa.com
|
||||
wieseversa.no
|
||||
winner7777.net
|
||||
woman-tampon.ru
|
||||
worldhistory.biz
|
||||
worldlovers.ru
|
||||
wowcasinoonline.ooo
|
||||
wpthemedetector.co.uk
|
||||
writersgroup580.web.fc2.com
|
||||
www.888.com
|
||||
xaylapdiendanang.com
|
||||
xchangetrak.com
|
||||
xep.info
|
||||
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai
|
||||
xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai
|
||||
xn--80aanaardaperhcem4a6i.com
|
||||
xn--80ajjbdhgmudixfjc8c5a9df8b.xn--p1ai
|
||||
xn--80aodinpgi.xn--p1ai
|
||||
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai
|
||||
xn--q1a.xn--b1aube0e.xn--c1acygb.xn--p1ai
|
||||
xvideospornoru.com
|
||||
yadro.ru
|
||||
yellocloud.be
|
||||
yes-com.com
|
||||
yoshkarola.zrus.org
|
||||
yourads.website
|
||||
yourothersite.com
|
||||
youtuhe.com
|
||||
zajm-pod-zalog-nedvizhimosti.ru
|
||||
wejdz-tu.pl
|
||||
wellcome2slovenia.ru
|
||||
weprik.ru
|
||||
westen-z.life
|
||||
whatzmyip.net
|
||||
wholesalejerseys-cheapest.com
|
||||
wildnatureimages.com
|
||||
wingsoffury2.com
|
||||
winwotgold.pl
|
||||
witherrom55.eklablog.fr
|
||||
wosik-dach.service-for-web.de
|
||||
ww2awards.info
|
||||
www.kabbalah-red-bracelets.com
|
||||
www.timer4web.com
|
||||
wyniki-lista.pl
|
||||
xedserver.com
|
||||
xfluro.com
|
||||
xkaz.org
|
||||
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
||||
xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai
|
||||
xn----7sbifcamovvfggw9d.xn--p1ai
|
||||
xn--80ajbshivpvn2i.xn--p1ai
|
||||
xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
|
||||
xn----9sbebi2bvzr7h.xn--p1ai
|
||||
xn----9sbubg3ambdfl1j.xn--p1ai
|
||||
xvideosbay.com
|
||||
xxart.ru
|
||||
xxxsiterips.xyz
|
||||
xxxtubesafari.com
|
||||
yachts-cruise.info
|
||||
ynymnwbm.bloger.index.hr
|
||||
yoluxuryevents.com
|
||||
youdesigner.kz
|
||||
youjizz.com
|
||||
yuweng.info
|
||||
zaimite.ru
|
||||
zakazfutbolki.com
|
||||
zakonobosago.ru
|
||||
zambini.ru
|
||||
zawyna.ua
|
||||
zhongwenlink.com
|
||||
zhorapankratov7.blogspot.com
|
||||
zigarettenonlinekaufen1.bloog.pl
|
||||
zooggames.com
|
||||
zx6.ru
|
||||
za-music.mymobiplanet.com
|
||||
zeroredirect8.com
|
||||
zigarettenonlinekaufen2.bloog.pl
|
||||
znaturaloriginal.com
|
||||
zrelaya.pw
|
||||
zscalerone.net
|
||||
zverokruh-shop.cz
|
||||
zvetki.ru
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
00author.com
|
||||
08800.top
|
||||
0lovespells0.blogspot.com
|
||||
1stat.ru
|
||||
1xbet4you.com
|
||||
214jaluwobapef.cf
|
||||
7a2rnuey1tw9ar.ru
|
||||
888.com
|
||||
acc.eu.org
|
||||
adktrailmap.com
|
||||
00it.com
|
||||
12bet.com
|
||||
1webmaster.ml
|
||||
4kplayer.pl
|
||||
76brighton.co.uk
|
||||
8kisses.eu
|
||||
aad1f4acb0a373420d9b0c4202d38d94fa.com
|
||||
actionnooz.com
|
||||
addtoadd.men
|
||||
adobereader-free.ru
|
||||
ads-cool.pro
|
||||
adserver-e7.com
|
||||
adultgalls.com
|
||||
affordablewebsitesandmobileapps.com
|
||||
aghanyna.com
|
||||
airmaxshoes-2016.com
|
||||
aktivator-windows10.blogspot.com
|
||||
akuhni.by
|
||||
alert-fjg.xyz
|
||||
alkoravto.ru
|
||||
am-se.com
|
||||
amt-k.ru
|
||||
apparel-offer.com
|
||||
approvedlocal.co.za
|
||||
arewater.com
|
||||
availit.weebly.com
|
||||
avon-severozapad.ru
|
||||
bag77.ru
|
||||
baikaleminer.com
|
||||
bannerswap.com
|
||||
beget.tech
|
||||
beremenyashka.com
|
||||
best-seo-offer.com
|
||||
bestwebsiteawards.com
|
||||
bigames.online
|
||||
bildsuche.ru
|
||||
binomo.kz
|
||||
blackplanet.com
|
||||
blogig.org
|
||||
all4invest.info
|
||||
allnews.md
|
||||
anal-acrobats.hol.es
|
||||
angkortours.vn
|
||||
animaltoplist.com
|
||||
anniemation.com
|
||||
aosheng-tech.com
|
||||
appsaurus.com
|
||||
aproposde.com
|
||||
arendatora.ru
|
||||
asscenihotosidea.blogspot.co.za
|
||||
atley.eu.pn
|
||||
atofilms.com
|
||||
avtovolop.ru
|
||||
baixar-musicas-gratis.com
|
||||
bard-real.com.ua
|
||||
best-games.today
|
||||
best-seo-software.xyz
|
||||
bg6s0.com
|
||||
bingoporno.com
|
||||
bio-japan.net
|
||||
bio-market.kz
|
||||
bioscorp.ru
|
||||
bloggers.nl
|
||||
blogrankers.com
|
||||
boo-arts.com
|
||||
brainzpod.win
|
||||
burn-fat.ga
|
||||
buy-forum.ru
|
||||
cacheimages.com
|
||||
calc-for-credit.ru
|
||||
candy-glam-hp.com
|
||||
brandehk.dk
|
||||
buckspar.gq
|
||||
c1.onedmp.com
|
||||
cakemediahq.com.au
|
||||
cartierlovebraceletreplica.xyz
|
||||
cartierlovebracelet.xyz
|
||||
cartierlovestore.xyz
|
||||
cdnanalytics.xyz
|
||||
cenokos.ru
|
||||
centrdebut.ru
|
||||
chatroulette.life
|
||||
checkpagerank.net
|
||||
chelyabinsk.xrus.org
|
||||
chinese-amezon.com
|
||||
cityadspix.com
|
||||
club-musics.ru
|
||||
cmhomestayagency.com
|
||||
coinsspb.com
|
||||
connectionstrenth.com
|
||||
creditnation.ru
|
||||
cxpromote.com
|
||||
decorazilla.com
|
||||
detsky-nabytek.info
|
||||
dikqlyremy.info
|
||||
ednorxmed.com
|
||||
elektrischezigarette1.blog.pl
|
||||
elektrischezigarette1.onsugar.com
|
||||
elektrischezigarette2.onsugar.com
|
||||
elektrozigaretten2.yn.lt
|
||||
elvenar.com
|
||||
empis.magix.net
|
||||
eropho.net
|
||||
espaceinventoristes.com
|
||||
etenininrade.ga
|
||||
euromasterclass.ru
|
||||
chidporn.com
|
||||
cjs.com.ru
|
||||
cometorussia.net
|
||||
compliance-elena.xyz
|
||||
computernetworksonline.com
|
||||
cookie-law-enforcement-aa.xyz
|
||||
coop-gamers.ru
|
||||
cranly.net
|
||||
custodieva.ru
|
||||
customergrowthsystems.com
|
||||
demenageur.com
|
||||
dentalpearls.com.au
|
||||
dfwu1019.info
|
||||
digital-sale.su
|
||||
dispo.de
|
||||
dms-sw.ru
|
||||
donna7753191.ru
|
||||
ec-file.info
|
||||
elektronischezi.livejournal.com
|
||||
enews.tech
|
||||
ereko.ru
|
||||
extrabot.com
|
||||
fix-website-errors.com
|
||||
flprog.com
|
||||
fortunejack.com
|
||||
fr-bearings.ru
|
||||
gamblingnerd.com
|
||||
gateway.zscalertwo.net
|
||||
gayxperience.com
|
||||
gearcraft.us
|
||||
generic-pills-online.com
|
||||
getmiro.com
|
||||
get-your-social-buttons.info
|
||||
gktt.ru
|
||||
gnuetella.com
|
||||
golden-praga.ru
|
||||
gosreg.amchs.ru
|
||||
gov.yanao.ru
|
||||
gox.com.ua
|
||||
grtyi.com
|
||||
guildebzh.info
|
||||
gwebtools.com
|
||||
gwebtools.com.br
|
||||
haikuware.com
|
||||
hamacapty.com
|
||||
hanwei.us
|
||||
ezigarettekaufen2.mpbloggar.se
|
||||
fbdownloader.com
|
||||
feel-planet.com
|
||||
ferieboligkbh.dk
|
||||
fillmewithhappiness.com
|
||||
filunika.com.ru
|
||||
finejewelryshop.ru
|
||||
flauntyoursite.com
|
||||
folowsite.com
|
||||
freakycheats.com
|
||||
freesitetest.com
|
||||
free-traffic.xyz
|
||||
fuckbuddybestgilf.info
|
||||
gambarkataku.co
|
||||
game-mmorpg.net
|
||||
gateway.zscalerone.net
|
||||
gazoblok.net.ua
|
||||
gg.zzyjxs.com
|
||||
girlporn.ru
|
||||
glass-msk.ru
|
||||
goo.ne.jp
|
||||
h2monline.com
|
||||
hao123.com
|
||||
harmonyglen.us
|
||||
hermesreplica.pw
|
||||
hermesreplica.win
|
||||
hikesearch.net
|
||||
homedecoguide.info
|
||||
hotblognetwork.com
|
||||
hotchatdate.com
|
||||
houseofgaga.ru
|
||||
hreade.com
|
||||
htmlcorner.com
|
||||
ido3.com
|
||||
ie.57883.net
|
||||
incanto.in.ua
|
||||
intellekt21.ru
|
||||
investingclub.ru
|
||||
inzn.ru
|
||||
iqoption.pro
|
||||
hol.es
|
||||
howopen.ru
|
||||
iloveitaly.ru
|
||||
incolors.club
|
||||
indiasourcemart.in
|
||||
ipostroika.ru
|
||||
iqupdatetmz.win
|
||||
islamtoday.co.za
|
||||
itronics.ca
|
||||
iweblist.info
|
||||
james13prix.info
|
||||
janavibekken.no
|
||||
jobmarket.com.ua
|
||||
kenaba.su
|
||||
ketoanhanoi.info
|
||||
keywordglobal.co.za
|
||||
kinogonew.ru
|
||||
kometars.xyz
|
||||
komp-pomosch.ru
|
||||
konteiner24.com
|
||||
konturkrasoty.ru
|
||||
krasnodar.xrus.org
|
||||
kvartira-sutochno.com
|
||||
lanadelreyfans.us
|
||||
landinez.co
|
||||
lazymanyoga.com
|
||||
linkarena.com
|
||||
littlesexdolls.com
|
||||
mabdoola.blogspot.com
|
||||
mactechinfo.info
|
||||
magazin-pics.ru
|
||||
maju.bluesalt.co
|
||||
masserect.com
|
||||
matematikus.info
|
||||
mebelcomplekt.ru
|
||||
micasainvest.com
|
||||
mobile-appster.ru
|
||||
monarchfind-a.akamaihd.net
|
||||
moomi-daeri.com
|
||||
morlat.altervista.org
|
||||
most.gov.iq
|
||||
moyaterapiya.ru
|
||||
myfreemp3.eu
|
||||
myperiod.club
|
||||
nailsimg.com
|
||||
newhairstylesformen2014.com
|
||||
newtechspb.ru
|
||||
nextconseil.com
|
||||
oklogistic.ru
|
||||
oksrv.com
|
||||
online7777.com
|
||||
onlythegames.com
|
||||
openfrost.com
|
||||
ovirus.ru
|
||||
pagesense.com
|
||||
pelfind.me
|
||||
php-market.ru
|
||||
iradiology.ru
|
||||
itag.pw
|
||||
itrevolution.cf
|
||||
karting196.ru
|
||||
kinocccp.net
|
||||
kosova.de
|
||||
kovrenok.ru
|
||||
krasnodar.zrus.org
|
||||
kustanay.kz
|
||||
labvis.host.sk
|
||||
lechenie-gemorroya.com
|
||||
ledis.top
|
||||
letslowbefast.site
|
||||
linkwithin.com
|
||||
locksmith.jp
|
||||
loftdigital.eu
|
||||
lomb.co
|
||||
lostfilm-online.ru
|
||||
louboutinreplica.xyz
|
||||
mediawhirl.net
|
||||
metascephe.com
|
||||
michaelkorsoutlet.store
|
||||
minyetki.ru
|
||||
mixtapetorrent.com
|
||||
monarhs.info
|
||||
moncleroutletonline.pw
|
||||
moxo.com
|
||||
moyakuhnia.ru
|
||||
mp3ringtone.info
|
||||
mzdish.site
|
||||
narosty.com
|
||||
narutonaruto.ru
|
||||
njpalletremoval.com
|
||||
ntic.fr
|
||||
nzfilecloud.weebly.com
|
||||
obesidadealgarve.com
|
||||
odesproperty.com
|
||||
office2web.com
|
||||
ok-ua.info
|
||||
onlinedomains.ru
|
||||
onlineku.com
|
||||
onthemarch.co
|
||||
ooo-olni.ru
|
||||
osb.se11.ru
|
||||
ostrovtaxi.ru
|
||||
ozoz.it
|
||||
pammik.ru
|
||||
pandarastore.top
|
||||
parlament.biz
|
||||
pattersonsweb.com
|
||||
pdns.download
|
||||
pflexads.com
|
||||
pijoto.net
|
||||
pinstake.com
|
||||
pirateday.ru
|
||||
porno-raskazy.ru
|
||||
pozdrawleniya.ru
|
||||
preparevideosafesystem4unow.space
|
||||
privhosting.com
|
||||
professionaldieselcare.com
|
||||
prointer.net.ua
|
||||
prombudpostach.com.ua
|
||||
prosmibank.ru
|
||||
pinkduck.ga
|
||||
plastjulgranar.se
|
||||
poem-paying.gq
|
||||
pogodnyyeavarii.gq
|
||||
pornonik.com
|
||||
predominant-invent.tk
|
||||
pregnant.guru
|
||||
privatbank46.ru
|
||||
proxyelite.biz
|
||||
pulseonclick.com
|
||||
pxhdwsm.com
|
||||
qualitymarketzone.com
|
||||
rainbowice.ru
|
||||
redirectingat.com
|
||||
rednise.com
|
||||
reyel1985.webnode.fr
|
||||
rezeptiblud.ru
|
||||
ribieiendom.no
|
||||
rn-to-bsn.com
|
||||
saneitconsulting.com
|
||||
scanner-don.top
|
||||
scanner-john.top
|
||||
seasonvar.ru
|
||||
seo-traffic-ranking.info
|
||||
sexspornotub.com
|
||||
push-ad.com
|
||||
pwwysydh.com
|
||||
rangjued.com
|
||||
rangoman.date
|
||||
rankings-analytics.com
|
||||
ranksignals.com
|
||||
rebelmouse.com
|
||||
reelheroes.net
|
||||
rent2spb.ru
|
||||
rentehno.ru
|
||||
rewardit.com
|
||||
rfid-locker.co
|
||||
rosbalt.com.ua
|
||||
runtnc.net
|
||||
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
|
||||
shop.xz618.com
|
||||
sideeffectsoftizanidine.blogspot.com
|
||||
skatestick.bid
|
||||
slonechka.ru
|
||||
snsdeainavi.info
|
||||
sobecjvuwa.com.ru
|
||||
soft-program.com
|
||||
sohoindia.net
|
||||
soietvousmaime.fr
|
||||
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
|
||||
silvermature.net
|
||||
skincrate.net
|
||||
slavkokacunko.de
|
||||
snyatie-lomki-v-stacionare.ru
|
||||
solitaire-game.ru
|
||||
soviet-portal.do.am
|
||||
stroilka.info
|
||||
strongsignal-a.akamaihd.net
|
||||
taraz.xkaz.org
|
||||
taximytishi.ru
|
||||
telsis.com
|
||||
tivolibasket.it
|
||||
tizanidinehcl4mgtabinfo.blogspot.com
|
||||
tongkatmadura.info
|
||||
toonfamilies.net
|
||||
top-study.work
|
||||
tpu.ru
|
||||
techart24.com
|
||||
telemetryverification.net
|
||||
timeallnews.ru
|
||||
tizanidinestreetvalue.blogspot.com
|
||||
tnaionline.org
|
||||
tracksz.co
|
||||
traffictrade.life
|
||||
trustedhealthtips.com
|
||||
try-rx.com
|
||||
tzritel.tk
|
||||
uamtrk.com
|
||||
unitexindia.com
|
||||
usbggettwku.ga
|
||||
validdomain.xyz
|
||||
vchulkax.com
|
||||
vip-dom.in
|
||||
vitoriacabos.com
|
||||
vonradio.com
|
||||
watchmyfb.pl
|
||||
webpromotion.ae
|
||||
webshoppermac.com
|
||||
tradedeals.biz
|
||||
trucri.me
|
||||
ttsq.fr
|
||||
turizm.bz
|
||||
urdoot.win
|
||||
varbergsvind.se
|
||||
vereo.eu
|
||||
vesnatehno.ru
|
||||
videochaty.ru
|
||||
vilingstore.net
|
||||
vip2ch.com
|
||||
vitanail.ru
|
||||
vladimir.xrus.org
|
||||
vostoktrade.info
|
||||
vzubah.com
|
||||
w3data.co
|
||||
webalan.ru
|
||||
webnode.me
|
||||
website-speed-up.site
|
||||
webtherapy.ru
|
||||
word-vorlagen.xyz
|
||||
wosik-dach.service-for-web.de
|
||||
wowas31.ucoz.ru
|
||||
ws.ampower.me
|
||||
x69ty.ru
|
||||
xgames-04.com
|
||||
xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai
|
||||
xn--80ak6aa92e.com
|
||||
xuki.us
|
||||
xvideosbay.com
|
||||
xxx-cam.webcam
|
||||
za-fun-offer.com
|
||||
zeroredirect11.com
|
||||
zeroredirect9.com
|
||||
znakomstva-moskva77.ru
|
||||
zrelaya.pw
|
||||
whipme.yopoint.in
|
||||
wholinkstome.com
|
||||
wildnatureimages.com
|
||||
wleuaprpxuvr.ga
|
||||
word-vorlagen.net
|
||||
www.event-tracking.com
|
||||
xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai
|
||||
xn----7sbifcamovvfggw9d.xn--p1ai
|
||||
xn--80aaagvmjabrs1aoc9luc.xn--p1ai
|
||||
xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
|
||||
xn----9sbebi2bvzr7h.xn--p1ai
|
||||
xn--h1aakne2ba.xn--p1ai
|
||||
xtube.com
|
||||
yeartwit.com
|
||||
zaimite.ru
|
||||
zeg-distribution.com
|
||||
zojirushi-products.ru
|
||||
zolotoy-lis.ru
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### 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 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)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### 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 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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
_______________
|
||||
#### 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 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)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# 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 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)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:37 SAST 2020
|
||||
### Version: V3.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:30 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:35 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:29 SAST 2020
|
||||
### Bad Referrer Count: 6837
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2020.12.2181
|
||||
### Updated: Wed Dec 2 02:03:38 SAST 2020
|
||||
### Version: V4.2020.12.2182
|
||||
### Updated: Wed Dec 2 10:26:31 SAST 2020
|
||||
### Bad Bot Count: 581
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue