mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
V4.2019.07.1780 [ci skip]
This commit is contained in:
parent
1a02e344b5
commit
2b4f86d1f7
52 changed files with 1101 additions and 1093 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -40,6 +40,13 @@ server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name alp.{{ domain_to_protect }};
|
server_name alp.{{ domain_to_protect }};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
# Nginx Bad Bot Blocker Includes
|
||||||
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
|
include /etc/nginx/bots.d/ddos.conf;
|
||||||
root {{ alp_live_directory }};
|
root {{ alp_live_directory }};
|
||||||
include {{ nginx_bots_cfg_path }}/blockbots.conf;
|
include {{ nginx_bots_cfg_path }}/blockbots.conf;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
|
@ -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.192.136.167 0;
|
35.188.1.99 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 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: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 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: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 1;
|
35.202.145.110 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
34.66.178.120 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: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -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
|
||||||
104.198.131.58 0;
|
35.202.145.110 0;
|
||||||
34.66.178.120 0;
|
35.188.1.99 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -45,4 +45,5 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
34.66.178.120 0;
|
35.184.226.236 0;
|
||||||
|
35.202.145.110 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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.193.7.13 0;
|
||||||
34.66.178.120 0;
|
35.224.112.202 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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.66.178.120 0;
|
35.184.96.71 0;
|
||||||
35.193.14.140 0;
|
35.184.226.236 0;
|
||||||
35.192.136.167 0;
|
35.202.145.110 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### 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 @@
|
||||||
Abonti
|
Alligator
|
||||||
Barkrowler
|
autoemailspider
|
||||||
GermCrawler
|
BotALot
|
||||||
ReGet
|
Ezooms
|
||||||
scan.lol
|
IstellaBot
|
||||||
Sucuri
|
MS Web Services Client Protocol
|
||||||
T8Abot
|
SEOstats
|
||||||
VCI
|
SiteSnagger
|
||||||
WebPix
|
Webster
|
||||||
YoudaoBot
|
Whatweb
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
360Spider
|
360Spider
|
||||||
404checker
|
|
||||||
404enemy
|
|
||||||
Abonti
|
|
||||||
Aboundexbot
|
|
||||||
Acunetix
|
|
||||||
ADmantX
|
ADmantX
|
||||||
AfD-Verbotsverfahren
|
|
||||||
AhrefsBot
|
AhrefsBot
|
||||||
|
AIBOT
|
||||||
AiHitBot
|
AiHitBot
|
||||||
|
Aipbot
|
||||||
Alexibot
|
Alexibot
|
||||||
AllSubmitter
|
Alligator
|
||||||
Anarchie
|
Anarchie
|
||||||
ASPSeek
|
Apexoo
|
||||||
Asterias
|
archive.org_bot
|
||||||
Attach
|
|
||||||
autoemailspider
|
|
||||||
BackDoorBot
|
BackDoorBot
|
||||||
BacklinkCrawler
|
BackStreet
|
||||||
Bandit
|
Battleztar Bazinga
|
||||||
Barkrowler
|
|
||||||
BatchFTP
|
|
||||||
BetaBot
|
|
||||||
Bigfoot
|
|
||||||
Bitacle
|
Bitacle
|
||||||
BlackWidow
|
Blow
|
||||||
BlowFish
|
Boardreader
|
||||||
Bolt
|
BotALot
|
||||||
Brandprotect
|
Brandwatch
|
||||||
Buddy
|
BuiltWith
|
||||||
BuiltBotTough
|
CazoodleBot
|
||||||
CATExplorador
|
|
||||||
CCBot
|
|
||||||
Cegbfeieh
|
|
||||||
CheeseBot
|
|
||||||
CherryPicker
|
CherryPicker
|
||||||
Cliqzbot
|
Cliqzbot
|
||||||
Cloud mapping
|
Cloud mapping
|
||||||
|
Cogentbot
|
||||||
Collector
|
Collector
|
||||||
Copier
|
Cosmos
|
||||||
CopyRightCheck
|
|
||||||
Copyscape
|
|
||||||
crawler4j
|
crawler4j
|
||||||
crawler.feedback
|
crawler.feedback
|
||||||
crawl.sogou.com
|
CrazyWebCrawler
|
||||||
Crescent
|
CrunchBot
|
||||||
|
CSHttp
|
||||||
Curious
|
Curious
|
||||||
Custo
|
Custo
|
||||||
DatabaseDriverMysqli
|
|
||||||
DataCha0s
|
|
||||||
Demon
|
Demon
|
||||||
Deusu
|
Deusu
|
||||||
Devil
|
Devil
|
||||||
Digincore
|
|
||||||
DigitalPebble
|
|
||||||
DIIbot
|
DIIbot
|
||||||
Dirbuster
|
|
||||||
Disco
|
Disco
|
||||||
Discobot
|
DomainSigmaCrawler
|
||||||
Discoverybot
|
Drip
|
||||||
DnyzBot
|
Ebingbong
|
||||||
DomainAppender
|
|
||||||
DomainCrawler
|
|
||||||
DomainStatsBot
|
|
||||||
Dotbot
|
|
||||||
Download Wonder
|
|
||||||
ECCP/1.0
|
ECCP/1.0
|
||||||
|
EMail Siphon
|
||||||
|
EMail Wolf
|
||||||
evc-batch
|
evc-batch
|
||||||
ExtLinksBot
|
Evil
|
||||||
Extractor
|
Express WebPictures
|
||||||
ExtractorPro
|
ExtractorPro
|
||||||
Extreme Picture Finder
|
Ezooms
|
||||||
|
facebookscraper
|
||||||
FemtosearchBot
|
FemtosearchBot
|
||||||
Firefox/7.0
|
Fimap
|
||||||
FlashGet
|
FlashGet
|
||||||
|
Flunky
|
||||||
Foobot
|
Foobot
|
||||||
Freeuploader
|
Fyrebot
|
||||||
FrontPage
|
GalaxyBot
|
||||||
GermCrawler
|
GetRight
|
||||||
Getintent
|
GetWeb
|
||||||
Gigablast
|
Gigablast
|
||||||
Gigabot
|
Gigabot
|
||||||
G-i-g-a-b-o-t
|
Gotit
|
||||||
Go!Zilla
|
GoZilla
|
||||||
GrapeFX
|
Grabber
|
||||||
Haansoft
|
Grafula
|
||||||
|
GrapeshotCrawler
|
||||||
|
GridBot
|
||||||
|
HaosouSpider
|
||||||
Harvest
|
Harvest
|
||||||
HMView
|
HEADMasterSEO
|
||||||
|
Hloader
|
||||||
|
HTMLparser
|
||||||
HTTP::Lite
|
HTTP::Lite
|
||||||
HTTrack
|
HTTrack
|
||||||
IDBot
|
Humanlinks
|
||||||
|
Iblog
|
||||||
IlseBot
|
IlseBot
|
||||||
Image Fetch
|
Image Sucker
|
||||||
instabid
|
IndeedBot
|
||||||
Internet Ninja
|
Indy Library
|
||||||
ips-agent
|
InfoNaviRobot
|
||||||
|
InfoTekies
|
||||||
|
InterGET
|
||||||
|
internetVista monitor
|
||||||
|
Iria
|
||||||
Iskanie
|
Iskanie
|
||||||
IstellaBot
|
IstellaBot
|
||||||
Jbrofuzz
|
Jbrofuzz
|
||||||
JetCar
|
JetCar
|
||||||
|
Jetty
|
||||||
JikeSpider
|
JikeSpider
|
||||||
JOC Web Spider
|
JOC Web Spider
|
||||||
|
Joomla
|
||||||
|
Jorgee
|
||||||
JustView
|
JustView
|
||||||
|
Kenjin Spider
|
||||||
|
Keyword Density
|
||||||
Kozmosbot
|
Kozmosbot
|
||||||
Lanshanbot
|
LeechFTP
|
||||||
LeechGet
|
LeechGet
|
||||||
LexiBot
|
Libwhisker
|
||||||
LibWeb
|
|
||||||
Likse
|
Likse
|
||||||
LinkpadBot
|
LinkpadBot
|
||||||
LinkScan
|
|
||||||
LinksManager
|
LinksManager
|
||||||
LinqiaMetadataDownloaderBot
|
LinqiaMetadataDownloaderBot
|
||||||
LinqiaRSSBot
|
LinqiaRSSBot
|
||||||
Ltx71
|
LinqiaScrapeBot
|
||||||
|
Lipperhey Spider
|
||||||
|
Lmspider
|
||||||
lwp-request
|
lwp-request
|
||||||
lwp-trivial
|
LWP::Simple
|
||||||
|
Magnet
|
||||||
|
Mag-Net
|
||||||
|
magpie-crawler
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
|
Majestic12
|
||||||
|
Majestic-SEO
|
||||||
MarkMonitor
|
MarkMonitor
|
||||||
Masscan
|
Mass Downloader
|
||||||
MegaIndex.ru
|
Meanpathbot
|
||||||
MIDown tool
|
MeanPath Bot
|
||||||
MIIxpc
|
Mediatoolkitbot
|
||||||
Mister PiX
|
Microsoft Data Access
|
||||||
MJ12bot
|
Mr.4x3
|
||||||
MS Web Services Client Protocol
|
MSFrontPage
|
||||||
|
Msrabot
|
||||||
muhstik-scan
|
muhstik-scan
|
||||||
Musobot
|
Navroad
|
||||||
Needle
|
|
||||||
NetAnts
|
|
||||||
Netcraft
|
Netcraft
|
||||||
netEstate NE Crawler
|
|
||||||
NetLyzer
|
|
||||||
NetMechanic
|
NetMechanic
|
||||||
Nettrack
|
Nettrack
|
||||||
Net Vampire
|
|
||||||
NetZIP
|
|
||||||
Nibbler
|
|
||||||
NICErsPRO
|
NICErsPRO
|
||||||
Niki-bot
|
Nikto
|
||||||
Nmap
|
Nimbostratus
|
||||||
NPbot
|
NPbot
|
||||||
Octopus
|
Nutch
|
||||||
|
OnCrawl
|
||||||
OpenVAS
|
OpenVAS
|
||||||
OrangeBot
|
OrangeBot
|
||||||
|
OrangeSpider
|
||||||
|
OutfoxBot
|
||||||
|
Page Analyzer
|
||||||
PageGrabber
|
PageGrabber
|
||||||
page scorer
|
Pandalytics
|
||||||
Panscient
|
Papa Foto
|
||||||
pcBrowser
|
Pavuk
|
||||||
PECL::HTTP
|
|
||||||
PeoplePal
|
|
||||||
PictureFinder
|
|
||||||
Pimonster
|
Pimonster
|
||||||
Pixray
|
Pi-Monster
|
||||||
Pockey
|
PleaseCrawl
|
||||||
ProWebWalker
|
POE-Component-Client-HTTP
|
||||||
PxBroker
|
Probethenet
|
||||||
Quick-Crawler
|
Pump
|
||||||
RankActive
|
RankFlex
|
||||||
RankingBot
|
|
||||||
RankingBot2
|
RankingBot2
|
||||||
RebelMouse
|
RealDownload
|
||||||
RedesScrapy
|
Reaper
|
||||||
RepoMonkey
|
|
||||||
Ripper
|
Ripper
|
||||||
SBIder
|
Rogerbot
|
||||||
ScanAlert
|
s1z.ru
|
||||||
Scanbot
|
SalesIntelligent
|
||||||
Scrapy
|
scan.lol
|
||||||
|
ScoutJet
|
||||||
|
ScreenerBot
|
||||||
Searchestate
|
Searchestate
|
||||||
SearchmetricsBot
|
SemrushBot
|
||||||
SEOlyticsCrawler
|
SEOkicks
|
||||||
|
SEOkicks-Robot
|
||||||
SEOprofiler
|
SEOprofiler
|
||||||
SeoSiteCheckup
|
seoscanners
|
||||||
Siphon
|
SEOstats
|
||||||
|
Shodan
|
||||||
Sitebeam
|
Sitebeam
|
||||||
SiteExplorer
|
SiteExplorer
|
||||||
Siteimprove
|
Siteimprove
|
||||||
SiteLockSpider
|
SiteSnagger
|
||||||
Site Sucker
|
Snake
|
||||||
Sitevigil
|
Snapbot
|
||||||
Snoopy
|
Snoopy
|
||||||
|
SocialRankIOBot
|
||||||
Sociscraper
|
Sociscraper
|
||||||
Sogou web spider
|
sogouspider
|
||||||
Spanner
|
SpankBot
|
||||||
sp_auditbot
|
sp_auditbot
|
||||||
Spinn3r
|
Sqlmap
|
||||||
SputnikBot
|
|
||||||
Sqlworm
|
Sqlworm
|
||||||
Steeler
|
Stripper
|
||||||
Sucuri
|
SuperBot
|
||||||
|
SuperHTTP
|
||||||
|
SurveyBot
|
||||||
Swiftbot
|
Swiftbot
|
||||||
Szukacz
|
sysscan
|
||||||
T0PHackTeam
|
|
||||||
T8Abot
|
T8Abot
|
||||||
tAkeOut
|
|
||||||
Teleport
|
Teleport
|
||||||
|
TeleportPro
|
||||||
Telesphoreo
|
Telesphoreo
|
||||||
|
Telesphorep
|
||||||
|
The Intraformant
|
||||||
|
Thumbor
|
||||||
TightTwatBot
|
TightTwatBot
|
||||||
Titan
|
Titan
|
||||||
|
Toata
|
||||||
|
Toweyabot
|
||||||
Tracemyfile
|
Tracemyfile
|
||||||
Trendiction
|
Trendiction
|
||||||
Trendictionbot
|
|
||||||
trendiction.com
|
trendiction.com
|
||||||
|
trendiction.de
|
||||||
Turnitin
|
Turnitin
|
||||||
TurnitinBot
|
TurnitinBot
|
||||||
TwengaBot
|
TwengaBot
|
||||||
Twice
|
Twice
|
||||||
UnisterBot
|
Typhoeus
|
||||||
Upflow
|
Vagabondo
|
||||||
URLy Warning
|
|
||||||
URLy.Warning
|
|
||||||
VB Project
|
|
||||||
VeriCiteCrawler
|
|
||||||
VidibleScraper
|
VidibleScraper
|
||||||
VoidEYE
|
Virusdie
|
||||||
Voil
|
Voltron
|
||||||
Wallpapers/3.0
|
|
||||||
WASALive-Bot
|
WASALive-Bot
|
||||||
WBSearchBot
|
WBSearchBot
|
||||||
Webalta
|
Webalta
|
||||||
Web Auto
|
Web Auto
|
||||||
Web Collage
|
Web Collage
|
||||||
|
WEBDAV
|
||||||
WebEnhancer
|
WebEnhancer
|
||||||
|
Web Enhancer
|
||||||
WebFetch
|
WebFetch
|
||||||
|
Web Fetch
|
||||||
|
WebFuck
|
||||||
|
Web Fuck
|
||||||
|
WebGo IS
|
||||||
WebImageCollector
|
WebImageCollector
|
||||||
webmeup-crawler
|
webmeup-crawler
|
||||||
Web Pix
|
WebPix
|
||||||
Web Sauger
|
WebReaper
|
||||||
WebsiteQuester
|
WebSucker
|
||||||
Webster
|
|
||||||
WebStripper
|
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WebZIP
|
|
||||||
WeSEE
|
WeSEE
|
||||||
Whack
|
Whack
|
||||||
Whacker
|
|
||||||
Whatweb
|
|
||||||
Who.is Bot
|
|
||||||
Widow
|
Widow
|
||||||
WinHTTrack
|
|
||||||
WISENutbot
|
WISENutbot
|
||||||
Woobot
|
Woobot
|
||||||
|
Wotbox
|
||||||
Wprecon
|
Wprecon
|
||||||
WWW::Mechanize
|
WWW-Collector-E
|
||||||
|
Xaldon WebSpider
|
||||||
|
Xaldon_WebSpider
|
||||||
xpymep1.exe
|
xpymep1.exe
|
||||||
|
Zade
|
||||||
|
Zauba
|
||||||
zauba.io
|
zauba.io
|
||||||
Zermelo
|
Zermelo
|
||||||
Zeus
|
|
||||||
zgrab
|
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404checker
|
|
||||||
404enemy
|
|
||||||
80legs
|
80legs
|
||||||
ADmantX
|
Abonti
|
||||||
AfD-Verbotsverfahren
|
Aboundexbot
|
||||||
AIBOT
|
Alexibot
|
||||||
Aipbot
|
|
||||||
AllSubmitter
|
AllSubmitter
|
||||||
archive.org_bot
|
Anarchie
|
||||||
Attach
|
Apexoo
|
||||||
BackDoorBot
|
ASPSeek
|
||||||
Backlink-Ceck
|
autoemailspider
|
||||||
backlink-check
|
backlink-check
|
||||||
BackWeb
|
|
||||||
BatchFTP
|
BatchFTP
|
||||||
BBBike
|
BDFetch
|
||||||
|
BetaBot
|
||||||
|
Bigfoot
|
||||||
|
Bitacle
|
||||||
|
Blackboard
|
||||||
Black Hole
|
Black Hole
|
||||||
BlackWidow
|
BlackWidow
|
||||||
Blow
|
Blow
|
||||||
BlowFish
|
|
||||||
Boardreader
|
Boardreader
|
||||||
|
Bolt
|
||||||
|
BotALot
|
||||||
|
Brandwatch
|
||||||
Buddy
|
Buddy
|
||||||
BuiltWith
|
Bullseye
|
||||||
BunnySlippers
|
CazoodleBot
|
||||||
BuzzSumo
|
Cegbfeieh
|
||||||
Calculon
|
|
||||||
CCBot
|
|
||||||
CheeseBot
|
CheeseBot
|
||||||
CheTeam
|
Claritybot
|
||||||
Cloud mapping
|
Cloud mapping
|
||||||
|
coccocbot-web
|
||||||
cognitiveseo
|
cognitiveseo
|
||||||
Collector
|
|
||||||
com.plumanalytics
|
|
||||||
Copier
|
Copier
|
||||||
CopyRightCheck
|
Craftbot
|
||||||
Cosmos
|
crawl.sogou.com
|
||||||
CrazyWebCrawler
|
|
||||||
CSHttp
|
CSHttp
|
||||||
|
Custo
|
||||||
|
DatabaseDriverMysqli
|
||||||
DataCha0s
|
DataCha0s
|
||||||
demandbase-bot
|
demandbase-bot
|
||||||
|
Demon
|
||||||
Deusu
|
Deusu
|
||||||
Devil
|
Devil
|
||||||
DIIbot
|
Digincore
|
||||||
Dirbuster
|
Dirbuster
|
||||||
Disco
|
|
||||||
Dispatch
|
|
||||||
DittoSpyder
|
|
||||||
DomainAppender
|
DomainAppender
|
||||||
DomainCrawler
|
DomainCrawler
|
||||||
DomainSigmaCrawler
|
DomainSigmaCrawler
|
||||||
DomainStatsBot
|
DTS Agent
|
||||||
Dotbot
|
eCatch
|
||||||
DSearch
|
EMail Siphon
|
||||||
Ecxi
|
|
||||||
EMail Wolf
|
EMail Wolf
|
||||||
EroCrawler
|
EroCrawler
|
||||||
Evil
|
evc-batch
|
||||||
Express WebPictures
|
Exabot
|
||||||
ExtLinksBot
|
ExtractorPro
|
||||||
Extractor
|
|
||||||
Extreme Picture Finder
|
|
||||||
EyeNetIE
|
EyeNetIE
|
||||||
facebookscraper
|
facebookscraper
|
||||||
FDM
|
|
||||||
FemtosearchBot
|
|
||||||
FHscan
|
FHscan
|
||||||
Fimap
|
Firefox/7.0
|
||||||
|
Flunky
|
||||||
|
Foobot
|
||||||
Freeuploader
|
Freeuploader
|
||||||
|
FrontPage
|
||||||
FyberSpider
|
FyberSpider
|
||||||
GermCrawler
|
GalaxyBot
|
||||||
Getintent
|
Genieo
|
||||||
GetRight
|
|
||||||
GetWeb
|
GetWeb
|
||||||
Gigablast
|
Grabber
|
||||||
Go-Ahead-Got-It
|
GrabNet
|
||||||
GoZilla
|
|
||||||
Go!Zilla
|
|
||||||
Grafula
|
Grafula
|
||||||
|
GrapeshotCrawler
|
||||||
|
GridBot
|
||||||
|
Haansoft
|
||||||
|
Harvest
|
||||||
Havij
|
Havij
|
||||||
Hloader
|
|
||||||
HMView
|
|
||||||
HTMLparser
|
HTMLparser
|
||||||
HTTP::Lite
|
|
||||||
HTTrack
|
|
||||||
Humanlinks
|
|
||||||
IDBot
|
IDBot
|
||||||
Id-search
|
|
||||||
IlseBot
|
|
||||||
Image Sucker
|
|
||||||
IndeedBot
|
|
||||||
Indy Library
|
Indy Library
|
||||||
InfoNaviRobot
|
InfoNaviRobot
|
||||||
instabid
|
instabid
|
||||||
Intelliseek
|
Intelliseek
|
||||||
Internet Ninja
|
InterGET
|
||||||
Iria
|
InternetSeer
|
||||||
Iskanie
|
internetVista monitor
|
||||||
IstellaBot
|
IstellaBot
|
||||||
|
Jbrofuzz
|
||||||
JetCar
|
JetCar
|
||||||
Jetty
|
|
||||||
JikeSpider
|
|
||||||
JOC Web Spider
|
|
||||||
Joomla
|
Joomla
|
||||||
Jorgee
|
|
||||||
JustView
|
JustView
|
||||||
Jyxobot
|
Kenjin Spider
|
||||||
|
Keyword Density
|
||||||
|
Lanshanbot
|
||||||
Larbin
|
Larbin
|
||||||
LeechGet
|
|
||||||
LexiBot
|
LexiBot
|
||||||
Lftp
|
|
||||||
LibWeb
|
LibWeb
|
||||||
|
Libwhisker
|
||||||
Lightspeedsystems
|
Lightspeedsystems
|
||||||
Linkdexbot
|
Linkdexbot
|
||||||
LinkpadBot
|
LinkextractorPro
|
||||||
LinkScan
|
LinkScan
|
||||||
LinqiaMetadataDownloaderBot
|
LinqiaMetadataDownloaderBot
|
||||||
LinqiaRSSBot
|
Lipperhey Spider
|
||||||
LNSpiderguy
|
Litemage_walker
|
||||||
Magnet
|
lwp-request
|
||||||
|
LWP::Simple
|
||||||
|
magpie-crawler
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
Majestic12
|
|
||||||
Majestic SEO
|
|
||||||
Majestic-SEO
|
|
||||||
Mass Downloader
|
Mass Downloader
|
||||||
MauiBot
|
Mata Hari
|
||||||
Mediatoolkitbot
|
Meanpathbot
|
||||||
Metauri
|
MeanPath Bot
|
||||||
|
mediawords
|
||||||
|
MegaIndex.ru
|
||||||
|
MFC_Tear_Sample
|
||||||
Microsoft Data Access
|
Microsoft Data Access
|
||||||
MIIxpc
|
MIDown tool
|
||||||
Mister PiX
|
|
||||||
Mojeek
|
Mojeek
|
||||||
Mr.4x3
|
MSFrontPage
|
||||||
MSIECrawler
|
Msrabot
|
||||||
muhstik-scan
|
|
||||||
Musobot
|
Musobot
|
||||||
Nameprotect
|
Name Intelligence
|
||||||
Navroad
|
|
||||||
Needle
|
Needle
|
||||||
Netcraft
|
Nessus
|
||||||
NetLyzer
|
NetAnts
|
||||||
|
netEstate NE Crawler
|
||||||
|
Nettrack
|
||||||
|
Net Vampire
|
||||||
Netvibes
|
Netvibes
|
||||||
NextGenSearchBot
|
NetZIP
|
||||||
NimbleCrawler
|
Niki-bot
|
||||||
Nimbostratus
|
|
||||||
Ninja
|
Ninja
|
||||||
Nutch
|
oBot
|
||||||
Offline Explorer
|
Offline Navigator
|
||||||
Openfind
|
Openfind
|
||||||
|
Openvas
|
||||||
OrangeBot
|
OrangeBot
|
||||||
OutclicksBot
|
|
||||||
OutfoxBot
|
OutfoxBot
|
||||||
PageGrabber
|
Page Analyzer
|
||||||
PageScorer
|
page scorer
|
||||||
|
Panscient
|
||||||
Papa Foto
|
Papa Foto
|
||||||
Picscout
|
pcBrowser
|
||||||
Picsearch
|
PeoplePal
|
||||||
|
PHPCrawl
|
||||||
|
Pixray
|
||||||
PleaseCrawl
|
PleaseCrawl
|
||||||
|
plumanalytics
|
||||||
|
Pockey
|
||||||
|
ProPowerBot
|
||||||
|
ProWebWalker
|
||||||
Psbot
|
Psbot
|
||||||
QueryN Metasearch
|
Quick-Crawler
|
||||||
RankFlex
|
RankFlex
|
||||||
RankingBot
|
RankingBot
|
||||||
RankingBot2
|
RankingBot2
|
||||||
RedesScrapy
|
Rankivabot
|
||||||
ReGet
|
RankurBot
|
||||||
RepoMonkey
|
RealDownload
|
||||||
RocketCrawler
|
Reaper
|
||||||
|
Recorder
|
||||||
Rogerbot
|
Rogerbot
|
||||||
SBIder
|
SalesIntelligent
|
||||||
ScanAlert
|
|
||||||
Scanbot
|
|
||||||
scan.lol
|
scan.lol
|
||||||
|
ScoutJet
|
||||||
|
Scrapy
|
||||||
Screaming
|
Screaming
|
||||||
ScreenerBot
|
Semrush
|
||||||
Searchestate
|
SEOkicks
|
||||||
|
SEOkicks-Robot
|
||||||
SEOlyticsCrawler
|
SEOlyticsCrawler
|
||||||
|
Seomoz
|
||||||
SEOprofiler
|
SEOprofiler
|
||||||
seoscanners
|
Shodan
|
||||||
serpstatbot
|
Siphon
|
||||||
SISTRIX
|
SiteExplorer
|
||||||
Sitebeam
|
SiteLockSpider
|
||||||
SiteSnagger
|
SiteSucker
|
||||||
Site Sucker
|
Site Sucker
|
||||||
Sitevigil
|
SlySearch
|
||||||
SmartDownload
|
|
||||||
Snake
|
|
||||||
Snapbot
|
Snapbot
|
||||||
Snoopy
|
Snoopy
|
||||||
SocialRankIOBot
|
Sociscraper
|
||||||
Sottopop
|
Sogou web spider
|
||||||
Spammen
|
SpankBot
|
||||||
|
sp_auditbot
|
||||||
Spbot
|
Spbot
|
||||||
SputnikBot
|
Sqlmap
|
||||||
Sqlworm
|
Sqlworm
|
||||||
Sqworm
|
Sqworm
|
||||||
SuperHTTP
|
Steeler
|
||||||
|
Sucuri
|
||||||
Surfbot
|
Surfbot
|
||||||
|
SurveyBot
|
||||||
Suzuran
|
Suzuran
|
||||||
T8Abot
|
Swiftbot
|
||||||
|
Szukacz
|
||||||
Teleport
|
Teleport
|
||||||
TeleportPro
|
Telesphorep
|
||||||
Telesphoreo
|
The Intraformant
|
||||||
|
TheNomad
|
||||||
|
TightTwatBot
|
||||||
Toata
|
Toata
|
||||||
Toweyabot
|
Trendictionbot
|
||||||
Trendiction
|
True_Robot
|
||||||
Turingos
|
Turingos
|
||||||
Turnitin
|
|
||||||
TurnitinBot
|
TurnitinBot
|
||||||
|
TwengaBot
|
||||||
|
Typhoeus
|
||||||
UnisterBot
|
UnisterBot
|
||||||
Upflow
|
URLy.Warning
|
||||||
|
Vacuum
|
||||||
|
Vagabondo
|
||||||
VB Project
|
VB Project
|
||||||
VCI
|
|
||||||
VeriCiteCrawler
|
|
||||||
VidibleScraper
|
VidibleScraper
|
||||||
Virusdie
|
Virusdie
|
||||||
VoidEYE
|
|
||||||
Voil
|
|
||||||
Voltron
|
Voltron
|
||||||
Wallpapers/3.0
|
WBSearchBot
|
||||||
WASALive-Bot
|
WebAuto
|
||||||
Web Auto
|
|
||||||
WebBandit
|
WebBandit
|
||||||
Web Collage
|
WebCopier
|
||||||
Web Enhancer
|
WEBDAV
|
||||||
|
WebEnhancer
|
||||||
|
Web Fetch
|
||||||
WebFuck
|
WebFuck
|
||||||
WebPix
|
WebImageCollector
|
||||||
WebReaper
|
WebSauger
|
||||||
Webshag
|
Web Sauger
|
||||||
WebsiteQuester
|
WebsiteQuester
|
||||||
Website Quester
|
|
||||||
Webster
|
Webster
|
||||||
WebStripper
|
WebStripper
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WebWhacker
|
WebWhacker
|
||||||
Whatweb
|
WeSEE
|
||||||
Who.is Bot
|
Who.is Bot
|
||||||
Widow
|
WinHTTrack
|
||||||
WISENutbot
|
Woobot
|
||||||
Wonderbot
|
|
||||||
Wotbox
|
|
||||||
Wprecon
|
Wprecon
|
||||||
WWW-Collector-E
|
WPScan
|
||||||
x09Mozilla
|
WWW-Mechanize
|
||||||
x22Mozilla
|
x22Mozilla
|
||||||
Xaldon WebSpider
|
|
||||||
Xenu
|
Xenu
|
||||||
YoudaoBot
|
Zade
|
||||||
|
Zauba
|
||||||
zauba.io
|
zauba.io
|
||||||
Zermelo
|
zgrab
|
||||||
Zitebot
|
Zitebot
|
||||||
|
ZmEu
|
||||||
ZumBot
|
ZumBot
|
||||||
|
ZyBorg
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
clickintext.net
|
androids-store.com
|
||||||
gifspics.com
|
editors.choice6912650.hulfingtonpost.com
|
||||||
globatur.ru
|
hyiphunter.org
|
||||||
hotblognetwork.com
|
laudit.ru
|
||||||
images-graphics-pics.com
|
marcowebonyodziezowe.pl
|
||||||
littlecity.ch
|
pornophoto.xyz
|
||||||
narkologiya-voronezh.ru
|
py100.ru
|
||||||
privhosting.com
|
remmling.de
|
||||||
sex-sex-sex5.com
|
sophang8.com
|
||||||
xn--80aodinpgi.xn--p1ai
|
supernew.org
|
||||||
|
|
|
@ -1,500 +1,500 @@
|
||||||
101lesbian.xyz
|
101billion.com
|
||||||
10bet.com
|
1adult.com
|
||||||
123any.com
|
1pamm.ru
|
||||||
123cha.com
|
214jaluwobapef.cf
|
||||||
1314dh.com
|
24-ak.ru
|
||||||
20pascals.nl
|
256bit.by
|
||||||
4k-player.pl
|
2itech.ru
|
||||||
4pp13.com
|
2rich4bitches.com
|
||||||
51unlim.ru
|
3xforum.ro
|
||||||
5i2.net
|
4kpics.rocks
|
||||||
8kisses.eu
|
57883.net
|
||||||
8lufu.com
|
8lufu.com
|
||||||
aa9d046aab36af4ff182f097f840430d51.com
|
aac52006ec82a24e08b665f4db2b5013f7.com
|
||||||
absolutelyanalog.com
|
abcdeg.xyz
|
||||||
absugars.com
|
abclauncher.com
|
||||||
|
above.com
|
||||||
|
absolute-s.ru
|
||||||
abusora.com
|
abusora.com
|
||||||
acortarurl.es
|
adloads.com
|
||||||
adcash.com
|
ads-seo.men
|
||||||
addblueoff.com.ua
|
adult3dgames.com
|
||||||
adman.gr
|
advokat-grodno.by
|
||||||
adrenalin-stk.ru
|
adzerg.com
|
||||||
advocatemsk.ru
|
afmuseum.com
|
||||||
afslankpillen2017nl.eu
|
agahinameh.com
|
||||||
aimayangzhi.com
|
ahrntal.verymes.xyz
|
||||||
akvamaster.dp.ua
|
akuhni.by
|
||||||
alloysteel.ru
|
alfa-img.com
|
||||||
alt-servis.ru
|
allbizne.co.ua
|
||||||
anapa-inns.ru
|
all-number.com
|
||||||
android4fun.org
|
allwomen.info
|
||||||
android-systems.ru
|
amazingninja.com
|
||||||
animal-drawings.com
|
amyfoxfitness.com
|
||||||
antons-transporte.de
|
anabolics.shop
|
||||||
apispringsmartne-a.akamaihd.net
|
apiadanaknet-a.akamaihd.net
|
||||||
appearance-cool.com
|
apimegabrowsebiz-a.akamaihd.net
|
||||||
appfixing.space
|
arraty.altervista.org
|
||||||
appsecurityr.com
|
artdeko.info
|
||||||
arcadepages.com
|
as5000.com
|
||||||
artel116.ru
|
asiengirls.net
|
||||||
asseenontv.ru
|
|
||||||
auto4style.ru
|
auto4style.ru
|
||||||
autobudpostach.club
|
autoseo-traffic.com
|
||||||
availit.weebly.com
|
aviav.eu
|
||||||
aviva-limoux.com
|
avirasecureserver.com
|
||||||
avtoarenda.by
|
ayakino.net
|
||||||
backlinkwatch.com
|
azazu.ru
|
||||||
bangla-chat-uk-paralud.ga
|
babieca.com
|
||||||
bannertesting.com
|
backlink4u.net
|
||||||
barnfurnituremart.com
|
bang-hotties.com
|
||||||
|
bankmib.ru
|
||||||
|
bank.uz
|
||||||
|
bannerconnect.net
|
||||||
bashtime.ru
|
bashtime.ru
|
||||||
beetpics.pw
|
bayareaaeroclub.org
|
||||||
bestchoice.cf
|
beachtoday.ru
|
||||||
bestprofits-there.com
|
belstaffstore.online
|
||||||
best-way.men
|
bestcalovebracelet.cn
|
||||||
bigcareer.info
|
bestofferswalkmydogouteveryday.gq
|
||||||
bioca.org
|
bestofupload.info
|
||||||
bio-japan.net
|
best-seo-software.xyz
|
||||||
bitcoinremote.com
|
bet365.com
|
||||||
blogqpot.com
|
betteroffers.review
|
||||||
blogrankers.com
|
biteg.xyz
|
||||||
bnt-team.com
|
blackhatworth.com
|
||||||
boom-celebs.com
|
blog.koreadaily.com
|
||||||
bracketsmackdown.com
|
bochemit.com.ua
|
||||||
brillianty.info
|
boltalko.xyz
|
||||||
bristolhostel.com
|
bonvillan.com
|
||||||
bronzeaid-a.akamaihd.net
|
bonzbuddy.com
|
||||||
business-suggested.tk
|
boostmyppc.com
|
||||||
canoncdriverq3.pen.io
|
bosman.pluto.ro
|
||||||
carapics.com
|
brainzpod.win
|
||||||
casinos4dummies.co.uk
|
brus.city
|
||||||
cdncash.com
|
buigas.00it.com
|
||||||
cdn.walkme.com
|
builtwith.com
|
||||||
cete.ru
|
bum.com.ru
|
||||||
c-gainsbourg.com
|
businescoop.men
|
||||||
cgi2.nintendo.co.jp
|
buzzonclick.com
|
||||||
chcu.net
|
carabela.com.do
|
||||||
checkpagerank.net
|
cardsdumps.com
|
||||||
children-learningreading.info
|
cars-modification.net
|
||||||
chiptuninger.com
|
cartierlovebracelet.xyz
|
||||||
chlooe.com
|
cartierlovestore.xyz
|
||||||
cialisovercounteratwalmartusa.com
|
celejihad.info
|
||||||
ci.ua
|
cfjump.com
|
||||||
classicakuhni.ru
|
chatroulette.si
|
||||||
clickso.com
|
cheapestjerseysonwholesale.com
|
||||||
codysbbq.com
|
chinacheapelitejerseys.com
|
||||||
coindirect.io
|
chocolateslim-en-espana.com
|
||||||
com-cleaner.systems
|
cialischsrx.com
|
||||||
compliance-checker-7.info
|
civilwartheater.com
|
||||||
compliance-jack.top
|
cleanallvirus.com
|
||||||
compliance-julianna.top
|
clipartnew.com
|
||||||
compliance-mary.top
|
club-samodelkin.ru
|
||||||
compliance-walt.top
|
com-onlinesupport.site
|
||||||
compliance-willy.top
|
compliance-ivan.xyz
|
||||||
comsysnet.com
|
compliance-jane.top
|
||||||
continent-e.tv
|
compliance-john.top
|
||||||
cosmetic.donna7753191.ru
|
conocer-sanabria.com
|
||||||
countbertwistdisp26.soup.io
|
contentsexpress.com
|
||||||
craftburg.ru
|
coolyarddecorations.com
|
||||||
customerguru.in
|
copblock.org
|
||||||
customerpromos-a.akamaihd.net
|
cornomase.win
|
||||||
cutalltheshit.com
|
coslab.club
|
||||||
dangphoto.trade
|
counter.yadro.ru
|
||||||
daretodonate.co
|
craftinsta.ru
|
||||||
dayibiao.com
|
culmimg.pw
|
||||||
deplim.com
|
customcollegeessays.net
|
||||||
design-ideas.info
|
cvety24.by
|
||||||
|
czat.wp.pl
|
||||||
|
dafatiri.com
|
||||||
|
dcj-nn.ru
|
||||||
|
deanmoore.ie
|
||||||
|
deshevo-nedorogo.ru
|
||||||
detsky-nabytek.info
|
detsky-nabytek.info
|
||||||
dev33.dioniqlabb.se
|
dev33.dioniqlabb.se
|
||||||
dignitasdata.se
|
dgfitness.co
|
||||||
dikqlyremy.info
|
diarioaconcagua.com
|
||||||
discountbarbour.online
|
digital-video-processing.com
|
||||||
doctissimo.fr
|
dinkolove.ya.ru
|
||||||
dogclothing.store
|
distver.ru
|
||||||
dogoimage.com
|
dkvorota.ru
|
||||||
dorratex.tn
|
doctormakarova.ru
|
||||||
droidlook.net
|
documentsite.net
|
||||||
druzhininevgeniy63.blogspot.com
|
dstroy.su
|
||||||
|
e2click.com
|
||||||
earl-brown.info
|
earl-brown.info
|
||||||
earn-from-articles.com
|
e-c.al
|
||||||
educatemetv.com
|
eldiariodeguadalajara.com
|
||||||
efnor-ac.com
|
elektrischezigaretten2.beeplog.com
|
||||||
ege-russian.ru
|
elektrozigarette1.dreamwidth.org
|
||||||
elektrischezigarette1.blog.pl
|
elektrozigaretten2.yn.lt
|
||||||
elektronischezigarettekaufen2.tumblr.com
|
envaseslotusama.com
|
||||||
elektrozigarette2.webs.com
|
eralph.tk
|
||||||
elitedollars.com
|
eredijovon.com
|
||||||
elite-sex-finders.com
|
erotik0049.com
|
||||||
elitesportsadvisor.com
|
errorfixing.space
|
||||||
eloconcream.blogspot.com
|
etur.ru
|
||||||
emailaccountlogin.co
|
euromasterclass.ru
|
||||||
engines-usa.com
|
evaashop.ru
|
||||||
englate.com
|
exonline.info
|
||||||
eropho.com
|
expertblog.info
|
||||||
eshop.md
|
ez8motelseaworldsandiego.com
|
||||||
evening-dating-club.info
|
|
||||||
exct.net
|
|
||||||
ezb.elvenmachine.com
|
|
||||||
ezigarettekaufen2.mpbloggar.se
|
ezigarettekaufen2.mpbloggar.se
|
||||||
f1nder.org
|
face.hostingx.eu
|
||||||
facecup.top
|
fakehandbags.xyz
|
||||||
fanoboi.com
|
favorcosmetics.com
|
||||||
fashionindeed.ml
|
fellowshipoftheminds.com
|
||||||
fashion-mk.net
|
fermersovet.ru
|
||||||
fbdownloader.com
|
filefilter.weebly.com
|
||||||
fefo.gdn
|
find1friend.com
|
||||||
ferieboligkbh.dk
|
flirt4free.com
|
||||||
fickluder69.com
|
fm-upgrade.ru
|
||||||
filerockstar298.weebly.com
|
forensicpsychiatry.ru
|
||||||
filesmonster.porn
|
forex-procto.ru
|
||||||
filkhbr.com
|
forum-engineering.ru
|
||||||
financehint.eu
|
forum.tvmir.org
|
||||||
findacheaplawyers.com
|
|
||||||
firstdrugmall.ru
|
|
||||||
flauntyoursite.com
|
|
||||||
focalink.com
|
|
||||||
fok.nl
|
|
||||||
footbalive.org
|
|
||||||
forumprofi.de
|
|
||||||
foxjuegos.com
|
foxjuegos.com
|
||||||
free-gluten.ru
|
foxtechfpv.com
|
||||||
freelinkbuilding.website.tk
|
foxweber.com
|
||||||
free-share-buttons.blogspot.com
|
frameimage.org
|
||||||
freewhatsappload.com
|
freejabs.com
|
||||||
freewlan.info
|
freeseedsonline.com
|
||||||
freza-sverlo.ru
|
freshberry.com.ua
|
||||||
froggytube.com
|
frustrated-favorable.gq
|
||||||
funnypica.com
|
fsakhalin.ru
|
||||||
fxgallery.com
|
fungamelands.com
|
||||||
gamedayhouse.com
|
fun-mobi.pl
|
||||||
gay-file.com
|
g7m.pl
|
||||||
gazobeton-p.com.ua
|
gabeshop.ru
|
||||||
gcup.ru
|
galleryawesome.com
|
||||||
geckoandfly.com
|
gallery.rennlist.com
|
||||||
generousdeal-a.akamaihd.net
|
gepezz.info
|
||||||
getresponse.com
|
getridofstretchmarks.org
|
||||||
gigapeta.com
|
gilbertbanda.net
|
||||||
gigixo.com
|
gilsonchiro.xyz
|
||||||
gk-atlant.info
|
girls-ufa.ru
|
||||||
glass-msk.ru
|
global-ics.co.za
|
||||||
glcomputers.ru
|
gopro-online.info
|
||||||
globalsurfari.com
|
gpirate.com
|
||||||
go2album.com
|
gsasearchengineranker.top
|
||||||
goldadpremium.com
|
gta-top.ru
|
||||||
goo.ne.jp
|
gymi.name
|
||||||
gotomontenegro.net
|
hamptonoaks.ca
|
||||||
greatzip.com
|
handicapvantoday.com
|
||||||
guge.io
|
hazardky.net
|
||||||
guigyverpo.cf
|
hdxnxxtube.mobi
|
||||||
gyffu.com
|
|
||||||
handicapbathtubarea.com
|
|
||||||
happy.new.yeartwit.com
|
|
||||||
haveinc.xyz
|
|
||||||
hdfreeporno.net
|
|
||||||
hdseriale.pl
|
|
||||||
headpress.ru
|
|
||||||
healing-dysplasia.ru
|
healing-dysplasia.ru
|
||||||
heartofbeijing.blogspot.com
|
healthcarestore.info
|
||||||
hentai-manga.porn
|
heatpower.ru
|
||||||
heroz.fr
|
helpmymacfaster.trade
|
||||||
hoholikik.club
|
herokuapp.com
|
||||||
homedo.fabpage.com
|
hifidesign.ru
|
||||||
homik.pw
|
hmywwogw.bloger.index.hr
|
||||||
host-protection.com
|
hobbyhuren24.net
|
||||||
hotenergy.ru
|
hotchatdate.com
|
||||||
hplaserjetpdriver8y.pen.io
|
hotgirlhdwallpaper.com
|
||||||
|
hybrid.ru
|
||||||
|
idc.com.ua
|
||||||
iflycapetown.co.za
|
iflycapetown.co.za
|
||||||
ilikevitaly.com
|
|
||||||
ilte.info
|
|
||||||
images-graphics-pics.com
|
|
||||||
images.gyffu.com
|
images.gyffu.com
|
||||||
inboxdollars.com
|
imgarcade.com
|
||||||
incomekey.net
|
indetiske.ya.ru
|
||||||
increasewwwtraffic.info
|
instasexyblog.com
|
||||||
inspiring-desperate.tk
|
int.search.tb.ask.com
|
||||||
intervsem.ru
|
iqbazar.ru
|
||||||
invitefashion.com
|
|
||||||
iqoption.com
|
iqoption.com
|
||||||
iqoption.pro
|
iqoption.pro
|
||||||
iskalko.ru
|
iron-age.info
|
||||||
istizanidineacontrolledsubstance.blogspot.com
|
isistaylorporn.info
|
||||||
iyasimasennka.com
|
isitpaleo.info
|
||||||
jamiembrown.com
|
izhevsk.xrus.org
|
||||||
jaxcube.info
|
jerseyswholesalechinalimited.com
|
||||||
jerseychinabizwholesale.us
|
jewelryandfiligree.com
|
||||||
journalhome.com
|
jillepille.com
|
||||||
keywords-monitoring-your-success.com
|
jongose.ninja
|
||||||
kiinomaniak.pl
|
jovencitas.gratis
|
||||||
kinoplen.ru
|
jurajskie.info
|
||||||
klikbonus.com
|
jus0wil.pp.ua
|
||||||
|
justdating.online
|
||||||
|
kamen-e.ru
|
||||||
|
kasino-money.pw
|
||||||
|
kemerovo.zrus.org
|
||||||
|
kinohit1.ru
|
||||||
|
klejonka.info
|
||||||
|
klosetkitten.com
|
||||||
knigonosha.net
|
knigonosha.net
|
||||||
kochanelli.com
|
kolotiloff.ru
|
||||||
kosova.de
|
kostenloser-sex.com
|
||||||
krasnodar-avtolombards.ru
|
koversite.info
|
||||||
|
kraljeva-sutjeska.com
|
||||||
|
krasivoe-hd.com
|
||||||
|
krasnodar.zrus.org
|
||||||
kreativperlen.ch
|
kreativperlen.ch
|
||||||
landinez.co
|
kredit-pod-zalog-krasnodar.ru
|
||||||
law-check-seven.xyz
|
ks1234.com
|
||||||
lawyers.cafe
|
laparfumotec.com
|
||||||
lawyersinfo.org
|
laptoper.net
|
||||||
lazy-z.com
|
lasvegaslockandsafe.com
|
||||||
|
lecbter-relationships.ga
|
||||||
le-clos-des-alouettes.com
|
le-clos-des-alouettes.com
|
||||||
leftofcentrist.com
|
ledis.top
|
||||||
lescinq.com
|
lennatin.info
|
||||||
|
letolove.ru
|
||||||
lexaprogeneric.link
|
lexaprogeneric.link
|
||||||
linkpulse.com
|
linkrr.com
|
||||||
lisque.batcave.net
|
lion.conboy.us
|
||||||
liumimgx.pw
|
lookingglassemb.com
|
||||||
lkbennettstore.online
|
|
||||||
lmrauction.com
|
|
||||||
locationdesaison.com
|
|
||||||
locksmith.jp
|
|
||||||
louboutinbooties.xyz
|
louboutinbooties.xyz
|
||||||
lovi-moment.com.ua
|
lsp-awak-perikanan.com
|
||||||
m1media.net
|
lunamedia.co
|
||||||
m3gadownload.pl
|
macdamaged.tech
|
||||||
mansiondelrio.co
|
macotool.com
|
||||||
maridan.com.ua
|
magicalfind-a.akamaihd.net
|
||||||
marmotstore.online
|
maglid.ru
|
||||||
martlinker.com
|
manualterap.roleforum.ru
|
||||||
mebeldekor.com.ua
|
marketingtechniques.info
|
||||||
medispainstitute.com.au
|
marketland.ml
|
||||||
megavolt.net.ua
|
marktforschung-stuttgart.com
|
||||||
methodsmarketing.com
|
mearns-tractors.co.uk
|
||||||
middlerush-a.akamaihd.net
|
medmajor.ru
|
||||||
minet.club
|
meduza-consult.ru
|
||||||
mmostrike.ru
|
meget.co.za
|
||||||
moesonce.com
|
me-ke.com
|
||||||
monclercheap.xyz
|
mesto-x.com
|
||||||
money-every-day.com
|
metarip.ru
|
||||||
moneyviking-a.akamaihd.net
|
microsoftportal.net
|
||||||
monsterdivx.com
|
mir-business-24.ru
|
||||||
moonci.ru
|
mirzonru.net
|
||||||
morocco-nomad-excursions.com
|
mnogolok.info
|
||||||
moscow-region.ru
|
mobilemedia.md
|
||||||
movies-in-theaters.net
|
mobile.ok.ru
|
||||||
mriyadh.com
|
mrcsa.com.au
|
||||||
mrwhite.biz
|
mug-na-chas-moscow.ru
|
||||||
msfsaar.de
|
muizre.ru
|
||||||
myhydros.org
|
music7s.me
|
||||||
narco24.me
|
musicspire.online
|
||||||
nationalbreakdown.com
|
muzaporn.com
|
||||||
netanalytics.xyz
|
muz-baza.net
|
||||||
newtechspb.ru
|
muz-tracker.net
|
||||||
nfvsz.com
|
mydearest.co
|
||||||
nicefloor.co.uk
|
mydownlodablefiles.com
|
||||||
niroo.info
|
nastydollars.com
|
||||||
obsessionphrases.com
|
national-today-winning-winner.club
|
||||||
obuv-kupit.ru
|
naturalpharm.com.ua
|
||||||
offtime.ru
|
netcheckcdn.xyz
|
||||||
oil-td.ru
|
nikhilbahl.com
|
||||||
okeinfo.online
|
normalegal.ru
|
||||||
ok.ru
|
notebook-pro.ru
|
||||||
olvanto.ru
|
nzfilecloud.weebly.com
|
||||||
one-gear.com
|
omoikiri-japan.ru
|
||||||
online.ktc45.ru
|
onefilms.net
|
||||||
onlinemegax.com
|
onemantrip.com
|
||||||
onlinewritingjobs17.blogspot.ru
|
ons-add.men
|
||||||
online-x.ru
|
o-o-8-o-o.ru
|
||||||
openfrost.com
|
openstat.com
|
||||||
ostrovtaxi.ru
|
oren-cats.ru
|
||||||
owathemes.com
|
otbelivanie-zubov.com
|
||||||
pagesense.com
|
ownshop.cf
|
||||||
pattersonsweb.com
|
paintingplanet.ru
|
||||||
pay2me.pl
|
palocco.it
|
||||||
peekyou.com
|
partner-cdn.men
|
||||||
petitions.whitehouse.gov
|
partnerline.men
|
||||||
peugeot-club.org
|
partner-print.men
|
||||||
pharmacyincity.com
|
pharmacyincity.com
|
||||||
photokitchendesign.com
|
photo-clip.ru
|
||||||
physfunc.ru
|
pic2fly.com
|
||||||
piccdata.com
|
pio.polytopesexempt.com
|
||||||
picsforkeywordsuggestion.com
|
pix-hd.com
|
||||||
pics-group.com
|
plaff-go.ru
|
||||||
pills24h.com
|
plastjulgranar.se
|
||||||
piratecams.com
|
platesauto.com
|
||||||
pixell.club
|
pokerniydom.ru
|
||||||
pixshark.com
|
popup-jdh.xyz
|
||||||
pizda.lol
|
porn555.com
|
||||||
plastgranar.nu
|
pornoplen.com
|
||||||
playboyfiles.xblog.in
|
pornowarp.info
|
||||||
pl-top.pl
|
|
||||||
plugingeorgia.com
|
|
||||||
poisk-zakona.ru
|
|
||||||
popunder.ru
|
|
||||||
pornhub-ru.com
|
|
||||||
pornogad.com
|
|
||||||
pornozhara.com
|
pornozhara.com
|
||||||
porodasobak.net
|
pp-budpostach.com.ua
|
||||||
portside.xyz
|
printingpeach.com
|
||||||
pozdravleniya-c.ru
|
|
||||||
praisong.net
|
|
||||||
predominant-invent.tk
|
|
||||||
pretty-mart.com
|
|
||||||
privatbank46.ru
|
privatbank46.ru
|
||||||
profolan.pl
|
prom23.ru
|
||||||
projectforte.ru
|
promoforum.ru
|
||||||
projefrio.com.br
|
purplestats.com
|
||||||
prokotov.com
|
push-ad.com
|
||||||
prostitutki-belgoroda.org
|
pussysaga.com
|
||||||
prostitutki-kiev.org
|
pxhdwsm.com
|
||||||
prostitutki-tyumeni.org
|
quick-offer.com
|
||||||
pro-tec.kz
|
raavidesigns.com
|
||||||
psa48.ru
|
rainbowice.ru
|
||||||
purplesphere.in
|
rankexperience.com
|
||||||
pushdata.sendpulse.com
|
razorweb-a.akamaihd.net
|
||||||
putevka24.ru
|
refads.pro
|
||||||
quickchange.cc
|
referencemoi.com
|
||||||
raisedseo.com
|
refererx.com
|
||||||
rapevideosmovies.com
|
registrationdomainsite.com
|
||||||
rapidsites.pro
|
relayblog.com
|
||||||
refudiatethissarah.info
|
|
||||||
remontbiz.ru
|
|
||||||
remont-mobile-phones.ru
|
|
||||||
rennlist.com
|
|
||||||
rentalcarnavi.info
|
rentalcarnavi.info
|
||||||
rightenergysolutions.com.au
|
research.ifmo.ru
|
||||||
rique.host.sk
|
reversing.cc
|
||||||
ritlweb.com
|
|
||||||
rn-to-bsn.com
|
rn-to-bsn.com
|
||||||
|
robertefuller.com
|
||||||
rogervivierforsale.com
|
rogervivierforsale.com
|
||||||
ruscoininvest.company
|
royalvegascasino.com
|
||||||
rvi.biz
|
rumamba.com
|
||||||
rvzr-a.akamaihd.net
|
rusoft-zone.ru
|
||||||
sanatorrii.ru
|
russkie-gorki.ru
|
||||||
sanidumps.com
|
saletool.ru
|
||||||
saratov.xrus.org
|
samo-soznanie.ru
|
||||||
sawin.beth.webd.pl
|
sampleletters.net
|
||||||
scanner-barak.top
|
sbt-aqua.ru
|
||||||
scanner-john.top
|
sbtdesign.co.uk
|
||||||
scansafe.net
|
scanmarine.info
|
||||||
scat.porn
|
scanner-elena.top
|
||||||
|
scenarii-1-sentyabrya.uroki.org.ua
|
||||||
|
screentoolkit.com
|
||||||
|
search.alot.com
|
||||||
|
secret.xn--oogle-wmc.com
|
||||||
|
selectads.men
|
||||||
semaltmedia.com
|
semaltmedia.com
|
||||||
senger.atspace.co.uk
|
sextracker.de
|
||||||
seo-smm.kz
|
|
||||||
serpstat.com
|
|
||||||
sexad.net
|
|
||||||
sexkontakteao.info
|
|
||||||
sexphoto.site
|
|
||||||
sexsaoy.com
|
|
||||||
sexspornotub.com
|
|
||||||
sexvporno.ru
|
sexvporno.ru
|
||||||
shikiso.info
|
sexyali.com
|
||||||
shinikiev.com.ua
|
shell-pmr.ru
|
||||||
shopvilleroyboch.com.ua
|
shmetall.com.ua
|
||||||
siha.de
|
shoppytoolmac.com
|
||||||
simple-share-buttons.com
|
sicfor.bcu.cc
|
||||||
sispe.com.br
|
simpoed.ufop.br
|
||||||
skuteczna-dieta.co.pl
|
sim-service.net
|
||||||
slowmacfaster.trade
|
site-auditor.online
|
||||||
slutloadlive.com
|
siteripz.net
|
||||||
smartadserver.com
|
site.ru
|
||||||
smart-balancewheel.com
|
smartpet.ru
|
||||||
snjack.info
|
sodexo.com
|
||||||
socas.pluto.ro
|
solmarket.by
|
||||||
social-search.me
|
sonnikforme.ru
|
||||||
soc-proof.su
|
sotkal.lark.ru
|
||||||
solicita.info
|
|
||||||
spacash.com
|
|
||||||
space4updating.win
|
space4updating.win
|
||||||
spin2016.cf
|
spammen.de
|
||||||
spy-app.info
|
spb-plitka.ru
|
||||||
squidoo.com
|
spywareit.com
|
||||||
stair.registrydomainservices.com
|
srecorder.com
|
||||||
start.myplaycity.com
|
stariy-baku.com
|
||||||
streetfire.net
|
statustroll.com
|
||||||
streha-metalko.si
|
stop-gepatit.te.ua
|
||||||
strongholdsb.ru
|
strag-invest.ru
|
||||||
stroyhelp-dv.ru
|
stroiminsk.com
|
||||||
studiofmp.com
|
sundrugstore.com
|
||||||
sumo.com
|
surgut.zrus.org
|
||||||
supermama.top
|
|
||||||
support.nopeas.sk
|
|
||||||
surintech.ac.th
|
surintech.ac.th
|
||||||
susanholtphotography.com
|
|
||||||
svensk-poesi.com
|
svensk-poesi.com
|
||||||
sweepstakes.rewardit.com
|
svetlotorg.ru
|
||||||
tacbelarus.ru
|
sygraem.com
|
||||||
tarad.com
|
tanieaukcje.com.pl
|
||||||
|
taximytishi.ru
|
||||||
|
tech4master.com
|
||||||
|
tedy.su
|
||||||
|
telefonsexkostenlos.tk
|
||||||
|
telesvoboda.ru
|
||||||
|
templates.radiodigital.co
|
||||||
tengohydar.tk
|
tengohydar.tk
|
||||||
terraclicks.com
|
|
||||||
tfxiq.com
|
|
||||||
thebestweightlosspills.ovh
|
thebestweightlosspills.ovh
|
||||||
thebluenoodle.com
|
theplacetoupdating.pw
|
||||||
tizanidinedosage.blogspot.com
|
thewomenlife.com
|
||||||
tizanidineusedfor.blogspot.com
|
timer4web.com
|
||||||
|
timetorelax.biz
|
||||||
|
tizanidineduringpregnancy.blogspot.com
|
||||||
|
tizanidinehcl2mg.blogspot.com
|
||||||
|
tizanidinehcl4mgisitanarcotic.blogspot.com
|
||||||
|
tizanidineshowupondrugtest.blogspot.com
|
||||||
|
tizanidinevssoma.blogspot.com
|
||||||
|
tizanidinevsvalium.blogspot.com
|
||||||
tkanorganizma.ru
|
tkanorganizma.ru
|
||||||
tmtrck.com
|
tn811.us
|
||||||
|
tnaionline.org
|
||||||
todohr.com
|
todohr.com
|
||||||
top10-online-games.com
|
topdownloads.ru
|
||||||
top-l2.com
|
topkarkas.com
|
||||||
trailer.cinemaflix.website
|
topsy.com
|
||||||
treasuretrack-a.akamaihd.net
|
track112.site
|
||||||
trichizobswiv.agddns.net
|
trustaffs.com
|
||||||
trustl.life
|
tt-ipd.info
|
||||||
twittrading.com
|
ttrraacckkrr.com
|
||||||
twu.com.ua
|
tubeoffline.com
|
||||||
ucoz.ru
|
udayavani.com
|
||||||
ukrup.com
|
ufa.xrus.org
|
||||||
umekana.ru
|
uhdtv.website
|
||||||
umityangin.net
|
ukkelberg.no
|
||||||
unacittaconte.org
|
ultimatesetnewfreeallsoftupgradesystems.pw
|
||||||
uptime-alpha.net
|
unitygame3d.com
|
||||||
uptime-gamma.net
|
unlimitdocs.net
|
||||||
|
unrealcommander.org
|
||||||
|
upstore.me
|
||||||
|
urdoot.win
|
||||||
|
urengoy.pro
|
||||||
url2image.com
|
url2image.com
|
||||||
v24s.net
|
usacasino.com
|
||||||
vacuumscleaner.com
|
userequip.com
|
||||||
valoresito.com
|
v720hd.ru
|
||||||
veerotech.com
|
valmetrundan.se
|
||||||
velpanex.ru
|
varikoz24.com
|
||||||
vesnatehno.com
|
vclicks.net
|
||||||
viberdownload10.com
|
vduplo.ru
|
||||||
video-camer.com
|
veselokloun.ru
|
||||||
|
vesnatehno.ru
|
||||||
|
viagroid.ru
|
||||||
|
videochaty.ru
|
||||||
videojam.tv
|
videojam.tv
|
||||||
vielporno.net
|
villacoloniale.com
|
||||||
viel.su
|
vipsexfinders.com
|
||||||
visa-china.ru
|
vitalads.net
|
||||||
vkak.ru
|
vpnhowto.info
|
||||||
vmnmvzsmn.over-blog.com
|
vykupavto-krasnodar.ru
|
||||||
voloslove.ru
|
wallpapers-best.com
|
||||||
vvpg.ru
|
waysbetter.cn
|
||||||
vykup-avto-krasnodar.ru
|
wcb.su
|
||||||
vzubah.com
|
webinstantservice.com
|
||||||
wallpapersdesk.info
|
webnode.me
|
||||||
webenlace.com.ar
|
website-audit.com.ua
|
||||||
webextract.profound.net
|
website-stealer.nufaq.com
|
||||||
webpromotion.ae
|
wejdz-tu.pl
|
||||||
webs.com
|
white-truck.life
|
||||||
website-analyzer.info
|
wordpress-crew.net
|
||||||
wechatdownload10.com
|
world-mmo.com
|
||||||
whatistizanidinehclusedfor.blogspot.com
|
ww1943.ru
|
||||||
whereiskentoday.com
|
wwwadultcheck.com
|
||||||
whiteproduct.com
|
wygraj-teraz.com
|
||||||
wholinkstome.com
|
wyniki-lista.pl
|
||||||
wieseversa.no
|
xaijo.com
|
||||||
williamrobsonproperty.com
|
xclicks.net
|
||||||
winwotgold.pl
|
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
||||||
wma-x.com
|
|
||||||
woman-orgasm.ru
|
|
||||||
workle.website
|
|
||||||
wosik-dach.service-for-web.de
|
|
||||||
xedserver.com
|
|
||||||
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai
|
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai
|
||||||
xn--80aodinpgi.xn--p1ai
|
xn----btbdvdh4aafrfciljm6k.xn--p1ai
|
||||||
xn--q1a.xn--b1aube0e.xn--c1acygb.xn--p1ai
|
xn--e1afanlbnfckd7c3d.xn--p1ai
|
||||||
xxlargepop.com
|
xn--hxazdsfy.blogspot.com
|
||||||
|
xtubeporno.net
|
||||||
|
xxxrus.org
|
||||||
|
xxxtube69.com
|
||||||
|
yellowfootprints.com
|
||||||
|
yellowstonesafaritours.com
|
||||||
|
yes-com.com
|
||||||
|
yginekologa.com
|
||||||
yoshkarola.zrus.org
|
yoshkarola.zrus.org
|
||||||
|
yottos.com
|
||||||
|
youbrainboost.asia
|
||||||
|
yougetsignal.com
|
||||||
|
yourads.website
|
||||||
|
youraticles.pl
|
||||||
|
yourserverisdown.com
|
||||||
|
za-fun-offer.com
|
||||||
zaidia.xhost.ro
|
zaidia.xhost.ro
|
||||||
|
zakazvzloma.com
|
||||||
zaloadi.ru
|
zaloadi.ru
|
||||||
zapatosenventa.info
|
|
||||||
zarepta.com
|
|
||||||
zebradudka.com
|
|
||||||
zeroredirect5.com
|
|
||||||
zeroredirect7.com
|
zeroredirect7.com
|
||||||
zeroredirect8.com
|
|
||||||
zhongwenlink.com
|
|
||||||
zhuravlev.info
|
zhuravlev.info
|
||||||
zigarettenonlinekaufen1.bloog.pl
|
znakomstva-moskva77.ru
|
||||||
zigarettenonlinekaufen.tumblr.com
|
znakomstva-piter78.ru
|
||||||
z-master.ru
|
zoogdisany.com
|
||||||
zmoda.hostreo.com
|
|
||||||
znaturaloriginal.com
|
|
||||||
zrizvtrnpale.tk
|
zrizvtrnpale.tk
|
||||||
|
zynax.ua
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
202ch.com
|
00go.com
|
||||||
2728fb936f0.com
|
0912701309f8ce.com
|
||||||
2drittel.de
|
1flag.co.za
|
||||||
3-letter-domains.net
|
21h2o.com
|
||||||
aa9d046aab36af4ff182f097f840430d51.com
|
5i2.net
|
||||||
adssafeprotected.com
|
98oi.ru
|
||||||
advancedcleaner.com
|
aanapa.ru
|
||||||
adviceforum.info
|
adloads.com
|
||||||
alert-fjg.xyz
|
adrunnr.com
|
||||||
alf-img.com
|
adult3dgames.com
|
||||||
allboard.xobor.de
|
advocatemsk.ru
|
||||||
allpdfmags.net
|
alekseevec.ru
|
||||||
all-streaming-media.com
|
all-number.com
|
||||||
am-se.com
|
alt-servis.ru
|
||||||
angkortours.vn
|
angigreene.com
|
||||||
anjalika.co.in
|
anmysite.com
|
||||||
appfastplay.com
|
apisecretsaucebi-a.akamaihd.net
|
||||||
arcadeplayhouse.com
|
|
||||||
arendas.net
|
arendas.net
|
||||||
asseenontvonline.ru
|
artefakct.com
|
||||||
avtoarenda.by
|
asiavirtualsolutions.com
|
||||||
|
asscenihotosidea.blogspot.co.za
|
||||||
|
audiofree.ru
|
||||||
|
ayerbo.xhost.ro
|
||||||
|
b00kmarks.com
|
||||||
|
babyfactory.fr
|
||||||
backlink4u.net
|
backlink4u.net
|
||||||
bamo.xsl.pt
|
bag77.ru
|
||||||
basisches-wasser.net
|
baksman.com
|
||||||
belstaffstore.online
|
bala.getenjoyment.net
|
||||||
bestbuy.ca
|
baoxaydung.com.vn
|
||||||
best-coupon-offer.com
|
beachpics.com
|
||||||
bestfortraders.com
|
bestdooz.com
|
||||||
bestwebsiteawards.com
|
bio-optomarket.ru
|
||||||
betwinservice.com
|
blackwitchcraft.ru
|
||||||
bigcareer.info
|
blavia.00author.com
|
||||||
biglistofwebsites.com
|
boc.kz
|
||||||
bjorkbacken.nu
|
bolezniorganov.ru
|
||||||
bloggers.nl
|
brakehawk.com
|
||||||
blogsfunky672.weebly.com
|
brothers-smaller.ru
|
||||||
bluesalt.co
|
buyhoverboard.com
|
||||||
bocoarchives.org
|
|
||||||
brandov.ru
|
|
||||||
buntube.net
|
|
||||||
buy-meds24.com
|
buy-meds24.com
|
||||||
cacheimages.com
|
buynorxx.com
|
||||||
call-of-duty.info
|
cakesplus.com.au
|
||||||
calstaterealty.us
|
cardul.ru
|
||||||
cartierlove2u.com
|
cartierjusteunclou.xyz
|
||||||
cbozhe.com
|
cerev.info
|
||||||
cdncash.org
|
changde.58.com
|
||||||
cercacamion.it
|
chinajerseyswholesalecoupons.com
|
||||||
cfjump.com
|
chlooe.com
|
||||||
cheapestjerseys-wholesale.com
|
chocolateslim-original.com
|
||||||
christianlouboutinreplica.win
|
clarithromycin500mg.com
|
||||||
cigarpass.com
|
clean-virus-mac.com
|
||||||
ci.ua
|
clipartnew.com
|
||||||
clicksotrk.com
|
compliance-irvin.xyz
|
||||||
companies-catalog.com
|
compliance-nelson.top
|
||||||
compliance-ivan.top
|
compucelunlock.net
|
||||||
compliance-walt.top
|
counter.bloke.com
|
||||||
coolgramgoods.com
|
covetnica.com
|
||||||
crackguru.tk
|
creatives.adbetclickin.pink
|
||||||
ddpills.com
|
cubs-jerseys.us
|
||||||
depositfiles-porn.ga
|
customcollegeessays.net
|
||||||
dieta-personalna.pl
|
dalavia.ru
|
||||||
dnepropetrovsk.mistr-x.org
|
damasarenai.info
|
||||||
|
data.vtc.pw
|
||||||
|
deadlinkchecker.com
|
||||||
|
design-lands.ru
|
||||||
|
dimkino.ru
|
||||||
|
dogclothing.store
|
||||||
|
donna7753191.ru
|
||||||
dostavka-v-krym.com
|
dostavka-v-krym.com
|
||||||
dostavka-v-ukrainu.ru
|
draniki.org
|
||||||
dpihatinh.gov.vn
|
droidlook.net
|
||||||
edelstahlschornstein-123.de
|
ed-shop01.ru
|
||||||
editmedios.com
|
ee77ee.com
|
||||||
ege-essay.ru
|
election.interferencer.ru
|
||||||
ekn-art.se
|
elektrozigarette2.webs.com
|
||||||
exonline.info
|
esfchat.tk
|
||||||
ezigarettekaufen2.blox.pl
|
euronis-free.com
|
||||||
ezigaretteshop2.vefblog.net
|
evening-dating-club.info
|
||||||
ezofest.sk
|
extads.net
|
||||||
f012.de
|
extractorandburner.com
|
||||||
|
ezigarettenshop1.yolasite.com
|
||||||
fearcrow.com
|
fearcrow.com
|
||||||
filunika.com.ru
|
filkhbr.com
|
||||||
fiuxy.com
|
finansov.info
|
||||||
flagcounter.me
|
fireads.men
|
||||||
forum20.smailik.org
|
folowsite.com
|
||||||
frustrated-favorable.gq
|
foto-telok.net
|
||||||
fsakhalin.ru
|
fototravel.eu
|
||||||
g33.org
|
free-floating-buttons.com
|
||||||
gameonasia.com
|
freenode.info
|
||||||
gateway.zscalerone.net
|
free-today.com
|
||||||
gazobeton-p.com.ua
|
freshmac.space
|
||||||
gdcentre.ru
|
gamebackyard.com
|
||||||
gettpromos.com
|
gavuer.ru
|
||||||
gfaq.ru
|
gaytube.com
|
||||||
gg.zzyjxs.com
|
get-your-social-buttons.info
|
||||||
global-ics.co.za
|
globalsurfari.com
|
||||||
gok-kasten.net
|
gojiberriess.apishops.ru
|
||||||
golden-catalog.pro
|
gox.com.ua
|
||||||
golfresa.lucania.se
|
gpirate.com
|
||||||
goodwriterssales.com
|
gta-club.ru
|
||||||
gorabagrata.ru
|
hamptonoaks.ca
|
||||||
graphics8.info
|
hoverboard360.nl
|
||||||
gsasearchengineranker.xyz
|
ifmo.ru
|
||||||
guardlink.com
|
ilbe.club
|
||||||
guardlink.org
|
ilmen.net
|
||||||
gymi.name
|
intervsem.ru
|
||||||
gz2.bbsoldes.fr
|
investyb.com
|
||||||
hamacapty.com
|
investzalog.ru
|
||||||
hausfrauensex18.com
|
istripper.com
|
||||||
hdwallpapers-free.com
|
iusstf.org
|
||||||
hermesbelts.xyz
|
iwantmyfreecash.com
|
||||||
hikesearch.net
|
jamiembrown.com
|
||||||
hotblog.top
|
jmat.cn
|
||||||
houston-vikings.com
|
joessmogtestonly.com
|
||||||
hoverboard360.de
|
kakadu-interior.com.ua
|
||||||
hunterboots.online
|
kambasoft.com
|
||||||
imfamous.info
|
kerei.ru
|
||||||
infektsii.com
|
kollesa.ru
|
||||||
insider.pro
|
komputers-best.ru
|
||||||
io9.com
|
kostenlos-sexvideos.com
|
||||||
izismile.com
|
kupit-adenu.ru
|
||||||
javlibrary.cc
|
kvartiry-remont.ucoz.ru
|
||||||
justdating.online
|
legionalpha.com
|
||||||
kamalsinha.com
|
lerporn.info
|
||||||
kchaxton.com
|
liupis.com
|
||||||
kochanelli.com
|
lomza.info
|
||||||
kollekcioner.ru
|
lotto6888.com
|
||||||
konturkrasoty.ru
|
m3gadownload.pl
|
||||||
krasivye-devushki.net
|
m5home.ru
|
||||||
labplus.ru
|
manyresultshub-a.akamaihd.net
|
||||||
lafriore.ru
|
marktforschung-stuttgart.com
|
||||||
lapitec.eu
|
marmitaco.cat
|
||||||
lawyers.cafe
|
matrixalchemy.com
|
||||||
lazymanyoga.com
|
mcnamaratech.com
|
||||||
lescinq.com
|
meble-bogart.info
|
||||||
lida-ru.com
|
medmajor.ru
|
||||||
life.biz.ua
|
megahdporno.net
|
||||||
likesdesign.com
|
menhealed.net
|
||||||
lion.snapmap.us
|
methodsmarketing.com
|
||||||
lisque.batcave.net
|
mmgq.ru
|
||||||
littlecity.ch
|
mobot.site
|
||||||
liveu.infoteka.hu
|
money-every-day.com
|
||||||
lutherstable.org
|
mrsdalloways.com
|
||||||
magicalfind-a.akamaihd.net
|
muycerdas.xxx
|
||||||
m.b00kmarks.com
|
myhealthcare.com
|
||||||
mexicosleevegastrectomy.com
|
najaden.no
|
||||||
michaelkorsoutlet.store
|
nationalbreakdown.com
|
||||||
midst.eu
|
nextlnk12.com
|
||||||
minegam.com
|
nfljerseyscheapbiz.us
|
||||||
mobplayer.ru
|
nhl17coins.exblog.jp
|
||||||
moncleroutletonline.pw
|
nonews.co
|
||||||
more-letom.ru
|
offtopic.biz
|
||||||
mrbojikobi4.biz
|
oil-td.ru
|
||||||
muizre.ru
|
onclkads.com
|
||||||
muz-tracker.net
|
|
||||||
naj-filmy24.pl
|
|
||||||
navalwiki.info
|
|
||||||
new7ob.com
|
|
||||||
ngps1.ru
|
|
||||||
notfastfood.ru
|
|
||||||
npoet.ru
|
|
||||||
ntic.fr
|
|
||||||
nullrefer.com
|
|
||||||
oktube.ru
|
|
||||||
o.light.d0t.ru
|
|
||||||
onlinemeetingnow.com
|
onlinemeetingnow.com
|
||||||
o-o-8-o-o.ru
|
o-o-6-o-o.com
|
||||||
ooo-gotovie.ru
|
papasdelivery.ru
|
||||||
paclitor.com
|
|
||||||
paidonlinesites.com
|
|
||||||
partner-high.men
|
|
||||||
partnerworkroom.men
|
|
||||||
pelfind.me
|
|
||||||
perm.xrus.org
|
|
||||||
php-market.ru
|
|
||||||
pic2fly.com
|
|
||||||
picphotos.net
|
picphotos.net
|
||||||
pistonclasico.com
|
pod-muzyku.club
|
||||||
pixshark.com
|
pokemongooo.ml
|
||||||
poem-paying.gq
|
pontiacsolstice.info
|
||||||
pokerniydom.ru
|
pornoxxx.com.mx
|
||||||
poshiv-chehol.ru
|
princevc.com
|
||||||
presleycollectibles.com
|
privhosting.com
|
||||||
promgirldresses.xyz
|
profitwithalex.info
|
||||||
pro-tec.kz
|
proftests.net
|
||||||
ptr.ruvds.com
|
progress-upakovka.ru
|
||||||
pussyspace.net
|
prospekt-st.ru
|
||||||
quick-offer.com
|
pst2017.onlinewebshop.net
|
||||||
quizzitch.net
|
pulseonclick.com
|
||||||
rasteniya-vs-zombi.ru
|
rada.ru
|
||||||
realitykings.com
|
razleton.com
|
||||||
remmling.de
|
redhotfreebies.co.uk
|
||||||
rukino.org
|
reklamuss.ru
|
||||||
saneyes.com
|
roll123.com
|
||||||
sanjosestartups.com
|
russkoe-zdorovie.ru
|
||||||
scanner-olga.top
|
salmonfishingsacramentoriver.com
|
||||||
scottbywater.com
|
salut-camp.ru
|
||||||
seo-2-0.com
|
sanyuprojects.com
|
||||||
sherlock.se
|
sbetodiodnye-lampy.ru
|
||||||
shoppytoolmac.com
|
scalerite.co.za
|
||||||
sibtest.ru
|
scanner-jessica.top
|
||||||
siteripz.net
|
scanner-julianna.top
|
||||||
site-speed-check.site
|
scopich.com
|
||||||
si-unique.com
|
sdrescher.net
|
||||||
slowmacfaster.trade
|
searchinquire.com
|
||||||
snjack.info
|
seasonvar.ru
|
||||||
snworks.com
|
seeresultshub-a.akamaihd.net
|
||||||
socas.pluto.ro
|
seokicks.de
|
||||||
softxaker.ru
|
seonetwizard.com
|
||||||
sport7777.net
|
seryeznie-znakomstva.ru
|
||||||
spylog.com
|
sibdevice.ru
|
||||||
squidoo.com
|
skanninge.se
|
||||||
stair.registrydomainservices.com
|
sladkoevideo.com
|
||||||
star61.de
|
slonechka.ru
|
||||||
stockquotes.wooeb.com
|
snsdeainavi.info
|
||||||
stretchmate.net
|
soaksoak.ru
|
||||||
stuff-about-money.com
|
social-s-iii.xyz
|
||||||
sugarkun.com
|
socialtrade.biz
|
||||||
superstarfloraluk.com
|
soochi.co
|
||||||
tastyfoodideas.com
|
spaceshipad.com
|
||||||
tds-advert005.info
|
spb.ru
|
||||||
telsis.com
|
spitfiremusic.com
|
||||||
thebestphotos.eu
|
spy-app.info
|
||||||
the-usa-games.blogspot.com
|
start.myplaycity.com
|
||||||
tiens2010.ru
|
stats-collector.org
|
||||||
timetorelax.biz
|
studiofaca.com
|
||||||
tizanidineandgabapentin.blogspot.com
|
superlist.biz
|
||||||
tizanidinedosage.blogspot.com
|
telegraf.by
|
||||||
tizanidinewithdrawalsymptoms.blogspot.com
|
thebluenoodle.com
|
||||||
toon-families.com
|
thecounter.com
|
||||||
|
themeforest.net
|
||||||
|
tizanidinezanaflex.blogspot.com
|
||||||
totu.info
|
totu.info
|
||||||
tradedeals.biz
|
tozup.com
|
||||||
tradgardspartner.se
|
trafficreceiver.club
|
||||||
truck-rece.life
|
trichizobswiv.agddns.net
|
||||||
ultramart.biz
|
ttrraacckkrr.com
|
||||||
unrealcommander.org
|
twincitiescarservice.com
|
||||||
|
uptime-as.net
|
||||||
|
urdoot.win
|
||||||
urlopener.blogspot.com.au
|
urlopener.blogspot.com.au
|
||||||
vancleefreplica.pw
|
uvozdeckych.info
|
||||||
vegascosmetics.ru
|
virtuagirl.com
|
||||||
verymes.xyz
|
viteonlusarezzo.it
|
||||||
vipsiterip.org
|
vksaver-all.ru
|
||||||
volgograd.xrus.org
|
vsesubwaysurfers.com
|
||||||
wareseeker.com
|
warningzscaler.heraeus.com
|
||||||
website-speed-up.top
|
watchdogs-2.ru
|
||||||
winwotgold.pl
|
webstatsdomain.org
|
||||||
w-journal.ru
|
wesharepics.site
|
||||||
worldis.me
|
westum.se
|
||||||
worldtraveler.world
|
whatzmyip.net
|
||||||
xedserver.com
|
whengirlsgowild.com
|
||||||
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
win-spy.com
|
||||||
xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai
|
witherrom55.eklablog.fr
|
||||||
xn--80aanaardaperhcem4a6i.com
|
womensplay.net
|
||||||
xn----9sbubg3ambdfl1j.xn--p1ai
|
wowcasinoonline.ooo
|
||||||
zarajbuilders.com
|
wpsecurity.website
|
||||||
znaniyapolza.ru
|
xaijo.com
|
||||||
zoogdisany.com
|
xblog.in
|
||||||
|
xn----7sbifcamovvfggw9d.xn--p1ai
|
||||||
|
xn--d1abj0abs9d.in.ua
|
||||||
|
yoluxuryevents.com
|
||||||
|
youbrainboost.asia
|
||||||
|
youresponsive.com
|
||||||
|
yourporngay.com
|
||||||
|
zocaparj.kz
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
<!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>
|
||||||
|
<body bgcolor="white">
|
||||||
|
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
||||||
|
<hr><center>nginx/1.14.2</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
<html>
|
<html>
|
||||||
<head><title>503 Service Temporarily Unavailable</title></head>
|
<head><title>503 Service Temporarily Unavailable</title></head>
|
||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
|
@ -1,20 +1,3 @@
|
||||||
<!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>
|
|
||||||
<body bgcolor="white">
|
|
||||||
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
|
||||||
<hr><center>nginx/1.14.2</center>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<html>
|
<html>
|
||||||
<head><title>503 Service Temporarily Unavailable</title></head>
|
<head><title>503 Service Temporarily Unavailable</title></head>
|
||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
|
@ -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.1779
|
#### Version: V4.2019.07.1780
|
||||||
#### Bad Referrer Count: 6740
|
#### Bad Referrer Count: 6740
|
||||||
#### 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.1779
|
#### Version: V4.2019.07.1780
|
||||||
#### Bad Referrer Count: 6740
|
#### Bad Referrer Count: 6740
|
||||||
#### 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.1779
|
#### Version: V4.2019.07.1780
|
||||||
#### Bad Referrer Count: [6740](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrer Count: [6740](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.1779
|
#### Version: V4.2019.07.1780
|
||||||
#### Bad Referrer Count: 6740
|
#### Bad Referrer Count: 6740
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.07.1779
|
### Version: V3.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:27 SAST 2019
|
### Updated: Wed Jul 31 14:58:48 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:26 SAST 2019
|
### Updated: Wed Jul 31 14:58:47 SAST 2019
|
||||||
### Bad Referrer Count: 6740
|
### Bad Referrer Count: 6740
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1779
|
### Version: V4.2019.07.1780
|
||||||
### Updated: Wed Jul 31 14:26:28 SAST 2019
|
### Updated: Wed Jul 31 14:58:50 SAST 2019
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue