V4.2019.07.1749 [ci skip]

This commit is contained in:
Travis 2019-07-05 09:04:43 +02:00
parent 1dfcb4ef43
commit 41c057b0fc
63 changed files with 1189 additions and 1189 deletions

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.193.14.140 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.193.14.140 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.193.14.140 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.193.14.140 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.193.14.140 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.193.14.140 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,4 +1,13 @@
##
# 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;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -26,15 +35,6 @@ http {
sendfile on; sendfile on;
#tcp_nopush 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;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,4 +1,13 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# 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;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -23,15 +32,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
##
# 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;
#user nginx; #user nginx;
worker_processes 1; worker_processes 1;
@ -38,15 +47,6 @@ http {
sendfile on; sendfile on;
#tcp_nopush 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;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,4 +1,13 @@
user www-data; user www-data;
##
# 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;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
@ -15,15 +24,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
user www-data; user www-data;
##
# 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;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf; include /etc/nginx/modules-enabled/*.conf;
@ -16,15 +25,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
##
# 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;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -26,15 +35,6 @@ http {
sendfile on; sendfile on;
#tcp_nopush 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;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,4 +1,13 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# 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;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -23,15 +32,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# 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;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -23,15 +32,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
##
# 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;
#user nginx; #user nginx;
worker_processes 1; worker_processes 1;
@ -38,15 +47,6 @@ http {
sendfile on; sendfile on;
#tcp_nopush 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;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,4 +1,13 @@
user www-data; user www-data;
##
# 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;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
@ -15,15 +24,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
user www-data; user www-data;
##
# 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;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf; include /etc/nginx/modules-enabled/*.conf;
@ -16,15 +25,6 @@ http {
sendfile on; sendfile on;
tcp_nopush 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; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,4 +1,13 @@
##
# 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;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -26,15 +35,6 @@ http {
sendfile on; sendfile on;
#tcp_nopush 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;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -45,4 +45,4 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.188.73.34 0; 35.193.14.140 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.192.187.174 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.192.187.174 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.192.187.174 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.192.187.174 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.192.187.174 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.192.187.174 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.66.178.120 0; 35.192.187.174 0;
104.154.113.151 0; 35.188.73.34 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.66.178.120 0;
104.198.131.58 0; 104.198.131.58 0;
35.188.73.34 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +45,6 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.192.187.174 0; 34.66.178.120 0;
34.68.144.114 0;
104.154.113.151 0; 104.154.113.151 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -46,5 +46,4 @@
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.66.178.120 0; 34.66.178.120 0;
34.68.144.114 0; 35.192.136.167 0;
35.192.187.174 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 35.193.14.140 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,10 +1,10 @@
Apexoo Brandwatch
BDFetch Bullseye
Cloud mapping Deusu
GT::WWW GetRight
Haansoft Litemage_walker
Mediatoolkitbot Nibbler
Probethenet SEOkicks-Robot
ProWebWalker Tracemyfile
SuperBot UnisterBot
Voltron zauba.io

View file

@ -1,250 +1,250 @@
360Spider
404checker 404checker
Abonti
Aboundexbot
ADmantX
AfD-Verbotsverfahren AfD-Verbotsverfahren
AhrefsBot AhrefsBot
AIBOT Alexibot
AiHitBot
Aipbot
Alligator Alligator
archive.org_bot AlphaBot
Anarchie
Apexoo
ASPSeek ASPSeek
Asterias Attach
BackDoorBot autoemailspider
backlink-check backlink-check
BacklinkCrawler BackStreet
BackWeb
Bandit Bandit
Barkrowler
BatchFTP BatchFTP
BetaBot BBBike
BDCbot
BDFetch
Bigfoot Bigfoot
Bitacle Bitacle
BLEXBot Blackboard
Blow Black Hole
BlowFish BlowFish
Boardreader Brandprotect
Buddy
BuiltBotTough BuiltBotTough
BuiltWith BuiltWith
BunnySlippers
Calculon Calculon
CATExplorador
CCBot CCBot
Cegbfeieh
CheeseBot
CheTeam CheTeam
ChinaClaw ChinaClaw
Cliqzbot Cliqzbot
Cloud mapping
cognitiveseo cognitiveseo
com.plumanalytics
CopyRightCheck
Craftbot
crawler4j
crawl.sogou.com crawl.sogou.com
CSHttp DataCha0s
DatabaseDriverMysqli
DBLBot
Demon Demon
Deusu
Devil Devil
Digincore Digincore
DIIbot DigitalPebble
Dirbuster Discobot
Discoverybot
Dispatch
DomainCrawler DomainCrawler
DomainStatsBot DomainSigmaCrawler
Dotbot Drip
Dragonfly
DSearch DSearch
eCatch Ebingbong
ECCP/1.0
Ecxi Ecxi
EirGrabber EroCrawler
EMail Wolf evc-batch
Exabot Exabot
Express WebPictures Express WebPictures
ExtLinksBot ExtLinksBot
Extractor Extreme Picture Finder
EyeNetIE EyeNetIE
Fimap
Firefox/7.0
Flunky Flunky
Freeuploader
FrontPage FrontPage
Fyrebot
GalaxyBot GalaxyBot
GermCrawler GermCrawler
Getintent
GetRight GetRight
GetWeb Gigabot
Gigablast
G-i-g-a-b-o-t G-i-g-a-b-o-t
GoZilla Go-Ahead-Got-It
GrabNet
Grafula
GrapeshotCrawler GrapeshotCrawler
GridBot
GT::WWW GT::WWW
Haansoft Haansoft
Harvest
Havij
HEADMasterSEO
Heritrix Heritrix
Hloader
HMView HMView
HTMLparser
HTTP::Lite HTTP::Lite
HybridBot HybridBot
Iblog Iblog
IlseBot IDBot
Image Sucker Image Sucker
IndeedBot IndeedBot
InfoTekies InfoTekies
InterGET
Internet Ninja Internet Ninja
IRLbot IRLbot
Iskanie Iskanie
IstellaBot IstellaBot
JamesBOT JamesBOT
Jbrofuzz
JennyBot JennyBot
JikeSpider
JOC Web Spider JOC Web Spider
Joomla JustView
Kenjin Spider Kozmosbot
Larbin
LeechFTP
LeechGet LeechGet
Libwhisker Lftp
Likse LinkextractorPro
LinkpadBot LinkpadBot
LinksManager LinkScan
LinqiaRSSBot LinkWalker
LinqiaMetadataDownloaderBot
Lipperhey Spider Lipperhey Spider
Lmspider Litemage_walker
LWP::Simple Ltx71
lwp-request
lwp-trivial lwp-trivial
Magnet Magnet
Mag-Net Mag-Net
Mail.RU_Bot magpie-crawler
Majestic12
Majestic SEO Majestic SEO
Majestic-SEO Majestic-SEO
MarkMonitor
MarkWatch MarkWatch
Mass Downloader
Mata Hari Mata Hari
meanpathbot
Meanpathbot Meanpathbot
MeanPath Bot MeanPath Bot
MegaIndex.ru Mediatoolkitbot
MFC_Tear_Sample MFC_Tear_Sample
Microsoft URL Control Microsoft URL Control
MIDown tool
Mister PiX Mister PiX
Mr.4x3 MJ12bot
Mojeek
Msrabot
MS Web Services Client Protocol
Musobot
Name Intelligence
Navroad Navroad
Nessus NearSite
Needle
NetAnts NetAnts
netEstate NE Crawler Netcraft
NetLyzer NetSpider
Ninja Nettrack
NPbot Net Vampire
Niki-bot
NimbleCrawler
Nimbostratus
Offline Explorer Offline Explorer
Openfind Openvas
OrangeBot OrangeBot
OrangeSpider OrangeSpider
Pandalytics OutfoxBot
Page Analyzer
PageGrabber
PageScorer
Panscient
Papa Foto Papa Foto
Pavuk PeoplePal
pcBrowser
PictureFinder PictureFinder
Pimonster Pimonster
Pi-Monster Pi-Monster
PleaseCrawl PleaseCrawl
plumanalytics Pockey
POE-Component-Client-HTTP POE-Component-Client-HTTP
Probethenet
ProPowerBot ProPowerBot
Pump ProWebWalker
QueryN Metasearch PyCurl
RankActive
RankFlex
RankingBot RankingBot
RankingBot2 RealDownload
RankurBot
RebelMouse RebelMouse
ReGet ReGet
Ripper
RocketCrawler RocketCrawler
Rogerbot Rogerbot
s1z.ru ScanAlert
Scanbot
scan.lol scan.lol
ScoutJet
Scrapy Scrapy
SearchmetricsBot SearchmetricsBot
Semrush
SemrushBot SemrushBot
SEOkicks-Robot SEOkicks
SEOlyticsCrawler Seomoz
SEOprofiler
seoscanners seoscanners
SEOstats SeoSiteCheckup
serpstatbot
Siphon
Sitebeam Sitebeam
SiteExplorer
Siteimprove
SiteSnagger
SiteSucker SiteSucker
SMTBot Sitevigil
Snoopy SlySearch
Sogou web spider SocialRankIOBot
SpaceBison Sociscraper
Spammen sogouspider
sp_auditbot Sottopop
SputnikBot SpankBot
spyfu spyfu
Steeler
Stripper Stripper
SuperBot Sucker
SuperHTTP SuperHTTP
Surfbot Surfbot
Swiftbot T0PHackTeam
T8Abot T8Abot
tAkeOut tAkeOut
TeleportPro
Telesphoreo Telesphoreo
Telesphorep Telesphorep
TheNomad Thumbor
TightTwatBot TightTwatBot
Toata Titan
Toweyabot
Tracemyfile Tracemyfile
Trendiction Trendiction
TurnitinBot Trendictionbot
Typhoeus trendiction.com
UnisterBot TwengaBot
URLy Warning Upflow
URLy.Warning
Vacuum Vacuum
VeriCiteCrawler VeriCiteCrawler
VidibleScraper VidibleScraper
Virusdie Virusdie
VoidEYE VoidEYE
Voil
Wallpapers/3.0 Wallpapers/3.0
WallpapersHD
WBSearchBot WBSearchBot
Webalta
WebAuto WebAuto
Web Auto Web Auto
WEBDAV WebBandit
WebEnhancer WebCollage
Web Enhancer
WebFetch
Web Fetch Web Fetch
Web Fuck Web Fuck
WebGo IS
WebImageCollector WebImageCollector
WebLeacher Web Pix
WebmasterWorldForumBot WebReaper
WebPix
WebSauger WebSauger
Web Sauger Web Sauger
Webshag
Website Quester Website Quester
Webster WeSEE
Whack Whack
Whacker
Whatweb Whatweb
WISENutbot Who.is Bot
Wonderbot WiseGuys Robot
Woobot
Wprecon
WPScan WPScan
WWW-Collector-E
WWW-Mechanize WWW-Mechanize
Xaldon_WebSpider WWWOFFLE
xpymep1.exe Zauba
Zade zauba.io
Zermelo
Zeus Zeus
zgrab
Zitebot Zitebot
ZmEu
ZyBorg ZyBorg

View file

@ -1,250 +1,250 @@
80legs 80legs
Aboundexbot Aboundex
Acunetix
ADmantX
AhrefsBot AhrefsBot
AiHitBot
Aipbot Aipbot
Alligator
AlphaBot AlphaBot
Anarchie archive.org_bot
ASPSeek ASPSeek
Asterias Asterias
autoemailspider autoemailspider
BackDoorBot
Backlink-Ceck
backlink-check backlink-check
BacklinkCrawler BackStreet
BackWeb
Badass
Bandit Bandit
Barkrowler
BatchFTP
Battleztar Bazinga Battleztar Bazinga
BBBike BBBike
BDFetch BDFetch
BetaBot
Bigfoot Bigfoot
BlackWidow BlackWidow
BLEXBot BLEXBot
Boardreader Boardreader
Buddy Bolt
BuiltWith Brandprotect
CATExplorador Bullseye
BuzzSumo
CCBot
CheeseBot
CheTeam CheTeam
ChinaClaw
Cliqzbot Cliqzbot
coccocbot-web Cogentbot
cognitiveseo cognitiveseo
Collector
Copier Copier
CopyRightCheck CopyRightCheck
Cosmos Copyscape
Craftbot
crawler4j
crawl.sogou.com crawl.sogou.com
Crescent
CrunchBot CrunchBot
CSHttp CSHttp
Custo Curious
DataCha0s DatabaseDriverMysqli
DBLBot
Demon
Digincore Digincore
DigitalPebble
DIIbot DIIbot
Disco Disco
Discobot Discobot
Discoverybot Dispatch
DnyzBot DnyzBot
DomainCrawler DomainCrawler
Dotbot
Download Wonder
Dragonfly
Drip Drip
DSearch DSearch
DTS Agent DTS Agent
EasyDL EasyDL
ECCP/1.0
EirGrabber EirGrabber
evc-batch EroCrawler
Express WebPictures
ExtLinksBot
EyeNetIE EyeNetIE
Ezooms Ezooms
facebookscraper
FDM
FemtosearchBot FemtosearchBot
Firefox/7.0 Firefox/7.0
Flunky Fyrebot
GalaxyBot GalaxyBot
GetWeb GermCrawler
Gigabot Getintent
G-i-g-a-b-o-t Go-Ahead-Got-It
Go!Zilla
Grabber Grabber
GrabNet
Grafula Grafula
GrapeFX GrapeFX
GrapeshotCrawler
Haansoft
HaosouSpider
HEADMasterSEO HEADMasterSEO
Hloader Hloader
HTMLparser HMView
HTTrack HTTrack
Humanlinks Humanlinks
HybridBot Image Fetch
IDBot Image Sucker
IlseBot IndeedBot
Indy Library
InfoNaviRobot InfoNaviRobot
instabid instabid
Intelliseek Intelliseek
Internet Ninja
InternetSeer
internetVista monitor
ips-agent
Iria Iria
JetCar Iskanie
JikeSpider IstellaBot
JamesBOT
Jbrofuzz
Jetty
JOC Web Spider
Joomla Joomla
Jorgee Jorgee
JustView
Jyxobot Jyxobot
Kenjin Spider Kenjin Spider
Lanshanbot Lanshanbot
LeechFTP
Lftp
Lightspeedsystems Lightspeedsystems
Likse
LinkextractorPro LinkextractorPro
LinkpadBot
LinksManager LinksManager
LinqiaMetadataDownloaderBot LinqiaMetadataDownloaderBot
LinqiaRSSBot LinqiaRSSBot
Lipperhey
Litemage_walker
Lmspider Lmspider
LWP::Simple Ltx71
Mag-Net lwp-request
magpie-crawler lwp-trivial
Magnet
Mail.RU_Bot Mail.RU_Bot
Majestic12 Majestic12
Majestic-SEO
MarkMonitor MarkMonitor
MeanPath Bot MarkWatch
Meanpathbot
Mediatoolkitbot
mediawords mediawords
Metauri MFC_Tear_Sample
Microsoft Data Access
Microsoft URL Control Microsoft URL Control
MIDown tool
Mister PiX Mister PiX
MJ12bot Mojeek
MSFrontPage
MSIECrawler MSIECrawler
Msrabot Msrabot
muhstik-scan
Musobot
Name Intelligence Name Intelligence
Navroad NetSpider
Nessus NextGenSearchBot
NetLyzer Niki-bot
Nettrack Nmap
Nikto NPbot
NimbleCrawler
Nimbostratus
Ninja
Nutch Nutch
Octopus OnCrawl
Openfind
Openvas Openvas
OpenVAS Page Analyzer
OrangeBot PageScorer
OrangeSpider
OutfoxBot
PageAnalyzer
page scorer
Pandalytics
Panscient
Papa Foto Papa Foto
Pavuk Pavuk
pcBrowser pcBrowser
PeoplePal PeoplePal
PHPCrawl
Picsearch
PictureFinder PictureFinder
Pimonster Pimonster
Pi-Monster
Pockey Pockey
ProWebWalker
Psbot Psbot
PxBroker PxBroker
QueryN Metasearch Quick-Crawler
RankActive RankFlex
RankingBot
Rankivabot
Reaper
RebelMouse RebelMouse
Recorder Recorder
ReGet RedesScrapy
Ripper Ripper
s1z.ru RocketCrawler
SalesIntelligent SalesIntelligent
SBIder
ScanAlert ScanAlert
Scanbot
scan.lol scan.lol
ScoutJet
Scrapy Scrapy
Searchestate ScreenerBot
SearchmetricsBot SemrushBot
SEOkicks-Robot
SEOlyticsCrawler SEOlyticsCrawler
Seomoz
seoscanners seoscanners
serpstatbot SeoSiteCheckup
sexsearcher SEOstats
Siphon Siphon
SISTRIX SISTRIX
Sitebeam
SiteExplorer SiteExplorer
SiteSnagger Site Sucker
SiteSucker SlySearch
SMTBot SmartDownload
Snake Snake
Snapbot Snapbot
SocialRankIOBot
Sociscraper Sociscraper
sogouspider sogouspider
Sogou web spider SpaceBison
Sottopop Spammen
SpankBot SpankBot
Spanner Spanner
Spbot sp_auditbot
spyfu spyfu
Sqworm Steeler
Sucuri Sucuri
SurveyBot SurveyBot
Suzuran
sysscan
T0PHackTeam
T8Abot
tAkeOut
Teleport Teleport
Telesphoreo
Telesphorep Telesphorep
The Intraformant
TheNomad
Thumbor Thumbor
Titan Titan
Toata
Toweyabot
Trendiction
Trendictionbot Trendictionbot
trendiction.com
trendiction.de trendiction.de
True_Robot
TurnitinBot TurnitinBot
Twice
Typhoeus
UnisterBot
URLy Warning
Vacuum Vacuum
Vagabondo Vagabondo
VB Project VCI
VeriCiteCrawler Virusdie
VoidEYE
Wallpapers/3.0
WASALive-Bot WASALive-Bot
WebAuto WBSearchBot
Web Collage Webalta
WebCopier WebBandit
WebEnhancer WEBDAV
WebFuck
Web Fuck
WebGo IS
WebImageCollector
WebmasterWorldForumBot WebmasterWorldForumBot
webmeup-crawler Web Pix
WebReaper WebReaper
Web Sauger
Webshag Webshag
Website Quester WebsiteExtractor
Webster Webster
WebSucker WebSucker
Web Sucker
WebWhacker WebWhacker
WebZIP WebZIP
Whack Whatweb
Who.is Bot
Widow Widow
WinHTTrack WinHTTrack
WiseGuys Robot
WISENutbot WISENutbot
Wotbox Wonderbot
WPScan WWW-Collector-E
WWW-Mechanize
WWW::Mechanize WWW::Mechanize
x09Mozilla x09Mozilla
Xenu x22Mozilla
xpymep1.exe
Zade Zade
zauba.io Zermelo
zgrab Zitebot
ZmEu ZmEu
ZumBot
ZyBorg ZyBorg

View file

@ -1,10 +1,10 @@
dvrlists.com best-way.men
ege-essay.ru cementaresearch.se
ertelecom.ru cialischstgerts.com
everflora.ru filesclub.net
nextrent-crimea.ru superstarfloraluk.com
ruex.org.ua trustaffs.com
savememoney.co.za vremya.eu
smartshoppymac.com watsonrealtycorp.com
tizanidinesideeffectsweightloss.blogspot.com yuarra.pluto.ro
w-journal.ru zhorapankratov7.blogspot.com

View file

@ -1,500 +1,500 @@
0lovespells0.blogspot.com
101billion.com
123any.com 123any.com
123locker.com 1stat.ru
1flag.co.za 2000k.ru
202ch.com 202ch.com
2345.com 34.gs
3dracergames.com 4kepics.com
4senses.co 66cpwgln.space
57883.net aarbur.com
7search.com abcdeg.xyz
8jn.dating-app.ru
8lufu.com
a14download.com
aab94f698f36684c5a852a2ef272e031bb.com
abcguru.xyz abcguru.xyz
absolute-s.ru academiacsmendoza.org
acc.eu.org actionnooz.com
actices.com
addbin.men
adidas.frwebs.fr adidas.frwebs.fr
adpremium.org adrenalin-stk.ru
ad-words.ru adtiger.tk
aktobe.xkaz.org adultgalls.com
alborzan.com advancedsoftwaresupport.com
alfa-medosmotr.ru aero2.ru
agardomains.com
ahrefs.com
akama.com
akuhni.by
akusherok.ru
alert-jdh.xyz
alibestsale.com alibestsale.com
all4invest.ru all4invest.info
alldownload.pw allcredits.su
allnews.md alldezservice.kz
allproblog.com allwidewallpapers.com
allstatesugarbowl.org allwomen.info
alot.com alphacarolinas.com
alvtank.se alphaforum.ru
amanda-porn.ga alphahoverboards.com
amateurmatch.com androids-store.com
amehdaily.com android-vsem.org
ampower.me angigreene.com
anjalika.co.in animal-drawings.com
apibatbrowsecom-a.akamaihd.net anniemation.com
apidigidocketnet-a.akamaihd.net anonymous-redirect.com
apiluckyleapnet-a.akamaihd.net
apimountainbikei-a.akamaihd.net
apispringsmartne-a.akamaihd.net
apiwoodensealcom-a.akamaihd.net
appfixing.space appfixing.space
applicationg29.com applyneedy.xyz
arate.ru apps-analytics.net
arclk.net arenda-yeisk.ru
arcteryxstore.online
aruplighting.com
arvut.org
asophoto.com asophoto.com
asseenontv.ru asrvvv-a.akamaihd.net
atlasvkusov.ru
audiofree.ru audiofree.ru
ausmepa.org.au autoua.top
autonew.biz availit.weebly.com
autotrends.today avon-ukraine.com
aversis.net azadnegar.com
ayanaspa.com balans.shahterworld.org
azartmix.com bankcrediti.ru
azbukadiets.ru bannerpower.com
bagcionderlab.com battleforupdating.site
bannerads.de belstaffstore.online
barbourjackets.online bestadbid.com
barnfurnituremart.com bet365.com
bayareaaeroclub.org bitporno.sx
beachfix.co blacktwhite.com
beauty-clinic.ru blagovest-med.ru
belinka.com.ua boazpower.com
bestcurs.org bongiornos.info
bestempresas.es bonvillan.com
besthomemadepornsites.com brandov.ru
bezsporno.ru bumascloset.com
bioinnovate.co bupropion-sr-150-mg.us
bizlist.com.de candytiner.com
blobar.org capture-room.com
bloggedporn.com carapics.com
blogporn.in cartierbracelet.xyz
board.f00d.de cartierloveringreplica.xyz
bochemit.com.ua cbb1smartlist12.click
bolezniorganov.ru cb.iphantom.com
boltalko.xyz cdncash.net
bonkers.name check-host.net
bookmark4you.com.biz checktext.org
brewdom.ru chimiver.info
btnativenav.com chinajerseyswholesalecoupons.com
buigas.00it.com chorus.terakeet.com
buqyxa.rincian.info christianlouboutinreplica.win
burkesales.com cialisovercounteratwalmartusa.com
buynorxx.com cindymatches.com
bwlx.prepedu.cn cinemaenergy-hd.ru
callcafe.info classicakuhni.ru
canoncdriverq3.pen.io cleansearch.net
carmuffler.net clickintext.net
cartierreplica.win clickprotects.com
catalogs-parts.com club-lukojl.ru
cbcseward.com cmhomestayagency.com
celejihad.info cometorussia.net
cete.ru compliance-alexa.xyz
cheapsergiorossi.online compliance-brian.xyz
cheap-trusted-backlinks.com compliance-elena.xyz
cherrypointplace.ca compucelunlock.net
children-learningreading.info concealthyself.com
chinaelitecheapjerseys.com coolbar.pro
cicaki.net coolingoods.com
classiquebijoux.ru coprofam.org
clean-virus-mac.com counterbot.com
clevernt.com crd.clan.su
clickzzs.nl cutalltheshit.com
clothesforcash.com cvety24.by
cobaltpro.ru cyclobenzaprinevstizanidine.blogspot.com
communisave.co.za czeshop.info
compliance-andrew.xyz data-mining.tk
compliance-barak.top date-withme.com
compliance-elena.top
compliance-jessica.top
computernetworksonline.com
com-secure.download
connectionstrenth.com
construmac.com.mx
cookie-law-enforcement-ff.xyz
coolyarddecorations.com
cornomase.win
cowlmash.com
craftinsta.ru
culturevie.info
cv.wallhade.co
dangphoto.trade
dating-app.ru dating-app.ru
dealitright.click dating-time-now.com
dekoration.us datsun-do.com
delitime.info dealighted.com
dellalimov.com dear-diary.ru
dengi-pod-zalog-nedvizhimosti.ru defenderxtactical.com
detalizaciya-tut.biz delfin-aqua.com.ua
diesel-parts28.ru descargar-musica-gratis.net
digest-project.ru dfiles.me
dinosaurus.site dfwu1013.info
dirtpics.pw distver.ru
divisioncore.com div.as
dms-sw.ru djstools.com
domaincdn.xyz doctormakarova.ru
dood.live dogclothing.store
dostavimvdom.ru dollartree.info
dptaughtme.com downloads-whatsapp.com
dyt.net drivotracker.com
easync.io duplicashapp.com
ecommerce-seo.com educontest.net
ednorxmed.com eduinfosite.com
ege-russian.ru eldiariodeguadalajara.com
electrik-avenue.com elektrischezigaretten1.blogse.nl
elektrischezigarettekaufen2.cowblog.fr elektronischezigarettekaufen1.beeplog.com
elektrozigarette1.dreamwidth.org elektrozigarette1.dreamwidth.org
elitepcgames.com elektrozigarettekaufen1.devhub.com
emerson-rus.ru elektrozigarettekaufen2.blogse.nl
en.altezza.travel eluxer.net
estelight.ru eng-lyrics.com
evaashop.ru eshop.md
exoclick.com evening-dating-club.info
expresstoplivo.ru exchanges-bet.com
ezigarettenkaufen1.deviantart.com exhibitionplus.eu
fakehandbags.xyz expertnaya-ocenka.ru
fanoboi.com eyessurgery.ru
fatmaelgarny.com ezigarettekaufen2.mpbloggar.se
faz99.com famix.xyz
fickenbumsen.net farm26.ru
fickluder69.com fashion-mk.net
finemanteam.com ferrotodo.com
flashbannernow.com figuringmoneyout.com
flex4launch.ru filesclub.net
fordsonmajbor.cf filesvine.com
formulaantiuban.com floridamhca.org
formularz-konkurs.tk foodcrafts.website
forsex.info formseo.com
fortunejack.com forpackningsutveckling.se
forumprofi.de foto-basa.com
fotzen-ficken.com freecamdollars.com
foxtechfpv.com freeseedsonline.com
fullfileaccess.com free-video-tool.com
funcrushgames.com freewareseek.com
fxtips.ru frequiry.com
fym.com.ru froggytube.com
game300.ru fsalas.com
gemgrab-a.akamaihd.net fx-brokers-review.com
getlamborghini.ga gallerylisting.com
gidonline.one gambarxkata.co
game-mmorpg.net
gameprimary.com
gcup.ru
gembird.com
getoutofdebtfree.org
gigapeta.com
gilbertbanda.net gilbertbanda.net
glogow.pl go2jump.org
gok-kasten.net golden-catalog.pro
goldadpremium.com gotorussia.com
goldandcard.ru gotwebsite1.com
gombita.info greatdealshop.com
goosefishpost.bid greatfind-a.akamaihd.net
goroda-vsego-mira.ru guod.me
gov.yanao.ru
gsasearchenginerankerdiscount.com
guiadeserraazul.com
gwagka.com
hahashka.ru
hamilton.ca hamilton.ca
hazardky.net hao123.com
hd-film.pl harmonyglen.us
hdapp1008-a.akamaihd.net
hdpixion.com hdpixion.com
himazin.info hdwalls.xyz
histats.com healgastro.com
hit-men.men health-medical-portal.info
heatpower.ru
heliko.no
helvetia.com.ua
hermesbirkinhandbagoutlets.com
highstairs-a.akamaihd.net
hildinghr.se
himgaws.pw
hkdiiohi.skyrock.com
home.myplaycity.com
hosting-tracker.com hosting-tracker.com
host-protection.com
hotblog.top hotblog.top
houseofrose.com hotxnights.info
hoverboard360.at houdom.net
hspline.com hptwaakw.blog.fc2.com
htmlcorner.com huhn.altervista.org
hvd-store.com hyipmanager.in
hyiphunter.org hystersister.com
iboss.com ictizanidinehcl4mg.blogspot.com
ikearugs.xyz ifmo.ru
iklysha.ml ikritikimou.gr
ilikevitaly.com iloveitaly.ru
imabase.com imagefinder.site
imagui.eu
inclk.com inclk.com
infobabki.ru infoupdate.org
intellekt21.ru inmate-locator.us
ip-guide.com intelhdgraphicsgtdrive6w.metroblog.com
iqoption.com
istanbulit.com
istock-mebel.ru
itsdp3.com itsdp3.com
ivanstroi.ru jacago.com
javxxx18.com jackpotchances.com
jbl-charge.info japan-bearings.ru
jerseyschinabizwholesale.us japfm.com
jikoman.info jerseysbizwholesalecheap.com
jobmarket.com.ua jerseywholesalechinabiz.com
jurajskie.info job.icivil.ir
kadashihotel.com j-times.ru
kaliningrad.zrus.org kamagragelusa.net
karachev-city.ru kambasoft.com
kazan.zrus.org keywordblocks.com
kaz.kz keywordglobal.co.za
keyword-suggestions.com keywordsking.com
kinotorka.ru keywordsuggests.com
kletkimehan.ru kimcurlrvsms.com
kongoultry.net kinobaks.com
kongruan.com kinohall.ru
kovrenok.ru kinopolet.net
lacave.ntic.fr kinostorm.net
kiskinhouse.com
knogg.net
koleso24.com.ua
koopilka.com
kovesszucs.atw.hu
kraljeva-sutjeska.com
krasivye-devushki.net
kredit-pod-zalog-krasnodar.ru
kursy-ege.ru
kurwa.win
kustanay.kz
labelwater.se
labplus.ru
lafourmiliaire.com
lanasshop.ru lanasshop.ru
landscaping.center lankarns.com
lashstudia.ru law-check-nine.xyz
lernur.net laxdrills.com
lescinq.com lechtaczka.net
letmacworkfaster.world lenvred.org
letslowbefast.today lineshops.biz
lifebyleese.com livingcanarias.com
linkbuddies.com llastbuy.ru
liran-locks.com lottospring.com
littleberry.ru macfix.life
lyngdalhudterapi.no machicon-ueno.info
lyrics.home-task.com macresource.co.uk
machicon-akihabara.info mail.allnews24.in
mackeeper-land-672695126.us-east-1.elb.amazonaws.com manipulyator-peterburg.ru
mahnwachen-helfen.info
mailemedicinals.com
mansiondelrio.co
mararoom.ru mararoom.ru
martlinker.com marcowebonyodziezowe.pl
mastershef.club marinetraffic.com
mebelcomplekt.ru marktforschung-stuttgart.com
medispainstitute.com.au maslenka.kz
medkletki.ru mb140.ru
med-zdorovie.com.ua meccadumps.net
metallosajding.ru medicinacom.ru
mezaruk.info medtherapy.ru
micasainvest.com megakino.net
michaelkorssaleoutletonline.net meltwater.com
merryhouse.co.uk
migente.com migente.com
miniads.ca milblueprint.com
mlvc4zzw.space mirzonru.net
mockupui.com missis.top
mokrayakiska.com mlf.hordo.win
moncleroutletonline.pw mobot.site
monthlywinners.com mojowhois.com
morefastermac.trade monclercoats.xyz
my-big-family.com moscow.online-podarki.com
myblogregistercm.tk motherboard.vice.com
mydirtystuff.com mouselink.co
myliveblog.ru mrbitsandbytes.com
nac-bearings.ru mriyadh.com
naperehresti.info musicspire.online
nardulan.com myfreemp3.eu
nate.com mymobilemoneypages.com
national-today-winning-winner.club nagdak.ru
naturalbreakthroughsresearch.com najaden.no
neobux-bg.info nakozhe.com
netcheckcdn.xyz narkologiya-belgorod.ru
newsperuse.com narkologiya-orel.ru
newstraveller.ru naturalshair.site
nextbackgroundcheck.gq naval.jislaaik.com
next-dentists.tk netoil.no
nhl17coins.exblog.jp net-profits.xyz
niki-mlt.ru nfljerseys.online
niroo.info nlfjjunb5.ru
nudo.ca nullrefer.com
oklogistic.ru o00.in
online7777.com obnal.org
online-templatestore.com offers.bycontext.com
o-o-8-o-o.com office2web.com
openmultipleurl.com offtime.ru
orhonit.com okayimage.com
osnova3.ru olgacvetmet.com
ossmalta.com olvanto.ru
ownshop.win online-hit.info
panamaforbeginners.com optitrade24.com
pandarastore.top ororodnik.goodbb.ru
paparazzistudios.com.au ostroike.org
pewit.pw ourtherapy.ru
photo.houseofgaga.ru outclicks.net
physfunc.ru paradontozanet.ru
pijoto.net partnerads.men
pirateday.ru pay2me.pl
pistonclasico.com pcboa.se
pizdeishn.com pcimforum.com
platezhka.net pdamods.ru
photochki.com
photo-clip.ru
play-mp3.com play-mp3.com
plohaya-kreditnaya-istoriya.ru pl.id-forex.com
pl-vouchers.com pliks.pl
pobeiranie.pl poem-paying.gq
podshipniki-ntn.ru pomoc-drogowa.cba.pl
pojdelo.weebly.com pornoelita.info
popup.matchmaker.com pornogig.com
pornodojd.ru pornophoto.xyz
pornoslive.net privacyassistant.net
pornotubexxx.name privatamateure.com
printdirectforless.com privatefx.all4invest.info
priscilarodrigues.com.br privatov-zapisi.ru
privatefx-in.ru prizesbook.online
prizeestates.cricket prod2016.com
profit-opportunity.com produkto.net
proxyradar.com prodvigator.ua
psoriasis-file.trade prom23.ru
pulse33.ru prostitutki-novgoroda.org
purplestats.com puzo2arbuza.ru
puzzleweb.ru qor360.com
q-moto.ru quelle.ru
qpypcx.com razyboard.com
quangcaons.com r-control.ru
queerspace.com realmonte.net
rabot.host.sk rebelmouse.com
radiodigital.co redhotfreebies.co.uk
rank-checker.online registrationdomainsite.com
ranksignals.com reining.lovasszovetseg.hu
rasteniya-vs-zombi.ru rewardpoll.com
redirectme.net reward-survey.net
refererx.com rfd-split.hr
reklama-i-rabota.ru riders.ro
research.ifmo.ru rightenergysolutions.com.au
rff-cfal.info rniaeba.ga
rfid-locker.co
roll123.com roll123.com
roofers.org.uk runtnc.net
rostov.xrus.org rvzr-a.akamaihd.net
rusenvironmental.net sabizonline.com
sack.net sadaholding.com
saecsa.co samara.rosfirm.ru
sashagreyblog.ga sayyoethe.blogspot.co.za
savememoney.co.za scanner-don.top
search-error.com scat.porn
searchimage.co scenicmissouri.us
seocdvig.ru searchtooknow-a.akamaihd.net
seo-prof1.xyz seoanalyses.com
sergiorossistore.online seocheckupx.com
serialsway.ucoz.ru seoholding.com
serpstat.com seoprofiler.com
seo-traffic-ranking.info
servicecenter.co.ua
sexcamamateurchat.com sexcamamateurchat.com
sexs-foto.com sex-dating.co
sexs-foto.top sexreliz.com
shodanhq.com sextracker.de
shoesonlinebuy.xyz sfd-chess.ru
shoplvlv.us shop.acim.org
shtaketniki.kz shtaketniki.kz
shymkent.xkaz.org sientalyric.co
signal03.ru sildenafilcitratemed.com
signoredom.com simul.co
site-auditor.online sisiynas.ru
sitebeam.net sispe.com.br
site-speed-check.site site3.free-share-buttons.com
s-iwantyou.com siteimprove.com
sladkoevideo.com skladvaz.ru
slavkokacunko.de slomm.ru
songplanet.ru social-buttons.com
sotkal.lark.ru social-search.me
special-porn.com songoo.wz.cz
stefanbakosab.se spabali.org
stjamesschool.info specialfinanceoffers.com
stockquotes.wooeb.com splendorsearch-a.akamaihd.net
strana-solnca.ru sptslmtrafms.com
suralink.com spymac.net
surflinksmedical.com stanthonyscatholicchurch.org
svnuppsalaorebro.se stats-collector.org
tagil.zrus.org steame.ru
stickers-market.ru
strag-invest.ru
streetfire.net
strfls.com
studiofaca.com
summerlinhomes411.info
svtrd.com
swsociety.se
tandvardshuset.net tandvardshuset.net
tattooreligion.ru telsis.com
t-bygg.com templates.franklinfire.co
tds-advert005.info tetracsaudi.com
technopellet.gr tfxiq.com
tecspb.ru thecounter.com
telefonsexi.com thegameriders.com
theendivechronicles.com theguardlan.com
thegolfclub.info the-torrent-tracker.blogspot.com
theporndude.com the-usa-games.blogspot.com
timhost.ru thfox.com
tizanidineandgabapentin.blogspot.com thiegs.reco.ws
tizanidineduringpregnancy.blogspot.com thruport.com
tizanidinehcl2mgtablet.blogspot.com titan-cloud.life
tizanidinehcl4mgisitanarcotic.blogspot.com tizanidinedosage.blogspot.com
tizanidineshowupondrugtest.blogspot.com tizanidinehcl4mgtab.blogspot.com
tizanidinestreetvalue.blogspot.com tizanidineonline.blogspot.com
toondinsey.com tizanidinerestlesslegsyndrome.blogspot.com
top250movies.ru tizanidinesideeffects.blogspot.com
torrentdownloadhub.com tonerbox.kz
tozup.com top10-online-games.com
tpu.ru topbestgames.com
track2.shop top-karkas.ru
track-rankings.online topmira.com
trafaret74.ru topsiteminecraft.com
topvidos.ru
totu.us
tradgardspartner.se
traffic2money.com
trafficfactory.biz trafficfactory.biz
truck-addzilla.life traffictrade.life
truemfilelj.gq trahvid.com
tvorozhnaja-zapekanka-recept.ru treasuretrack-a.akamaihd.net
twitlinks.com tv-spoty.info
twittrading.com typimga.pw
twojebook.pl tytoona.com
txxx.com uk-zheu20.ru
typer.one unitygame3d.com
tyumen.xrus.org uprour.com
ua-company.ru upupa.net
ukkelberg.no
unmaroll.ya.ru
uptime-alpha.net
urlcut.ru
uroki.net uroki.net
usacasino.com usbggettwku.ga
usswrite.com vandrie-ict.nl
vacuumscleaner.com varikoz24.com
validccseller.com
vapsy.com
varikozdok.ru varikozdok.ru
vavilone.com ventelnos.com
vegascosmetics.ru veopornogratis.xxx
versaut.xxx-cam.webcam vgoloveboli.net
veselokloun.ru video-hollywood.ru
via-energy-cumpara.com videospornogratisx.net
viandpet.com
viddyoze.com
videochat.mx
video-woman.com video-woman.com
vintontech.info vietimgy.pw
vip-dom.in
virtuagirl.com
visionwell.com.cn
vitoriacabos.com
vizitki.net
vkgaleria.com vkgaleria.com
vkontarkte.com voloo.ru
vozbujdenie.com voluumtracker1.com
vzglyadriv.kg webpromotion.ae
wallpapersdesk.info webs.com
wallpapersist.com weprik.ru
webalan.ru wesharepics.site
website-audit.com.ua westen-z.life
websites-reviews.com whatzmyip.net
weburlopener.com wineitudes.wordpress.com
westvilletowingservices.co.za wladimirpayen.com
whatsappdownload10.com wnhjavlhezp.gq
wrona.it woman-h.ru
wstroika.ru wonderfulflowers.biz
www.get-free-traffic-now.com worldlovers.ru
wzgyyq.com writersgroup580.web.fc2.com
xaijo.com wttavern.com
xerox-douglas.cf
xfluro.com
xgftnlrt.bloger.index.hr xgftnlrt.bloger.index.hr
xmladserver.com x-musics.com
xn--d1aifoe0a9a.top xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai
xnxx-n.com xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai
yogamatsexpert.com xn--80aafb2a.xn--p1ai
yoshkarola.zrus.org xn--80abgj3a5acid6ghs.top
youjizz.com xwatt.ru
youthreaders.com yes-com.com
youtuhe.com youdesigner.kz
yubikk.info yourmovies.pl
yunque.pluto.ro ytmnd.com
zambini.ru yur-p.ru
zeg-distribution.com zaapplesales.blogspot.com
zetgie.com.pl zajm-zalog-krasnodar.ru
zigarettenonl.canalblog.com zdesformula.ru
zionstar.net zeleznobeton.ru
zog.link zscalerone.net
zone-kev717.info
zoomovies.org
zrus.org

View file

@ -1,250 +1,250 @@
a14download.com 214jaluwobapef.cf
absolutelyanalog.com 4rent.ru
adamoads.com 5-steps-to-start-business.com
admitad.com 5ws.dating-app.ru
ads.gold 7a2rnuey1tw9ar.ru
agroeconom.kz 7xc4n.com
allbizne.co.ua aa81bf391151884adfa3dd677e41f94be1.com
amazon-seo-service.com aa8780bb28a1de4eb5bff33c28a218a930.com
amung.us adconscious.com
anaksma.info adelly.bg
animali.deagostinipassion.it adserver-e7.com
anniemation.com adsland.men
anonymizeme.pro ads-seo.men
apartmentbay.ru aosheng-tech.com
apioutoboxnet-a.akamaihd.net arkkivoltti.net
arabsexxxtube.com as5000.com
asacopaco.tk asrv-a.akamaihd.net
asia-forum.ru asrvvv-a.akamaihd.net
asrvrep-a.akamaihd.net autoblogger24.info
atelielembrancaqueencanta.com.br avtocredit-legko.ru
australia-opening-times.com azadnegar.com
backgroundpictures.net bannerswap.com
baersaratov.ru bashtime.ru
balans.shahterworld.org bestcoin.cc
baltgem.com bestserials.com
beatifullandscape.co blackcurranthumidifiers.site
bestadbid.com blog.axant.it
bkgr.se blog.yam.com
bocoarchives.org bonkers.name
bonzbuddy.com buy-loft.ru
bookmark4you.com buynorxx.com
brendbutik.ru buytizanidineonlinenoprescription.blogspot.com
bvlgariwallet.xyz catalogs-parts.com
cdnanalytics.xyz cdncash.org
chuckguilford.com cdnnetwok.xyz
clickaider.com cheatcode-lita12.rhcloud.com
clmforexeu.com choice-credit.ru
compliance-mark.top christianlouboutinshoes.xyz
compliance-walt.top ci.ua
compliance-willy.top clarithromycin500mg.com
custom-electric-guitar.com claytransformations.info
dangphoto.trade compliance-alex.top
db.speedup.gdn connectionstrenth.com
dealwifi.com cornerstone-countertops.com
devochki.top cornomase.win
dfiles.me crystalslot.com
dlya-android.org davebestdeals.com
doeco.ru deda-moroza-zakaz.ru
domoysshop.ru dekorkeramik.ru
drev.biz delfin-aqua.com.ua
drpornogratisx.xxx demian.kz
dvd-famille.com destinationrealestate.com
dverimegapolis.ru detalizaciya-tut.biz
e-biznes.info dgfitness.co
engines-usa.com digitalassetmanagement.site
en.home-task.com dnepropetrovsk.mistr-x.org
eshop.md dneprsvet.com.ua
evening-dating-club.info domain-tracker.com
exchangeit.gq dotnetdotcom.org
ezigarettekaufen2.mpbloggar.se eandsgallery.com
ezrvrentals.com earl-brown.info
familienzahnaerzte.com efkt.jp
family1st.ca erotik0049.com
familyphysician.ru eu-cookie-law.info
fastfixing.tech europages.com.ru
fatmaelgarny.com everypony.ru
fettefrauen.net expertblog.info
fickkontakte.org extremepornos.net
financeloan.us ezigarettekaufen1.hpage.com
financetip.eu ezigarettenshop2.myblog.de
flavors.me f07.de
flirt4free.com favoritemoney.ru
flytourisme.org femdom.twiclub.in
fotoxxxru.com ferrotodo.com
foxinsocks.ru fickenprivat.info
freelinkbuilding.website.tk firma-legion.ru
gateway.zscalerone.net flprog.com
generic-pills-online.com franklinfire.co
getaclueamerica.com freecamdollars.com
gifspics.com frivgame250.com
gktt.ru funnymama.com
gratuitxblcodes.com g33.org
h2monline.com gcup.ru
hatedriveapart.com generalporn.org
haveinc.xyz generousdeal-a.akamaihd.net
hermesreplica.pw golaya.pw
homeandhealth.ru googlepositions.com
hscsscotland.com gox.com.ua
hvd-store.com graphid.com
incep.imagine-ex.co gratis-sexkontakte.com
indianmedicaltourismshop.com gwebtools.com.br
internet-apteka.ru hamilton.ca
intim-uslugi.info hd-filmy.net
invitefashion.com hdhc.ru
jav-fetish.site hdimagegallery.net
jaxcube.info healmytrauma.info
jbl-charge.info helvetia.com.ua
jolic2.com hotgirlhdwallpaper.com
jovencitas.gratis hoverboard360.at
jpcycles.com howlongdoestizanidinestayinyoursystem.blogspot.com
keywesthideaways.co ilmen.net
kollekcioner.ru imgata.com
komputers-best.ru inbabes.sexushost.com
kosynka-games.ru interferencer.ru
kozhniebolezni.com investzalog.ru
iqoption.pro
isotoner.com
istizanidineacontrolledsubstance.blogspot.com
istizanidinelikexanax.blogspot.com
janavibekken.no
jasonpartington.com
je7.us
jikoman.info
jyvopys.com
keyhantercume.com
keywordhouse.com
kinopolet.net
koleso24.com.ua
konoplisemena.com
kountrylife.com
kredit-blog.ru kredit-blog.ru
labplus.ru la-fa.ru
larchik.net larger.io
ledpolice.ru live-cam6.info
light.ifmo.ru lsp-awak-perikanan.com
linerdrilling.com medicovi.com
littlecity.ch medmajor.ru
liveu.infoteka.hu medosmotr-ufa.ru
lolnex.us memberty.com
longlifelomilomi.info
lotto6888.com
ltvperf.com
macresource.co.uk
magento-crew.net
mainlinehobby.net
manve.info
maximilitary.ru
medi-fitt.hu
meendo-free-traffic.ga
meget.co.za
mensandals.xyz mensandals.xyz
metascephe.com mixx.com
mir-betting.ru mobile.ok.ru
mirtorrent.net moje-recenze.cz
missclub.info moncleroutletonline.xyz
mobstarr.com mosdverka.ru
monarhs.info mowser.com
most.gov.iq mrinsidesales.com
moviezbonkerssk.cf mulberryoutletonlineeu.com
musicspire.online musicdaddy.net
mxgetcode.com mybinaryoptionsrobot.com
mydownloadengine.com myseoconsultant.com
myfreetutorials.com next-dentists.tk
myftpupload.com nikitabuch.com
mygameplus.com nrv.co.za
naj-filmy24.pl olvanto.ru
new-post.tk oneminutesite.it
nhl09.ru onstrapon.purplesphere.in
nmrk.ru orion-code-access.net
o333o.com pattersonsweb.com
oakleyglassesonline.us perosan.com
oakridgemo.com perso.wanadoo.es
oda.as photo.houseofgaga.ru
offer.wpsecurity.website piluli.info
onlinadverts.com pio.polytopesexempt.com
oralsexfilme.net piski.top
orion-v.com
outclicks.net
oz-offers.com
partner-host.men
partybunny.ru
pdns.cz
perfectpracticeweb.com
pijoto.net
pixell.club
pizdeishn.com
plastgranar.nu plastgranar.nu
porno-dojki.net playlott.com
pornolook.net plohaya-kreditnaya-istoriya.ru
porno-play.net pomoc-drogowa.cba.pl
porno-raskazy.ru pontiacsolstice.info
privat-girl.net popup.matchmaker.com
prodess.ru pornofeuer.com
produkto.net portadd.men
profitsport.club praisong.net
prohoster.info pravoholding.ru
pr-ten.de preparevideosafesystem4unow.site
puzo2arbuza.ru promgirldresses.xyz
rainbowice.ru prpops.com
recipedays.com pulse33.ru
redirlock.com push-ad.com
rethinkwasteni.info queerspace.com
roznica.com.ua raavidesigns.com
ruex.org.ua ragecash.com
russia-today-video.ru recinziireale.com
salmonfishingsacramentoriver.com redirectingat.com
salut-camp.ru remont-komputerov-notebook.ru
sbetodiodnye-lampy.ru replicaclub.ru
sbwealthsolutions.ca ring4rhino.com
scanner-alex.top ringtonepartner.com
schoolfiles.net rootandroid.org
seoexperimenty.ru rossanasaavedra.net
sexkontakteao.info royal-investments.net
shemale-sex.net runtnc.net
rus-pornuha.com
saitevpatorii.com
savetubevideo.com
scanner-jess.top
scanner-willy.top
scripted.com
searchmywindow-a.akamaihd.net
seccioncontrabajo.com
seksvideoonlain.com
seo-2-0.com
seorankinglinks.us
seo-smm.kz
sexyteens.hol.es
shopcheermakeup.info shopcheermakeup.info
shop.xz618.com shopperifymac.com
shymkent.xkaz.org
sicfor.bcu.cc sicfor.bcu.cc
sitevaluation.com sildenafilcitratemed.com
s-iwantyou.com silktide.com
soaksoak.ru sisi-go.ru
social-s-ggg.xyz slonechka.ru
soft-program.com softomix.com
sonnikforme.ru softtor.com
sortthemesitesby.com spy-app.info
spitfiremusic.com spywarenuker.com
sprttrack.com taihouse.ru
spywarebegone.com tds-advert002.info
sribno.net technopellet.gr
stair.registrydomainservices.com thecoolimages.net
strana-krasoty.ru thesmartsearch.net
superlist.biz thetardistimes.ovh
supermesta.ru tizanidineinfo.blogspot.com
suture.co topclickguru.com
thenews-today.info torrents.cd
ticketsys.inetwd.com trafficnetzwerk.de
tizanidine4mgstreetvalue.blogspot.com trkur.com
tizanidineforopiatewithdrawal.blogspot.com trucri.me
tizanidinepills.blogspot.com umaseh.com
topads.men umg-stroy.ru
torrent-newgames.com us-america.ru
trafaret74.ru valkiria-tk.ru
turizmus.us valoresito.com
twinderbella.com vesnatehno.ru
uggbootsoutletsale.us videokrik.net
unionmarkt.de vielporno.net
urlcut.ru vilingstore.net
ussearche.cf vitanail.ru
valmetrundan.se vkgaleria.com
vepad.com vksaver-all.ru
videotuber.ru voditeltrezviy.ru
vladimir.zrus.org voluumtrk.com
vod.com.ua webmonetizer.net
vrotike.ru whos.amung.us
watchmyfb.pl woman-orgasm.ru
weddingdresses.xyz wurr.voila.net
wfb.hatedriveapart.com xgames-04.com
wildnatureimages.com xjrul.com
word-vorlagen.net x-true.info
wowas31.ucoz.ru xvideosporn.biz
www.kabbalah-red-bracelets.com yellowfootprints.com
xn--lifehacer-1rb.com youjizz.com
xportvusbdriver8i.snack.ws zambini.ru
xpresscare.ru zeroredirect11.com
xxx-treker.ru znakomstvaonlain.ru
ynymnwbm.bloger.index.hr zoodrawings.com
yopoint.in zryydi.com
yourserverisdown.com zscalertwo.net
yousense.info
zaim-pod-zalog-krasnodar.ru
zawyna.ua
zazagames.org
zlatnajesen.com
zona-aqua.ru
zophim.me
zverokruh-shop.cz

View file

@ -1,3 +1,31 @@
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -8,35 +36,7 @@
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1> <h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p> <p>This is merely used for testing !!!</p>
</body> </body>
</html><html> </html><!DOCTYPE html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Welcome to NginX</title> <title>Welcome to NginX</title>

View file

@ -1,4 +1,14 @@
<html> <!DOCTYPE html>
<html>
<head>
<title>Welcome to NginX</title>
</head>
<body>
<div align=center>
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><html>
<head><title>503 Service Temporarily Unavailable</title></head> <head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white"> <body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center> <center><h1>503 Service Temporarily Unavailable</h1></center>
@ -116,14 +126,4 @@
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1> <h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p> <p>This is merely used for testing !!!</p>
</body> </body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to NginX</title>
</head>
<body>
<div align=center>
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html> </html>

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 35.193.14.140 0;
127.0.0.1 0; 127.0.0.1 0;

Binary file not shown.

Binary file not shown.

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2019.07.1748 #### Version: V4.2019.07.1749
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2019.07.1748 #### Version: V4.2019.07.1749
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -11,7 +11,7 @@
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots) ##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
_______________ _______________
#### Version: V4.2019.07.1748 #### Version: V4.2019.07.1749
#### Bad Referrer Count: [6719](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrer Count: [6719](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) #### Bad Bot Count: [556](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
____________________ ____________________

View file

@ -3,7 +3,7 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________ _______________
#### Version: V4.2019.07.1748 #### Version: V4.2019.07.1749
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1748 ### Version: V3.2019.07.1749
### Updated: Fri Jul 5 08:31:37 SAST 2019 ### Updated: Fri Jul 5 08:51:59 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:36 SAST 2019 ### Updated: Fri Jul 5 08:51:58 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -6,8 +6,8 @@
### Version Information # ### Version Information #
################################################### ###################################################
### Version: V4.2019.07.1748 ### Version: V4.2019.07.1749
### Updated: Fri Jul 5 08:31:38 SAST 2019 ### Updated: Fri Jul 5 08:52:00 SAST 2019
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################
### Version Information ## ### Version Information ##