mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
V4.2019.07.1735 [ci skip]
This commit is contained in:
parent
71209936e3
commit
a814d6a2ef
55 changed files with 1096 additions and 1083 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 0;
|
35.202.145.110 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 0;
|
35.202.145.110 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 0;
|
35.202.145.110 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -28,8 +28,10 @@ http {
|
||||||
#tcp_nopush on;
|
#tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,10 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,10 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -40,8 +40,10 @@ http {
|
||||||
#tcp_nopush on;
|
#tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,10 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,10 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,10 @@ http {
|
||||||
#tcp_nopush on;
|
#tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
# Nginx Bad Bot Blocker Includes
|
# Nginx Bad Bot Blocker Includes
|
||||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
104.198.131.58 0;
|
35.202.145.110 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 1;
|
35.193.7.13 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 0;
|
35.193.7.13 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 1;
|
35.193.7.13 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 0;
|
35.193.7.13 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 1;
|
35.193.7.13 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.68.144.114 0;
|
35.193.7.13 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -45,5 +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.192.187.174 0;
|
35.202.145.110 0;
|
||||||
34.66.178.120 0;
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -45,6 +45,6 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
104.198.131.58 0;
|
35.193.7.13 0;
|
||||||
35.192.136.167 0;
|
35.192.85.2 0;
|
||||||
35.193.14.140 0;
|
35.224.112.202 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -45,6 +45,6 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
34.68.144.114 0;
|
35.192.85.2 0;
|
||||||
35.192.187.174 0;
|
35.224.112.202 0;
|
||||||
35.192.136.167 0;
|
104.154.120.187 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
eCatch
|
Evil
|
||||||
Gotit
|
Hloader
|
||||||
HTMLparser
|
Intelliseek
|
||||||
ips-agent
|
Nettrack
|
||||||
LinqiaScrapeBot
|
Nmap
|
||||||
Majestic-SEO
|
SBIder
|
||||||
NPbot
|
T8Abot
|
||||||
Pimonster
|
Web Fuck
|
||||||
QueryN Metasearch
|
Who.is Bot
|
||||||
ScreenerBot
|
ZyBorg
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404enemy
|
404enemy
|
||||||
80legs
|
80legs
|
||||||
Aboundexbot
|
Aboundex
|
||||||
Acunetix
|
|
||||||
ADmantX
|
ADmantX
|
||||||
|
AiHitBot
|
||||||
Aipbot
|
Aipbot
|
||||||
Alexibot
|
AllSubmitter
|
||||||
Alligator
|
AlphaBot
|
||||||
Apexoo
|
Anarchie
|
||||||
archive.org_bot
|
archive.org_bot
|
||||||
autoemailspider
|
autoemailspider
|
||||||
BackDoorBot
|
BackDoorBot
|
||||||
|
Backlink-Ceck
|
||||||
|
backlink-check
|
||||||
BacklinkCrawler
|
BacklinkCrawler
|
||||||
BackStreet
|
|
||||||
BackWeb
|
BackWeb
|
||||||
Bandit
|
Badass
|
||||||
BatchFTP
|
Battleztar Bazinga
|
||||||
BBBike
|
BDFetch
|
||||||
Bigfoot
|
|
||||||
BlackWidow
|
BlackWidow
|
||||||
Bolt
|
Bolt
|
||||||
BuiltBotTough
|
BotALot
|
||||||
|
Buddy
|
||||||
|
BuiltWith
|
||||||
Bullseye
|
Bullseye
|
||||||
|
BunnySlippers
|
||||||
BuzzSumo
|
BuzzSumo
|
||||||
Calculon
|
CCBot
|
||||||
CATExplorador
|
Cegbfeieh
|
||||||
CheTeam
|
CheeseBot
|
||||||
Chlooe
|
CherryPicker
|
||||||
Cliqzbot
|
Claritybot
|
||||||
|
Cloud mapping
|
||||||
coccocbot-web
|
coccocbot-web
|
||||||
Cogentbot
|
|
||||||
Collector
|
Collector
|
||||||
com.plumanalytics
|
Copier
|
||||||
CopyRightCheck
|
CopyRightCheck
|
||||||
Copyscape
|
Copyscape
|
||||||
Cosmos
|
Cosmos
|
||||||
Craftbot
|
crawl.sogou.com
|
||||||
|
CrazyWebCrawler
|
||||||
|
CrunchBot
|
||||||
CSHttp
|
CSHttp
|
||||||
DatabaseDriverMysqli
|
Curious
|
||||||
DataCha0s
|
|
||||||
DBLBot
|
DBLBot
|
||||||
demandbase-bot
|
Deusu
|
||||||
Devil
|
Devil
|
||||||
DigitalPebble
|
DigitalPebble
|
||||||
Dirbuster
|
|
||||||
Disco
|
Disco
|
||||||
Discobot
|
Discobot
|
||||||
Dispatch
|
|
||||||
DittoSpyder
|
DittoSpyder
|
||||||
Download Wonder
|
DnyzBot
|
||||||
|
DomainAppender
|
||||||
|
DomainSigmaCrawler
|
||||||
|
DomainStatsBot
|
||||||
|
Dotbot
|
||||||
|
Dragonfly
|
||||||
DSearch
|
DSearch
|
||||||
EasyDL
|
Ecxi
|
||||||
eCatch
|
EMail Siphon
|
||||||
ECCP/1.0
|
Exabot
|
||||||
EirGrabber
|
Express WebPictures
|
||||||
EMail Wolf
|
ExtLinksBot
|
||||||
evc-batch
|
EyeNetIE
|
||||||
Extreme Picture Finder
|
Ezooms
|
||||||
FDM
|
|
||||||
FemtosearchBot
|
FemtosearchBot
|
||||||
Flunky
|
FlashGet
|
||||||
Foobot
|
Foobot
|
||||||
Genieo
|
GalaxyBot
|
||||||
GermCrawler
|
GermCrawler
|
||||||
GetWeb
|
GetRight
|
||||||
|
Gigablast
|
||||||
Go-Ahead-Got-It
|
Go-Ahead-Got-It
|
||||||
Gotit
|
|
||||||
GoZilla
|
|
||||||
Go!Zilla
|
|
||||||
GrabNet
|
GrabNet
|
||||||
Grafula
|
|
||||||
GrapeFX
|
|
||||||
GrapeshotCrawler
|
GrapeshotCrawler
|
||||||
GT::WWW
|
HaosouSpider
|
||||||
Harvest
|
Harvest
|
||||||
Havij
|
Havij
|
||||||
HTTrack
|
Heritrix
|
||||||
|
Hloader
|
||||||
|
HMView
|
||||||
HybridBot
|
HybridBot
|
||||||
IDBot
|
|
||||||
Image Fetch
|
|
||||||
Image Sucker
|
Image Sucker
|
||||||
InfoNaviRobot
|
InfoTekies
|
||||||
instabid
|
instabid
|
||||||
|
Intelliseek
|
||||||
InterGET
|
InterGET
|
||||||
Internet Ninja
|
InternetSeer
|
||||||
Iria
|
IRLbot
|
||||||
IstellaBot
|
Jbrofuzz
|
||||||
JennyBot
|
|
||||||
JetCar
|
JetCar
|
||||||
|
Jetty
|
||||||
JOC Web Spider
|
JOC Web Spider
|
||||||
JustView
|
|
||||||
Kenjin Spider
|
Kenjin Spider
|
||||||
|
Keyword Density
|
||||||
Kozmosbot
|
Kozmosbot
|
||||||
Lanshanbot
|
LeechFTP
|
||||||
LeechGet
|
LeechGet
|
||||||
LexiBot
|
Lftp
|
||||||
LibWeb
|
Libwhisker
|
||||||
Lightspeedsystems
|
Likse
|
||||||
|
Linkdexbot
|
||||||
LinkextractorPro
|
LinkextractorPro
|
||||||
LinkScan
|
|
||||||
LinksManager
|
LinksManager
|
||||||
|
LinqiaRSSBot
|
||||||
|
LinqiaScrapeBot
|
||||||
Lipperhey
|
Lipperhey
|
||||||
Lipperhey Spider
|
|
||||||
Litemage_walker
|
Litemage_walker
|
||||||
LNSpiderguy
|
|
||||||
Ltx71
|
Ltx71
|
||||||
LWP::Simple
|
Magnet
|
||||||
lwp-trivial
|
|
||||||
Mag-Net
|
|
||||||
magpie-crawler
|
|
||||||
Majestic SEO
|
Majestic SEO
|
||||||
Majestic-SEO
|
|
||||||
MarkMonitor
|
MarkMonitor
|
||||||
Meanpathbot
|
MarkWatch
|
||||||
MeanPath Bot
|
|
||||||
Mediatoolkitbot
|
Mediatoolkitbot
|
||||||
Microsoft Data Access
|
mediawords
|
||||||
|
Metauri
|
||||||
Microsoft URL Control
|
Microsoft URL Control
|
||||||
|
MIDown tool
|
||||||
|
Mister PiX
|
||||||
Mojeek
|
Mojeek
|
||||||
MSIECrawler
|
MSIECrawler
|
||||||
MS Web Services Client Protocol
|
|
||||||
muhstik-scan
|
|
||||||
Nameprotect
|
Nameprotect
|
||||||
Needle
|
Navroad
|
||||||
NetAnts
|
NearSite
|
||||||
netEstate NE Crawler
|
Netcraft
|
||||||
NetSpider
|
NetMechanic
|
||||||
Net Vampire
|
|
||||||
Netvibes
|
Netvibes
|
||||||
NetZIP
|
NetZIP
|
||||||
Nibbler
|
Nibbler
|
||||||
Nikto
|
NICErsPRO
|
||||||
|
Niki-bot
|
||||||
Nimbostratus
|
Nimbostratus
|
||||||
NPbot
|
NPbot
|
||||||
|
Octopus
|
||||||
Offline Explorer
|
Offline Explorer
|
||||||
Offline Navigator
|
Openvas
|
||||||
OpenVAS
|
OrangeBot
|
||||||
|
OutclicksBot
|
||||||
|
OutfoxBot
|
||||||
|
Page Analyzer
|
||||||
|
PageGrabber
|
||||||
page scorer
|
page scorer
|
||||||
PageScorer
|
Panscient
|
||||||
PECL::HTTP
|
Pavuk
|
||||||
|
PeoplePal
|
||||||
|
Picscout
|
||||||
|
Picsearch
|
||||||
PictureFinder
|
PictureFinder
|
||||||
Pi-Monster
|
Pimonster
|
||||||
|
Pixray
|
||||||
PleaseCrawl
|
PleaseCrawl
|
||||||
plumanalytics
|
plumanalytics
|
||||||
Pockey
|
Probethenet
|
||||||
POE-Component-Client-HTTP
|
ProWebWalker
|
||||||
PxBroker
|
PxBroker
|
||||||
PyCurl
|
PyCurl
|
||||||
|
QueryN Metasearch
|
||||||
|
Quick-Crawler
|
||||||
|
RankActive
|
||||||
|
RankActiveLinkBot
|
||||||
|
RankFlex
|
||||||
RankingBot
|
RankingBot
|
||||||
RankurBot
|
RankurBot
|
||||||
Reaper
|
Reaper
|
||||||
RedesScrapy
|
RepoMonkey
|
||||||
Ripper
|
Ripper
|
||||||
ScanAlert
|
RocketCrawler
|
||||||
Scanbot
|
Rogerbot
|
||||||
|
s1z.ru
|
||||||
|
SBIder
|
||||||
scan.lol
|
scan.lol
|
||||||
|
ScoutJet
|
||||||
Scrapy
|
Scrapy
|
||||||
|
ScreenerBot
|
||||||
Searchestate
|
Searchestate
|
||||||
Semrush
|
SearchmetricsBot
|
||||||
SemrushBot
|
|
||||||
SEOkicks
|
SEOkicks
|
||||||
SEOlyticsCrawler
|
|
||||||
Seomoz
|
Seomoz
|
||||||
seoscanners
|
SeoSiteCheckup
|
||||||
SEOstats
|
|
||||||
serpstatbot
|
serpstatbot
|
||||||
sexsearcher
|
sexsearcher
|
||||||
Shodan
|
|
||||||
SISTRIX
|
SISTRIX
|
||||||
SiteLockSpider
|
SiteLockSpider
|
||||||
Site Sucker
|
SiteSnagger
|
||||||
SlySearch
|
Sitevigil
|
||||||
SmartDownload
|
Snapbot
|
||||||
SocialRankIOBot
|
Snoopy
|
||||||
Sociscraper
|
Sociscraper
|
||||||
Sogou web spider
|
Sogou web spider
|
||||||
Sosospider
|
Sosospider
|
||||||
Sottopop
|
Sottopop
|
||||||
SpankBot
|
SpaceBison
|
||||||
Spanner
|
sp_auditbot
|
||||||
Spbot
|
Spinn3r
|
||||||
SputnikBot
|
Sqworm
|
||||||
Sqlmap
|
|
||||||
Steeler
|
|
||||||
Sucker
|
Sucker
|
||||||
|
Sucuri
|
||||||
SuperBot
|
SuperBot
|
||||||
|
SuperHTTP
|
||||||
SurveyBot
|
SurveyBot
|
||||||
sysscan
|
Suzuran
|
||||||
T8Abot
|
T0PHackTeam
|
||||||
tAkeOut
|
Telesoft
|
||||||
|
Telesphoreo
|
||||||
Telesphorep
|
Telesphorep
|
||||||
TheNomad
|
Thumbor
|
||||||
Tracemyfile
|
Titan
|
||||||
|
Trendiction
|
||||||
|
Trendictionbot
|
||||||
trendiction.com
|
trendiction.com
|
||||||
True_Robot
|
True_Robot
|
||||||
Turingos
|
Turingos
|
||||||
Turnitin
|
TwengaBot
|
||||||
TurnitinBot
|
|
||||||
Twice
|
|
||||||
Typhoeus
|
|
||||||
UnisterBot
|
UnisterBot
|
||||||
URLy.Warning
|
Upflow
|
||||||
Vacuum
|
Vagabondo
|
||||||
VB Project
|
VB Project
|
||||||
VeriCiteCrawler
|
|
||||||
VidibleScraper
|
|
||||||
Virusdie
|
Virusdie
|
||||||
VoidEYE
|
VoidEYE
|
||||||
Voil
|
Voltron
|
||||||
Wallpapers/3.0
|
WBSearchBot
|
||||||
WallpapersHD
|
|
||||||
WASALive-Bot
|
|
||||||
Webalta
|
|
||||||
WebAuto
|
|
||||||
WebBandit
|
|
||||||
WebCollage
|
|
||||||
Web Collage
|
|
||||||
WebCopier
|
|
||||||
WebEnhancer
|
|
||||||
Web Enhancer
|
|
||||||
WebFetch
|
|
||||||
Web Fetch
|
|
||||||
WebFuck
|
|
||||||
Web Fuck
|
Web Fuck
|
||||||
WebGo IS
|
WebGo IS
|
||||||
WebLeacher
|
|
||||||
WebmasterWorldForumBot
|
|
||||||
webmeup-crawler
|
webmeup-crawler
|
||||||
WebReaper
|
WebPix
|
||||||
|
Web Pix
|
||||||
WebSauger
|
WebSauger
|
||||||
Website Quester
|
Web Sauger
|
||||||
Webster
|
WebsiteQuester
|
||||||
|
WebSucker
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WeSEE
|
WebWhacker
|
||||||
Whack
|
Whack
|
||||||
Whatweb
|
Whatweb
|
||||||
Widow
|
Who.is Bot
|
||||||
WiseGuys Robot
|
WinHTTrack
|
||||||
WISENutbot
|
WISENutbot
|
||||||
Wonderbot
|
Wprecon
|
||||||
Woobot
|
WPScan
|
||||||
Wotbox
|
|
||||||
x09Mozilla
|
x09Mozilla
|
||||||
Xenu
|
Xaldon WebSpider
|
||||||
YoudaoBot
|
Xaldon_WebSpider
|
||||||
Zade
|
xpymep1.exe
|
||||||
Zauba
|
Zauba
|
||||||
|
zauba.io
|
||||||
Zeus
|
Zeus
|
||||||
Zitebot
|
zgrab
|
||||||
|
ZmEu
|
||||||
|
ZumBot
|
||||||
ZyBorg
|
ZyBorg
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
360Spider
|
|
||||||
404enemy
|
404enemy
|
||||||
80legs
|
80legs
|
||||||
Abonti
|
|
||||||
Aboundexbot
|
Aboundexbot
|
||||||
ADmantX
|
AfD-Verbotsverfahren
|
||||||
AiHitBot
|
Aipbot
|
||||||
Alligator
|
Alexibot
|
||||||
AllSubmitter
|
AllSubmitter
|
||||||
|
archive.org_bot
|
||||||
|
Asterias
|
||||||
Attach
|
Attach
|
||||||
autoemailspider
|
BackDoorBot
|
||||||
Backlink-Ceck
|
Backlink-Ceck
|
||||||
backlink-check
|
BackWeb
|
||||||
Badass
|
Bandit
|
||||||
BatchFTP
|
BatchFTP
|
||||||
Battleztar Bazinga
|
Battleztar Bazinga
|
||||||
|
BBBike
|
||||||
BDFetch
|
BDFetch
|
||||||
BetaBot
|
Black Hole
|
||||||
Bigfoot
|
|
||||||
BlackWidow
|
BlackWidow
|
||||||
BLEXBot
|
|
||||||
Blow
|
Blow
|
||||||
|
BlowFish
|
||||||
|
Boardreader
|
||||||
Bolt
|
Bolt
|
||||||
BotALot
|
BotALot
|
||||||
Brandprotect
|
|
||||||
Brandwatch
|
|
||||||
BuiltBotTough
|
|
||||||
BuiltWith
|
|
||||||
Bullseye
|
Bullseye
|
||||||
CATExplorador
|
Calculon
|
||||||
CazoodleBot
|
CazoodleBot
|
||||||
CCBot
|
CheeseBot
|
||||||
|
CherryPicker
|
||||||
|
CheTeam
|
||||||
|
ChinaClaw
|
||||||
Chlooe
|
Chlooe
|
||||||
Cloud mapping
|
Claritybot
|
||||||
Cosmos
|
Cliqzbot
|
||||||
|
Craftbot
|
||||||
crawler4j
|
crawler4j
|
||||||
crawler.feedback
|
crawler.feedback
|
||||||
crawl.sogou.com
|
Crescent
|
||||||
CrazyWebCrawler
|
CSHttp
|
||||||
DBLBot
|
Curious
|
||||||
Demon
|
Custo
|
||||||
|
DatabaseDriverMysqli
|
||||||
|
DataCha0s
|
||||||
Deusu
|
Deusu
|
||||||
Devil
|
|
||||||
Digincore
|
Digincore
|
||||||
DigitalPebble
|
DigitalPebble
|
||||||
DIIbot
|
Disco
|
||||||
Discoverybot
|
Discoverybot
|
||||||
Dispatch
|
Dispatch
|
||||||
DomainCrawler
|
DittoSpyder
|
||||||
Dotbot
|
DomainStatsBot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
DTS Agent
|
DSearch
|
||||||
EasyDL
|
Ebingbong
|
||||||
ECCP/1.0
|
Exabot
|
||||||
EirGrabber
|
Express WebPictures
|
||||||
EMail Siphon
|
Extreme Picture Finder
|
||||||
EMail Wolf
|
|
||||||
EroCrawler
|
|
||||||
ExtLinksBot
|
|
||||||
ExtractorPro
|
|
||||||
EyeNetIE
|
EyeNetIE
|
||||||
FHscan
|
facebookscraper
|
||||||
Fimap
|
Firefox/7.0
|
||||||
Freeuploader
|
Freeuploader
|
||||||
|
FyberSpider
|
||||||
Fyrebot
|
Fyrebot
|
||||||
GermCrawler
|
Gigablast
|
||||||
GetWeb
|
Gotit
|
||||||
G-i-g-a-b-o-t
|
Go!Zilla
|
||||||
GoZilla
|
GT::WWW
|
||||||
GrapeshotCrawler
|
Havij
|
||||||
HaosouSpider
|
HMView
|
||||||
Heritrix
|
HTTP::Lite
|
||||||
Hloader
|
|
||||||
HTTrack
|
|
||||||
Humanlinks
|
|
||||||
HybridBot
|
HybridBot
|
||||||
IlseBot
|
Iblog
|
||||||
|
IDBot
|
||||||
|
Indy Library
|
||||||
InfoNaviRobot
|
InfoNaviRobot
|
||||||
instabid
|
instabid
|
||||||
InternetSeer
|
Internet Ninja
|
||||||
internetVista monitor
|
internetVista monitor
|
||||||
|
IRLbot
|
||||||
|
Iskanie
|
||||||
IstellaBot
|
IstellaBot
|
||||||
Jbrofuzz
|
|
||||||
JennyBot
|
JennyBot
|
||||||
Joomla
|
JetCar
|
||||||
Jorgee
|
Jetty
|
||||||
Lanshanbot
|
JOC Web Spider
|
||||||
|
JustView
|
||||||
|
Jyxobot
|
||||||
|
Keyword Density
|
||||||
|
Larbin
|
||||||
LeechFTP
|
LeechFTP
|
||||||
|
LeechGet
|
||||||
LibWeb
|
LibWeb
|
||||||
Libwhisker
|
Libwhisker
|
||||||
Likse
|
Lightspeedsystems
|
||||||
Linkdexbot
|
Linkdexbot
|
||||||
|
LinkpadBot
|
||||||
LinksManager
|
LinksManager
|
||||||
LinkWalker
|
LinkWalker
|
||||||
LinqiaMetadataDownloaderBot
|
|
||||||
LinqiaScrapeBot
|
LinqiaScrapeBot
|
||||||
Lipperhey
|
|
||||||
Lipperhey Spider
|
Lipperhey Spider
|
||||||
|
Litemage_walker
|
||||||
Lmspider
|
Lmspider
|
||||||
LNSpiderguy
|
LNSpiderguy
|
||||||
lwp-trivial
|
lwp-request
|
||||||
|
LWP::Simple
|
||||||
|
Mag-Net
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
Majestic-SEO
|
Majestic12
|
||||||
Masscan
|
Majestic SEO
|
||||||
|
MarkWatch
|
||||||
Mass Downloader
|
Mass Downloader
|
||||||
Mata Hari
|
|
||||||
MauiBot
|
MauiBot
|
||||||
meanpathbot
|
|
||||||
Meanpathbot
|
Meanpathbot
|
||||||
Mediatoolkitbot
|
Mediatoolkitbot
|
||||||
mediawords
|
|
||||||
MegaIndex.ru
|
MegaIndex.ru
|
||||||
MFC_Tear_Sample
|
Metauri
|
||||||
Microsoft Data Access
|
Microsoft Data Access
|
||||||
Microsoft URL Control
|
|
||||||
MIIxpc
|
MIIxpc
|
||||||
MJ12bot
|
Mister PiX
|
||||||
Mojeek
|
|
||||||
Morfeus Fucking Scanner
|
Morfeus Fucking Scanner
|
||||||
MSIECrawler
|
Mr.4x3
|
||||||
Msrabot
|
MSFrontPage
|
||||||
MS Web Services Client Protocol
|
muhstik-scan
|
||||||
Musobot
|
Musobot
|
||||||
Nameprotect
|
|
||||||
NearSite
|
NearSite
|
||||||
Needle
|
|
||||||
Nessus
|
Nessus
|
||||||
NetAnts
|
NetLyzer
|
||||||
Netcraft
|
|
||||||
NetMechanic
|
|
||||||
NetSpider
|
|
||||||
Nettrack
|
Nettrack
|
||||||
Netvibes
|
|
||||||
NetZIP
|
|
||||||
NextGenSearchBot
|
NextGenSearchBot
|
||||||
Nibbler
|
Niki-bot
|
||||||
Nikto
|
|
||||||
NimbleCrawler
|
NimbleCrawler
|
||||||
Nimbostratus
|
Nimbostratus
|
||||||
|
Ninja
|
||||||
NPbot
|
NPbot
|
||||||
oBot
|
oBot
|
||||||
Octopus
|
Octopus
|
||||||
Offline Explorer
|
Offline Explorer
|
||||||
OnCrawl
|
OnCrawl
|
||||||
OpenLinkProfiler
|
Openfind
|
||||||
Openvas
|
Openvas
|
||||||
OrangeBot
|
OpenVAS
|
||||||
Page Analyzer
|
OutclicksBot
|
||||||
|
OutfoxBot
|
||||||
|
PageAnalyzer
|
||||||
|
PageGrabber
|
||||||
|
page scorer
|
||||||
PageScorer
|
PageScorer
|
||||||
pcBrowser
|
pcBrowser
|
||||||
PECL::HTTP
|
PECL::HTTP
|
||||||
PeoplePal
|
PeoplePal
|
||||||
PHPCrawl
|
PHPCrawl
|
||||||
Picscout
|
Picscout
|
||||||
|
PictureFinder
|
||||||
Pimonster
|
Pimonster
|
||||||
|
Pixray
|
||||||
plumanalytics
|
plumanalytics
|
||||||
Pockey
|
POE-Component-Client-HTTP
|
||||||
ProWebWalker
|
Pump
|
||||||
Rankivabot
|
PxBroker
|
||||||
|
PyCurl
|
||||||
|
Quick-Crawler
|
||||||
RankurBot
|
RankurBot
|
||||||
RealDownload
|
|
||||||
RebelMouse
|
|
||||||
Recorder
|
Recorder
|
||||||
RepoMonkey
|
Rogerbot
|
||||||
Ripper
|
s1z.ru
|
||||||
|
SBIder
|
||||||
Scanbot
|
Scanbot
|
||||||
scan.lol
|
scan.lol
|
||||||
|
ScoutJet
|
||||||
Scrapy
|
Scrapy
|
||||||
|
Screaming
|
||||||
ScreenerBot
|
ScreenerBot
|
||||||
SearchmetricsBot
|
SemrushBot
|
||||||
|
SEOkicks-Robot
|
||||||
SEOlyticsCrawler
|
SEOlyticsCrawler
|
||||||
|
Seomoz
|
||||||
seoscanners
|
seoscanners
|
||||||
SEOstats
|
|
||||||
serpstatbot
|
serpstatbot
|
||||||
sexsearcher
|
Siphon
|
||||||
SISTRIX
|
|
||||||
Sitebeam
|
Sitebeam
|
||||||
SiteExplorer
|
SiteSnagger
|
||||||
SiteLockSpider
|
Site Sucker
|
||||||
SiteSucker
|
Sitevigil
|
||||||
SmartDownload
|
SmartDownload
|
||||||
SMTBot
|
SMTBot
|
||||||
|
Snake
|
||||||
Snapbot
|
Snapbot
|
||||||
Sogou web spider
|
Sociscraper
|
||||||
|
sogouspider
|
||||||
|
Sosospider
|
||||||
|
Sottopop
|
||||||
Spammen
|
Spammen
|
||||||
sp_auditbot
|
SpankBot
|
||||||
|
Spbot
|
||||||
Spinn3r
|
Spinn3r
|
||||||
Steeler
|
Sqlworm
|
||||||
Stripper
|
Stripper
|
||||||
Sucker
|
Sucker
|
||||||
|
Sucuri
|
||||||
SuperHTTP
|
SuperHTTP
|
||||||
Surfbot
|
|
||||||
SurveyBot
|
SurveyBot
|
||||||
Suzuran
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
Szukacz
|
sysscan
|
||||||
T0PHackTeam
|
T0PHackTeam
|
||||||
TeleportPro
|
tAkeOut
|
||||||
Telesoft
|
Teleport
|
||||||
Telesphoreo
|
|
||||||
Telesphorep
|
Telesphorep
|
||||||
Thumbor
|
|
||||||
TightTwatBot
|
|
||||||
Toata
|
Toata
|
||||||
Trendiction
|
Tracemyfile
|
||||||
trendiction.com
|
trendiction.com
|
||||||
trendiction.de
|
True_Robot
|
||||||
Turnitin
|
Turnitin
|
||||||
TwengaBot
|
Twice
|
||||||
|
Typhoeus
|
||||||
UnisterBot
|
UnisterBot
|
||||||
|
Upflow
|
||||||
|
URLy Warning
|
||||||
|
URLy.Warning
|
||||||
VCI
|
VCI
|
||||||
VoidEYE
|
VidibleScraper
|
||||||
Voltron
|
Virusdie
|
||||||
WASALive-Bot
|
|
||||||
WBSearchBot
|
|
||||||
Web Auto
|
|
||||||
WebBandit
|
WebBandit
|
||||||
WebCollage
|
WebCollage
|
||||||
Web Collage
|
|
||||||
WebCopier
|
|
||||||
WEBDAV
|
WEBDAV
|
||||||
|
WebFetch
|
||||||
Web Fetch
|
Web Fetch
|
||||||
WebFuck
|
WebFuck
|
||||||
Web Fuck
|
WebImageCollector
|
||||||
WebReaper
|
WebLeacher
|
||||||
|
WebmasterWorldForumBot
|
||||||
|
Web Pix
|
||||||
Website Quester
|
Website Quester
|
||||||
Webster
|
|
||||||
WebSucker
|
WebSucker
|
||||||
Web Sucker
|
|
||||||
WebWhacker
|
WebWhacker
|
||||||
WebZIP
|
WeSEE
|
||||||
Whacker
|
Whack
|
||||||
Whatweb
|
WISENutbot
|
||||||
Who.is Bot
|
|
||||||
WiseGuys Robot
|
|
||||||
Wotbox
|
Wotbox
|
||||||
Wprecon
|
WPScan
|
||||||
WWW::Mechanize
|
WWW::Mechanize
|
||||||
WWWOFFLE
|
WWWOFFLE
|
||||||
x09Mozilla
|
|
||||||
x22Mozilla
|
x22Mozilla
|
||||||
Xaldon_WebSpider
|
Xaldon_WebSpider
|
||||||
YoudaoBot
|
Xenu
|
||||||
Zade
|
xpymep1.exe
|
||||||
Zauba
|
|
||||||
Zermelo
|
Zermelo
|
||||||
Zeus
|
|
||||||
zgrab
|
|
||||||
Zitebot
|
Zitebot
|
||||||
ZmEu
|
ZyBorg
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
aerogo.com
|
apps-analytics.net
|
||||||
angel1777.kz
|
cleanmypc.com
|
||||||
animebox.com.ua
|
dtnlyss.com
|
||||||
beztuberkuleza.ru
|
franklinfire.co
|
||||||
date-withme.com
|
heartofpayne.xyz
|
||||||
mikrobiologies.ru
|
koopilka.com
|
||||||
missvietnam.org
|
predominant-invent.tk
|
||||||
misterjtbarbers.com
|
sanatorrii.ru
|
||||||
moivestiy.biz
|
stroiminsk.com
|
||||||
nac-bearings.ru
|
thexart.club
|
||||||
|
|
|
@ -1,500 +1,500 @@
|
||||||
1pamm.ru
|
0daymusic.org
|
||||||
2ads.co.uk
|
123any.com
|
||||||
2daytrendingnews.com
|
12masterov.com
|
||||||
2kata.ru
|
21h2o.com
|
||||||
3rbseyes.com
|
2345.com
|
||||||
6hopping.com
|
51.la
|
||||||
7fon.ru
|
777-club.ru
|
||||||
888.com
|
8lufu.com
|
||||||
8jn.dating-app.ru
|
9icmzvn6.website
|
||||||
aa8b68101d388c446389283820863176e7.com
|
aa08daf7e13b6345e09e92f771507fa5f4.com
|
||||||
aac52006ec82a24e08b665f4db2b5013f7.com
|
aa8780bb28a1de4eb5bff33c28a218a930.com
|
||||||
abwa.tk
|
aab94f698f36684c5a852a2ef272e031bb.com
|
||||||
|
aaronabel.com
|
||||||
|
abovetherivernc.com
|
||||||
|
absugars.com
|
||||||
acgs.tk
|
acgs.tk
|
||||||
adexprts.com
|
actices.com
|
||||||
adobereader-free.ru
|
addray.pro
|
||||||
adprotect.net
|
adserver-e7.com
|
||||||
adtech.de
|
adultgalls.com
|
||||||
adtology.com
|
adult-shop.com.ua
|
||||||
agroeconom.kz
|
adventureparkcostarica.com
|
||||||
alive-ua.com
|
adzerg.com
|
||||||
alkoravto.ru
|
a.frcls.fr
|
||||||
|
agapovdg.ru
|
||||||
|
aghanyna.com
|
||||||
|
air-edem.ru
|
||||||
|
alert-jdh.xyz
|
||||||
|
alfabot.xyz
|
||||||
|
all4invest.info
|
||||||
allboard.xobor.de
|
allboard.xobor.de
|
||||||
allforminecraft.ru
|
alldubai.biz
|
||||||
allpdfmags.net
|
amospalla.es
|
||||||
allstatesugarbowl.org
|
amyfoxfitness.com
|
||||||
am15.net
|
analytics-ads.xyz
|
||||||
angel1777.kz
|
animal36.com
|
||||||
apibrowsesmartne-a.akamaihd.net
|
animaltoplist.com
|
||||||
|
anticrawler.org
|
||||||
apimountainbikei-a.akamaihd.net
|
apimountainbikei-a.akamaihd.net
|
||||||
apiwebwebgetcom-a.akamaihd.net
|
appearance-cool.com
|
||||||
appsaurus.com
|
apple.com-cleaner.systems
|
||||||
apptester.tk
|
applyneedy.xyz
|
||||||
arclk.net
|
arabgirls.adultgalls.com
|
||||||
arenda-yeisk.ru
|
arendas.net
|
||||||
arpelsreplica.xyz
|
|
||||||
artdeko.info
|
|
||||||
asseenontvonline.ru
|
|
||||||
astrochicks.com
|
astrochicks.com
|
||||||
autodo.info
|
atelielembrancaqueencanta.com.br
|
||||||
autoua.top
|
atmovs.com
|
||||||
aviav.eu
|
atofilms.com
|
||||||
aviav.org
|
auto4style.ru
|
||||||
avtocredit-legko.ru
|
autonew.biz
|
||||||
avtointeres.ru
|
avek.ru
|
||||||
awency.com
|
aviav.ru
|
||||||
azartclub.org
|
azadnegar.com
|
||||||
b00kmarks.com
|
azazaporn.com
|
||||||
bag77.ru
|
azbukafree.com
|
||||||
balans.shahterworld.org
|
babieca.com
|
||||||
beclean-nn.ru
|
babs.com.ua
|
||||||
belstaffstore.online
|
baersaratov.ru
|
||||||
bestcalovebracelet.cn
|
bankmib.ru
|
||||||
bestmobilityscooterstoday.com
|
bannerbank.ru
|
||||||
bestofferswalkmydogouteveryday.gq
|
bannerconnect.net
|
||||||
bestsexyblog.com
|
baoxaydung.com.vn
|
||||||
bet-prognoz.com
|
bard-real.com.ua
|
||||||
beztuberkuleza.ru
|
basisches-wasser.net
|
||||||
bin-brokers.com
|
beget.tech
|
||||||
bjetjt.com
|
beremenyashka.com
|
||||||
bloggedporn.com
|
bestfortraders.com
|
||||||
blogsfunky672.weebly.com
|
bestserials.com
|
||||||
bodybuilding-shop.biz
|
betteroffers.review
|
||||||
boltalko.xyz
|
big-cash.net
|
||||||
bonux.nextview.ru
|
bioinnovate.co
|
||||||
brakehawk.com
|
blackplanet.com
|
||||||
brandbucket.com
|
blacktwhite.com
|
||||||
bscodecs.com
|
blog-hits.com
|
||||||
buchananshardware.com
|
blogrankers.com
|
||||||
buehne-fuer-menschenrechte.de
|
bonanza-fortune.men
|
||||||
buyclomidonlaine.com
|
bookmaker-bet.com
|
||||||
buyessay3.blogspot.ru
|
boole.onlinewebshop.net
|
||||||
buy-loft.ru
|
bosman.pluto.ro
|
||||||
buytizanidineonline.blogspot.com
|
bpro1.top
|
||||||
buzz-porno.info
|
buynorxx.com
|
||||||
byme.se
|
buytizanidineonlinenoprescription.blogspot.com
|
||||||
carstrends2015.com
|
bzero1jewelry.net
|
||||||
cartierreplica.pw
|
cactussoft.biz
|
||||||
cartierreplica.xyz
|
calc-for-credit.ru
|
||||||
caulderwoodkennels.com
|
calcularpagerank.com
|
||||||
caveavins.fr
|
camdenmemorials.com
|
||||||
cayado.snn.gr
|
cardiosport.com.ua
|
||||||
|
cartiertrinity.xyz
|
||||||
|
ccjp.eu
|
||||||
|
cctva.tv
|
||||||
cdncash.com
|
cdncash.com
|
||||||
cercacamion.it
|
cejewelry.xyz
|
||||||
chatseo.com
|
cellfun.mobi
|
||||||
cheapestjerseys-wholesale.com
|
cfacarrosserie74.com
|
||||||
cheapmarmot.online
|
cheapwebsitehoster.com
|
||||||
cheapmoncler.xyz
|
cindymatches.com
|
||||||
checkpagerank.net
|
cinemaflix.website
|
||||||
chiblackhawks-jerseys.com
|
cleanallvirus.com
|
||||||
cienum.fr
|
cleanpcnow.com
|
||||||
cjs.com.ru
|
cleansearch.net
|
||||||
clash-clans.ru
|
clean-start.net
|
||||||
clean-virus-mac.com
|
|
||||||
clickhype.com
|
|
||||||
cmd.kz
|
cmd.kz
|
||||||
cognitiveseo.com
|
codysbbq.com
|
||||||
compliance-alex.top
|
co.lumb.co
|
||||||
compliance-checker.info
|
comissionka.net
|
||||||
compliance-don.top
|
coolgamechannel.com
|
||||||
compliance-don.xyz
|
coslab.club
|
||||||
compliance-irvin.xyz
|
countbertwistdisp26.soup.io
|
||||||
compliance-josh.top
|
counter.bloke.com
|
||||||
compliance-willy.top
|
creativehutindia.com
|
||||||
concordexoticrentals.com
|
creditwell.ru
|
||||||
cookie-law-enforcement-aa.xyz
|
crynet.cc
|
||||||
cookie-law-enforcement-ff.xyz
|
cscwtalkto.site
|
||||||
coolyarddecorations.com
|
cubs-jerseys.us
|
||||||
country-chic.ru
|
cupday.com
|
||||||
cpabegins.ru
|
custom-product-labels.com
|
||||||
csgo4.win
|
cymbaltaandtizanidine.blogspot.com
|
||||||
czeshop.info
|
damedingel.ya.ru
|
||||||
daisye.top
|
dame-ns.kz
|
||||||
date-withme.com
|
danashop.ru
|
||||||
davebestdeals.com
|
danceuniverse.ru
|
||||||
ddsoldes.fr
|
daneshetabiat.com
|
||||||
decenttools.com
|
data.vtc.pw
|
||||||
dev33.dioniqlabb.se
|
defenderxtactical.com
|
||||||
|
dengi-pod-zalog-nedvizhimosti.ru
|
||||||
|
descargar-musica-gratis.net
|
||||||
dev-seo.blog
|
dev-seo.blog
|
||||||
dfwu1013.info
|
dickssportinggoods.com
|
||||||
dimaka.info
|
discovertreasure-a.akamaihd.net
|
||||||
djihispano.com
|
disruptingdinnerparties.com
|
||||||
dlya-android.org
|
dnepr-avtospar.com.ua
|
||||||
docs4all.com
|
docsportal.net
|
||||||
documentbase.net
|
dogoimage.com
|
||||||
domaincdn.xyz
|
domainanalyzing.xyz
|
||||||
dprtb.com
|
domik-derevne.ru
|
||||||
dynainbox.com
|
donvito.unas.cz
|
||||||
dyt.net
|
doxysexy.com
|
||||||
eandsgallery.com
|
editmedios.com
|
||||||
earl-brown.info
|
ee77ee.com
|
||||||
e-avon.ru
|
elektrischezi.canalblog.com
|
||||||
e-collantes.com
|
empirepoker.com
|
||||||
e-commerce-seo1.com
|
energydiet-info.ru
|
||||||
edelstahlschornstein-123.de
|
|
||||||
eduserver.net
|
|
||||||
efnor-ac.com
|
|
||||||
ekto.ee
|
|
||||||
eladkarako.github.io
|
|
||||||
elektrischezigaretten1.blogse.nl
|
|
||||||
elmacho.xyz
|
|
||||||
elmifarhangi.com
|
|
||||||
elvenar.com
|
|
||||||
emediate.eu
|
|
||||||
emerson-rus.ru
|
|
||||||
enginebay.ru
|
|
||||||
enskedesquashclub.se
|
enskedesquashclub.se
|
||||||
eonpal.com
|
eorogo.top
|
||||||
epicbrogaming.com
|
eredijovon.com
|
||||||
erot.co
|
escortplius.com
|
||||||
erotikchat-24.com
|
|
||||||
escort-russian.com
|
escort-russian.com
|
||||||
esfchat.tk
|
essayservicewriting.org
|
||||||
euromasterclass.ru
|
estelight.ru
|
||||||
excitacion.info
|
event-tracking.com
|
||||||
ezb.elvenmachine.com
|
executehosting.com
|
||||||
ezofest.sk
|
expertnaya-ocenka.ru
|
||||||
faracontrol.ir
|
expolicenciaslatam.co
|
||||||
fatfasts-4tmz.com
|
extlinks.com
|
||||||
|
ez8motelseaworldsandiego.com
|
||||||
|
ezigarettekaufen2.mpbloggar.se
|
||||||
|
f00kclan.de
|
||||||
|
fanpagerobot.com
|
||||||
|
fashion-stickers.ru
|
||||||
fellowshipoftheminds.com
|
fellowshipoftheminds.com
|
||||||
fetroshok.ru
|
|
||||||
fickenbumsen.net
|
fickenbumsen.net
|
||||||
finansov.info
|
filmbokep69.com
|
||||||
fitnesspiks.com
|
financetip.eu
|
||||||
fiverr.com
|
frameimage.org
|
||||||
fix-website-errors.com
|
frcls.fr
|
||||||
flauntyoursite.com
|
freemaintenancesysforpcandmac.top
|
||||||
flavors.me
|
free-share-buttons.com
|
||||||
fortwosmartcar.pw
|
free-social-buttons.com
|
||||||
forum-engineering.ru
|
funcrushgames.com
|
||||||
forum.poker4life.ru
|
funnymama.com
|
||||||
foto-sisek.porngalleries.top
|
fym.com.ru
|
||||||
foto-telok.net
|
galaxyflowers.ru
|
||||||
foxtechfpv.com
|
galeria-zdjec.com
|
||||||
free-share-buttons.blogspot.com
|
gateway.zscalerone.net
|
||||||
freesitetest.com
|
|
||||||
free-video-tool.com
|
|
||||||
freshberry.com.ua
|
|
||||||
front.to
|
|
||||||
fxtips.ru
|
|
||||||
g7m.pl
|
|
||||||
game300.ru
|
|
||||||
gamerscorps.com
|
|
||||||
gaming-journal.com
|
|
||||||
gay-file.com
|
gay-file.com
|
||||||
geile-lelly.eu
|
geilehausfrauen.net
|
||||||
geileweiber.tk
|
generalporn.org
|
||||||
gembird.com
|
generic-pills-online.com
|
||||||
girlporn.ru
|
genetworx.com
|
||||||
glcomputers.ru
|
ggiaro.com
|
||||||
globalscam.ga
|
glavtral.ru
|
||||||
globalsurfari.com
|
gogalleryawesome.com
|
||||||
go2jump.org
|
gogps.me
|
||||||
gombita.info
|
golden-praga.ru
|
||||||
|
goodwinmetals.co
|
||||||
gotorussia.com
|
gotorussia.com
|
||||||
gsasearchengineranker.xyz
|
gox.com.ua
|
||||||
hamacapty.com
|
gpirate.com
|
||||||
hard-porn.mobi
|
graphid.com
|
||||||
hdapp1008-a.akamaihd.net
|
greatfind-a.akamaihd.net
|
||||||
hdhc.ru
|
greendream.com.ua
|
||||||
hiwibyh.bugs3.com
|
growboxbl.ru
|
||||||
hmywwogw.bloger.index.hr
|
growmyfunds.ca
|
||||||
hol.es
|
gsasearchengineranker.pw
|
||||||
hotchatdate.com
|
guardlink.com
|
||||||
howmuchdoestizanidinecost.blogspot.com
|
hdwalls.xyz
|
||||||
howtoclean.club
|
healmytrauma.info
|
||||||
hptwaakw.blog.fc2.com
|
hit-kino.ru
|
||||||
|
hledejvshopech.cz
|
||||||
|
hotloans.ru
|
||||||
|
hotsocialz.com
|
||||||
|
hoverboard360.at
|
||||||
|
hreade.com
|
||||||
htmlcorner.com
|
htmlcorner.com
|
||||||
hustoon.over-blog.com
|
https-legalrc.biz
|
||||||
ictizanidinehcl4mg.blogspot.com
|
ico.re
|
||||||
ideashome.id
|
iklysha.ml
|
||||||
ikearugs.xyz
|
imicrovision.com
|
||||||
ilovevitaly.com
|
incest-ru.com
|
||||||
imagui.eu
|
|
||||||
inboxdollars.com
|
|
||||||
indo-export.ru
|
|
||||||
informatiecentro.be
|
|
||||||
infostatsvc.com
|
|
||||||
innodgfdriverhm.aircus.com
|
innodgfdriverhm.aircus.com
|
||||||
insta-add.pro
|
instasexyblog.com
|
||||||
intimshop-fantasy.ru
|
insurple.com
|
||||||
intim-uslugi.info
|
intermesh.net
|
||||||
istmira.ru
|
internetartfair.com
|
||||||
ixora.pro
|
investsuccess.org
|
||||||
james13prix.info
|
istripper.com
|
||||||
jav-fetish.site
|
izismile.com
|
||||||
javspace.net
|
janavibekken.no
|
||||||
jmat.cn
|
jav-way.site
|
||||||
johnrobertsoninc.com
|
jennyfire.ru
|
||||||
jolic2.com
|
jwss.cc
|
||||||
jrpmakati.com
|
jyvopys.com
|
||||||
junglenet-a.akamaihd.net
|
kanimage.com
|
||||||
kaac.ru
|
katushka.net
|
||||||
kartiniresto.com
|
kazan.zrus.org
|
||||||
katadhin.co
|
keyhantercume.com
|
||||||
kino2018.club
|
|
||||||
kinoduh.ru
|
kinoduh.ru
|
||||||
kinoflux.net
|
kino-filmi.com
|
||||||
kinostorm.net
|
kleine-titten.biz
|
||||||
knowyournextmove.com
|
kmd-pto.ru
|
||||||
koopilka.com
|
komputernaya-pomosh-moscow.ru
|
||||||
krasnodar.ru
|
koptims.tiu.ru
|
||||||
kretpicf.pw
|
kosmetyki.tm.pl
|
||||||
kupit-adenu.ru
|
krasivye-devushki.net
|
||||||
kustanay.kz
|
krynica.info
|
||||||
laapp.com
|
kunstaktien.info
|
||||||
lacloop.info
|
kutikomi.net
|
||||||
lancheck.net
|
ladov.ru
|
||||||
landoftracking.com
|
lafriore.ru
|
||||||
laparfumotec.com
|
landinez.co
|
||||||
lazy-z.com
|
lapitec.eu
|
||||||
lechenie-gemorroya.com
|
lawyers.cafe
|
||||||
lexaprogeneric.link
|
le-clos-des-alouettes.com
|
||||||
lida-ru.com
|
ledis.top
|
||||||
link.ac
|
lerporn.info
|
||||||
lisque.batcave.net
|
letmacwork.world
|
||||||
live-sexcam.tk
|
letsart.ru
|
||||||
livingroomdecor.info
|
likesdesign.com
|
||||||
lkbennettoutlet.online
|
likesuccess.com
|
||||||
louboutinbooties.xyz
|
livetsomudvekslingstudent.bloggersdelight.dk
|
||||||
louboutinreplica.xyz
|
lizace.com
|
||||||
love-baby.cz
|
locatellicorretor.com.br
|
||||||
lowephotos.info
|
locimge.pw
|
||||||
low-format.ru
|
lodki-pvh.dp.ua
|
||||||
macfix.life
|
lulea-auktionsverk.se
|
||||||
machicon-akihabara.info
|
lutherstable.org
|
||||||
magazintiande.ru
|
m0r0zk0-krava.ru
|
||||||
mahnwachen-helfen.info
|
machicon-ueno.info
|
||||||
manyresultshub-a.akamaihd.net
|
maladot.com
|
||||||
mapquestz.us
|
manualterap.roleforum.ru
|
||||||
marcowebonyodziezowe.pl
|
manve.info
|
||||||
masturbate.co.uk
|
map028.com
|
||||||
|
martlinker.com
|
||||||
|
masterseek.com
|
||||||
matsdale.com
|
matsdale.com
|
||||||
max-p.men
|
mcadamssupplyco.com
|
||||||
mbiologi.ru
|
meddesk.ru
|
||||||
mediaoffers.click
|
mediaoffers.click
|
||||||
medicineseasybuy.com
|
medkritika.ru
|
||||||
meget.co.za
|
mega-bony-2017.pl
|
||||||
meltwater.com
|
megakino.net
|
||||||
metallosajding.ru
|
members.ghanaweb.com
|
||||||
michaelkorsoutletstore.net
|
metalonly.info
|
||||||
|
microsearch.ru
|
||||||
|
microsoftportal.net
|
||||||
mielec.pl
|
mielec.pl
|
||||||
miniads.ca
|
milblueprint.com
|
||||||
modnie-futbolki.net
|
mindeyegames.com
|
||||||
moi-glazki.ru
|
mistr-x.org
|
||||||
mokrayakiska.com
|
mixtapetorrent.com
|
||||||
monarhs.info
|
mmofreegames.online
|
||||||
moneyviking-a.akamaihd.net
|
mobplayer.ru
|
||||||
morefastermac.trade
|
motherboard.vice.com
|
||||||
moroccosurfadventures.com
|
moz.com
|
||||||
muabancantho.info
|
mp3downloadhq.com
|
||||||
musicktab.com
|
msfsaar.de
|
||||||
music.utrolive.ru
|
msk.afora.ru
|
||||||
mustwineblog.com
|
mulberryoutletonlineeu.com
|
||||||
|
musezone.su
|
||||||
muz-baza.net
|
muz-baza.net
|
||||||
myshopmatemac.com
|
muz-shoes.ru
|
||||||
myyour.eu
|
my-big-family.com
|
||||||
nagdak.ru
|
my-cash-bot.co
|
||||||
naturtreenspicerx.pw
|
mylida.org
|
||||||
neobux-bg.info
|
myseoconsultant.com
|
||||||
new-apps.ru
|
mywallpaper.top
|
||||||
newstaffadsshop.club
|
naphukete.ru
|
||||||
nightvision746.weebly.com
|
narkologiya-peterburg.ru
|
||||||
nippon-bearings.ru
|
narosty.com
|
||||||
nodding-passion.tk
|
nationalbreakdown.com
|
||||||
o333o.com
|
naturalpharm.com.ua
|
||||||
oakleyglassesonline.us
|
netvouz.com
|
||||||
obuv-kupit.ru
|
newtechspb.ru
|
||||||
offf.info
|
nextconseil.com
|
||||||
officedocuments.net
|
nonews.co
|
||||||
okroshki.ru
|
nottyu.xyz
|
||||||
ok.ru
|
npoet.ru
|
||||||
olympescort.com
|
nuker.com
|
||||||
online-hd.pl
|
oda.as
|
||||||
osoznanie-narkotikam.net
|
office2web.com
|
||||||
owohho.com
|
old-rock.com
|
||||||
oz-offers.com
|
olgacvetmet.com
|
||||||
paintingplanet.ru
|
online247.ml
|
||||||
panicatack.com
|
onlinewritingjobs17.blogspot.ru
|
||||||
partner-pop.men
|
openfrost.com
|
||||||
partner-trustworthy.men
|
orgasmus-virtual.com
|
||||||
pb-dv.ru
|
ororodnik.goodbb.ru
|
||||||
pcads.ru
|
ostroike.org
|
||||||
pcgroup.com.uy
|
oynat.info
|
||||||
pc-test.net
|
ozoz.it
|
||||||
pdn-4.com
|
partnerline.men
|
||||||
pechikamini.ru
|
patol01.pw
|
||||||
|
pavlodar.xkaz.org
|
||||||
|
petsblogroll.com
|
||||||
pflexads.com
|
pflexads.com
|
||||||
pics-group.com
|
picscout.com
|
||||||
pigrafix.at
|
pictures-and-images.com
|
||||||
pio.polytopesexempt.com
|
pillscheap24h.com
|
||||||
piski.top
|
pizza-tycoon.com
|
||||||
pixgood.com
|
platezhka.net
|
||||||
playboyfiles.xblog.in
|
playmsn.com
|
||||||
pogruztehnik.ru
|
popup.matchmaker.com
|
||||||
popunder.net
|
pornhubforum.tk
|
||||||
porndairy.in
|
pornolook.net
|
||||||
pornoblood.com
|
portal-eu.ru
|
||||||
pornoforadult.com
|
portside.cc
|
||||||
pornogratisdiario.com
|
posible.net
|
||||||
pornokorol.com
|
pourvous.info
|
||||||
positive2b.ru
|
pozdrawleniya.com
|
||||||
powc.r.ca.d.sendibm2.com
|
pr0fit-b0x.com
|
||||||
praisong.net
|
preventheadacheguide.info
|
||||||
pravoholding.ru
|
pricheski-video.com
|
||||||
princeadvantagesales.com
|
prizefestival.mobi
|
||||||
privhosting.com
|
projectforte.ru
|
||||||
prize44.com
|
prombudpostach.com.ua
|
||||||
prodvigator.ua
|
promoheads.com
|
||||||
proekt-gaz.ru
|
prostitutki-astana.org
|
||||||
prostitutki-tyumeni.org
|
prostitutki-novgoroda.org
|
||||||
pro-tec.kz
|
pyrodesigns.com.au
|
||||||
pssucai.info
|
q-moto.ru
|
||||||
pussyfleet.com
|
ranksignals.com
|
||||||
putevka24.ru
|
rapidokbrain.com
|
||||||
qexyfu.bugs3.com
|
rcb101.ru
|
||||||
rankia.com
|
r-control.ru
|
||||||
rapidgator-porn.ga
|
registratciya-v-moskve.ru
|
||||||
razleton.com
|
reimageplus.com
|
||||||
registry-clean-up.net
|
remont-comp-pomosh.ru
|
||||||
reklama1.ru
|
remont-mobile-phones.ru
|
||||||
remontbiz.ru
|
|
||||||
remontgruzovik.ru
|
|
||||||
remote-dba.de
|
remote-dba.de
|
||||||
rentaremotecomputer.com
|
renewablewealth.com
|
||||||
ribieiendom.no
|
rent2spb.ru
|
||||||
rimedia.org
|
rightenergysolutions.com.au
|
||||||
roll123.com
|
rockprogblog.com
|
||||||
royalvegascasino.com
|
rome2rio.com
|
||||||
ruf777.com
|
royal-betting.net
|
||||||
rusprostitute.com
|
russian-postindex.ru
|
||||||
safe-app.net
|
rybalka-opt.ru
|
||||||
sa-live.com
|
sbricur.com
|
||||||
samoiedo.it
|
sbwealthsolutions.ca
|
||||||
sampleletters.net
|
scalerite.co.za
|
||||||
sanidumps.com
|
scanmyphones.com
|
||||||
sankt-peterburg.nodup.ru
|
scanner-john.top
|
||||||
sashagreyblog.ga
|
scanner-mary.top
|
||||||
scanner-brian.top
|
scmor.ilxc.cc
|
||||||
scanner-margo.top
|
scripted.com
|
||||||
sdelai-prosto.ru
|
searchinterneat-a.akamaihd.net
|
||||||
searchengineranker.email
|
seasonvar.ru
|
||||||
search.xtconnect.com
|
seeresultshub-a.akamaihd.net
|
||||||
security60-e.com
|
sel-hoz.com
|
||||||
seo-2-0.com
|
semrush.com
|
||||||
seocheki.net
|
seoanalyses.com
|
||||||
seofied.com
|
seoholding.com
|
||||||
seojokes.net
|
sexblog.pw
|
||||||
seonetwizard.com
|
sex-tracker.com
|
||||||
sergiorossistore.online
|
sexvideo-sex.com
|
||||||
serviporno.com
|
share-buttons-for-free.com
|
||||||
sex-tracker.de
|
sherlock.se
|
||||||
sexy-screen-savers.com
|
shillyourcoins.com
|
||||||
shemale-sex.net
|
|
||||||
shmetall.com.ua
|
shmetall.com.ua
|
||||||
shoesonlinebuy.cn
|
shoppingmiracles.co.uk
|
||||||
shoesonlinebuy.xyz
|
shopvilleroyboch.com.ua
|
||||||
shymkent.xkaz.org
|
sibecoprom.ru
|
||||||
sibvitr.ru
|
simon3.ru
|
||||||
signoredom.com
|
|
||||||
silvercash.com
|
|
||||||
simpoed.ufop.br
|
|
||||||
sims-sims.ru
|
|
||||||
sinestesia.host.sk
|
sinestesia.host.sk
|
||||||
sisi-go.ru
|
site5.com
|
||||||
sitopreferito.it
|
siteimprove.com
|
||||||
|
sitevaluation.org
|
||||||
skachat-besplatno-obrazcy.ru
|
skachat-besplatno-obrazcy.ru
|
||||||
slowmacfaster.trade
|
skuteczna-dieta.co.pl
|
||||||
small-games.biz
|
smailik.org
|
||||||
snsdeainavi.info
|
snjatie-geroinovoy-lomki.ru
|
||||||
|
soblaznu.net
|
||||||
socas.pluto.ro
|
socas.pluto.ro
|
||||||
socialmonkee.com
|
social-search.me
|
||||||
softomix.com
|
social-s-iii.xyz
|
||||||
spacash.com
|
sodexo.com
|
||||||
spammen.de
|
solinf.co
|
||||||
spb.afora.ru
|
sophang8.com
|
||||||
spb-plitka.ru
|
soserfis.com
|
||||||
spb.ru
|
sotechco.co
|
||||||
sport-video-obzor.ru
|
spaceshipad.com
|
||||||
stop-gepatit.te.ua
|
special-porn.com
|
||||||
strigkaomsk.ru
|
spidtest.space
|
||||||
strongholdsb.ru
|
spy-app.info
|
||||||
sugvant.ru
|
stairliftsarea.com
|
||||||
sukarame.net
|
sterva.cc
|
||||||
superiends.org
|
stockspmb.info
|
||||||
supervesti.ru
|
strana-solnca.ru
|
||||||
support.nopeas.sk
|
streetfire.net
|
||||||
suture.co
|
stroiminsk.com
|
||||||
svetodiodoff.ru
|
stromerrealty.com
|
||||||
syndicate.fun
|
stroyhelp-dv.ru
|
||||||
tagil.zrus.org
|
studiofaca.com
|
||||||
tanieaukcje.com.pl
|
survival.betteroffers.review
|
||||||
tattomedia.com
|
swinger-mobil.net
|
||||||
taxi-v-eisk.ru
|
tacbelarus.ru
|
||||||
telefonsex-ohne0900.net
|
tattooreligion.ru
|
||||||
thaisamkok.com
|
tds-advert002.info
|
||||||
thebestweightlosspills.ovh
|
tedy.su
|
||||||
the-trader.net
|
teguh.info
|
||||||
thexart.club
|
thebitcoincode.com
|
||||||
titelhelden.eu
|
thetardistimes.ovh
|
||||||
tizanidine4mgstreetprice.blogspot.com
|
thfox.com
|
||||||
|
timdreby.com
|
||||||
|
timer4web.com
|
||||||
|
titslove.yopoint.in
|
||||||
|
tizanidinehydrochloride4mgstreetvalue.blogspot.com
|
||||||
tizanidinenarcotic.blogspot.com
|
tizanidinenarcotic.blogspot.com
|
||||||
tkanorganizma.ru
|
tomatis.gospartner.com
|
||||||
tk-assortiment.ru
|
topkarkas.com
|
||||||
tksn.ru
|
top-l2.com
|
||||||
tonerbox.kz
|
topsiteminecraft.com
|
||||||
top10registrycleaners.com
|
tradgardspartner.se
|
||||||
tracfone.com
|
trumpetedextremes.com
|
||||||
track2.shop
|
twitlinks.com
|
||||||
truemfilelj.gq
|
twittruth.com
|
||||||
try-rx.com
|
|
||||||
tubo360.com
|
|
||||||
tuckpointingmasonrysystems.com
|
|
||||||
tula.mdverey.ru
|
|
||||||
turn-up-life.life
|
|
||||||
tvorozhnaja-zapekanka-recept.ru
|
|
||||||
ua-company.ru
|
|
||||||
ultimateclassicrock.com
|
|
||||||
ultimatesetnewfreeallsoftupgradesystems.pw
|
ultimatesetnewfreeallsoftupgradesystems.pw
|
||||||
underthesite.com
|
uptime-gamma.net
|
||||||
ural-buldozer.ru
|
userequip.com
|
||||||
urdoot.win
|
usswrite.com
|
||||||
veopornogratis.xxx
|
utiblog.fr
|
||||||
versaut.xxx-cam.webcam
|
validccseller.com
|
||||||
videospornogratisx.net
|
veles.shop
|
||||||
vigrx-original.ru
|
venta-prom.ru
|
||||||
vinylvault.co.uk
|
vertaform.com
|
||||||
visitcambridge.org
|
vesnatehno.ru
|
||||||
vizag.kharkov.ua
|
vezuviy.su
|
||||||
vkonche.com
|
via-energy-order.com
|
||||||
vmnmvzsmn.over-blog.com
|
viagengrarx.com
|
||||||
vriel.batcave.net
|
video-chat.cn
|
||||||
vysigy.su
|
vilingstore.net
|
||||||
weightatraining.com
|
viteonlusarezzo.it
|
||||||
weprik.ru
|
voditeltrezviy.ru
|
||||||
wfb.hatedriveapart.com
|
voluumtracker1.com
|
||||||
whatistizanidinehclusedfor.blogspot.com
|
voronezh.xrus.org
|
||||||
whiteelephantwellington.com
|
w7s.ru
|
||||||
white-truck.life
|
watchmygf.net
|
||||||
winwotgold.pl
|
watsonrealtycorp.com
|
||||||
wnoz.de
|
weburok.com
|
||||||
|
weclipart.com
|
||||||
|
wedding0venues.tk
|
||||||
|
westum.se
|
||||||
|
wladimirpayen.com
|
||||||
|
womama.ru
|
||||||
woman-h.ru
|
woman-h.ru
|
||||||
world-mmo.com
|
worldhistory.biz
|
||||||
wpsecurity.website
|
wormix-cheats.ru
|
||||||
wttavern.com
|
wufak.com
|
||||||
ww1943.ru
|
www.arenda-yeisk.ru
|
||||||
xblog.in
|
www.event-tracking.com
|
||||||
xn-----7kceclhb4abre1b4a0ccl2fxch1a.xn--p1ai
|
xjrul.com
|
||||||
xn--80aaaks3bbhabgbigamdr2h.xn--p1ai
|
xmlinde.com
|
||||||
xn--80ab4aa2g.xn--p1ai
|
xn--80aanaardaperhcem4a6i.com
|
||||||
xn--c1acygb.xn--p1ai
|
xn--80ahvj9e.xn--p1ai
|
||||||
xn--e1afanlbnfckd7c3d.xn--p1ai
|
xn--80aodinpgi.xn--p1ai
|
||||||
xtraffic.plus
|
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai
|
||||||
yellocloud.be
|
x-true.info
|
||||||
youdao.com
|
yeartwit.com
|
||||||
youporn-ru.com
|
yginekologa.com
|
||||||
|
yoluxuryevents.com
|
||||||
|
yourads.website
|
||||||
|
youtubedownload.org
|
||||||
ypmuseum.ru
|
ypmuseum.ru
|
||||||
zarajbuilders.com
|
zdesoboi.com
|
||||||
zawyna.ua
|
zebradudka.com
|
||||||
zs2vm.top
|
zeleznobeton.ru
|
||||||
zverokruh-shop.cz
|
zeroredirect10.com
|
||||||
|
zigarettenonlinekaufen1.blox.pl
|
||||||
|
znakomstvaonlain.ru
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
100dollars-seo.com
|
1pamm.ru
|
||||||
101raccoon.ru
|
3weekdiet.com
|
||||||
123cha.com
|
4pp13.com
|
||||||
2015god.org
|
8558l.jobs.net
|
||||||
2pxg8bcf.top
|
98oi.ru
|
||||||
5000-cotydzien.com
|
aa8b68101d388c446389283820863176e7.com
|
||||||
adclickthru.net
|
actionnooz.com
|
||||||
add-add.men
|
adventureparkcostarica.com
|
||||||
ads.tremorhub.com
|
advertex.info
|
||||||
advokateg.ru
|
afora.ru
|
||||||
affrh2015.com
|
a.frcls.fr
|
||||||
alborzan.com
|
aihelen.net
|
||||||
alert-fdm.xyz
|
allesohnegirls.net
|
||||||
alert-hgd.xyz
|
alveris.ru
|
||||||
alienwheel.es
|
amung.us
|
||||||
allforminecraft.ru
|
anabolics.shop
|
||||||
anal-acrobats.com
|
architecturebest.com
|
||||||
animali.deagostinipassion.it
|
|
||||||
anti-virus-removal.info
|
|
||||||
aosheng-tech.com
|
|
||||||
apiholdingmypage-a.akamaihd.net
|
|
||||||
apiwebwebgetcom-a.akamaihd.net
|
|
||||||
arendovalka.xyz
|
|
||||||
artel116.ru
|
artel116.ru
|
||||||
asdfg.pro
|
autobudpostach.club
|
||||||
asrvvv-a.akamaihd.net
|
autogrep.ru
|
||||||
astana.xxxkaz.org
|
aviav.org
|
||||||
auto.rusvile.lt
|
aviav.ru.com
|
||||||
autowebmarket.com.ua
|
aviva-limoux.com
|
||||||
availit.weebly.com
|
avtocredit-legko.ru
|
||||||
bannertesting.com
|
babs.com.ua
|
||||||
beachdriveblog.com
|
babyguns.ru
|
||||||
betune.onlinewebshop.net
|
bankiem.pl
|
||||||
bimatoprost-careprost.com.ua
|
bestimagecoollibrary.com
|
||||||
bitcoins-live.ru
|
biteg.xyz
|
||||||
bmw.afora.ru
|
bitporno.sx
|
||||||
bmwhighperformers.com
|
bloggerads.net
|
||||||
bombla.org
|
blogrankers.com
|
||||||
boo-arts.com
|
b-styles.xyz
|
||||||
browserprotecter.com
|
btnativenav.com
|
||||||
businescoop.men
|
burger-imperia.com
|
||||||
|
businesxxl.com
|
||||||
buyparajumpers.online
|
buyparajumpers.online
|
||||||
bwlx.prepedu.cn
|
bvlgariring.xyz
|
||||||
carrauterie.be
|
byme.se
|
||||||
cartierlovestore.com
|
casinos4dummies.co.uk
|
||||||
cdnnetwok.xyz
|
caulderwoodkennels.com
|
||||||
chatroulette.life
|
cfjump.com
|
||||||
chidporn.com
|
cheapmarmot.online
|
||||||
compiko.info
|
claytransformations.info
|
||||||
compliance-julia.top
|
clean-start.net
|
||||||
constantaservice.net
|
clicksor.net
|
||||||
cordstrap.cc
|
coldfilm.ru
|
||||||
cornomase.win
|
com-onlinesupport.site
|
||||||
cosmeticswomens-womensports.rhcloud.com
|
companies-catalog.com
|
||||||
customcatchcan.com
|
compliance-fred.top
|
||||||
cyprusbuyproperties.com
|
compliance-mary.top
|
||||||
decoratinghomes.ga
|
cookie-law-enforcement-aa.xyz
|
||||||
decorationspcs.com
|
cookie-law-enforcement-ff.xyz
|
||||||
de.zapmeta.com
|
covadhosting.biz
|
||||||
discountbarbour.online
|
covetnica.com
|
||||||
domik-derevne.ru
|
creditwell.ru
|
||||||
domination.ml
|
d0t.ru
|
||||||
domoysshop.ru
|
dailystrength.org
|
||||||
donvito.unas.cz
|
delitime.info
|
||||||
doxysexy.com
|
deplim.com
|
||||||
easyukraine.com
|
digitalfaq.com
|
||||||
ecommerce-seo.org
|
div.as
|
||||||
editors.choice6912650.hulfingtonpost.com
|
doktoronline.no
|
||||||
educatemetv.com
|
domaincrawler.com
|
||||||
eloxal.ru
|
domainsphoto.com
|
||||||
energydiet24.ru
|
edelstahlschornstein-123.de
|
||||||
erotikchat-24.com
|
elektrozigaretten2.yn.lt
|
||||||
ertelecom.ru
|
elidelcream.weebly.com
|
||||||
europages.com.ru
|
englishdictionaryfree.com
|
||||||
extrabot.com
|
essayassist.com
|
||||||
ezigarettenshop2.postbit.com
|
essaypro.com
|
||||||
falcoware.com
|
exoclick.com
|
||||||
fetishinside.com
|
exonline.info
|
||||||
filerockstar298.weebly.com
|
fashion.stellaconstance.co
|
||||||
filesdatabase.net
|
fastcrawl.com
|
||||||
fishtauto.ru
|
firstsiteguide.com
|
||||||
forex21.ru
|
fitnesspiks.com
|
||||||
forex.osobye.ru
|
flash4fun.com
|
||||||
forpackningsutveckling.se
|
flauntyoursite.com
|
||||||
forum20.smailik.org
|
forsex.info
|
||||||
freelifetimefuckbook.com
|
forum.tvmir.org
|
||||||
freshberry.com.ua
|
foto-weinberger.at
|
||||||
fun-mobi.pl
|
freakycheats.com
|
||||||
gambarkatabaru.com
|
freesitetest.com
|
||||||
gamerscorps.com
|
fuckingawesome.com
|
||||||
gazporno.com
|
funponsel.com
|
||||||
ge0ip.org
|
gabeshop.ru
|
||||||
gearcraft.us
|
galleryawesome.com
|
||||||
gg.zzyjxs.com
|
game300.ru
|
||||||
|
game-mmorpg.net
|
||||||
|
gay-site.store
|
||||||
|
gayxperience.com
|
||||||
ghostvisitor.com
|
ghostvisitor.com
|
||||||
girlsfuckdick.com
|
go2album.com
|
||||||
glall.ru
|
gsbs.com.ua
|
||||||
glcomputers.ru
|
hdpixent.com
|
||||||
gosarhivrt.ru
|
headpharmacy.com
|
||||||
graphics8.info
|
homeinns.com
|
||||||
gribkovye-zabolevaniya.com
|
hotelcrocenzi.sm
|
||||||
gsou.cf
|
houseofgaga.ru
|
||||||
gwhwpxbw.bloger.index.hr
|
ie.57883.net
|
||||||
hifidesign.ru
|
igrovyeavtomaty777.ru
|
||||||
hildinghr.se
|
imagecoolpub.com
|
||||||
homelygarden.com
|
internetproviderstucson.com
|
||||||
homik.pw
|
inzn.ru
|
||||||
hotblognetwork.com
|
jerseywholesalebizchina.com
|
||||||
howtoclean.club
|
jobmarket.com.ua
|
||||||
hreade.com
|
journalhome.com
|
||||||
hubbble.com
|
kalandranis.gr
|
||||||
inboundlinks.win
|
kazan.zrus.org
|
||||||
jav-fetish.site
|
keywords-monitoring-your-success.com
|
||||||
jennyfire.ru
|
kollesa.ru
|
||||||
kaidalibor.de
|
kredit-pod-zalog-krasnodar.ru
|
||||||
kamen-e.ru
|
ku6.com
|
||||||
keywordglobal.co.za
|
kursy-ege.ru
|
||||||
kimcurlrvsms.com
|
landinez.co
|
||||||
krasnodar.zrus.org
|
lesbian.xyz
|
||||||
kurwa.win
|
lida-ru.com
|
||||||
la-fa.ru
|
linkdebrideur.xyz
|
||||||
lazy-z.com
|
lkbennettstore.online
|
||||||
legionalpha.com
|
ltvperf.com
|
||||||
lifebyleese.com
|
malwareremovalcenter.com
|
||||||
linkbux.ru
|
managerpak204.weebly.com
|
||||||
linksharingt.com
|
manualterap.roleforum.ru
|
||||||
liran-locks.com
|
manyresultshub-a.akamaihd.net
|
||||||
littlecity.ch
|
masserect.com
|
||||||
liver-chintai.org
|
meble-bogart.info
|
||||||
lonely-mature.com
|
medosmotr-ufa.ru
|
||||||
mabdoola.blogspot.com
|
menhealed.net
|
||||||
madot.onlinewebshop.net
|
mini.7zap.com
|
||||||
mahnwachen-helfen.info
|
mirtorrent.net
|
||||||
marmitaco.cat
|
mitrasound.ru
|
||||||
mebelcomplekt.ru
|
mockupui.com
|
||||||
medicovi.com
|
moinozhki.com
|
||||||
mega-polis.biz.ua
|
monclercheap.xyz
|
||||||
merryhouse.co.uk
|
monetizationking.net
|
||||||
mielec.pl
|
more-letom.ru
|
||||||
minyetki.ru
|
moscow-region.ru
|
||||||
mmofreegames.online
|
mp3ringtone.info
|
||||||
monclercoats.xyz
|
mrsdalloways.com
|
||||||
montredemarque.nl
|
musicktab.com
|
||||||
morefastermac.trade
|
mvpicton.co.uk
|
||||||
moscow.xrus.org
|
myftpupload.com
|
||||||
movies-in-theaters.net
|
|
||||||
my-bc.ru
|
|
||||||
mydoctorok.ru
|
|
||||||
myonigroup.com
|
myonigroup.com
|
||||||
|
mypets.by
|
||||||
narkologiya-peterburg.ru
|
narkologiya-peterburg.ru
|
||||||
nfljerseyscheapbiz.us
|
na-telefon.biz
|
||||||
nfvsz.com
|
naughtyconnect.com
|
||||||
ningessaybe.me
|
nerudlogistik.ru
|
||||||
nuup.info
|
nucia.biz.ly
|
||||||
obnal.org
|
nufaq.com
|
||||||
offer.camp
|
ochistka-stokov.ru
|
||||||
okel.co
|
offergroup.info
|
||||||
online-podarki.com
|
onemactrckr.com
|
||||||
onlineporno.site
|
online-hit.info
|
||||||
open-odyssey.org
|
ordernorxx.com
|
||||||
origin-my.ru
|
outpersonals.com
|
||||||
ostrovtaxi.ru
|
palocco.it
|
||||||
paidonlinesites.com
|
pc-virus-d0l92j2.pw
|
||||||
paintingplanet.ru
|
pendelprognos.se
|
||||||
parajumpersoutlet.online
|
pizza-imperia.com
|
||||||
pattersonsweb.com
|
playtap.us
|
||||||
pc-test.net
|
pliks.pl
|
||||||
piccdata.com
|
popugauka.ru
|
||||||
picturesboss.com
|
pornogig.com
|
||||||
play-movie.pl
|
pornpost.in
|
||||||
ploenjitmedia.azurewebsites.net
|
poshiv-chehol.ru
|
||||||
podshipniki-nsk.ru
|
producm.ru
|
||||||
poppen-nw.net
|
pronorm.fr
|
||||||
prointer.net.ua
|
prospekt-st.ru
|
||||||
ptr.ruvds.com
|
prosperent.com
|
||||||
pulseonclick.com
|
pst2017.onlinewebshop.net
|
||||||
qexyfu.bugs3.com
|
quizzitch.net
|
||||||
rankexperience.com
|
raavidesigns.com
|
||||||
ranking2017.ga
|
realizmobi.com
|
||||||
rankings-analytics.com
|
recipedays.com
|
||||||
realmonte.net
|
redbottomheels.xyz
|
||||||
reeyanaturopathy.com
|
refads.pro
|
||||||
regionshop.biz
|
refererx.com
|
||||||
remontvsamare.su
|
remontbiz.ru
|
||||||
ruclicks.com
|
rewardpoll.com
|
||||||
sa-live.com
|
rospromtest.ru
|
||||||
sbprabooks.com
|
scanner-mary.top
|
||||||
scanner-jane.top
|
scrapinghub.com
|
||||||
scanner-viktor.top
|
selectads.men
|
||||||
scansafe.net
|
servingnotice.com
|
||||||
scenicmissouri.us
|
sexpartygirls.net
|
||||||
secretscook.ru
|
sexsearch.com
|
||||||
seorank.info
|
shakhtar-doneck.ru
|
||||||
seo-traffic-ranking.info
|
shoppytoolmac.com
|
||||||
shlyahten.ru
|
shtaketniki.ru
|
||||||
shopfishing.com.ua
|
sigmund-freud.co.uk
|
||||||
sibecoprom.ru
|
sinestesia.host.sk
|
||||||
sierraapps.com
|
sk.golden-praga.ru
|
||||||
siha.de
|
slavkokacunko.de
|
||||||
silktide.com
|
soblaznu.net
|
||||||
slowmac.tech
|
stanthonyscatholicchurch.org
|
||||||
snip.tw
|
starwars.wikia.com
|
||||||
sonata-arctica.wz.cz
|
stillmiracle.com
|
||||||
sotechco.co
|
streetfooduncovered.com
|
||||||
space4updating.win
|
stroydetali.ru
|
||||||
stroilka.info
|
studiofmp.com
|
||||||
stuff-about-money.com
|
studiokamyk.com.pl
|
||||||
supermesta.ru
|
suggest-keywords.com
|
||||||
superoboi.com.ua
|
supermama.top
|
||||||
support.nopeas.sk
|
surflinksmedical.com
|
||||||
svtrd.com
|
svarbit.com
|
||||||
tanieaukcje.com.pl
|
tanieaukcje.com.pl
|
||||||
tattomedia.com
|
taqywu51.soup.io
|
||||||
tizanidine4mgtablets.blogspot.com
|
td-33.ru
|
||||||
tizanidinedruginteractions.blogspot.com
|
teastory.co
|
||||||
tizanidinevsvalium.blogspot.com
|
terrafootwear.us
|
||||||
tn811.us
|
textads.men
|
||||||
topkarkas.com
|
thebluenoodle.com
|
||||||
traxdom.ru
|
thecoolimages.net
|
||||||
trk-4.net
|
thefotosgratis.eu
|
||||||
trustl.life
|
thegolfclub.info
|
||||||
try-rx.com
|
thepantonpractice.co.uk
|
||||||
|
thewomenlife.com
|
||||||
|
tizanidine6mg.blogspot.com
|
||||||
|
toon-families.com
|
||||||
|
totu.us
|
||||||
|
traderzplanet.in
|
||||||
|
trkur.com
|
||||||
|
trucri.me
|
||||||
|
tubeoffline.com
|
||||||
|
uhodzalijami.ru
|
||||||
umg-stroy.ru
|
umg-stroy.ru
|
||||||
uni.me
|
url-img.link
|
||||||
unpredictable.ga
|
validccseller.com
|
||||||
uptime-delta.net
|
vbabule.net
|
||||||
urccvfmc.bloger.index.hr
|
via-energy-order.com
|
||||||
uytmaster.ru
|
viel.su
|
||||||
valkiria-tk.ru
|
voronezh.xrus.org
|
||||||
vedomstvo.net
|
wanker.us
|
||||||
vektorpress.ru
|
webtherapy.ru
|
||||||
velobikestock.com
|
wejdz-tu.pl
|
||||||
vladhistory.com
|
westen-v.life
|
||||||
vseigru.one
|
wowas31.ucoz.ru
|
||||||
watchmygf.net
|
xitjw.info
|
||||||
website-analytics.online
|
xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
|
||||||
wfb.hatedriveapart.com
|
xn--b1ag5cfn.xn--p1ai
|
||||||
wildworld.site
|
xxx-cam.webcam
|
||||||
wleuaprpxuvr.ga
|
yellowfootprints.com
|
||||||
xtube.com
|
youdao.com
|
||||||
yottos.com
|
yourtemplatefinder.com
|
||||||
yourporngay.com
|
zaim-pod-zalog-krasnodar.ru
|
||||||
yoursearch.me
|
zhuravlev.info
|
||||||
yousense.info
|
zigarettenonlinekaufen2.bloog.pl
|
||||||
youtuhe.com
|
zolotoy-lis.ru
|
||||||
zerocash.msk.ru
|
|
||||||
zeroredirect6.com
|
|
||||||
zeroredirect7.com
|
|
||||||
zhongwenlink.com
|
|
||||||
zverokruh-shop.cz
|
|
||||||
|
|
|
@ -1,11 +1,21 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<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>
|
||||||
<hr><center>nginx/1.14.2</center>
|
<hr><center>nginx/1.14.2</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
l>
|
<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 @@ l>
|
||||||
<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>
|
|
@ -1,2 +1,2 @@
|
||||||
35.188.73.34 0;
|
35.202.145.110 0;
|
||||||
127.0.0.1 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:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2019.07.1734
|
#### Version: V4.2019.07.1735
|
||||||
#### Bad Referrer Count: 6717
|
#### Bad Referrer Count: 6717
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2019.07.1734
|
#### Version: V4.2019.07.1735
|
||||||
#### Bad Referrer Count: 6717
|
#### Bad Referrer Count: 6717
|
||||||
#### Bad Bot Count: 556
|
#### 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)
|
##### 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.1734
|
#### Version: V4.2019.07.1735
|
||||||
#### Bad Referrer Count: [6717](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### 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)
|
#### 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
|
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2019.07.1734
|
#### Version: V4.2019.07.1735
|
||||||
#### Bad Referrer Count: 6717
|
#### Bad Referrer Count: 6717
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1734
|
### Version: V3.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:33 SAST 2019
|
### Updated: Tue Jul 2 14:04:34 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:31 SAST 2019
|
### Updated: Tue Jul 2 14:04:32 SAST 2019
|
||||||
### Bad Referrer Count: 6717
|
### Bad Referrer Count: 6717
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1734
|
### Version: V4.2019.07.1735
|
||||||
### Updated: Tue Jul 2 13:44:34 SAST 2019
|
### Updated: Tue Jul 2 14:04:36 SAST 2019
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue