mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
V4.2019.07.1738 [ci skip]
This commit is contained in:
parent
2d559b3842
commit
37131b4364
63 changed files with 1208 additions and 1172 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/myconf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/myconf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/myconf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/myconf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
35.193.7.13 0;
|
||||
35.192.85.2 0;
|
||||
35.188.1.99 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /usr/local/nginx/bots.d/ddos.conf;
|
||||
include /usr/local/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -45,6 +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
|
||||
35.188.1.99 0;
|
||||
35.192.85.2 0;
|
||||
35.202.145.110 0;
|
||||
35.193.7.13 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,13 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
35.188.1.99 0;
|
||||
35.184.226.236 0;
|
||||
35.202.145.110 0;
|
||||
104.154.120.187 0;
|
||||
35.184.96.71 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,10 @@ server {
|
|||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
|
|
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,13 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
404checker
|
||||
AfD-Verbotsverfahren
|
||||
Blackboard
|
||||
Likse
|
||||
Metauri
|
||||
RankurBot
|
||||
ReGet
|
||||
SEOlyticsCrawler
|
||||
trendiction.com
|
||||
WebLeacher
|
||||
Flunky
|
||||
Humanlinks
|
||||
IDBot
|
||||
Mail.RU_Bot
|
||||
Panscient
|
||||
Screaming
|
||||
Sqworm
|
||||
Wallpapers/3.0
|
||||
WebsiteQuester
|
||||
x09Mozilla
|
||||
|
|
|
@ -2,249 +2,249 @@
|
|||
404checker
|
||||
404enemy
|
||||
80legs
|
||||
ADmantX
|
||||
Aboundex
|
||||
Acunetix
|
||||
AhrefsBot
|
||||
AllSubmitter
|
||||
Alexibot
|
||||
AlphaBot
|
||||
Anarchie
|
||||
Apexoo
|
||||
ASPSeek
|
||||
Asterias
|
||||
archive.org_bot
|
||||
autoemailspider
|
||||
BackDoorBot
|
||||
Backlink-Ceck
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
BackWeb
|
||||
Bandit
|
||||
Barkrowler
|
||||
BatchFTP
|
||||
Badass
|
||||
BDCbot
|
||||
BDFetch
|
||||
Bitacle
|
||||
BetaBot
|
||||
Bigfoot
|
||||
Blackboard
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Brandwatch
|
||||
Blow
|
||||
Bolt
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
CazoodleBot
|
||||
CheeseBot
|
||||
CATExplorador
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Claritybot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Cogentbot
|
||||
Cosmos
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Copyscape
|
||||
Craftbot
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
Crescent
|
||||
CrunchBot
|
||||
CSHttp
|
||||
Curious
|
||||
Custo
|
||||
DBLBot
|
||||
Deusu
|
||||
Devil
|
||||
Digincore
|
||||
DIIbot
|
||||
Dirbuster
|
||||
Disco
|
||||
Dispatch
|
||||
DittoSpyder
|
||||
DomainAppender
|
||||
Dotbot
|
||||
DomainSigmaCrawler
|
||||
DSearch
|
||||
eCatch
|
||||
EasyDL
|
||||
Ecxi
|
||||
EirGrabber
|
||||
EMail Siphon
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
EyeNetIE
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FDM
|
||||
Fimap
|
||||
Foobot
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
Firefox/7.0
|
||||
Freeuploader
|
||||
Fyrebot
|
||||
FrontPage
|
||||
FyberSpider
|
||||
GalaxyBot
|
||||
Genieo
|
||||
Getintent
|
||||
GetRight
|
||||
GetWeb
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Gotit
|
||||
GermCrawler
|
||||
Go-Ahead-Got-It
|
||||
GoZilla
|
||||
Go!Zilla
|
||||
Grabber
|
||||
Grafula
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
Harvest
|
||||
Havij
|
||||
Heritrix
|
||||
Hloader
|
||||
HTMLparser
|
||||
HMView
|
||||
HTTP::Lite
|
||||
HTTrack
|
||||
HybridBot
|
||||
Iblog
|
||||
IDBot
|
||||
IlseBot
|
||||
Image Fetch
|
||||
Image Sucker
|
||||
IndeedBot
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
Intelliseek
|
||||
InterGET
|
||||
Internet Ninja
|
||||
InternetSeer
|
||||
ips-agent
|
||||
Iria
|
||||
JamesBOT
|
||||
JetCar
|
||||
Jetty
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
JikeSpider
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
JustView
|
||||
Kenjin Spider
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
Lftp
|
||||
Lightspeedsystems
|
||||
Likse
|
||||
LinkextractorPro
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
Lipperhey
|
||||
LinqiaScrapeBot
|
||||
Lipperhey Spider
|
||||
LNSpiderguy
|
||||
LWP::Simple
|
||||
Magnet
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
Masscan
|
||||
Meanpathbot
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
MegaIndex.ru
|
||||
Metauri
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
Mister PiX
|
||||
Mr.4x3
|
||||
MIDown tool
|
||||
MJ12bot
|
||||
Morfeus Fucking Scanner
|
||||
MSFrontPage
|
||||
MSIECrawler
|
||||
Msrabot
|
||||
MS Web Services Client Protocol
|
||||
Name Intelligence
|
||||
Nameprotect
|
||||
NearSite
|
||||
Navroad
|
||||
Needle
|
||||
NetAnts
|
||||
Netcraft
|
||||
NetLyzer
|
||||
NetMechanic
|
||||
Nettrack
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetZIP
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Nmap
|
||||
Nutch
|
||||
oBot
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
OnCrawl
|
||||
Octopus
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
OpenVAS
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
page scorer
|
||||
Pandalytics
|
||||
OrangeBot
|
||||
OrangeSpider
|
||||
PageScorer
|
||||
Panscient
|
||||
Picscout
|
||||
Pavuk
|
||||
PECL::HTTP
|
||||
PHPCrawl
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
Pixray
|
||||
plumanalytics
|
||||
Probethenet
|
||||
ProPowerBot
|
||||
Psbot
|
||||
POE-Component-Client-HTTP
|
||||
ProWebWalker
|
||||
Pump
|
||||
PxBroker
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
Reaper
|
||||
RankFlex
|
||||
RankingBot2
|
||||
RebelMouse
|
||||
Recorder
|
||||
RedesScrapy
|
||||
Ripper
|
||||
ReGet
|
||||
RocketCrawler
|
||||
s1z.ru
|
||||
SBIder
|
||||
scan.lol
|
||||
ScoutJet
|
||||
Scrapy
|
||||
Screaming
|
||||
ScreenerBot
|
||||
Searchestate
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOkicks
|
||||
SeoSiteCheckup
|
||||
SEOstats
|
||||
seoscanners
|
||||
serpstatbot
|
||||
Siphon
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
SiteExplorer
|
||||
SlySearch
|
||||
Snake
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
Sociscraper
|
||||
sogouspider
|
||||
Sogou web spider
|
||||
Sottopop
|
||||
SpankBot
|
||||
SpaceBison
|
||||
Spammen
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Spinn3r
|
||||
spyfu
|
||||
Sqlworm
|
||||
Stripper
|
||||
Sucker
|
||||
T8Abot
|
||||
SputnikBot
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
SurveyBot
|
||||
Suzuran
|
||||
Szukacz
|
||||
tAkeOut
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
The Intraformant
|
||||
Thumbor
|
||||
TightTwatBot
|
||||
Toweyabot
|
||||
Titan
|
||||
Toata
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
Turingos
|
||||
TurnitinBot
|
||||
trendiction.com
|
||||
TwengaBot
|
||||
Twice
|
||||
Typhoeus
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
Vagabondo
|
||||
VeriCiteCrawler
|
||||
Voil
|
||||
Voltron
|
||||
WebBandit
|
||||
VCI
|
||||
VoidEYE
|
||||
Webalta
|
||||
WebAuto
|
||||
Web Auto
|
||||
WebCollage
|
||||
Web Collage
|
||||
WebCopier
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
Web Fetch
|
||||
Web Fuck
|
||||
WebmasterWorldForumBot
|
||||
Web Pix
|
||||
WebGo IS
|
||||
WebImageCollector
|
||||
WebPix
|
||||
WebReaper
|
||||
Website Quester
|
||||
Webster
|
||||
WebStripper
|
||||
WebZIP
|
||||
WeSEE
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
Widow
|
||||
Woobot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Wprecon
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWWOFFLE
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
YoudaoBot
|
||||
Zade
|
||||
Zermelo
|
||||
ZmEu
|
||||
zauba.io
|
||||
zgrab
|
||||
ZumBot
|
||||
ZyBorg
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
80legs
|
||||
360Spider
|
||||
404checker
|
||||
Abonti
|
||||
Aboundex
|
||||
Aboundexbot
|
||||
Acunetix
|
||||
ADmantX
|
||||
AfD-Verbotsverfahren
|
||||
AIBOT
|
||||
Alligator
|
||||
AllSubmitter
|
||||
Anarchie
|
||||
archive.org_bot
|
||||
Asterias
|
||||
Attach
|
||||
Alexibot
|
||||
BackDoorBot
|
||||
Backlink-Ceck
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
Barkrowler
|
||||
BackStreet
|
||||
BackWeb
|
||||
Bandit
|
||||
BatchFTP
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDCbot
|
||||
Bigfoot
|
||||
Blackboard
|
||||
Blow
|
||||
BlowFish
|
||||
Boardreader
|
||||
Bolt
|
||||
BotALot
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
CazoodleBot
|
||||
Bullseye
|
||||
BuzzSumo
|
||||
Calculon
|
||||
CATExplorador
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Claritybot
|
||||
coccocbot-web
|
||||
cognitiveseo
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Copyscape
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
DataCha0s
|
||||
DBLBot
|
||||
CrazyWebCrawler
|
||||
Curious
|
||||
demandbase-bot
|
||||
Demon
|
||||
Deusu
|
||||
Devil
|
||||
DigitalPebble
|
||||
Digincore
|
||||
Dirbuster
|
||||
Disco
|
||||
Discobot
|
||||
Discoverybot
|
||||
Dispatch
|
||||
DittoSpyder
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
DomainStatsBot
|
||||
Dragonfly
|
||||
DTS Agent
|
||||
Ecxi
|
||||
EirGrabber
|
||||
Drip
|
||||
EasyDL
|
||||
Ebingbong
|
||||
EMail Wolf
|
||||
EroCrawler
|
||||
Express WebPictures
|
||||
evc-batch
|
||||
ExtLinksBot
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
Flunky
|
||||
FrontPage
|
||||
Freeuploader
|
||||
FyberSpider
|
||||
GalaxyBot
|
||||
Genieo
|
||||
GermCrawler
|
||||
Gigablast
|
||||
Go-Ahead-Got-It
|
||||
Gotit
|
||||
GoZilla
|
||||
Fyrebot
|
||||
G-i-g-a-b-o-t
|
||||
Go!Zilla
|
||||
GridBot
|
||||
Harvest
|
||||
HMView
|
||||
HTMLparser
|
||||
Humanlinks
|
||||
Grafula
|
||||
Havij
|
||||
Hloader
|
||||
HTTrack
|
||||
Iblog
|
||||
IDBot
|
||||
IlseBot
|
||||
Id-search
|
||||
Image Sucker
|
||||
Indy Library
|
||||
InfoNaviRobot
|
||||
IndeedBot
|
||||
InterGET
|
||||
Internet Ninja
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
IRLbot
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
JetCar
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Jorgee
|
||||
JustView
|
||||
Kenjin Spider
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
LibWeb
|
||||
Libwhisker
|
||||
Likse
|
||||
LinkextractorPro
|
||||
LinkpadBot
|
||||
LinkScan
|
||||
LinksManager
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
LinqiaScrapeBot
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
Ltx71
|
||||
Magnet
|
||||
Litemage_walker
|
||||
LWP::Simple
|
||||
lwp-trivial
|
||||
magpie-crawler
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
Mata Hari
|
||||
Meanpathbot
|
||||
MarkWatch
|
||||
Mass Downloader
|
||||
MauiBot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
MegaIndex.ru
|
||||
Metauri
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIIxpc
|
||||
Mojeek
|
||||
Mr.4x3
|
||||
MSFrontPage
|
||||
MJ12bot
|
||||
Morfeus Fucking Scanner
|
||||
MSIECrawler
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Name Intelligence
|
||||
Nameprotect
|
||||
Navroad
|
||||
NearSite
|
||||
Needle
|
||||
Nessus
|
||||
Netcraft
|
||||
NetMechanic
|
||||
NetSpider
|
||||
Nettrack
|
||||
Net Vampire
|
||||
NetZIP
|
||||
Nimbostratus
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Ninja
|
||||
NPbot
|
||||
Nmap
|
||||
Nutch
|
||||
oBot
|
||||
Offline Explorer
|
||||
OpenLinkProfiler
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
Offline Navigator
|
||||
Openfind
|
||||
Openvas
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
PageAnalyzer
|
||||
PageScorer
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
page scorer
|
||||
Pandalytics
|
||||
pcBrowser
|
||||
PHPCrawl
|
||||
Pi-Monster
|
||||
Pavuk
|
||||
PeoplePal
|
||||
Picsearch
|
||||
Pixray
|
||||
PleaseCrawl
|
||||
Pockey
|
||||
POE-Component-Client-HTTP
|
||||
Probethenet
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Psbot
|
||||
Pump
|
||||
PyCurl
|
||||
QueryN Metasearch
|
||||
RankActiveLinkBot
|
||||
RankingBot
|
||||
RankurBot
|
||||
RealDownload
|
||||
RedesScrapy
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
Reaper
|
||||
Recorder
|
||||
RepoMonkey
|
||||
Ripper
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
SBIder
|
||||
s1z.ru
|
||||
ScanAlert
|
||||
Scanbot
|
||||
Scrapy
|
||||
Semrush
|
||||
SemrushBot
|
||||
Searchestate
|
||||
SEOkicks
|
||||
SEOkicks-Robot
|
||||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SeoSiteCheckup
|
||||
serpstatbot
|
||||
Shodan
|
||||
SiteExplorer
|
||||
Siphon
|
||||
SISTRIX
|
||||
Siteimprove
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
Sitevigil
|
||||
SlySearch
|
||||
SmartDownload
|
||||
SMTBot
|
||||
Snake
|
||||
Snapbot
|
||||
Sociscraper
|
||||
sogouspider
|
||||
Sosospider
|
||||
Sogou web spider
|
||||
Sottopop
|
||||
Spammen
|
||||
sp_auditbot
|
||||
Spinn3r
|
||||
Spanner
|
||||
spyfu
|
||||
Sqworm
|
||||
Steeler
|
||||
Surfbot
|
||||
Swiftbot
|
||||
sysscan
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
Telesoft
|
||||
Telesphorep
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
SurveyBot
|
||||
Suzuran
|
||||
Teleport
|
||||
The Intraformant
|
||||
TheNomad
|
||||
Thumbor
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toata
|
||||
Toweyabot
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
trendiction.com
|
||||
trendiction.de
|
||||
Turingos
|
||||
Twice
|
||||
Typhoeus
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
UnisterBot
|
||||
Upflow
|
||||
VB Project
|
||||
Voil
|
||||
Wallpapers/3.0
|
||||
WASALive-Bot
|
||||
WebAuto
|
||||
Web Auto
|
||||
WebBandit
|
||||
WebCollage
|
||||
URLy Warning
|
||||
Vagabondo
|
||||
Virusdie
|
||||
WallpapersHD
|
||||
Webalta
|
||||
Web Collage
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
WebFetch
|
||||
WebImageCollector
|
||||
WebLeacher
|
||||
WebmasterWorldForumBot
|
||||
Web Pix
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
WebSauger
|
||||
Webshag
|
||||
Web Sauger
|
||||
WebsiteExtractor
|
||||
Webster
|
||||
WebSucker
|
||||
Web Sucker
|
||||
WebZIP
|
||||
WeSEE
|
||||
Whacker
|
||||
Who.is Bot
|
||||
Widow
|
||||
WebStripper
|
||||
WebWhacker
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Woobot
|
||||
WWW::Mechanize
|
||||
WWWOFFLE
|
||||
x22Mozilla
|
||||
Xaldon_WebSpider
|
||||
YoudaoBot
|
||||
Zade
|
||||
Xaldon WebSpider
|
||||
xpymep1.exe
|
||||
zauba.io
|
||||
Zermelo
|
||||
zgrab
|
||||
Zeus
|
||||
ZyBorg
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
dmmspy.com
|
||||
eorogo.top
|
||||
girlporn.ru
|
||||
kino-rating.ru
|
||||
m5home.ru
|
||||
printdirectforless.com
|
||||
sudexpert66.ru
|
||||
thetoiletpaper.com
|
||||
tubo360.com
|
||||
typer.one
|
||||
adloads.com
|
||||
betterhdporn.com
|
||||
cityadspix.com
|
||||
erotiktreff24.info
|
||||
jbl-charge.info
|
||||
life.biz.ua
|
||||
monsterdivx.tv
|
||||
site-auditor.online
|
||||
styro.ru
|
||||
xn----itbkqkfiq.xn--p1ai
|
||||
|
|
|
@ -1,500 +1,500 @@
|
|||
12bet.com
|
||||
12u.info
|
||||
2nt.ru
|
||||
3th.co.in
|
||||
3xforum.ro
|
||||
51.la
|
||||
6128786.com
|
||||
83net.jp
|
||||
9med.net
|
||||
aa8780bb28a1de4eb5bff33c28a218a930.com
|
||||
aa8b68101d388c446389283820863176e7.com
|
||||
abclauncher.com
|
||||
absugars.com
|
||||
abwa.tk
|
||||
adclickservice.com
|
||||
admanaerofoil.com
|
||||
adprotect.net
|
||||
00webcams.com
|
||||
1000n1.ru
|
||||
123movies.love
|
||||
1-99seo.com
|
||||
1qingdao.com
|
||||
2drittel.de
|
||||
2itech.ru
|
||||
3-letter-domains.net
|
||||
45en.ru
|
||||
4kpics.rocks
|
||||
777-club.ru
|
||||
7wind.ru
|
||||
91abcw.com
|
||||
a14download.com
|
||||
aa08daf7e13b6345e09e92f771507fa5f4.com
|
||||
abcguru.xyz
|
||||
absolutelyanalog.com
|
||||
abtasty.com
|
||||
addblueoff.com.ua
|
||||
ads.gold
|
||||
adultfullhd.com
|
||||
adultwebhosting.info
|
||||
advancedmassagebysara.com
|
||||
advocatemsk.ru
|
||||
advokateg.xyz
|
||||
agapovdg.ru
|
||||
air-edem.ru
|
||||
alert-fjg.xyz
|
||||
adsland.men
|
||||
adultfriendfinder.com
|
||||
affiliate-fr.com
|
||||
a.frcls.fr
|
||||
aihelen.net
|
||||
alevinefesleri.com
|
||||
alienwheels.de
|
||||
allbizne.co.ua
|
||||
allpdfmags.net
|
||||
allsilver925.co.il
|
||||
amateurgalls.com
|
||||
amateurmatch.com
|
||||
amehdaily.com
|
||||
amospalla.es
|
||||
amt-k.ru
|
||||
angel1777.kz
|
||||
animal-drawings.com
|
||||
anjalika.co.in
|
||||
alkoravto.ru
|
||||
alphacarolinas.com
|
||||
alpinism.ru
|
||||
amazon-adsystem.com
|
||||
ampower.me
|
||||
amyfoxfitness.com
|
||||
android-style.com
|
||||
angry-fermi-7633.arukascloud.io
|
||||
apartment.ru
|
||||
apibetweenlinesn-a.akamaihd.net
|
||||
apiportalmorecom-a.akamaihd.net
|
||||
api.stathat.com
|
||||
apiwebwebgetcom-a.akamaihd.net
|
||||
appleid-verification.com
|
||||
arendovalka.xyz
|
||||
arvut.org
|
||||
asrvvv-a.akamaihd.net
|
||||
atley.eu.pn
|
||||
atofilms.com
|
||||
audiofree.ru
|
||||
apiitsthirteende-a.akamaihd.net
|
||||
apilinkswiftco-a.akamaihd.net
|
||||
applyneedy.xyz
|
||||
apptester.tk
|
||||
arabsexxxtube.com
|
||||
arius.tech
|
||||
arquapetrarca.info
|
||||
atlant-auto.info
|
||||
autobrennero.it
|
||||
azbuka-mo.ru
|
||||
babieca.com
|
||||
bankcrediti.ru
|
||||
bankiem.pl
|
||||
autoua.top
|
||||
ayerbo.xhost.ro
|
||||
azartniy-bonus.com
|
||||
azbaseimages.net
|
||||
azte.ch
|
||||
backgroundpictures.net
|
||||
baersaratov.ru
|
||||
bagsonsale.online
|
||||
balkanfarma.org
|
||||
bambi.ck.ua
|
||||
bangla-chat-uk-paralud.ga
|
||||
bank.uz
|
||||
bashtime.ru
|
||||
battleforupdating.site
|
||||
bear.gotcher.us
|
||||
bedandbreakfast.com
|
||||
bestofpicture.com
|
||||
best-seo-software.xyz
|
||||
best-seo-solution.com
|
||||
bestsexyblog.com
|
||||
bbtec.net
|
||||
bcmp.org
|
||||
beetpics.pw
|
||||
bestofupload.info
|
||||
bestpriceninja.com
|
||||
bestwebsitesawards.com
|
||||
beta.hotkeys.com
|
||||
bezsporno.ru
|
||||
bidbuy.co.kr
|
||||
bigames.online
|
||||
biglistofwebsites.com
|
||||
bioinnovate.co
|
||||
biketank.ga
|
||||
bikini-image.com
|
||||
bimatoprost-careprost.com.ua
|
||||
bioscorp.ru
|
||||
biznesluxe.ru
|
||||
biznesrealnost.ru
|
||||
bjetjt.com
|
||||
bkgr.se
|
||||
blacktwhite.com
|
||||
bloke.com
|
||||
bluejays-jerseys.us
|
||||
bmwhighperformers.com
|
||||
brainxs.us
|
||||
brakehawk.com
|
||||
brateg.xyz
|
||||
break-the-chains.com
|
||||
breget74.ru
|
||||
blobar.org
|
||||
blog.remote-computer.de
|
||||
bonky.biz
|
||||
boo-arts.com
|
||||
bookmark4you.com.biz
|
||||
brainboostingsupplements.org
|
||||
brg8.com
|
||||
bronzeaid-a.akamaihd.net
|
||||
brothers-smaller.ru
|
||||
budilneg.xyz
|
||||
buqayy0.livejournal.com
|
||||
butstrap.space
|
||||
burn-fat.ga
|
||||
buy-cheap-pills-order-online.com
|
||||
buyessay3.blogspot.ru
|
||||
buyessayonline19.blogspot.ru
|
||||
buy-forum.ru
|
||||
buypanicdisorderpill.com
|
||||
buyparajumpers.online
|
||||
buypillsorderonline.com
|
||||
canrioloadm.gq
|
||||
cartierbracelet.xyz
|
||||
celejihad.info
|
||||
buyviagraa.blogspot.com
|
||||
byme.se
|
||||
cakemediahq.com.au
|
||||
candytiner.com
|
||||
canzoni.ru
|
||||
carsplate.com
|
||||
catalogs-parts.com
|
||||
cbox.ws
|
||||
cdncash.com
|
||||
cdncash.org
|
||||
cejewelry.xyz
|
||||
ceotrk.com
|
||||
cercacamion.it
|
||||
c-gainsbourg.com
|
||||
chatroulette.si
|
||||
cherrypointplace.ca
|
||||
chinaelitecheapjerseys.com
|
||||
choice-credit.ru
|
||||
choosecuisine.com
|
||||
christianlouboutinshoes.xyz
|
||||
cialiswithoutadoctor.net
|
||||
cicaki.net
|
||||
cheapestjerseysonwholesale.com
|
||||
cheap-trusted-backlinks.com
|
||||
chee-by.biz
|
||||
chinajerseyswholesalecoupons.com
|
||||
christianlouboutinreplica.pw
|
||||
cienum.fr
|
||||
cineacademy.ru
|
||||
cinemaenergy-hd.ru
|
||||
cinemaflix.website
|
||||
cleanmypc.com
|
||||
clickcash.com
|
||||
cocyq.inwtrade.com
|
||||
coindirect.io
|
||||
collegeessay19.blogspot.ru
|
||||
community.allhiphop.com
|
||||
compliance-alexa.xyz
|
||||
compliance-brian.xyz
|
||||
compliance-elena.top
|
||||
compliance-josh.top
|
||||
conboy.us
|
||||
connectionstrenth.com
|
||||
coolyarddecorations.com
|
||||
coprofam.org
|
||||
counciltally.com
|
||||
counter.yadro.ru
|
||||
creditmoney.com.ua
|
||||
custom-electric-guitar.com
|
||||
czeshop.info
|
||||
dailystrength.org
|
||||
damasarenai.info
|
||||
danceuniverse.ru
|
||||
daretodonate.co
|
||||
dawlenie.com
|
||||
ddsoldes.fr
|
||||
colobit.biz
|
||||
comeondog.info
|
||||
communisave.co.za
|
||||
compliance-checker.info
|
||||
compliance-irvin.top
|
||||
compliance-julianna.top
|
||||
compliance-julia.top
|
||||
cordstrap.cc
|
||||
cornomase.win
|
||||
daooda.com
|
||||
dcj-nn.ru
|
||||
decoratinghomes.ga
|
||||
delfin-aqua.com.ua
|
||||
dellalimov.com
|
||||
design-ideas.info
|
||||
destinationrealestate.com
|
||||
detskie-konstruktory.ru
|
||||
detsky-nabytek.info
|
||||
diffbot.com
|
||||
discovertreasure-a.akamaihd.net
|
||||
divatraffic.com
|
||||
dev-seo.blog
|
||||
dikqlyremy.info
|
||||
discovertreasurenow.com
|
||||
djstools.com
|
||||
dnepropetrovsk.mistr-x.org
|
||||
dogbreedspicture.net
|
||||
domaincheck.io
|
||||
doska-vsem.ru
|
||||
dostavka-v-ukrainu.ru
|
||||
download-of-the-warez.blogspot.com
|
||||
download-wallpaper.net
|
||||
doyouknowtheword-flummox.ml
|
||||
dprtb.com
|
||||
drugs-no-rx.info
|
||||
dtm-spain.com
|
||||
dustyorate.com
|
||||
eas-seo.com
|
||||
easyshoppermac.com
|
||||
ec-file.info
|
||||
e-commerce-seo.com
|
||||
education-cz.ru
|
||||
ekspertmed.com
|
||||
elektrischezigarettekaufen2.cowblog.fr
|
||||
elektronischezigarette2.mex.tl
|
||||
elkacentr.ru
|
||||
eluxer.net
|
||||
energydiet24.ru
|
||||
energy-ua.com
|
||||
enge-fotzen.info
|
||||
eralph.tk
|
||||
essay-writing.work
|
||||
eupornstar.info
|
||||
exct.net
|
||||
exoclick.com
|
||||
eyessurgery.ru
|
||||
ezigaretteshop2.vefblog.net
|
||||
ezrvrentals.com
|
||||
f0815.de
|
||||
fakehandbags.xyz
|
||||
fatfasts-4tmz.com
|
||||
fenoyl.batcave.net
|
||||
fickkontaktehobbyhuren.com
|
||||
fillmewithhappiness.com
|
||||
finemanteam.com
|
||||
f-loaded.de
|
||||
floridamobilebillboards.com
|
||||
foxydeal.com
|
||||
fr-bearings.ru
|
||||
free411games.com
|
||||
freemaintenancesysforpcandmac.top
|
||||
fsalas.com
|
||||
fuel-gas.com
|
||||
funtoonez.com
|
||||
fz139.ttk.ru
|
||||
galaxys6manual.info
|
||||
games.kolossale.ru
|
||||
garciniaxt.us
|
||||
gay-file.com
|
||||
gaygalls.net
|
||||
gigablast.com
|
||||
glogow.pl
|
||||
goodhumor24.com
|
||||
gowreckdiving.com
|
||||
gsasearchenginerankerhelp.com
|
||||
guarrasdelporno.xxx
|
||||
guitar-master.org
|
||||
hao123.com
|
||||
hard-porn.mobi
|
||||
hayate.biz
|
||||
hcate.com
|
||||
healgastro.com
|
||||
heartofbeijing.blogspot.com
|
||||
hesteel.pl
|
||||
himazin.info
|
||||
himgaws.pw
|
||||
historichometeam.com
|
||||
homeandhealth.ru
|
||||
homedo.fabpage.com
|
||||
hoste.octopis.com
|
||||
hotkeys.com
|
||||
houston-vikings.com
|
||||
howtoclean.club
|
||||
hvd-store.com
|
||||
iamsport.org
|
||||
ideoworld.org
|
||||
ikritikimou.gr
|
||||
docstoc.com
|
||||
doctormakarova.ru
|
||||
documentbase.net
|
||||
dominateforex.ml
|
||||
downloadeer.net
|
||||
dptaughtme.com
|
||||
drpornogratisx.xxx
|
||||
dtnlyss.com
|
||||
dwomlink.info
|
||||
ecxtracking.com
|
||||
efnor-ac.com
|
||||
ekaterinburg.xrus.org
|
||||
ekto.ee
|
||||
elektrischezigarette1.blog.pl
|
||||
elektrischezigarette1.onsugar.com
|
||||
elektrozigaretten1.postbit.com
|
||||
emediate.eu
|
||||
empathica.com
|
||||
engines-usa.com
|
||||
escortplius.com
|
||||
esfchat.tk
|
||||
euromasterclass.ru
|
||||
extremez.net
|
||||
fearcrow.com
|
||||
filmetricsasia.com
|
||||
filmgo.ru
|
||||
filunika.com.ru
|
||||
findacheaplawyers.com
|
||||
firstsiteguide.com
|
||||
fiuxy.com
|
||||
flex4launch.ru
|
||||
floating-share-buttons.com
|
||||
flowwwers.com
|
||||
fortevidyoze.net
|
||||
foxinsocks.ru
|
||||
franecki.net
|
||||
freshberry.com.ua
|
||||
ftns.ru
|
||||
fun2cell.net
|
||||
fungirlsgames.net
|
||||
fun-mobi.pl
|
||||
funnymama.com
|
||||
fxgallery.com
|
||||
gearsadspromo.club
|
||||
generalporn.org
|
||||
germetiki.com.ua
|
||||
get-free-social-traffic.com
|
||||
ghernnqr.skyrock.com
|
||||
girlgamerdaily.com
|
||||
golfresa.lucania.se
|
||||
good-mummy.ru
|
||||
gpms.org.my
|
||||
gq-catalog.gq
|
||||
green-tea.tv
|
||||
gsasearchengineranker.pw
|
||||
guardlink.com
|
||||
hahashka.ru
|
||||
havepussy.com
|
||||
hawaiisurf.com
|
||||
hdpixion.com
|
||||
healthcarestore.info
|
||||
help.tpu.ru
|
||||
hentaiheroes.com
|
||||
highstairs-a.akamaihd.net
|
||||
hkdiiohi.skyrock.com
|
||||
hledejvshopech.cz
|
||||
hobbyhuren24.net
|
||||
hobbyhuren-datenbank.com
|
||||
hollywoodactress.info
|
||||
hop.clickbank.net
|
||||
host-protection.com
|
||||
hostsshop.ru
|
||||
howopen.ru
|
||||
howtowhitenteethfast.xyz
|
||||
hully.altervista.org
|
||||
humanorightswatch.org
|
||||
id-forex.com
|
||||
ie.57883.net
|
||||
ilte.info
|
||||
imadedinner.net
|
||||
imagefinder.site
|
||||
imagerydatabase.com
|
||||
imguramx.pw
|
||||
incest-ru.com
|
||||
indo-export.ru
|
||||
inome.com.ua
|
||||
intellego.info
|
||||
interesnie-faktu.ru
|
||||
internet-apteka.ru
|
||||
intim-uslugi.info
|
||||
ipchicken.com
|
||||
iqoption.pro
|
||||
irkutsk.online-podarki.com
|
||||
i-service.kz
|
||||
images-free.net
|
||||
imgarcade.com
|
||||
inet-traffic.com
|
||||
insider.pro
|
||||
interfucks.net
|
||||
internetproviderstucson.com
|
||||
intimshop-fantasy.ru
|
||||
iscblog.info
|
||||
isistaylorporn.info
|
||||
isotoner.com
|
||||
isoveti.ru
|
||||
itsdp3.com
|
||||
izoll.ru
|
||||
javxxx18.com
|
||||
jerseychinabizwholesale.us
|
||||
journeydownthescale.info
|
||||
kabbalah-red-bracelets.com
|
||||
kazka.ru
|
||||
kino2018.club
|
||||
kinosed.net
|
||||
istanbulit.com
|
||||
jose.mulinohouse.co
|
||||
justdating.online
|
||||
kaidalibor.de
|
||||
karadene.com
|
||||
kareliatobacco.ru
|
||||
katushka.net
|
||||
kchaxton.com
|
||||
kerch.site
|
||||
kinocccp.net
|
||||
kinoflux.net
|
||||
kit-opt.ru
|
||||
kiwe-analytics.com
|
||||
klejonka.info
|
||||
klitimg.pw
|
||||
kochanelli.com
|
||||
krasnodar-avtolombards.ru
|
||||
ktotut.net
|
||||
labelwater.se
|
||||
landreferat.ru
|
||||
larger.io
|
||||
konkursov.net
|
||||
krafte.ru
|
||||
laapp.com
|
||||
labplus.ru
|
||||
laexotic.com
|
||||
lanadelreyfans.us
|
||||
landscaping.center
|
||||
laptoper.net
|
||||
larchik.net
|
||||
law-check-nine.xyz
|
||||
lego4x4.ru
|
||||
lezbiyanki.net
|
||||
lflash.ru
|
||||
liky.co.ua
|
||||
live-cam6.info
|
||||
lkbennettstore.online
|
||||
locatellicorretor.com.br
|
||||
lostaruban.com
|
||||
low-format.ru
|
||||
lyrics.home-task.com
|
||||
macfix.life
|
||||
letsart.ru
|
||||
li-er.ru
|
||||
littleberry.ru
|
||||
littlecity.ch
|
||||
liveu.infoteka.hu
|
||||
localmatchbook.com
|
||||
locationdesaison.com
|
||||
lockerz.com
|
||||
locksmith.jp
|
||||
lovelycraftyhome.com
|
||||
lovi-moment.com.ua
|
||||
luxup.ru
|
||||
macdamaged.space
|
||||
mackeeper-center.club
|
||||
macnewtech.com
|
||||
mainlinehobby.net
|
||||
makis.nu
|
||||
makedo.ru
|
||||
manipulyator-peterburg.ru
|
||||
mantramusic.ru
|
||||
marktforschung-stuttgart.com
|
||||
mebel-alait.ru
|
||||
meetingrainstorm.bid
|
||||
megaapteka.ru
|
||||
megahdporno.net
|
||||
metascephe.com
|
||||
mex-annushka.ru
|
||||
mexicotravelnet.com
|
||||
michaelkorssaleoutletonline.net
|
||||
minharevisao.com
|
||||
miniature.io
|
||||
manualterap.roleforum.ru
|
||||
map028.com
|
||||
mapquestz.us
|
||||
marcowebonyodziezowe.pl
|
||||
markjaybeefractal.com
|
||||
matb3aa.com
|
||||
max-eclat.men
|
||||
m.b00kmarks.com
|
||||
medizinreisen.de
|
||||
medtherapy.ru
|
||||
meendo-free-traffic.ga
|
||||
me-ke.com
|
||||
mikrobiologies.ru
|
||||
miniads.ca
|
||||
mirmedinfo.ru
|
||||
missclub.info
|
||||
mistr-x.org
|
||||
mjchamonix.org
|
||||
mobilemedia.md
|
||||
moneyviking-a.akamaihd.net
|
||||
moskva.nodup.ru
|
||||
mwtpludn.review
|
||||
my-bc.ru
|
||||
mydownloadengine.com
|
||||
mygameplus.ru
|
||||
monsterdivx.tv
|
||||
moscow.online-podarki.com
|
||||
moscow-region.ru
|
||||
mustat.com
|
||||
mybinaryoptionsrobot.com
|
||||
mymercy.info
|
||||
myseoconsultant.com
|
||||
myshopmatemac.com
|
||||
nakozhe.com
|
||||
nero-us.com
|
||||
nerudlogistik.ru
|
||||
netcheckcdn.xyz
|
||||
netvouz.com
|
||||
njkmznnb.ru
|
||||
nl.netlog.com
|
||||
nofreezingmac.click
|
||||
nofreezingmac.work
|
||||
netpics.org
|
||||
networkcheck.xyz
|
||||
newstraveller.ru
|
||||
nippon-bearings.ru
|
||||
nmrk.ru
|
||||
november-lax.com
|
||||
nvformula.ru
|
||||
oballergiya.ru
|
||||
obsessionphrases.com
|
||||
oconto.ru
|
||||
odywpjtw.bloger.index.hr
|
||||
offergroup.info
|
||||
offside2.5v.pl
|
||||
okuos.com
|
||||
o-dachnik.ru
|
||||
of-ireland.info
|
||||
okayimage.com
|
||||
okmedia.sk
|
||||
okout.ru
|
||||
olgacvetmet.com
|
||||
onclickpredictiv.com
|
||||
one-gear.com
|
||||
online247.ml
|
||||
ons-add.men
|
||||
ontargetseo.us
|
||||
ooo-gotovie.ru
|
||||
optibuymac.com
|
||||
orenburg-gsm.ru
|
||||
orhonit.com
|
||||
ossmalta.com
|
||||
ostrovtaxi.ru
|
||||
paleohub.info
|
||||
parajumpersjakkesalgnorge.info
|
||||
parfusale.se
|
||||
partner-high.men
|
||||
pay2me.pl
|
||||
percin.biz.ly
|
||||
perfection-pleasure.ru
|
||||
physfunc.ru
|
||||
picscout.com
|
||||
picture-group.com
|
||||
pigrafix.at
|
||||
pixelrz.com
|
||||
plastweb.ru
|
||||
plusnetwork.com
|
||||
pobeiranie.pl
|
||||
poiskzakona.ru
|
||||
popander.mobi
|
||||
onemactrckr.com
|
||||
online-sbank.ru
|
||||
onlineslotmaschine.com
|
||||
onload.pw
|
||||
ops.picscout.com
|
||||
orion-v.com
|
||||
oxford-book.com.ua
|
||||
panamaforbeginners.com
|
||||
papasdelivery.ru
|
||||
pcads.ru
|
||||
pc-services.ru
|
||||
pearlisland.ru
|
||||
pensplan.com
|
||||
picphotos.net
|
||||
picsforkeywordsuggestion.com
|
||||
pijoto.net
|
||||
pinwallpaper.xyz
|
||||
pisanieprac.info
|
||||
pix-hd.com
|
||||
pizdeishn.com
|
||||
pk-pomosch.ru
|
||||
plastjulgranar.se
|
||||
playfortuna-play.ru
|
||||
play-movie.pl
|
||||
pliks.pl
|
||||
poem-paying.gq
|
||||
poems.com.ua
|
||||
polimga.pw
|
||||
porngalleries.top
|
||||
pornofiljmi.com
|
||||
pornogratisdiario.com
|
||||
pornozhara.com
|
||||
porn-w.org
|
||||
pospr.waw.pl
|
||||
pozvonim.com
|
||||
privatbank46.ru
|
||||
prizefestival.mobi
|
||||
prizestohandle.club
|
||||
proekt-mos.ru
|
||||
prostitutki-tolyatti.org
|
||||
pufip.com
|
||||
puserving.com
|
||||
putitin.me
|
||||
quebec-bin.com
|
||||
quickcashlimited.com
|
||||
ranksonic.com
|
||||
razamicroelectronics.com
|
||||
redbottomheels.xyz
|
||||
refads.pro
|
||||
pornoplen.com
|
||||
pornotubs.com
|
||||
pozdrawleniya.ru
|
||||
preventheadacheguide.info
|
||||
prod2016.com
|
||||
progonrumarket.ru
|
||||
projectforte.ru
|
||||
pronorm.fr
|
||||
pro-poly.ru
|
||||
pst2017.onlinewebshop.net
|
||||
pts163.ru
|
||||
quelle.ru
|
||||
questionmarque.ch
|
||||
quick-offer.com
|
||||
ranksignals.com
|
||||
ranksonic.info
|
||||
ranksonic.org
|
||||
realmonte.net
|
||||
redhotfreebies.co.uk
|
||||
redirectme.net
|
||||
remedyotc.com
|
||||
renecaovilla.online
|
||||
renewablewealth.com
|
||||
richinvestmonitor.com
|
||||
ring4rhino.com
|
||||
rixpix.ru
|
||||
rubanners.com
|
||||
rubbed.us
|
||||
sajatvelemeny.com
|
||||
sakhboard.ru
|
||||
salmonfishingsacramentoriver.com
|
||||
samara.rosfirm.ru
|
||||
santechnik.jimdo.com
|
||||
sawin.beth.webd.pl
|
||||
sbetodiodnye-lampy.ru
|
||||
scanner-jane.top
|
||||
scanner-julia.top
|
||||
search.alot.com
|
||||
searchinquire.com
|
||||
seofied.com
|
||||
seojokes.net
|
||||
seo-platform.com
|
||||
seo-tools-optimizing.com
|
||||
service.adtech.fr
|
||||
sexcamamateurchat.com
|
||||
sexgalleries.top
|
||||
sexiporno.net
|
||||
sexkrasivo.net
|
||||
sexs-foto.com
|
||||
sex-tracker.de
|
||||
sexyali.com
|
||||
sfd-chess.ru
|
||||
shakhtar-doneck.ru
|
||||
sharebutton.org
|
||||
share-buttons-for-free.com
|
||||
silverage.ru
|
||||
simple-share-buttons.com
|
||||
sitebeam.net
|
||||
skanninge.se
|
||||
skutecznetabletkinaporostwlosow.pl
|
||||
sluganarodu.ru
|
||||
sobecjvuwa.com.ru
|
||||
socas.pluto.ro
|
||||
soda.media
|
||||
softlinesolutions.me
|
||||
solution4u.com
|
||||
sonata-arctica.wz.cz
|
||||
space4updating.win
|
||||
spravka-medosmotr.ru
|
||||
spylog.com
|
||||
sribno.net
|
||||
statoutlook.info
|
||||
stop-gepatit.te.ua
|
||||
strongsignal-a.akamaihd.net
|
||||
surcentro.com
|
||||
surfbuyermac.com
|
||||
suture.co
|
||||
swinger-mobil.net
|
||||
tanieaukcje.com.pl
|
||||
tattomedia.com
|
||||
tedxrj.com
|
||||
telemetryverification.net
|
||||
theautoprofit.ml
|
||||
thefds.net
|
||||
thegameriders.com
|
||||
thenews-today.info
|
||||
thepokertimer.com
|
||||
timeallnews.ru
|
||||
rosbalt.com.ua
|
||||
rossanasaavedra.net
|
||||
rukino.org
|
||||
sabizonline.com
|
||||
sad-torg.com.ua
|
||||
samo-soznanie.ru
|
||||
saneyes.com
|
||||
santasgift.ml
|
||||
sardinie.us
|
||||
sbdl.no
|
||||
scanner-fred.top
|
||||
scanner-walter.top
|
||||
scansafe.net
|
||||
scmor.ilxc.cc
|
||||
sdelai-prosto.ru
|
||||
searchimage.co
|
||||
searchkut.com
|
||||
senger.atspace.co.uk
|
||||
serpstat.com
|
||||
sex.hotblog.top
|
||||
sexkontakte-seite.com
|
||||
sexphoto.site
|
||||
sexvideo-sex.com
|
||||
sexystrippe.info
|
||||
sharpchallenge.com
|
||||
shitmovs.com
|
||||
shodanhq.com
|
||||
shopcheermakeup.info
|
||||
shopsellcardsdumps.com
|
||||
sibtest.ru
|
||||
simple-image.com.ua
|
||||
skytraf.xyz
|
||||
sledstvie-veli.net
|
||||
smstraf.ru
|
||||
snegozaderzhatel.ru
|
||||
snjack.info
|
||||
socialbuttons.xyz
|
||||
socialmadesimple.com
|
||||
social-search.me
|
||||
solnplast.ru
|
||||
spaceshipad.com
|
||||
sportbetfair.com
|
||||
stanthonyscatholicchurch.org
|
||||
startufa.ru
|
||||
statustroll.com
|
||||
steelmaster.lv
|
||||
stockquotes.wooeb.com
|
||||
storehouse.ua
|
||||
strangeduckfilms.com
|
||||
streetfooduncovered.com
|
||||
stretchmate.net
|
||||
strfls.com
|
||||
suggest-keywords.com
|
||||
suhanpacktech.com
|
||||
sukarame.net
|
||||
superoboi.com.ua
|
||||
survival.betteroffers.review
|
||||
symphonyintegratedhealthcare.com
|
||||
tandvardshuset.net
|
||||
tattooha.com
|
||||
techart24.com
|
||||
tedy.su
|
||||
telsis.com
|
||||
teslathemes.com
|
||||
thedownloadfromwarez.blogspot.com
|
||||
theendivechronicles.com
|
||||
thefotosgratis.eu
|
||||
thegioixekhach.com
|
||||
the-usa-games.blogspot.com
|
||||
tizanidine4mgstreetvalue.blogspot.com
|
||||
tizanidinecost.blogspot.com
|
||||
tizanidineshowupondrugtest.blogspot.com
|
||||
tkanorganizma.ru
|
||||
tk-assortiment.ru
|
||||
top10registrycleaners.com
|
||||
tovaroboom.vast.ru
|
||||
toyota.7zap.com
|
||||
trackmedia101.com
|
||||
trafficnetzwerk.de
|
||||
trion.od.ua
|
||||
toolsky.com
|
||||
topclickguru.com
|
||||
top-deal.com.pl
|
||||
topsy.com
|
||||
topvidos.ru
|
||||
tracfone.com
|
||||
traffic-club.info
|
||||
try-rx.com
|
||||
tuckermktg.com
|
||||
tvnewsclips.info
|
||||
typimga.pw
|
||||
tytoona.com
|
||||
ucsol.ru
|
||||
uggbootsoutletsale.us
|
||||
ugogo.info
|
||||
uhdtv.website
|
||||
uhod-za-sobakoj.ru
|
||||
universals.com.ua
|
||||
uptime-alpha.net
|
||||
uptimechecker.com
|
||||
urengoy.pro
|
||||
urlcut.ru
|
||||
uroki.net
|
||||
vapeface.club
|
||||
vgoloveboli.net
|
||||
viagraneggrx.com
|
||||
viagra-soft.ru
|
||||
videojam.tv
|
||||
videooko.weebly.com
|
||||
videospornogratisx.net
|
||||
videotuber.ru
|
||||
viven.host.sk
|
||||
vriel.batcave.net
|
||||
vrnelectro.ru
|
||||
tubo360.com
|
||||
turist-strani.ru
|
||||
twiclub.in
|
||||
twincitiescarservice.com
|
||||
umg-stroy.ru
|
||||
unionmarkt.de
|
||||
unisexjewelry.org
|
||||
unitexindia.com
|
||||
unmaroll.ya.ru
|
||||
vbabule.net
|
||||
vesnatehno.com
|
||||
viagra.pp.ua
|
||||
viddyoze.com
|
||||
viel.su
|
||||
viteonlusarezzo.it
|
||||
vkonche.com
|
||||
vmnmvzsmn.over-blog.com
|
||||
vodkoved.ru
|
||||
voloo.ru
|
||||
voluumtracker1.com
|
||||
voronezh.xrus.org
|
||||
vozbujdenie.com
|
||||
vucms.com
|
||||
vvon.co.uk
|
||||
vysigy.su
|
||||
wallpapers-best.com
|
||||
watch-movies.ru
|
||||
watsonrealtycorp.com
|
||||
waycash.net
|
||||
vzlom-na-zakaz.com
|
||||
wallpapersist.com
|
||||
warning.or.kr
|
||||
waysbetter.cn
|
||||
wdfdocando.com
|
||||
webads.co.nz
|
||||
weclipart.com
|
||||
weekes.biz.tc
|
||||
weboptimizes.com
|
||||
website-speed-check.site
|
||||
website-stealer.nufaq.com
|
||||
welcomeauto.ru
|
||||
wemedinc.com
|
||||
wesharepics.site
|
||||
wieseversa.no
|
||||
wikes.20fr.com
|
||||
winner7777.net
|
||||
wnhjavlhezp.gq
|
||||
wordpress-crew.net
|
||||
writingservices17.blogspot.ru
|
||||
wufak.com
|
||||
wwwadultcheck.com
|
||||
xaylapdiendanang.com
|
||||
xchat26.myfreecams.com
|
||||
xclicks.net
|
||||
xlolitka.com
|
||||
xn-----6kcaabbafhu7cskl7akvongwpo7hvjj.xn--p1ai
|
||||
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
||||
xn----7sbahjd3btneuw1joc.xn--p1ai
|
||||
xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai
|
||||
xn--80aaagvmjabrs1aoc9luc.xn--p1ai
|
||||
xn--80aeahghtf8ac5i.xn--p1ai
|
||||
xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
|
||||
xn--c1acygb.xn--p1ai
|
||||
xn--e1afanlbnfckd7c3d.xn--p1ai
|
||||
yhit.press
|
||||
yopoint.in
|
||||
yougetsignal.com
|
||||
yougotanewdomain.com
|
||||
your-bearings.com
|
||||
youtoner.it
|
||||
zakon-ob-obrazovanii.ru
|
||||
zeg-distribution.com
|
||||
zeroredirect2.com
|
||||
zeroredirect6.com
|
||||
zetmaster.ru
|
||||
zigarettenonlinekaufen2.drupalgardens.com
|
||||
zigarettenonlinekaufen.tumblr.com
|
||||
znakomstvaonlain.ru
|
||||
zoodrawings.com
|
||||
zoogdiesney.com
|
||||
zryydi.com
|
||||
zzlgxh.com
|
||||
whiteproduct.com
|
||||
wholesalecheapjerseysfree.com
|
||||
wineitudes.wordpress.com
|
||||
womens-journal.net
|
||||
wzgyyq.com
|
||||
xcombear.ru
|
||||
xlovecam.com
|
||||
xn--80aafb2a.xn--p1ai
|
||||
xxxdatinglocal.us
|
||||
xxxnatelefon.ru
|
||||
yaaknaa.info
|
||||
youbloodyripper.com
|
||||
youjizz.com
|
||||
youporn-ru.com
|
||||
yourtemplatefinder.com
|
||||
youtube-downloader.savetubevideo.com
|
||||
yugk.net
|
||||
zaimite.ru
|
||||
zajm-zalog-krasnodar.ru
|
||||
zhuravlev.info
|
||||
zigarettenonlinekaufen1.blox.pl
|
||||
znakomstva-moskva77.ru
|
||||
zolotoy-lis.ru
|
||||
zoosexart.com
|
||||
zynax.ua
|
||||
zytpirwai.net
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
1001watch.com.ua
|
||||
101lesbian.xyz
|
||||
24-ak.ru
|
||||
273-fz.ru
|
||||
7makemoneyonline.com
|
||||
aa14ab57a3339c4064bd9ae6fad7495b5f.com
|
||||
aasoldes.fr
|
||||
adtech.us
|
||||
advertisingtag.net
|
||||
airmaxshoes-2016.com
|
||||
alert-jdh.xyz
|
||||
alfapro.ru
|
||||
alive-ua.com
|
||||
all4invest.ru
|
||||
apibetweenlinesn-a.akamaihd.net
|
||||
appsecurityr.com
|
||||
autodo.info
|
||||
autoplate.info
|
||||
autoseo-traffic.com
|
||||
autotrends.today
|
||||
awency.com
|
||||
azbukadiets.ru
|
||||
bashtime.ru
|
||||
battlecarnival.su
|
||||
becuo.com
|
||||
best-deals-products.com
|
||||
bigcareer.info
|
||||
bin-brokers.com
|
||||
blackle.com
|
||||
bluesman.nu
|
||||
buybest1.biz
|
||||
buy-cheap-pills-order-online.com
|
||||
buzzzg.men
|
||||
cacheimages.com
|
||||
call-of-duty.info
|
||||
camel-beach.com
|
||||
canoncdriverq3.pen.io
|
||||
carabela.com.do
|
||||
cardsdumps.com
|
||||
cartierreplica.win
|
||||
cezartabac.ro
|
||||
cheapjerseysap.com
|
||||
civilwartheater.com
|
||||
cjmc.info
|
||||
cleanpcnow.com
|
||||
conocer-sanabria.com
|
||||
coop-gamers.ru
|
||||
copro.pw
|
||||
copyrightclaims.org
|
||||
counciltally.com
|
||||
creditmoney.com.ua
|
||||
diesel-parts28.ru
|
||||
divisioncore.com
|
||||
dogoimage.com
|
||||
dogsrun.net
|
||||
dojki-hd.com
|
||||
domik-derevne.ru
|
||||
doska-vsem.ru
|
||||
dostavka-v-ukrainu.ru
|
||||
2itech.ru
|
||||
adsloads.com
|
||||
agahinameh.com
|
||||
agreda.pluto.ro
|
||||
aktivator-windows10.blogspot.com
|
||||
ample-awards-today.us
|
||||
anniemation.com
|
||||
apiitsthirteende-a.akamaihd.net
|
||||
arius.tech
|
||||
atmovs.com
|
||||
baladur.ru
|
||||
bankcrediti.ru
|
||||
benchmarkcommunications.co.uk
|
||||
bestimagecoollibrary.com
|
||||
big-cash.net
|
||||
binomo.kz
|
||||
bkgr.se
|
||||
blockety.co
|
||||
bochemit.com.ua
|
||||
boobsimge.com
|
||||
bracketsmackdown.com
|
||||
brimstonehillfortress.org
|
||||
bryansk.zrus.org
|
||||
bukleteg.xyz
|
||||
bumskontakte.org
|
||||
buyessayonline19.blogspot.ru
|
||||
cardul.ru
|
||||
cashonads.com
|
||||
cdn.walkme.com
|
||||
cheapestjerseys-wholesale.com
|
||||
cheap-trusted-backlinks.com
|
||||
checktext.org
|
||||
chimiver.info
|
||||
clickbanksites.info
|
||||
clmforexeu.com
|
||||
coinsspb.com
|
||||
compliance-walt.top
|
||||
coolgramgoods.com
|
||||
crest3d.ru
|
||||
dating-app.ru
|
||||
dawlenie.com
|
||||
dealwifi.com
|
||||
deanmoore.ie
|
||||
deda-moroza-zakaz.ru
|
||||
discovertreasurenow.com
|
||||
downvids.net
|
||||
doxysexy.com
|
||||
dverimegapolis.ru
|
||||
eaplay.ru
|
||||
e-avon.ru
|
||||
e-collantes.com
|
||||
ee77ee.com
|
||||
efnor-ac.com
|
||||
elektrozigarette1.dreamwidth.org
|
||||
elektrozigarettekaufen1.devhub.com
|
||||
encodable.com
|
||||
englate.com
|
||||
ezb.elvenmachine.com
|
||||
findclan.org
|
||||
flowwwers.com
|
||||
forpostlock.ru
|
||||
forsex.info
|
||||
free-social-buttons.com
|
||||
free-today.com
|
||||
free-traffic.xyz
|
||||
golmau.host.sk
|
||||
gonextmedia.com
|
||||
graphics8.info
|
||||
gratis-sexkontakte.com
|
||||
gsbs.com.ua
|
||||
gta-top.ru
|
||||
guigyverpo.cf
|
||||
hdxnxxtube.mobi
|
||||
healmytrauma.info
|
||||
hidefiles.org
|
||||
hoholikik.club
|
||||
hostsshop.ru
|
||||
hotel-mkad.ru
|
||||
hotkeys.com
|
||||
hoztorg-opt.ru
|
||||
humbmosquina.tk
|
||||
hut1.ru
|
||||
ie.57883.net
|
||||
increasewwwtraffic.info
|
||||
intim-uslugi.info
|
||||
istmira.ru
|
||||
iwantmyfreecash.com
|
||||
jikoman.info
|
||||
jmat.cn
|
||||
job.icivil.ir
|
||||
juliadiets.com
|
||||
kaliningrad.zrus.org
|
||||
keywords-monitoring-your-success.com
|
||||
khafre.us
|
||||
konturkrasoty.ru
|
||||
labafydjxa.su
|
||||
laptoper.net
|
||||
lazymanyoga.com
|
||||
letmacworkfaster.world
|
||||
lida-ru.com
|
||||
lignofix.ua
|
||||
link.ac
|
||||
livejasmin.com
|
||||
locatellicorretor.com.br
|
||||
longadventure.com
|
||||
lostfilm-online.ru
|
||||
lovelycraftyhome.com
|
||||
mansparskats.com
|
||||
max-eclat.men
|
||||
max-p.men
|
||||
megaapteka.ru
|
||||
midst.eu
|
||||
mini.7zap.com
|
||||
miniature.io
|
||||
econom.co
|
||||
elektrozigaretten2.yn.lt
|
||||
eloxal.ru
|
||||
errorfixing.space
|
||||
escortplius.com
|
||||
eshop4u.jp
|
||||
executehosting.com
|
||||
expolicenciaslatam.co
|
||||
ezaz.info
|
||||
ezigaretteshop2.mywapblog.com
|
||||
farm26.ru
|
||||
farmprofi.net
|
||||
fashion-stickers.ru
|
||||
fatfasts-4tmz.com
|
||||
fdzone.org
|
||||
feeriaclub.ru
|
||||
figuringmoneyout.com
|
||||
fm-upgrade.ru
|
||||
foodcrafts.website
|
||||
food.dtu.dk
|
||||
forumprofi.de
|
||||
foto-basa.com
|
||||
foxinsocks.ru
|
||||
freeseedsonline.com
|
||||
free-share-buttons.com
|
||||
funnymama.com
|
||||
gambarkatabaru.com
|
||||
gambarxkata.co
|
||||
gamesprite.me
|
||||
gardene.ru
|
||||
gazporno.com
|
||||
geile-lelly.eu
|
||||
generalporn.org
|
||||
gfaq.ru
|
||||
girlgamerdaily.com
|
||||
globetrotting-culture.ru
|
||||
good-mummy.ru
|
||||
goosefishpost.bid
|
||||
gotomontenegro.net
|
||||
gsasearchengineranker.space
|
||||
gtopstats.com
|
||||
hard-porn.mobi
|
||||
hd-film.pl
|
||||
histats.com
|
||||
hit-kino.ru
|
||||
hostnow.men
|
||||
host-tracker.com
|
||||
hotsocialz.com
|
||||
hoverboard360.nl
|
||||
incest-ru.com
|
||||
intelhdgraphicsgtdrive6w.metroblog.com
|
||||
investyb.com
|
||||
javidol.site
|
||||
jyvopys.com
|
||||
karting196.ru
|
||||
keywordhut.com
|
||||
kinocccp.net
|
||||
konpax.com
|
||||
konteiner24.com
|
||||
kriokomora.info
|
||||
kung-fu-ru.com
|
||||
landoftracking.com
|
||||
landreferat.ru
|
||||
leboard.ru
|
||||
lenvred.org
|
||||
lesbian.xyz
|
||||
lifeinsurancekb.com
|
||||
littlesunraiser.com
|
||||
live-sexchat.ru
|
||||
lob.com.ru
|
||||
low-format.ru
|
||||
lsp-awak-perikanan.com
|
||||
m292.info
|
||||
magazin-pics.ru
|
||||
mathgym.com.au
|
||||
medosmotr-ufa.ru
|
||||
mega-bony-2017.pl
|
||||
memberty.com
|
||||
missclub.info
|
||||
mobioffertrck.com
|
||||
mobsfun.net
|
||||
moesonce.com
|
||||
mostantikor.ru
|
||||
mp3films.ru
|
||||
mrsdalloways.com
|
||||
msfsaar.de
|
||||
mossmesi.com
|
||||
mrmoneymustache.com
|
||||
musezone.su
|
||||
mydeathspace.com
|
||||
myprintscreen.com
|
||||
myxdate.info
|
||||
navalwiki.info
|
||||
november-lax.com
|
||||
novosti-hi-tech.ru
|
||||
nuup.info
|
||||
oakridgemo.com
|
||||
oecnhs.info
|
||||
omoikiri-japan.ru
|
||||
oren-cats.ru
|
||||
orsonet.ru
|
||||
pandroid.co
|
||||
paperwritingservice17.blogspot.ru
|
||||
pb-dv.ru
|
||||
picscout.com
|
||||
pijoto.net
|
||||
pinsdaddy.com
|
||||
pinstake.com
|
||||
pipki.r.acdnpro.com
|
||||
plaff-go.ru
|
||||
pogodnyyeavarii.gq
|
||||
poiskzakona.ru
|
||||
polimga.pw
|
||||
popserve.adscpm.net
|
||||
pornhubforum.tk
|
||||
pornofeuer.com
|
||||
porto.abuilder.net
|
||||
powitania.pl
|
||||
pp-budpostach.com.ua
|
||||
printie.com
|
||||
prize44.com
|
||||
proekt-gaz.ru
|
||||
pro-okis.ru
|
||||
prosmibank.ru
|
||||
pulse33.ru
|
||||
putitin.me
|
||||
rainbowice.ru
|
||||
rankings-analytics.com
|
||||
rebuildermedical.com
|
||||
redirlock.com
|
||||
reeyanaturopathy.com
|
||||
regdefense.com
|
||||
myindospace.com
|
||||
nelc.edu.eg
|
||||
odesproperty.com
|
||||
oneclickfiles.com
|
||||
onefilms.net
|
||||
online-podarki.com
|
||||
osb.se11.ru
|
||||
ossmalta.com
|
||||
paradontozanet.ru
|
||||
parajumpersstore.online
|
||||
peekyou.com
|
||||
pepperstyle.ru
|
||||
photostudiolightings.com
|
||||
pl.aasoldes.fr
|
||||
pontiacsolstice.info
|
||||
poppen-nw.net
|
||||
porndl.org
|
||||
pornmania.pl
|
||||
portal-eu.ru
|
||||
pravoholding.ru
|
||||
preventheadacheguide.info
|
||||
privatbank46.ru
|
||||
prod2016.com
|
||||
projefrio.com.br
|
||||
pst2017.onlinewebshop.net
|
||||
qualitymarketzone.com
|
||||
remybutler.fr
|
||||
renecaovillasale.online
|
||||
rentalcarnavi.info
|
||||
research.ifmo.ru
|
||||
responsive-test.net
|
||||
rixpix.ru
|
||||
rootandroid.org
|
||||
royal-betting.net
|
||||
rubanners.com
|
||||
rumamba.com
|
||||
runofilms.ru
|
||||
rvtv.ru
|
||||
saltspray.ru
|
||||
sape.top
|
||||
sbwealthsolutions.ca
|
||||
scalerite.co.za
|
||||
scanner-nelson.top
|
||||
scanspyware.net
|
||||
seokicks.de
|
||||
sexad.net
|
||||
sextracker.be
|
||||
sharebutton.org
|
||||
shmetall.com.ua
|
||||
shoppingjequiti.com.br
|
||||
shtaketniki.ru
|
||||
slim.sellany.ru
|
||||
spaceshipad.com
|
||||
standardchartered-forex.com
|
||||
stroydetali.ru
|
||||
symbaloo.com
|
||||
szamponrevita.pl
|
||||
tacbelarus.ru
|
||||
t-bygg.com
|
||||
tds-advert005.info
|
||||
tdsing.ru
|
||||
teslathemes.com
|
||||
titslove.yopoint.in
|
||||
tizanidineandhydrocodone.blogspot.com
|
||||
tizanidinehcl4mgtabinfo.blogspot.com
|
||||
torrents-tracker.com
|
||||
traffixer.com
|
||||
traffmonster.info
|
||||
traxdom.ru
|
||||
trkdf.com
|
||||
tuberkuleznik.ru
|
||||
tupper-posuda.ru
|
||||
ultramart.biz
|
||||
unece.org
|
||||
unpredictable.ga
|
||||
uvozdeckych.info
|
||||
vclicks.net
|
||||
vektorpress.ru
|
||||
veopornogratis.xxx
|
||||
viagraneggrx.com
|
||||
videochat.ph
|
||||
videojam.tv
|
||||
video--production.com
|
||||
vipms.ru
|
||||
vita.com.hr
|
||||
w3data.co
|
||||
webalan.ru
|
||||
website-audit.com.ua
|
||||
website-speed-up.site
|
||||
weclipart.com
|
||||
wineitudes.wordpress.com
|
||||
wormix-cheats.ru
|
||||
ritlweb.com
|
||||
royalads.net
|
||||
searchinquire.com
|
||||
searchlock.com
|
||||
seofirmreviewsus.info
|
||||
seorankinglinks.us
|
||||
seotoolsagency.com
|
||||
shivafurnishings.com
|
||||
shop.acim.org
|
||||
sibdevice.ru
|
||||
simply.net
|
||||
sitevalued.com
|
||||
s-iwantyou.com
|
||||
sk.golden-praga.ru
|
||||
slkrm.ru
|
||||
slutloadlive.com
|
||||
snts.shell-pmr.ru
|
||||
snworks.com
|
||||
sobecjvuwa.com.ru
|
||||
socialbookmarksubmission.org
|
||||
socialbuttons.xyz
|
||||
social-vestnik.ru
|
||||
soft-terminal.ru
|
||||
spylog.com
|
||||
stardevine.com
|
||||
students-cheapskate.ml
|
||||
superkanpo.com
|
||||
supermesta.ru
|
||||
superoboi.com.ua
|
||||
svnuppsalaorebro.se
|
||||
swagbucks.com
|
||||
taaaak.com
|
||||
telefonsexkostenlos.tk
|
||||
thegameriders.com
|
||||
thetardistimes.ovh
|
||||
thetattoohut.com
|
||||
the-torrent-tracker.blogspot.com
|
||||
thin.me.pn
|
||||
timetorelax.biz
|
||||
tizanidinedosageforsleep.blogspot.com
|
||||
tizanidineshowupondrugtest.blogspot.com
|
||||
tizanidinestreetprice.blogspot.com
|
||||
topvidos.ru
|
||||
toyota.7zap.com
|
||||
tracfone.com
|
||||
trafaret74.ru
|
||||
trafficfactory.biz
|
||||
trahic.ru
|
||||
trustedhealthtips.com
|
||||
twincitiescarservice.com
|
||||
urengoy.pro
|
||||
urlopener.blogspot.com.au
|
||||
us-america.ru
|
||||
veerotech.com
|
||||
video-chat.in
|
||||
vitoriacabos.com
|
||||
vkgaleria.com
|
||||
vltai.com
|
||||
vrnelectro.ru
|
||||
vrotike.ru
|
||||
vucms.com
|
||||
waysbetter.cn
|
||||
web-betting.ru
|
||||
webjam.com
|
||||
webshoppermac.com
|
||||
websitevaluebot.com
|
||||
whereiskentoday.com
|
||||
world-mmo.com
|
||||
woweb.com.ua
|
||||
xcombear.ru
|
||||
x-diesel.biz
|
||||
xfire.com
|
||||
xfluro.com
|
||||
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
||||
xn----7sbahjd3btneuw1joc.xn--p1ai
|
||||
xn----ctbigni3aj4h.xn--p1ai
|
||||
xn--lifehacer-1rb.com
|
||||
yougame.biz
|
||||
yougetsignal.com
|
||||
zeroredirect11.com
|
||||
zzbroya.com.ua
|
||||
www.arenda-yeisk.ru
|
||||
xchangetrak.com
|
||||
xn--80ab4aa2g.xn--p1ai
|
||||
xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
|
||||
xn----8sbdbjgb1ap7a9c4czbh.xn--p1acf
|
||||
xn--oogle-wmc.com
|
||||
xtubeporno.net
|
||||
xvideosporn.biz
|
||||
yaderenergy.ru
|
||||
yourtemplatefinder.com
|
||||
yurgorod.ru
|
||||
zarajbuilders.com
|
||||
zed21.net
|
||||
znakomstvaonlain.ru
|
||||
zoosexart.com
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.07.1737
|
||||
#### Version: V4.2019.07.1738
|
||||
#### Bad Referrer Count: 6717
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.07.1737
|
||||
#### Version: V4.2019.07.1738
|
||||
#### Bad Referrer Count: 6717
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.07.1737
|
||||
#### Version: V4.2019.07.1738
|
||||
#### Bad Referrer Count: [6717](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||
#### Bad Bot Count: [556](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.07.1737
|
||||
#### Version: V4.2019.07.1738
|
||||
#### Bad Referrer Count: 6717
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:10 SAST 2019
|
||||
### Version: V3.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:37 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:09 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:35 SAST 2019
|
||||
### Bad Referrer Count: 6717
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.07.1737
|
||||
### Updated: Tue Jul 2 14:42:12 SAST 2019
|
||||
### Version: V4.2019.07.1738
|
||||
### Updated: Tue Jul 2 15:04:38 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue