mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
V4.2019.07.1775 [ci skip]
This commit is contained in:
parent
a45efca0da
commit
3c7473257d
52 changed files with 5995 additions and 5910 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 1;
|
104.154.120.187 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 0;
|
104.154.120.187 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 1;
|
104.154.120.187 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 0;
|
104.154.120.187 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 1;
|
104.154.120.187 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 0;
|
104.154.120.187 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,94 @@
|
||||||
|
user www-data;
|
||||||
|
worker_processes auto;
|
||||||
|
pid /run/nginx.pid;
|
||||||
|
include /etc/nginx/modules-enabled/*.conf;
|
||||||
|
|
||||||
|
events {
|
||||||
|
worker_connections 768;
|
||||||
|
# multi_accept on;
|
||||||
|
}
|
||||||
|
|
||||||
|
http {
|
||||||
|
|
||||||
|
##
|
||||||
|
# Basic Settings
|
||||||
|
##
|
||||||
|
|
||||||
|
sendfile on;
|
||||||
|
tcp_nopush on;
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
# Nginx Bad Bot Blocker Includes
|
||||||
|
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
|
##
|
||||||
|
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||||
|
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||||
|
|
||||||
|
tcp_nodelay on;
|
||||||
|
keepalive_timeout 65;
|
||||||
|
types_hash_max_size 2048;
|
||||||
|
# server_tokens off;
|
||||||
|
|
||||||
|
server_names_hash_bucket_size 64;
|
||||||
|
# server_name_in_redirect off;
|
||||||
|
|
||||||
|
include /etc/nginx/mime.types;
|
||||||
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
##
|
||||||
|
# SSL Settings
|
||||||
|
##
|
||||||
|
|
||||||
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
|
||||||
|
ssl_prefer_server_ciphers on;
|
||||||
|
|
||||||
|
##
|
||||||
|
# Logging Settings
|
||||||
|
##
|
||||||
|
|
||||||
|
access_log /var/log/nginx/access.log;
|
||||||
|
error_log /var/log/nginx/error.log;
|
||||||
|
|
||||||
|
##
|
||||||
|
# Gzip Settings
|
||||||
|
##
|
||||||
|
|
||||||
|
gzip on;
|
||||||
|
|
||||||
|
# gzip_vary on;
|
||||||
|
# gzip_proxied any;
|
||||||
|
# gzip_comp_level 6;
|
||||||
|
# gzip_buffers 16 8k;
|
||||||
|
# gzip_http_version 1.1;
|
||||||
|
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||||
|
|
||||||
|
##
|
||||||
|
# Virtual Host Configs
|
||||||
|
##
|
||||||
|
|
||||||
|
#include /etc/nginx/conf.d/*.conf;
|
||||||
|
include /etc/nginx/sites-enabled/*;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#mail {
|
||||||
|
# # See sample authentication script at:
|
||||||
|
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
|
||||||
|
#
|
||||||
|
# # auth_http localhost/auth.php;
|
||||||
|
# # pop3_capabilities "TOP" "USER";
|
||||||
|
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
|
||||||
|
#
|
||||||
|
# server {
|
||||||
|
# listen localhost:110;
|
||||||
|
# protocol pop3;
|
||||||
|
# proxy on;
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# server {
|
||||||
|
# listen localhost:143;
|
||||||
|
# protocol imap;
|
||||||
|
# proxy on;
|
||||||
|
# }
|
||||||
|
#}
|
|
@ -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.184.226.236 0;
|
104.154.120.187 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 1;
|
35.184.96.71 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 0;
|
35.184.96.71 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 1;
|
35.184.96.71 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 0;
|
35.184.96.71 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 1;
|
35.184.96.71 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.202.145.110 0;
|
35.184.96.71 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
35.193.7.13 0;
|
35.184.96.71 0;
|
||||||
35.184.226.236 0;
|
35.224.112.202 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
35.224.112.202 0;
|
35.192.85.2 0;
|
||||||
104.154.120.187 0;
|
35.184.226.236 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -45,6 +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.154.120.187 0;
|
||||||
35.192.85.2 0;
|
35.192.85.2 0;
|
||||||
35.224.112.202 0;
|
|
||||||
35.184.226.236 0;
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -45,6 +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
|
||||||
35.202.145.110 0;
|
35.188.1.99 0;
|
||||||
35.224.112.202 0;
|
35.184.226.236 0;
|
||||||
35.193.7.13 0;
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
35.224.112.202 1;
|
104.154.120.187 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Barkrowler
|
BackStreet
|
||||||
Keyword Density
|
com.plumanalytics
|
||||||
LinqiaScrapeBot
|
Devil
|
||||||
Nimbostratus
|
Hloader
|
||||||
OutclicksBot
|
Humanlinks
|
||||||
Rogerbot
|
JikeSpider
|
||||||
SpaceBison
|
Majestic SEO
|
||||||
Vagabondo
|
MFC_Tear_Sample
|
||||||
WallpapersHD
|
Semrush
|
||||||
Wotbox
|
Web Fuck
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404checker
|
404enemy
|
||||||
Aboundex
|
80legs
|
||||||
Acunetix
|
Acunetix
|
||||||
AfD-Verbotsverfahren
|
|
||||||
AhrefsBot
|
AhrefsBot
|
||||||
|
AIBOT
|
||||||
|
AiHitBot
|
||||||
Alligator
|
Alligator
|
||||||
|
AllSubmitter
|
||||||
|
AlphaBot
|
||||||
Anarchie
|
Anarchie
|
||||||
Asterias
|
archive.org_bot
|
||||||
autoemailspider
|
|
||||||
BackDoorBot
|
|
||||||
backlink-check
|
backlink-check
|
||||||
|
BacklinkCrawler
|
||||||
|
BackStreet
|
||||||
BackWeb
|
BackWeb
|
||||||
Bandit
|
Bandit
|
||||||
BatchFTP
|
BDCbot
|
||||||
Battleztar Bazinga
|
|
||||||
BBBike
|
|
||||||
BetaBot
|
|
||||||
Bigfoot
|
Bigfoot
|
||||||
Bitacle
|
Bitacle
|
||||||
Blackboard
|
Black Hole
|
||||||
BLEXBot
|
BlackWidow
|
||||||
Boardreader
|
BotALot
|
||||||
|
Brandprotect
|
||||||
Buddy
|
Buddy
|
||||||
BuiltBotTough
|
BuiltBotTough
|
||||||
BuiltWith
|
BuiltWith
|
||||||
BuzzSumo
|
BunnySlippers
|
||||||
Calculon
|
|
||||||
CATExplorador
|
CATExplorador
|
||||||
CCBot
|
CazoodleBot
|
||||||
Cegbfeieh
|
Cegbfeieh
|
||||||
CheeseBot
|
|
||||||
CheTeam
|
CheTeam
|
||||||
ChinaClaw
|
ChinaClaw
|
||||||
Chlooe
|
cognitiveseo
|
||||||
Claritybot
|
|
||||||
Cliqzbot
|
|
||||||
Cloud mapping
|
|
||||||
coccocbot-web
|
|
||||||
Collector
|
Collector
|
||||||
Copyscape
|
Copyscape
|
||||||
Cosmos
|
|
||||||
Craftbot
|
|
||||||
crawler4j
|
crawler4j
|
||||||
Crescent
|
Curious
|
||||||
CSHttp
|
Custo
|
||||||
|
DBLBot
|
||||||
|
demandbase-bot
|
||||||
Deusu
|
Deusu
|
||||||
Digincore
|
Devil
|
||||||
DigitalPebble
|
DigitalPebble
|
||||||
|
DIIbot
|
||||||
|
Dirbuster
|
||||||
Disco
|
Disco
|
||||||
Discoverybot
|
Discoverybot
|
||||||
Dispatch
|
Dispatch
|
||||||
DnyzBot
|
DomainSigmaCrawler
|
||||||
DomainCrawler
|
|
||||||
DomainStatsBot
|
DomainStatsBot
|
||||||
|
Dotbot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
Dragonfly
|
Dragonfly
|
||||||
Drip
|
Drip
|
||||||
DSearch
|
DSearch
|
||||||
DTS Agent
|
|
||||||
eCatch
|
eCatch
|
||||||
Ecxi
|
ECCP/1.0
|
||||||
EMail Siphon
|
EMail Siphon
|
||||||
EMail Wolf
|
EMail Wolf
|
||||||
EroCrawler
|
Exabot
|
||||||
|
ExtLinksBot
|
||||||
Extractor
|
Extractor
|
||||||
|
ExtractorPro
|
||||||
EyeNetIE
|
EyeNetIE
|
||||||
Ezooms
|
Ezooms
|
||||||
|
FDM
|
||||||
FemtosearchBot
|
FemtosearchBot
|
||||||
FHscan
|
FHscan
|
||||||
|
Fimap
|
||||||
Firefox/7.0
|
Firefox/7.0
|
||||||
Flunky
|
Flunky
|
||||||
Freeuploader
|
Foobot
|
||||||
FrontPage
|
FrontPage
|
||||||
Fyrebot
|
FyberSpider
|
||||||
Genieo
|
Genieo
|
||||||
GermCrawler
|
|
||||||
GetRight
|
GetRight
|
||||||
Gigablast
|
Gigablast
|
||||||
|
G-i-g-a-b-o-t
|
||||||
|
Go-Ahead-Got-It
|
||||||
|
GoZilla
|
||||||
|
Grabber
|
||||||
|
GrabNet
|
||||||
GrapeFX
|
GrapeFX
|
||||||
GrapeshotCrawler
|
GT::WWW
|
||||||
GridBot
|
|
||||||
Haansoft
|
|
||||||
HaosouSpider
|
|
||||||
Havij
|
|
||||||
HEADMasterSEO
|
|
||||||
Heritrix
|
|
||||||
Hloader
|
Hloader
|
||||||
HTTP::Lite
|
|
||||||
Humanlinks
|
|
||||||
HybridBot
|
|
||||||
Iblog
|
|
||||||
Id-search
|
Id-search
|
||||||
InfoNaviRobot
|
IlseBot
|
||||||
instabid
|
Image Fetch
|
||||||
Intelliseek
|
Image Sucker
|
||||||
|
Indy Library
|
||||||
|
InterGET
|
||||||
Internet Ninja
|
Internet Ninja
|
||||||
ips-agent
|
internetVista monitor
|
||||||
Iria
|
Iria
|
||||||
IRLbot
|
IstellaBot
|
||||||
Jbrofuzz
|
JennyBot
|
||||||
JikeSpider
|
JetCar
|
||||||
JustView
|
Jetty
|
||||||
|
Jyxobot
|
||||||
|
Kenjin Spider
|
||||||
Kozmosbot
|
Kozmosbot
|
||||||
|
Larbin
|
||||||
LeechFTP
|
LeechFTP
|
||||||
Lftp
|
LeechGet
|
||||||
LibWeb
|
LexiBot
|
||||||
Lightspeedsystems
|
Lightspeedsystems
|
||||||
LinkpadBot
|
|
||||||
LinkScan
|
LinkScan
|
||||||
LinqiaMetadataDownloaderBot
|
LinqiaRSSBot
|
||||||
LinqiaScrapeBot
|
LinqiaScrapeBot
|
||||||
Lipperhey
|
Lipperhey Spider
|
||||||
Litemage_walker
|
Litemage_walker
|
||||||
Lmspider
|
|
||||||
LNSpiderguy
|
LNSpiderguy
|
||||||
Ltx71
|
Ltx71
|
||||||
LWP::Simple
|
lwp-request
|
||||||
|
lwp-trivial
|
||||||
Magnet
|
Magnet
|
||||||
Mag-Net
|
|
||||||
Mail.RU_Bot
|
|
||||||
Majestic SEO
|
|
||||||
Majestic-SEO
|
Majestic-SEO
|
||||||
MarkWatch
|
|
||||||
Mass Downloader
|
|
||||||
Mata Hari
|
Mata Hari
|
||||||
MeanPath Bot
|
MauiBot
|
||||||
mediawords
|
Microsoft Data Access
|
||||||
MegaIndex.ru
|
|
||||||
Metauri
|
|
||||||
Microsoft URL Control
|
Microsoft URL Control
|
||||||
|
MIDown tool
|
||||||
MIIxpc
|
MIIxpc
|
||||||
Mister PiX
|
Mojeek
|
||||||
Mr.4x3
|
Mr.4x3
|
||||||
Msrabot
|
|
||||||
MS Web Services Client Protocol
|
MS Web Services Client Protocol
|
||||||
muhstik-scan
|
muhstik-scan
|
||||||
Navroad
|
Navroad
|
||||||
NearSite
|
NearSite
|
||||||
NetAnts
|
NetAnts
|
||||||
Netcraft
|
NetMechanic
|
||||||
NetLyzer
|
|
||||||
NetSpider
|
|
||||||
Nettrack
|
|
||||||
Netvibes
|
Netvibes
|
||||||
NetZIP
|
|
||||||
NextGenSearchBot
|
NextGenSearchBot
|
||||||
Nibbler
|
Nibbler
|
||||||
NICErsPRO
|
Niki-bot
|
||||||
Nikto
|
Nikto
|
||||||
Nimbostratus
|
NimbleCrawler
|
||||||
OpenLinkProfiler
|
Ninja
|
||||||
|
Nmap
|
||||||
|
Nutch
|
||||||
|
Octopus
|
||||||
|
Offline Explorer
|
||||||
|
Offline Navigator
|
||||||
|
OnCrawl
|
||||||
|
Openfind
|
||||||
|
Openvas
|
||||||
|
OpenVAS
|
||||||
OrangeBot
|
OrangeBot
|
||||||
OutclicksBot
|
OutclicksBot
|
||||||
PageGrabber
|
OutfoxBot
|
||||||
|
PageAnalyzer
|
||||||
|
Page Analyzer
|
||||||
page scorer
|
page scorer
|
||||||
PageScorer
|
PageScorer
|
||||||
Pavuk
|
Pandalytics
|
||||||
PictureFinder
|
PECL::HTTP
|
||||||
|
PeoplePal
|
||||||
|
PHPCrawl
|
||||||
|
Pimonster
|
||||||
Pi-Monster
|
Pi-Monster
|
||||||
PleaseCrawl
|
|
||||||
Pockey
|
Pockey
|
||||||
POE-Component-Client-HTTP
|
Probethenet
|
||||||
ProPowerBot
|
ProWebWalker
|
||||||
Psbot
|
Psbot
|
||||||
RankActiveLinkBot
|
Pump
|
||||||
RankingBot
|
PxBroker
|
||||||
|
RankFlex
|
||||||
|
RankingBot2
|
||||||
RankurBot
|
RankurBot
|
||||||
RealDownload
|
RealDownload
|
||||||
Reaper
|
|
||||||
RebelMouse
|
RebelMouse
|
||||||
|
Recorder
|
||||||
|
RepoMonkey
|
||||||
|
Ripper
|
||||||
|
s1z.ru
|
||||||
SalesIntelligent
|
SalesIntelligent
|
||||||
SBIder
|
SBIder
|
||||||
Scrapy
|
ScanAlert
|
||||||
|
scan.lol
|
||||||
|
ScreenerBot
|
||||||
Searchestate
|
Searchestate
|
||||||
|
Semrush
|
||||||
SemrushBot
|
SemrushBot
|
||||||
|
SEOkicks
|
||||||
SEOkicks-Robot
|
SEOkicks-Robot
|
||||||
Seomoz
|
|
||||||
seoscanners
|
seoscanners
|
||||||
SeoSiteCheckup
|
SeoSiteCheckup
|
||||||
serpstatbot
|
|
||||||
Shodan
|
Shodan
|
||||||
SISTRIX
|
|
||||||
Sitebeam
|
|
||||||
Siteimprove
|
Siteimprove
|
||||||
SiteSnagger
|
SiteSucker
|
||||||
Sitevigil
|
SlySearch
|
||||||
SmartDownload
|
SocialRankIOBot
|
||||||
SMTBot
|
sogouspider
|
||||||
Snake
|
|
||||||
Sociscraper
|
|
||||||
Sogou web spider
|
|
||||||
SpaceBison
|
SpaceBison
|
||||||
SpankBot
|
Spammen
|
||||||
Spanner
|
Spanner
|
||||||
sp_auditbot
|
Spinn3r
|
||||||
SputnikBot
|
Steeler
|
||||||
spyfu
|
|
||||||
Stripper
|
Stripper
|
||||||
|
Sucker
|
||||||
Sucuri
|
Sucuri
|
||||||
|
SuperBot
|
||||||
SurveyBot
|
SurveyBot
|
||||||
Suzuran
|
|
||||||
sysscan
|
|
||||||
T8Abot
|
T8Abot
|
||||||
Telesoft
|
tAkeOut
|
||||||
Telesphoreo
|
Telesphorep
|
||||||
The Intraformant
|
TightTwatBot
|
||||||
Titan
|
Titan
|
||||||
Toweyabot
|
Toweyabot
|
||||||
|
Tracemyfile
|
||||||
|
trendiction.com
|
||||||
|
trendiction.de
|
||||||
Turingos
|
Turingos
|
||||||
Turnitin
|
Typhoeus
|
||||||
TurnitinBot
|
|
||||||
Upflow
|
|
||||||
URLy Warning
|
URLy Warning
|
||||||
Vacuum
|
Vacuum
|
||||||
Vagabondo
|
VidibleScraper
|
||||||
VB Project
|
|
||||||
VCI
|
|
||||||
VeriCiteCrawler
|
|
||||||
Virusdie
|
|
||||||
VoidEYE
|
VoidEYE
|
||||||
Voil
|
|
||||||
Voltron
|
Voltron
|
||||||
Wallpapers/3.0
|
Wallpapers/3.0
|
||||||
WBSearchBot
|
WallpapersHD
|
||||||
Webalta
|
Webalta
|
||||||
WebAuto
|
WebAuto
|
||||||
WebCopier
|
WebCopier
|
||||||
WebEnhancer
|
WebEnhancer
|
||||||
WebFetch
|
|
||||||
Web Fetch
|
|
||||||
WebFuck
|
|
||||||
Web Fuck
|
Web Fuck
|
||||||
WebLeacher
|
WebGo IS
|
||||||
webmeup-crawler
|
webmeup-crawler
|
||||||
|
Web Pix
|
||||||
|
WebSauger
|
||||||
Web Sauger
|
Web Sauger
|
||||||
|
WebsiteExtractor
|
||||||
|
Website Quester
|
||||||
|
WebStripper
|
||||||
|
Web Sucker
|
||||||
WebZIP
|
WebZIP
|
||||||
Whatweb
|
Whatweb
|
||||||
Who.is Bot
|
Widow
|
||||||
WISENutbot
|
WiseGuys Robot
|
||||||
Wonderbot
|
Wotbox
|
||||||
|
WPScan
|
||||||
WWW-Collector-E
|
WWW-Collector-E
|
||||||
WWW::Mechanize
|
|
||||||
WWWOFFLE
|
WWWOFFLE
|
||||||
Zauba
|
x09Mozilla
|
||||||
zauba.io
|
x22Mozilla
|
||||||
|
xpymep1.exe
|
||||||
|
YoudaoBot
|
||||||
|
Zade
|
||||||
Zermelo
|
Zermelo
|
||||||
Zeus
|
|
||||||
zgrab
|
|
||||||
Zitebot
|
|
||||||
ZmEu
|
ZmEu
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
360Spider
|
360Spider
|
||||||
80legs
|
|
||||||
Abonti
|
Abonti
|
||||||
Aboundexbot
|
Aboundexbot
|
||||||
AfD-Verbotsverfahren
|
|
||||||
AiHitBot
|
AiHitBot
|
||||||
|
Aipbot
|
||||||
|
Alexibot
|
||||||
|
AllSubmitter
|
||||||
AlphaBot
|
AlphaBot
|
||||||
Anarchie
|
Anarchie
|
||||||
Apexoo
|
Apexoo
|
||||||
Asterias
|
Asterias
|
||||||
|
autoemailspider
|
||||||
BackDoorBot
|
BackDoorBot
|
||||||
backlink-check
|
|
||||||
BackStreet
|
BackStreet
|
||||||
BackWeb
|
Bandit
|
||||||
Badass
|
Barkrowler
|
||||||
BBBike
|
BDCbot
|
||||||
BetaBot
|
Bigfoot
|
||||||
Blackboard
|
|
||||||
BlackWidow
|
BlackWidow
|
||||||
|
Blow
|
||||||
|
Boardreader
|
||||||
Brandprotect
|
Brandprotect
|
||||||
|
Brandwatch
|
||||||
Buddy
|
Buddy
|
||||||
BuiltBotTough
|
Bullseye
|
||||||
BunnySlippers
|
BunnySlippers
|
||||||
BuzzSumo
|
CheeseBot
|
||||||
Calculon
|
|
||||||
CATExplorador
|
|
||||||
CCBot
|
|
||||||
Cegbfeieh
|
|
||||||
CheTeam
|
|
||||||
ChinaClaw
|
|
||||||
Cliqzbot
|
Cliqzbot
|
||||||
coccocbot-web
|
Collector
|
||||||
Cogentbot
|
Copier
|
||||||
cognitiveseo
|
|
||||||
Copyscape
|
Copyscape
|
||||||
Cosmos
|
|
||||||
crawler4j
|
|
||||||
crawler.feedback
|
|
||||||
crawl.sogou.com
|
|
||||||
CrazyWebCrawler
|
CrazyWebCrawler
|
||||||
CrunchBot
|
|
||||||
CSHttp
|
|
||||||
Curious
|
Curious
|
||||||
Custo
|
DatabaseDriverMysqli
|
||||||
DataCha0s
|
|
||||||
demandbase-bot
|
demandbase-bot
|
||||||
|
Deusu
|
||||||
Devil
|
Devil
|
||||||
Digincore
|
|
||||||
Dirbuster
|
Dirbuster
|
||||||
DnyzBot
|
Disco
|
||||||
DomainStatsBot
|
DomainCrawler
|
||||||
Download Wonder
|
Dotbot
|
||||||
Dragonfly
|
|
||||||
Drip
|
|
||||||
EasyDL
|
EasyDL
|
||||||
ECCP/1.0
|
|
||||||
Ecxi
|
|
||||||
EMail Siphon
|
EMail Siphon
|
||||||
EMail Wolf
|
|
||||||
EroCrawler
|
EroCrawler
|
||||||
evc-batch
|
|
||||||
Evil
|
Evil
|
||||||
Exabot
|
|
||||||
Express WebPictures
|
Express WebPictures
|
||||||
|
Extreme Picture Finder
|
||||||
EyeNetIE
|
EyeNetIE
|
||||||
|
facebookscraper
|
||||||
FDM
|
FDM
|
||||||
FHscan
|
Flunky
|
||||||
Foobot
|
GalaxyBot
|
||||||
Freeuploader
|
|
||||||
FrontPage
|
|
||||||
GermCrawler
|
GermCrawler
|
||||||
Getintent
|
Getintent
|
||||||
|
GetRight
|
||||||
GetWeb
|
GetWeb
|
||||||
Gigablast
|
|
||||||
Go-Ahead-Got-It
|
|
||||||
Gotit
|
|
||||||
GoZilla
|
GoZilla
|
||||||
Go!Zilla
|
|
||||||
GrabNet
|
|
||||||
Grafula
|
Grafula
|
||||||
GrapeshotCrawler
|
GrapeFX
|
||||||
GT::WWW
|
GT::WWW
|
||||||
Haansoft
|
Haansoft
|
||||||
Harvest
|
HaosouSpider
|
||||||
Heritrix
|
Hloader
|
||||||
HTTP::Lite
|
HMView
|
||||||
Humanlinks
|
HTMLparser
|
||||||
HybridBot
|
HybridBot
|
||||||
|
Iblog
|
||||||
IDBot
|
IDBot
|
||||||
IlseBot
|
|
||||||
Image Fetch
|
Image Fetch
|
||||||
|
IndeedBot
|
||||||
|
Indy Library
|
||||||
InfoNaviRobot
|
InfoNaviRobot
|
||||||
InfoTekies
|
Internet Ninja
|
||||||
instabid
|
|
||||||
InternetSeer
|
|
||||||
Iria
|
Iria
|
||||||
IRLbot
|
|
||||||
Iskanie
|
Iskanie
|
||||||
IstellaBot
|
JamesBOT
|
||||||
JennyBot
|
Jbrofuzz
|
||||||
Jetty
|
JetCar
|
||||||
Joomla
|
JikeSpider
|
||||||
Jyxobot
|
JOC Web Spider
|
||||||
Kenjin Spider
|
JustView
|
||||||
|
Keyword Density
|
||||||
Kozmosbot
|
Kozmosbot
|
||||||
Lanshanbot
|
Lanshanbot
|
||||||
Larbin
|
Lftp
|
||||||
LeechGet
|
LibWeb
|
||||||
LexiBot
|
|
||||||
Libwhisker
|
Libwhisker
|
||||||
Linkdexbot
|
Linkdexbot
|
||||||
LinkextractorPro
|
LinkextractorPro
|
||||||
LinkpadBot
|
LinkpadBot
|
||||||
LinkWalker
|
LinksManager
|
||||||
|
LinqiaMetadataDownloaderBot
|
||||||
|
LinqiaScrapeBot
|
||||||
Lipperhey
|
Lipperhey
|
||||||
Litemage_walker
|
Lipperhey Spider
|
||||||
Lmspider
|
Ltx71
|
||||||
LNSpiderguy
|
Magnet
|
||||||
lwp-request
|
|
||||||
LWP::Simple
|
|
||||||
Mag-Net
|
Mag-Net
|
||||||
|
Mail.RU_Bot
|
||||||
Majestic12
|
Majestic12
|
||||||
Majestic-SEO
|
Majestic SEO
|
||||||
Mass Downloader
|
Mass Downloader
|
||||||
Mata Hari
|
MauiBot
|
||||||
meanpathbot
|
|
||||||
Meanpathbot
|
Meanpathbot
|
||||||
MeanPath Bot
|
MeanPath Bot
|
||||||
|
MegaIndex.ru
|
||||||
|
Metauri
|
||||||
Microsoft Data Access
|
Microsoft Data Access
|
||||||
Mister PiX
|
Microsoft URL Control
|
||||||
Msrabot
|
MIDown tool
|
||||||
muhstik-scan
|
MSFrontPage
|
||||||
Musobot
|
MS Web Services Client Protocol
|
||||||
Navroad
|
Name Intelligence
|
||||||
NearSite
|
Nameprotect
|
||||||
Nessus
|
Nessus
|
||||||
NetSpider
|
NetAnts
|
||||||
Net Vampire
|
NetLyzer
|
||||||
|
NetMechanic
|
||||||
|
Nettrack
|
||||||
Netvibes
|
Netvibes
|
||||||
NetZIP
|
NetZIP
|
||||||
NextGenSearchBot
|
|
||||||
NICErsPRO
|
|
||||||
Niki-bot
|
Niki-bot
|
||||||
Nimbostratus
|
NimbleCrawler
|
||||||
Ninja
|
NPbot
|
||||||
Nmap
|
Nutch
|
||||||
Octopus
|
Offline Navigator
|
||||||
OnCrawl
|
|
||||||
Openfind
|
|
||||||
OpenLinkProfiler
|
|
||||||
Openvas
|
Openvas
|
||||||
OrangeSpider
|
OpenVAS
|
||||||
OutclicksBot
|
OutclicksBot
|
||||||
|
OutfoxBot
|
||||||
PageAnalyzer
|
PageAnalyzer
|
||||||
Page Analyzer
|
Page Analyzer
|
||||||
PageGrabber
|
PageGrabber
|
||||||
page scorer
|
Pandalytics
|
||||||
PageScorer
|
Panscient
|
||||||
Papa Foto
|
pcBrowser
|
||||||
PECL::HTTP
|
PECL::HTTP
|
||||||
PeoplePal
|
PleaseCrawl
|
||||||
Picscout
|
plumanalytics
|
||||||
Picsearch
|
|
||||||
Pi-Monster
|
|
||||||
Pockey
|
Pockey
|
||||||
ProPowerBot
|
ProPowerBot
|
||||||
ProWebWalker
|
ProWebWalker
|
||||||
Psbot
|
Pump
|
||||||
|
PxBroker
|
||||||
|
PyCurl
|
||||||
QueryN Metasearch
|
QueryN Metasearch
|
||||||
|
Quick-Crawler
|
||||||
|
RankActive
|
||||||
RankActiveLinkBot
|
RankActiveLinkBot
|
||||||
RealDownload
|
RankFlex
|
||||||
Reaper
|
Reaper
|
||||||
|
Recorder
|
||||||
RedesScrapy
|
RedesScrapy
|
||||||
RepoMonkey
|
|
||||||
Ripper
|
Ripper
|
||||||
RocketCrawler
|
RocketCrawler
|
||||||
ScanAlert
|
Rogerbot
|
||||||
|
SBIder
|
||||||
|
Scanbot
|
||||||
ScoutJet
|
ScoutJet
|
||||||
Screaming
|
Scrapy
|
||||||
Semrush
|
Searchestate
|
||||||
SemrushBot
|
SemrushBot
|
||||||
|
SEOkicks
|
||||||
SEOkicks-Robot
|
SEOkicks-Robot
|
||||||
SEOprofiler
|
SEOprofiler
|
||||||
SeoSiteCheckup
|
SeoSiteCheckup
|
||||||
|
sexsearcher
|
||||||
Siphon
|
Siphon
|
||||||
SISTRIX
|
SISTRIX
|
||||||
Sitebeam
|
Sitebeam
|
||||||
Siteimprove
|
Siteimprove
|
||||||
SiteSnagger
|
SiteLockSpider
|
||||||
Site Sucker
|
Site Sucker
|
||||||
|
Sitevigil
|
||||||
SlySearch
|
SlySearch
|
||||||
SmartDownload
|
|
||||||
SMTBot
|
SMTBot
|
||||||
Snake
|
Snake
|
||||||
Sosospider
|
Snoopy
|
||||||
|
SocialRankIOBot
|
||||||
|
Sociscraper
|
||||||
|
sogouspider
|
||||||
|
Sottopop
|
||||||
SpaceBison
|
SpaceBison
|
||||||
|
Spammen
|
||||||
SpankBot
|
SpankBot
|
||||||
Sqlmap
|
Spanner
|
||||||
|
Spinn3r
|
||||||
|
spyfu
|
||||||
Sqlworm
|
Sqlworm
|
||||||
Sqworm
|
Sqworm
|
||||||
Stripper
|
Stripper
|
||||||
SuperHTTP
|
|
||||||
Surfbot
|
|
||||||
SurveyBot
|
SurveyBot
|
||||||
Suzuran
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
T0PHackTeam
|
sysscan
|
||||||
TeleportPro
|
T8Abot
|
||||||
TheNomad
|
Teleport
|
||||||
Thumbor
|
Telesoft
|
||||||
Toata
|
Telesphorep
|
||||||
Tracemyfile
|
Toweyabot
|
||||||
Trendictionbot
|
trendiction.com
|
||||||
trendiction.de
|
trendiction.de
|
||||||
Twice
|
Turingos
|
||||||
UnisterBot
|
TurnitinBot
|
||||||
|
TwengaBot
|
||||||
|
Upflow
|
||||||
|
URLy Warning
|
||||||
URLy.Warning
|
URLy.Warning
|
||||||
|
Vacuum
|
||||||
VCI
|
VCI
|
||||||
|
VeriCiteCrawler
|
||||||
VidibleScraper
|
VidibleScraper
|
||||||
VoidEYE
|
Virusdie
|
||||||
Voil
|
|
||||||
Voltron
|
|
||||||
Wallpapers/3.0
|
Wallpapers/3.0
|
||||||
|
WASALive-Bot
|
||||||
Webalta
|
Webalta
|
||||||
Web Auto
|
WebBandit
|
||||||
WEBDAV
|
Web Collage
|
||||||
|
WebCopier
|
||||||
WebEnhancer
|
WebEnhancer
|
||||||
|
WebFetch
|
||||||
Web Fetch
|
Web Fetch
|
||||||
WebFuck
|
Web Fuck
|
||||||
WebmasterWorldForumBot
|
WebGo IS
|
||||||
WebPix
|
webmeup-crawler
|
||||||
Web Sauger
|
Web Pix
|
||||||
Webshag
|
WebReaper
|
||||||
|
WebSauger
|
||||||
|
WebsiteExtractor
|
||||||
|
WebsiteQuester
|
||||||
Website Quester
|
Website Quester
|
||||||
Webster
|
Webster
|
||||||
WebSucker
|
WebStripper
|
||||||
WeSEE
|
WebWhacker
|
||||||
Whatweb
|
Whack
|
||||||
|
Who.is Bot
|
||||||
Widow
|
Widow
|
||||||
WinHTTrack
|
WinHTTrack
|
||||||
WiseGuys Robot
|
WiseGuys Robot
|
||||||
WISENutbot
|
|
||||||
Wonderbot
|
|
||||||
Wprecon
|
Wprecon
|
||||||
WPScan
|
|
||||||
WWW-Collector-E
|
WWW-Collector-E
|
||||||
WWW::Mechanize
|
WWW::Mechanize
|
||||||
|
x09Mozilla
|
||||||
|
x22Mozilla
|
||||||
|
Xaldon WebSpider
|
||||||
|
Xaldon_WebSpider
|
||||||
Xenu
|
Xenu
|
||||||
Zauba
|
Zeus
|
||||||
Zermelo
|
ZmEu
|
||||||
|
ZyBorg
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
acunetix-referrer.com
|
51.la
|
||||||
adultmeetonline.info
|
covetnica.com
|
||||||
bedcapdealers.com
|
dailyrank.net
|
||||||
best-mam.ru
|
homedecorpicture.us
|
||||||
betwinservice.com
|
muycerdas.xxx
|
||||||
feorina.ru
|
pechikamini.ru
|
||||||
kw21.org
|
polimga.pw
|
||||||
onetravelguides.com
|
research.ifmo.ru
|
||||||
pozdravleniya-c.ru
|
tizanidinecost.blogspot.com
|
||||||
trudogolik.net
|
tizanidineorflexeril.blogspot.com
|
||||||
|
|
|
@ -1,500 +1,500 @@
|
||||||
100dollars-seo.com
|
00go.com
|
||||||
1adult.com
|
00it.com
|
||||||
1-free-share-buttons.com
|
13tabs.com
|
||||||
202ch.com
|
2pxg8bcf.top
|
||||||
300richmond.co.nz
|
34.gs
|
||||||
3dracergames.com
|
|
||||||
3rbseyes.com
|
|
||||||
4k-player.pl
|
|
||||||
51.la
|
|
||||||
55wmz.ru
|
55wmz.ru
|
||||||
5u.com
|
76brighton.co.uk
|
||||||
66cpwgln.space
|
7makemoneyonline.com
|
||||||
883zy.com
|
883zy.com
|
||||||
98oi.ru
|
8si.ru
|
||||||
9med.net
|
91abcw.com
|
||||||
aa625d84f1587749c1ab011d6f269f7d64.com
|
aasoldes.fr
|
||||||
aa81bf391151884adfa3dd677e41f94be1.com
|
adamoads.com
|
||||||
aa9bd78f328a6a41279d0fad0a88df1901.com
|
adconscious.com
|
||||||
above.com
|
adman.se
|
||||||
absolute-s.ru
|
adsref.men
|
||||||
academia-nsk.org
|
advertisingtag.net
|
||||||
acortarurl.es
|
aerogo.com
|
||||||
activepr.ru
|
agapovdg.ru
|
||||||
acunetix-referrer.com
|
ahmedabadwebs.com
|
||||||
adserver-e7.com
|
aihelen.net
|
||||||
adservme.com
|
akvamaster.dp.ua
|
||||||
adsland.men
|
alert.scansafe.net
|
||||||
adtology.com
|
|
||||||
adultactioncam.com
|
|
||||||
advancedcleaner.com
|
|
||||||
advancedmassagebysara.com
|
|
||||||
advokateg.xyz
|
|
||||||
advokat-grodno.by
|
|
||||||
agecheckadult.com
|
|
||||||
alfa-medosmotr.ru
|
alfa-medosmotr.ru
|
||||||
alkoravto.ru
|
aliexpresscashback.club
|
||||||
alltheviews.com
|
alldownload.pw
|
||||||
anaksma.info
|
alldubai.biz
|
||||||
analytics-ads.xyz
|
allesohnegirls.net
|
||||||
animal36.com
|
all-number.com
|
||||||
apiappenableinfo-a.akamaihd.net
|
alloysteel.ru
|
||||||
apiitsthirteende-a.akamaihd.net
|
allwomen.info
|
||||||
apiluckyleapnet-a.akamaihd.net
|
altamayoztourism.com
|
||||||
apper.de
|
animalrank.com
|
||||||
appsecurityr.com
|
apimegabrowsebiz-a.akamaihd.net
|
||||||
|
applicationg29.com
|
||||||
arabgirls.adultgalls.com
|
arabgirls.adultgalls.com
|
||||||
arabseyes.com
|
aramaicmedia.org
|
||||||
arkartex.ru
|
arenda-yeisk.ru
|
||||||
artavenuegardenstudios.com
|
asia-forum.ru
|
||||||
articlesdirectoryme.info
|
autowebmarket.com.ua
|
||||||
asacopaco.tk
|
aviav.ru.com
|
||||||
asophoto.com
|
avirasecureserver.com
|
||||||
atleticpharm.org
|
avtolombard-krasnodar.ru
|
||||||
atofilms.com
|
azazu.ru
|
||||||
atovh.local-finders.com
|
bannerads.de
|
||||||
auspolice.com
|
bannerswap.com
|
||||||
availit.weebly.com
|
belinka.com.ua
|
||||||
avkzarabotok.info
|
betterhdporn.com
|
||||||
bad-stars.net
|
betterscooter.com
|
||||||
bag77.ru
|
bezcmexa.ru
|
||||||
balitouroffice.com
|
bigames.online
|
||||||
bank.uz
|
bingoporno.com
|
||||||
bausparen.bz.it
|
bizlist.com.de
|
||||||
bazaronline24.ru
|
bmw-ark.ru
|
||||||
benchmarkcommunications.co.uk
|
boc.kz
|
||||||
bensbargains.net
|
bongacams.com
|
||||||
best-games.today
|
bonzybuddy.com
|
||||||
bestofpicture.com
|
brk-rti.ru
|
||||||
best-seo-software.xyz
|
bugof.gq
|
||||||
bharatdefencekavach.com
|
bum.com.ru
|
||||||
binomo.kz
|
bupropion-sr-150-mg.us
|
||||||
bio-market.kz
|
buqayy0.livejournal.com
|
||||||
bird1.ru
|
buyantiviralwp.com
|
||||||
bitnote.co
|
buydissertation.net
|
||||||
biznesschat.net
|
buyessay3.blogspot.ru
|
||||||
bizru.info
|
buypillsorderonline.com
|
||||||
blavia.00author.com
|
callawaygolfoutlet.online
|
||||||
blog.axant.it
|
calstaterealty.us
|
||||||
blogos.kz
|
cascadelink.org
|
||||||
bonvillan.com
|
cayado.snn.gr
|
||||||
braintobe.win
|
ccbill.com
|
||||||
brandbucket.com
|
cementaresearch.se
|
||||||
brandov.ru
|
ceotrk.com
|
||||||
breastaugmentation.co.za
|
chatroulette.world
|
||||||
browserprotecter.com
|
cheapestjerseys-wholesale.com
|
||||||
budpost.com.ua
|
checkpagerank.net
|
||||||
buyclomidonlaine.com
|
chee-by.biz
|
||||||
bvlgariwallet.xyz
|
chiblackhawks-jerseys.com
|
||||||
calvet.altervista.org
|
ciceros.co
|
||||||
cand.jp
|
clickcash.com
|
||||||
carfax.com.ua
|
club-musics.ru
|
||||||
cartierreplica.top
|
cmhomestayagency.com
|
||||||
castingbank.ru
|
cocyq.inwtrade.com
|
||||||
cbb1smartlist12.click
|
co.lumb.co
|
||||||
cdncash.com
|
com-onlinesupport.site
|
||||||
cdnnetwok.xyz
|
companies-catalog.com
|
||||||
cfjump.com
|
compliance-irvin.xyz
|
||||||
chatroulette.si
|
compliance-jess.top
|
||||||
cherubinimobili.it
|
compliance-mary.top
|
||||||
chiptuninger.com
|
|
||||||
chlooe.com
|
|
||||||
chocolateslim-original.com
|
|
||||||
chuckguilford.com
|
|
||||||
cienum.fr
|
|
||||||
ci.ua
|
|
||||||
cleanpcnow.com
|
|
||||||
clmforexeu.com
|
|
||||||
cmd.kz
|
|
||||||
comeondog.info
|
|
||||||
cometorussia.net
|
|
||||||
compiko.info
|
|
||||||
compliance-donald.xyz
|
|
||||||
compliance-walter.top
|
|
||||||
com-supportcenter.website
|
com-supportcenter.website
|
||||||
confib.ifmo.ru
|
connectingsingles.com
|
||||||
constantaservice.net
|
constantaservice.net
|
||||||
converse.ddsoldes.fr
|
cookie-law-enforcement-hh.xyz
|
||||||
cookingmeat.ru
|
coolgramgoods.com
|
||||||
coolbar.pro
|
coop-gamers.ru
|
||||||
copypaste.traderzplanet.in
|
counciltally.com
|
||||||
countercrazy.com
|
counter.bloke.com
|
||||||
cpabegins.ru
|
credit-respect.ru
|
||||||
crafthubs.com
|
culmimg.pw
|
||||||
custodieva.ru
|
customcatchcan.com
|
||||||
customcollegeessays.net
|
danashop.ru
|
||||||
cutalltheshit.com
|
|
||||||
cymbaltaandtizanidine.blogspot.com
|
|
||||||
danceuniverse.ru
|
danceuniverse.ru
|
||||||
darkbooks.org
|
daneshetabiat.com
|
||||||
darmebel.com.ua
|
darkages.info
|
||||||
degerlund.net
|
dcj-nn.ru
|
||||||
de.zapmeta.com
|
deadlinkchecker.com
|
||||||
docs4all.com
|
dealwifi.com
|
||||||
domini.cat
|
dekoration.us
|
||||||
dominterior.org
|
delfin-aqua.com.ua
|
||||||
|
derevesendeco.com
|
||||||
|
dikx.gdn
|
||||||
|
diminishedvalueoforegon.com
|
||||||
|
documentsite.net
|
||||||
|
dogclothing.store
|
||||||
|
dogoimage.com
|
||||||
|
doktoronline.no
|
||||||
|
domainroam.win
|
||||||
downvids.net
|
downvids.net
|
||||||
drugstoreforyou.com
|
doxyporno.com
|
||||||
druzhininevgeniy63.blogspot.com
|
doyouknowtheword-flummox.ml
|
||||||
dtnlyss.com
|
drillsaw.ru
|
||||||
earncash.com.ua
|
drpornogratisx.xxx
|
||||||
easync.io
|
eas-seo.com
|
||||||
ec-file.info
|
easytuningshop.ru
|
||||||
e-collantes.com
|
econom.co
|
||||||
|
educatemetv.com
|
||||||
|
ekspertmed.com
|
||||||
|
eladkarako.com
|
||||||
eladkarako.github.io
|
eladkarako.github.io
|
||||||
elektronischezi.livejournal.com
|
eleimgo.pw
|
||||||
empathica.com
|
elektrischezigarette1.onsugar.com
|
||||||
enge-fotzen.info
|
elidelcream.weebly.com
|
||||||
eng-lyrics.com
|
elitepcgames.com
|
||||||
erectile.bid
|
el-nation.com
|
||||||
|
emerson-rus.ru
|
||||||
|
energydiet24.ru
|
||||||
|
eropho.com
|
||||||
|
erot.co
|
||||||
erotik0049.com
|
erotik0049.com
|
||||||
euromasterclass.ru
|
essaypro.com
|
||||||
ewebarticle.info
|
essayservicewriting.org
|
||||||
extlinks.com
|
euronis-free.com
|
||||||
eyelike.com.ua
|
executehosting.com
|
||||||
ezigarettenkaufen2.dreamwidth.org
|
ezigarettenshop1.yolasite.com
|
||||||
factorynightclub.com
|
f5mtrack.com
|
||||||
familyphysician.ru
|
face.hostingx.eu
|
||||||
fantasticpixcool.com
|
fashion.stellaconstance.co
|
||||||
fashionindeed.ml
|
fenoyl.batcave.net
|
||||||
favornews.com
|
fikasound.tk
|
||||||
fdzone.org
|
|
||||||
fickenbumsen.net
|
|
||||||
fickluder69.com
|
|
||||||
filmi-v.online
|
|
||||||
fiuxy.com
|
|
||||||
flirt4free.com
|
|
||||||
floridamhca.org
|
floridamhca.org
|
||||||
flytourisme.org
|
floridamobilebillboards.com
|
||||||
forum-engineering.ru
|
fm-upgrade.ru
|
||||||
forums.toucharcade.com
|
forexgb.ru
|
||||||
foto-telok.net
|
formseo.com
|
||||||
foxweber.com
|
foto-weinberger.at
|
||||||
freewebs.com
|
franklinfire.co
|
||||||
freshberry.com.ua
|
freegamesplay.online
|
||||||
fungamelands.com
|
free-stock-illustration.com
|
||||||
g7m.pl
|
freshmac.space
|
||||||
gamedayassist.com
|
fugarif.ga
|
||||||
gateway.zscalertwo.net
|
fungirlsgames.net
|
||||||
gay.adultgalls.com
|
fyxabomiw.ru
|
||||||
gazporno.com
|
gagrasector.ru
|
||||||
ge0ip.org
|
galaxyflowers.ru
|
||||||
gearcraft.us
|
game-mmorpg.net
|
||||||
getmiro.com
|
gaming-journal.com
|
||||||
glicol.kz
|
gay-file.com
|
||||||
glogow.pl
|
gdebestkupit.ru
|
||||||
go2jump.org
|
gepezz.info
|
||||||
gogalleryawesome.com
|
getridofstretchmarks.org
|
||||||
gok-kasten.net
|
gidonline.one
|
||||||
|
gkvector.ru
|
||||||
|
gloverid.site
|
||||||
gourcy.altervista.org
|
gourcy.altervista.org
|
||||||
gq-catalog.gq
|
graphid.com
|
||||||
gratuitxblcodes.com
|
growshop.es
|
||||||
groupmoney.ru
|
gsasearchengineranker.site
|
||||||
gwebtools.com
|
gsmlab.pl
|
||||||
gwhwpxbw.bloger.index.hr
|
guardlink.com
|
||||||
hasshe.com
|
gz2.bbsoldes.fr
|
||||||
havepussy.com
|
happy.new.yeartwit.com
|
||||||
hawaiisurf.com
|
|
||||||
hd-film.pl
|
hd-film.pl
|
||||||
hdhc.ru
|
hdimagegallery.net
|
||||||
|
hdwalls.xyz
|
||||||
healgastro.com
|
healgastro.com
|
||||||
healmytrauma.info
|
hebr.myddns-flir.com
|
||||||
helpmymacfaster.trade
|
hermesreplica.win
|
||||||
helvetia.com.ua
|
hitcpm.com
|
||||||
hentaiheroes.com
|
hit-men.men
|
||||||
hermesbelts.xyz
|
hkdiiohi.skyrock.com
|
||||||
herokuapp.com
|
hollywoodactress.info
|
||||||
highspeed5.net
|
homegardenlova.com
|
||||||
highstairs-a.akamaihd.net
|
hotdl.in
|
||||||
hildinghr.se
|
hotshoppymac.com
|
||||||
hopeonthestreet.co.uk
|
|
||||||
hoste.octopis.com
|
|
||||||
hoverboard360.de
|
hoverboard360.de
|
||||||
hplaserjetpdriver8y.pen.io
|
ifmo.ru
|
||||||
hreade.com
|
ikearugs.xyz
|
||||||
htmlcorner.com
|
inbabes.sexushost.com
|
||||||
imagine-ex.co
|
infektsii.com
|
||||||
img.wallpaperstock.net
|
int.search.mywebsearch.com
|
||||||
incest-ru.com
|
int.search.tb.ask.com
|
||||||
inclk.com
|
ipchicken.com
|
||||||
indiakino.net
|
i-service.kz
|
||||||
infogame.name
|
istizanidinelikexanax.blogspot.com
|
||||||
innodgfdriverhm.aircus.com
|
it-max.com.ua
|
||||||
inome.com.ua
|
james13prix.info
|
||||||
intellektmedia.at
|
je7.us
|
||||||
internet-apteka.ru
|
jerseyssportsshop.com
|
||||||
investingclub.ru
|
jerseywholesalebizchina.com
|
||||||
iplusbit.blogspot.co.za
|
jerseywholesalechinabiz.com
|
||||||
iqoption-bin.com
|
jewelryandfiligree.com
|
||||||
iradiology.ru
|
jrcigars.com
|
||||||
istizanidineacontrolledsubstance.blogspot.com
|
jurajskie.info
|
||||||
itronics.ca
|
kaac.ru
|
||||||
jeremyeaton.co
|
keywordglobal.co.za
|
||||||
johannesburgsingles.co.za
|
kichenaid.ru
|
||||||
jose.mulinohouse.co
|
kidd.reunionwatch.com
|
||||||
keywords-monitoring-success.com
|
|
||||||
keywordteam.net
|
|
||||||
kidskunst.info
|
kidskunst.info
|
||||||
kiinomaniak.pl
|
kino2018.club
|
||||||
kimcurlrvsms.com
|
kinohit1.ru
|
||||||
kinky-fetishes.com
|
kinomaniatv.pl
|
||||||
klin3952.ru
|
kleine-titten.biz
|
||||||
koral.se
|
klitimg.pw
|
||||||
kupiproday.com.ua
|
klumba55.ru
|
||||||
lanadelreyfans.us
|
knigonosha.net
|
||||||
landinez.co
|
knowyournextmove.com
|
||||||
languagecode.com
|
konoplisemena.com
|
||||||
lankarns.com
|
konpax.com
|
||||||
lapitec.eu
|
kosova.de
|
||||||
layola.biz.tc
|
kostenloser-sex.com
|
||||||
lennatin.info
|
kosynka-games.ru
|
||||||
lida-ru.com
|
krassh.ru
|
||||||
lifeinsurancekb.com
|
kung-fu-ru.com
|
||||||
likesdesign.com
|
laxdrills.com
|
||||||
|
lazy-z.com
|
||||||
|
lerporn.info
|
||||||
|
libertybilisim.com
|
||||||
|
lifehacĸer.com
|
||||||
|
lightinghomes.net
|
||||||
lineshops.biz
|
lineshops.biz
|
||||||
linkbuddies.com
|
linkrr.com
|
||||||
linkredirect.biz
|
liquimondo.com
|
||||||
linksharingt.com
|
lirunet.ru
|
||||||
lion.misba.us
|
littleberry.ru
|
||||||
loadingpages.me
|
littlesunraiser.com
|
||||||
lob.com.ru
|
lyrster.com
|
||||||
lol-smurfs.com
|
m292.info
|
||||||
lombia.co
|
mabdoola.blogspot.com
|
||||||
lookingglassemb.com
|
magda-gadalka.ru
|
||||||
m3gadownload.pl
|
mansiondelrio.co
|
||||||
m4ever.net
|
mansparskats.com
|
||||||
marmotstore.online
|
mantramusic.ru
|
||||||
mature.free-websites.com
|
markjaybeefractal.com
|
||||||
mecash.ru
|
matb3aa.com
|
||||||
medispainstitute.com.au
|
m.b00kmarks.com
|
||||||
medkletki.ru
|
mebelcomplekt.ru
|
||||||
megaapteka.ru
|
medanestesia.ru
|
||||||
mensandals.xyz
|
meendo-free-traffic.ga
|
||||||
merryhouse.co.uk
|
meet-flirt-dating.com
|
||||||
mezaruk.info
|
mikrobiologies.ru
|
||||||
migente.com
|
minneapoliscopiers.com
|
||||||
milblueprint.com
|
missis.top
|
||||||
mindeyegames.com
|
mlvc4zzw.space
|
||||||
minegam.com
|
mobot.site
|
||||||
minet.club
|
moivestiy.biz
|
||||||
mir-limuzinov.ru
|
monclercoats.xyz
|
||||||
mlf.hordo.win
|
monthlywinners.com
|
||||||
monarchfind-a.akamaihd.net
|
morepoweronmac.trade
|
||||||
morpicert.pw
|
mrbitsandbytes.com
|
||||||
moscow-region.ru
|
mriyadh.com
|
||||||
mountainstream.ms
|
music7s.me
|
||||||
mrcsa.com.au
|
mvpicton.co.uk
|
||||||
mrsdalloways.com
|
my-cash-bot.co
|
||||||
musicdaddy.net
|
myftpupload.com
|
||||||
musicvidz.ru
|
myhealthcare.com
|
||||||
muycerdas.xxx
|
myiptest.com
|
||||||
mydeathspace.com
|
myshopmatemac.com
|
||||||
mydownloadengine.com
|
narco24.me
|
||||||
myfreemp3.eu
|
nastroyke.net
|
||||||
mylida.org
|
negral.pluto.ro
|
||||||
myliveblog.ru
|
nfljerseyscheapbiz.us
|
||||||
myonlinepayday.co
|
nikitabuch.com
|
||||||
myperiod.club
|
novosibirsk.xrus.org
|
||||||
mypornfree.ru
|
nucia.biz.ly
|
||||||
najaden.no
|
obesidadealgarve.com
|
||||||
namenectar.com
|
okmusic.jp
|
||||||
narutonaruto.ru
|
|
||||||
nastydollars.com
|
|
||||||
navalwiki.info
|
|
||||||
neodownload.webcam
|
|
||||||
nero-us.com
|
|
||||||
netcheckcdn.xyz
|
|
||||||
netvouz.com
|
|
||||||
new7ob.com
|
|
||||||
officedocuments.net
|
|
||||||
offside2.5v.pl
|
|
||||||
okel.co
|
|
||||||
ok-ua.info
|
ok-ua.info
|
||||||
omsk.xrus.org
|
old-rock.com
|
||||||
onthemarch.co
|
olympescort.com
|
||||||
o-o-11-o-o.com
|
onclickpredictiv.com
|
||||||
ooo-gotovie.ru
|
onko-24.com
|
||||||
orenburg-gsm.ru
|
onlainbesplatno.ru
|
||||||
|
onlinedomains.ru
|
||||||
|
onlineporno.site
|
||||||
|
onlineserialy.ru
|
||||||
|
online-x.ru
|
||||||
|
o-o-6-o-o.com
|
||||||
oren-cats.ru
|
oren-cats.ru
|
||||||
osoznanie-narkotikam.net
|
owohho.com
|
||||||
ovirus.ru
|
oxford-book.com.ua
|
||||||
panamaforbeginners.com
|
ozas.net
|
||||||
partner-high.men
|
page2rss.com
|
||||||
partybunny.ru
|
paleohub.info
|
||||||
pc-services.ru
|
paperwritingservice17.blogspot.ru
|
||||||
pc-virus-d0l92j2.pw
|
partnerworkroom.men
|
||||||
phobia.us
|
pavlodar.xkaz.org
|
||||||
picsfair.com
|
paydayloanslocal.com
|
||||||
piski.top
|
perso.wanadoo.es
|
||||||
pkr1hand.com
|
petrovka-online.com
|
||||||
plastjulgranar.se
|
photo.houseofgaga.ru
|
||||||
poem-paying.gq
|
pierrehardysale.online
|
||||||
|
pk-pomosch.ru
|
||||||
|
pl.aasoldes.fr
|
||||||
|
playboyfiles.xblog.in
|
||||||
|
playtap.us
|
||||||
|
pliks.pl
|
||||||
poems.com.ua
|
poems.com.ua
|
||||||
polcin.de
|
popads.net
|
||||||
pornoblood.com
|
popunder.ru
|
||||||
pornobrazzers.biz
|
pornoklad.ru
|
||||||
pornoforadult.com
|
priora-2.com
|
||||||
pregnant.guru
|
priscilarodrigues.com.br
|
||||||
princeadvantagesales.com
|
profolan.pl
|
||||||
privatefx-in.ru
|
prostitutki-belgoroda.org
|
||||||
prod2016.com
|
prostitutki-kharkova.org
|
||||||
profitfx.online
|
prostitutki-kiev.org
|
||||||
proftests.net
|
pufip.com
|
||||||
projefrio.com.br
|
pushdata.sendpulse.com
|
||||||
promoforum.ru
|
quebec-bin.com
|
||||||
proposal-engine.com
|
radiodigital.co
|
||||||
pr-ten.de
|
|
||||||
purplestats.com
|
|
||||||
py100.ru
|
|
||||||
quickcashlimited.com
|
|
||||||
rankscanner.com
|
rankscanner.com
|
||||||
razorweb-a.akamaihd.net
|
ranksignals.com
|
||||||
realizmobi.com
|
ranksonic.com
|
||||||
redirectme.net
|
rapevideosmovies.com
|
||||||
refads.pro
|
rcb101.ru
|
||||||
remontbiz.ru
|
r-control.ru
|
||||||
remote-dba.de
|
redbottomheels.xyz
|
||||||
renecaovillasale.online
|
reelheroes.net
|
||||||
responsive-test.net
|
r-e-f-e-r-e-r.com
|
||||||
restorator-msk.ru
|
regdefense.com
|
||||||
reyel1985.webnode.fr
|
replicalouboutin.xyz
|
||||||
rff-cfal.info
|
rfserial.net
|
||||||
ring4rhino.com
|
richinvestmonitor.com
|
||||||
rock-cafe.info
|
rique.host.sk
|
||||||
rockma.se
|
rniaeba.ga
|
||||||
roofers.org.uk
|
rootandroid.org
|
||||||
royal-betting.net
|
royalads.net
|
||||||
|
rucrypt.com
|
||||||
|
ruex.org.ua
|
||||||
ruspdd.com
|
ruspdd.com
|
||||||
salutmontreal.com
|
sack.net
|
||||||
sanidumps.com
|
sanatorrii.ru
|
||||||
sanyuprojects.com
|
sarm.tk
|
||||||
savetubevideo.com
|
saveindex.xyz
|
||||||
savingsslider-a.akamaihd.net
|
savingsslider-a.akamaihd.net
|
||||||
scanmyphones.com
|
scanmyphones.com
|
||||||
|
scanner-alexa.top
|
||||||
scanner-fred.top
|
scanner-fred.top
|
||||||
scanner-julianna.top
|
school-diplomat.ru
|
||||||
scanner-olga.top
|
scottbywater.com
|
||||||
sdelai-prosto.ru
|
search.1and1.com
|
||||||
sdrescher.net
|
seasaltwithfood.com
|
||||||
seeresultshub-a.akamaihd.net
|
seocheki.net
|
||||||
seksvideoonlain.com
|
seogadget.ru
|
||||||
seorussian.ru
|
seomarketings.online
|
||||||
service.adtech.us
|
service-core.ru
|
||||||
serving.adbetclickin.pink
|
sexflirtbook.com
|
||||||
serviporno.com
|
sexgalleries.top
|
||||||
sexiporno.net
|
sex-tracker.de
|
||||||
sexobzor.info
|
sexystrippe.info
|
||||||
sextracker.be
|
sharebutton.to
|
||||||
sharebutton.org
|
shopcheermakeup.info
|
||||||
ship-marvel.co.ua
|
shopfishing.com.ua
|
||||||
shodanhq.com
|
|
||||||
shohanb.com
|
|
||||||
shopwme.ru
|
shopwme.ru
|
||||||
sibdevice.ru
|
sitevaluation.org
|
||||||
sildenafil-tadalafil.info
|
skanninge.se
|
||||||
simplepooltips.com
|
slayerlife.com
|
||||||
skyway24.ru
|
slutloadlive.com
|
||||||
sneakyboy.com
|
snjack.info
|
||||||
snegozaderzhatel.ru
|
socialsignals24.com
|
||||||
snworks.com
|
|
||||||
sofit-dmd.ru
|
sofit-dmd.ru
|
||||||
sovinsteel.ru
|
sovetogorod.ru
|
||||||
spaceshipad.com
|
soviet-portal.do.am
|
||||||
sps-shop.com
|
speechfoodie.com
|
||||||
ssconstruction.co
|
spin2016.cf
|
||||||
standardchartered-forex.com
|
spravka130.ru
|
||||||
starpages.net
|
sprttrack.com
|
||||||
strana-krasoty.ru
|
sptslmtrafms.com
|
||||||
sukarame.net
|
stariy-baku.com
|
||||||
summerlinhomes411.info
|
statistici.ro
|
||||||
sundrugstore.com
|
stillmiracle.com
|
||||||
susanholtphotography.com
|
stockquotes.wooeb.com
|
||||||
|
stockspmb.info
|
||||||
|
store-rx.com
|
||||||
|
streetfooduncovered.com
|
||||||
|
stroimajor.ru
|
||||||
|
strongsignal-a.akamaihd.net
|
||||||
|
suhanpacktech.com
|
||||||
|
superiends.org
|
||||||
svolze.com
|
svolze.com
|
||||||
takethatad.com
|
swinon.site
|
||||||
tarad.com
|
taihouse.ru
|
||||||
technika-remont.ru
|
td-33.ru
|
||||||
technopellet.gr
|
tedy.su
|
||||||
tedxrj.com
|
thebitcoincode.com
|
||||||
template-kid.com
|
thefds.net
|
||||||
thaismartloan.com
|
thegalerie.eu
|
||||||
thecoolimages.net
|
tizanidine4mgstreetvalue.blogspot.com
|
||||||
thedownloadfromwarez.blogspot.com
|
tizanidinedrugtest.blogspot.com
|
||||||
thelottosecrets.com
|
tizanidinehcl4mgtablet.blogspot.com
|
||||||
titelhelden.eu
|
tizanidinevssoma.blogspot.com
|
||||||
tizanidinedruginteractions.blogspot.com
|
tomatis.gospartner.com
|
||||||
tizanidinehcl4mgtab.blogspot.com
|
tonerbox.kz
|
||||||
tizanidinemusclerelaxant.blogspot.com
|
toonfamilies.net
|
||||||
tnctrx.com
|
top250movies.ru
|
||||||
toolsky.com
|
tracksurf.daooda.com
|
||||||
topanasex.com
|
tracxn.com
|
||||||
topcar-krasnodar.ru
|
|
||||||
torrent-newgames.com
|
|
||||||
torture.ml
|
|
||||||
tourismvictoria.com
|
|
||||||
track2.shop
|
|
||||||
traderzplanet.in
|
|
||||||
traffic2cash.org
|
traffic2cash.org
|
||||||
trafficmania.com
|
trafficjunky.net
|
||||||
treasuretrack-a.akamaihd.net
|
trafficmonetize.org
|
||||||
truck-rece.life
|
trafficmp.com
|
||||||
tsstcorpcddvdwshbbdriverfb.aircus.com
|
trafficnetzwerk.de
|
||||||
tula.mdverey.ru
|
ttsq.fr
|
||||||
turist-strani.ru
|
|
||||||
turvgori.ru
|
|
||||||
tversvet.ru
|
|
||||||
twincitiescarservice.com
|
twincitiescarservice.com
|
||||||
|
twittruth.com
|
||||||
|
twojebook.pl
|
||||||
|
twu.com.ua
|
||||||
|
typimga.pw
|
||||||
|
uac.net.au
|
||||||
|
uggsale.online
|
||||||
ultimateclassicrock.com
|
ultimateclassicrock.com
|
||||||
umityangin.net
|
upstore.me
|
||||||
unimodemhalfduplefw.pen.io
|
uroffer.link
|
||||||
uprour.com
|
utrolive.ru
|
||||||
urzedowski.eu
|
uzungil.com
|
||||||
veles.shop
|
v24s.net
|
||||||
via-energy-order.com
|
vabasa.inwtrade.com
|
||||||
vitalads.net
|
vasileostrovsky-rayon.ru
|
||||||
voluumtracker1.com
|
veerotech.com
|
||||||
vonradio.com
|
velpanex.ru
|
||||||
vvon.co.uk
|
ventelnos.com
|
||||||
warningzscaler.heraeus.com
|
vepad.com
|
||||||
webalan.ru
|
viagengrarx.com
|
||||||
webs.com
|
viandpet.com
|
||||||
website-analyzer.info
|
viberdownload10.com
|
||||||
welcomeauto.ru
|
vipms.ru
|
||||||
wemedinc.com
|
vitanail.ru
|
||||||
wesharepics.info
|
vitoriacabos.com
|
||||||
westum.se
|
vodaodessa.com
|
||||||
wholesalenfljerseys.us.com
|
vpnmouse.com
|
||||||
wingsofrefuge.net
|
vysigy.su
|
||||||
workle.website
|
vzlomfb.com
|
||||||
woweb.com.ua
|
warezaccess.com
|
||||||
|
warezkeeper.com
|
||||||
|
webinstantservice.com
|
||||||
|
webkeyit.com
|
||||||
|
webnode.me
|
||||||
|
webscouter.net
|
||||||
|
website-analytics.online
|
||||||
|
website-audit.com.ua
|
||||||
|
website-speed-checker.site
|
||||||
|
website-stealer.nufaq.com
|
||||||
|
webtherapy.ru
|
||||||
|
wedding0venues.tk
|
||||||
|
whengirlsgowild.com
|
||||||
|
wholesalejerseychinashop.com
|
||||||
|
wingsoffury2.com
|
||||||
|
w-journal.ru
|
||||||
|
woman-orgasm.ru
|
||||||
|
woman-tampon.ru
|
||||||
|
worldis.me
|
||||||
|
worldlovers.ru
|
||||||
|
worldtraveler.world
|
||||||
wpthemedetector.co.uk
|
wpthemedetector.co.uk
|
||||||
wrona.it
|
www.get-free-traffic-now.com
|
||||||
ww1943.ru
|
xblog.in
|
||||||
xaylapdiendanang.com
|
x-diesel.biz
|
||||||
xdoza.com
|
xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai
|
||||||
xingzi-vision.com
|
xn--80aaagvmjabrs1aoc9luc.xn--p1ai
|
||||||
x-musics.com
|
xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
|
||||||
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai
|
xn--80ahvj9e.xn--p1ai
|
||||||
xn--80aafb2a.xn--p1ai
|
xn--lifehacer-1rb.com
|
||||||
xn--e1aggki3c.xn--80adxhks
|
xsion.net
|
||||||
xuki.us
|
xtube.com
|
||||||
xxx-treker.ru
|
xxxdatinglocal.us
|
||||||
yatrk.xyz
|
xxxguitars.com
|
||||||
yoluxuryevents.com
|
yoshkarola.zrus.org
|
||||||
yougetsignal.com
|
youbrainboost.asia
|
||||||
youporn-ru.com
|
youjizz.com
|
||||||
youradulthosting.com
|
yoursearch.me
|
||||||
yourtemplatefinder.com
|
yun56.co
|
||||||
za-fun-offer.com
|
yuweng.info
|
||||||
za-music.mymobiplanet.com
|
zapatosenventa.info
|
||||||
zastenchivosti.net
|
|
||||||
zazagames.org
|
zazagames.org
|
||||||
zdesformula.ru
|
zeroredirect7.com
|
||||||
zeikopay.com
|
zigarettenonlinekaufen2.drupalgardens.com
|
||||||
zhorapankratov7.blogspot.com
|
znakomstva-piter78.ru
|
||||||
zigarettenonlinekaufen1.bloog.pl
|
|
||||||
zigarettenonlinekaufen2.bloog.pl
|
|
||||||
znaturaloriginal.com
|
|
||||||
zolotoy-lis.ru
|
zolotoy-lis.ru
|
||||||
zooggames.com
|
zoominfo.com
|
||||||
zootoplist.com
|
zophim.me
|
||||||
zvezdagedon.ru
|
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
007angels.com
|
12bet.com
|
||||||
101raccoon.ru
|
1pamm.ru
|
||||||
4ur.click
|
3th.co.in
|
||||||
83net.jp
|
5kstore.com
|
||||||
8si.ru
|
a96527gi.beget.tech
|
||||||
9icmzvn6.website
|
abiente.ru
|
||||||
akusherok.ru
|
abovetherivernc.com
|
||||||
akvamaster.dp.ua
|
addblueoff.com.ua
|
||||||
alfa-img.com
|
adf.ly
|
||||||
alphaforum.ru
|
albumsuper.info
|
||||||
amoi.tn
|
alessandraleone.com
|
||||||
amung.us
|
alfabot.xyz
|
||||||
apple.com-webbrowsing-security.review
|
amyfoxfitness.com
|
||||||
arcteryxsale.online
|
anapa-inns.ru
|
||||||
arcteryxstore.online
|
android-systems.ru
|
||||||
ardimobileinfo.ml
|
animalrank.com
|
||||||
arkkivoltti.net
|
apparel-offer.com
|
||||||
artel116.ru
|
aramaicmedia.org
|
||||||
asrv-a.akamaihd.net
|
atmagroup.ru
|
||||||
astana.xxxkaz.org
|
backuperwebcam.weebly.com
|
||||||
astrochicks.com
|
balook.com
|
||||||
atofilms.com
|
bankiem.pl
|
||||||
autonew.biz
|
barnfurnituremart.com
|
||||||
avirasecureserver.com
|
best-games.today
|
||||||
ayanaspa.com
|
bibys.com
|
||||||
azadnegar.com
|
biglistofwebsites.com
|
||||||
azazu.ru
|
bjorkbacken.nu
|
||||||
battlecarnival.su
|
blackplanet.com
|
||||||
berlininsl.com
|
blog.koreadaily.com
|
||||||
bgviagrachrx.com
|
bmw-ark.ru
|
||||||
bloggen.be
|
boeuklad.com
|
||||||
bluejays-jerseys.us
|
bonanza-fortune.men
|
||||||
bluesalt.co
|
buckspar.gq
|
||||||
bombla.org
|
bupropion-sr-150-mg.us
|
||||||
braintobe.win
|
buyessaynow.biz
|
||||||
braip.com.br
|
callmd5map.com
|
||||||
buybest1.biz
|
cand.jp
|
||||||
buyfriend.ru
|
canyougethighofftizanidine.blogspot.com
|
||||||
buzzzg.men
|
cardiosport.com.ua
|
||||||
bvlgaribracelet.xyz
|
cartierjusteunclou.xyz
|
||||||
cardul.ru
|
cashkitten-a.akamaihd.net
|
||||||
castingbank.ru
|
centrdebut.ru
|
||||||
chcu.net
|
cheapjerseysfootballshop.com
|
||||||
cheapmarmot.online
|
cheap-trusted-backlinks.com
|
||||||
cheapsergiorossi.online
|
chelnytruck.ru
|
||||||
checktext.org
|
chidporn.com
|
||||||
cialischmrx.com
|
cienum.fr
|
||||||
clips.ua.ac.be
|
citizenclsdriveri7.pen.io
|
||||||
compliance-brian.top
|
coinsspb.com
|
||||||
compliance-julianna.top
|
compliance-george.top
|
||||||
compliance-mark.top
|
compliance-ivan.top
|
||||||
conboy.us
|
compliance-viktor.top
|
||||||
cookie-law-enforcement-ff.xyz
|
concordexoticrentals.com
|
||||||
copenergo.ru
|
cosmeticswomens-womensports.rhcloud.com
|
||||||
creditwell.ru
|
costablue.xyz
|
||||||
cs-passion.pl
|
dev-seo.blog
|
||||||
culad.com
|
diffbot.com
|
||||||
custodieva.ru
|
dinosaurus.site
|
||||||
darkages.info
|
|
||||||
dev33.dioniqlabb.se
|
|
||||||
dnsrsearch.com
|
dnsrsearch.com
|
||||||
doctormakarova.ru
|
dolohen.com
|
||||||
dokumentalkino.net
|
dostavka-v-krym.com
|
||||||
dptaughtme.com
|
dotnetdotcom.org
|
||||||
e-collantes.com
|
edge.sharethis.com
|
||||||
editmedios.com
|
efnor-ac.com
|
||||||
electro-prom.com
|
ekto.ee
|
||||||
empathica.com
|
empis.magix.net
|
||||||
encodable.com
|
enhand.se
|
||||||
essaypro.com
|
essay-edu.biz
|
||||||
european-torches.ru
|
ewebarticle.info
|
||||||
excaliburfilms.com
|
expresstoplivo.ru
|
||||||
extstat.com
|
ezigarettenkaufen1.pagina.gr
|
||||||
f1nder.org
|
ezigarettenshop2.myblog.de
|
||||||
familienzahnaerzte.com
|
ezigaretteshop2.vefblog.net
|
||||||
fenoyl.batcave.net
|
farmprofi.net
|
||||||
fickenprivat.info
|
fashionavenuegame.com
|
||||||
fikasound.tk
|
feel-planet.com
|
||||||
free411games.com
|
finteks.ru
|
||||||
fullfileaccess.com
|
flex4launch.ru
|
||||||
gael-s.ru
|
formseo.com
|
||||||
galaxy-family.ru
|
forumprofi.de
|
||||||
gazobeton-p.com.ua
|
forums.d2jsp.org
|
||||||
gearcraft.us
|
freelifetimefuckbook.com
|
||||||
gktt.ru
|
free-today.com
|
||||||
gov.yanao.ru
|
gaming-journal.com
|
||||||
gratuitbaise.com
|
gardene.ru
|
||||||
grupografico-pilar.com.ar
|
gaytube.com
|
||||||
headpress.ru
|
ge0ip.net
|
||||||
hexpilot.com
|
gk-atlant.info
|
||||||
home.myplaycity.com
|
gkvector.ru
|
||||||
hotchatdate.com
|
glastecfilms.com.my
|
||||||
ibmdatamanagement.co
|
gobongo.info
|
||||||
|
golden-praga.ru
|
||||||
|
gosreg.amchs.ru
|
||||||
|
greatdealshop.com
|
||||||
|
guarrasdelporno.xxx
|
||||||
|
hawaiisurf.com
|
||||||
|
hidefiles.org
|
||||||
|
homedecorpicture.us
|
||||||
|
homedo.fabpage.com
|
||||||
|
hoverboard360.nl
|
||||||
|
htmlcorner.com
|
||||||
|
ico.re
|
||||||
|
idealtits.net
|
||||||
|
igrovyeavtomaty777.ru
|
||||||
ilmen.net
|
ilmen.net
|
||||||
imgata.com
|
inboundlinks.win
|
||||||
infostatsvc.com
|
incomekey.net
|
||||||
inome.com.ua
|
internet-apteka.ru
|
||||||
insurple.com
|
intimshop-fantasy.ru
|
||||||
investyb.com
|
invivo.hu
|
||||||
iscblog.info
|
iopeninghours.co.uk
|
||||||
ixora.pro
|
iqbazar.ru
|
||||||
|
iqoption.pro
|
||||||
|
irkutsk.online-podarki.com
|
||||||
|
j33x.com
|
||||||
|
jabimgo.pw
|
||||||
jackwolfskinoutlet.online
|
jackwolfskinoutlet.online
|
||||||
javatex.co.id
|
jjbabskoe.ru
|
||||||
jerseywholesaleelitestore.com
|
jolic2.com
|
||||||
j-times.ru
|
keenoutlet.online
|
||||||
kevblog.top
|
ketrzyn.pl
|
||||||
keywordsking.com
|
krassh.ru
|
||||||
kinofak.net
|
landreferat.ru
|
||||||
kinohit1.ru
|
letsrepair.in
|
||||||
kmd-pto.ru
|
lexixxx.com
|
||||||
konoplisemena.com
|
littleberry.ru
|
||||||
kumuk.info
|
livefixer.com
|
||||||
labvis.host.sk
|
makemoneyonline.com
|
||||||
larutti.ru
|
maladot.com
|
||||||
leftofcentrist.com
|
marwer.info
|
||||||
littlesunraiser.com
|
medosmotr-ufa.ru
|
||||||
lolnex.us
|
meduza-consult.ru
|
||||||
lostfilm-online.ru
|
m-google.xyz
|
||||||
luckyshop.net.ua
|
moncleronline.xyz
|
||||||
macdamaged.space
|
musicstock.me
|
||||||
macrotek.ru
|
myftpupload.com
|
||||||
magda-gadalka.ru
|
|
||||||
maju.bluesalt.co
|
|
||||||
mansparskats.com
|
|
||||||
masserect.com
|
|
||||||
matpre.top
|
|
||||||
mcadamssupplyco.com
|
|
||||||
mensandals.xyz
|
|
||||||
metascephe.com
|
|
||||||
monclerboots.xyz
|
|
||||||
monclercoats.xyz
|
|
||||||
moyaterapiya.ru
|
|
||||||
mrcsa.com.au
|
|
||||||
msk-diplomat.com
|
|
||||||
muz-baza.net
|
|
||||||
mydearest.co
|
|
||||||
mydirtystuff.com
|
|
||||||
mylesosibirsk.ru
|
mylesosibirsk.ru
|
||||||
mylida.org
|
myonlinepayday.co
|
||||||
mymobilemoneypages.com
|
myphotopipe.com
|
||||||
|
myxdate.info
|
||||||
naj-filmy24.pl
|
naj-filmy24.pl
|
||||||
nalogovyy-kodeks.ru
|
naturalbreakthroughsresearch.com
|
||||||
narosty.com
|
naturalpharm.com.ua
|
||||||
nightvision746.weebly.com
|
nbsproject.ru
|
||||||
nucia.biz.ly
|
nextbackgroundcheck.gq
|
||||||
nudepatch.net
|
nfljerseysforsalewholesaler.com
|
||||||
oecnhs.info
|
onemactrckr.com
|
||||||
oktube.ru
|
onlineslotmaschine.com
|
||||||
o.light.d0t.ru
|
onstrapon.purplesphere.in
|
||||||
onemantrip.com
|
o-o-8-o-o.ru
|
||||||
online-sbank.ru
|
openmediasoft.com
|
||||||
openfrost.net
|
ossmalta.com
|
||||||
|
ourville.info
|
||||||
panchro.co.uk
|
panchro.co.uk
|
||||||
partner-host.men
|
pawli.eu
|
||||||
pastaleads.com
|
photo-clip.ru
|
||||||
pcads.ru
|
podshipniki-nsk.ru
|
||||||
pictures-and-images.com
|
pornokorol.com
|
||||||
pigrafix.at
|
pornoxxx.com.mx
|
||||||
pixell.club
|
powitania.pl
|
||||||
pizza-tycoon.com
|
pregnant.guru
|
||||||
pliks.pl
|
prodess.ru
|
||||||
plohaya-kreditnaya-istoriya.ru
|
proekt-mos.ru
|
||||||
poem-paying.gq
|
pwwysydh.com
|
||||||
popcash.net
|
queerspace.com
|
||||||
poppen-nw.net
|
ranksonic.org
|
||||||
pornofeuer.com
|
recordpage-a.akamaihd.net
|
||||||
pornogig.com
|
rospromtest.ru
|
||||||
pornogratisdiario.com
|
royalvegascasino.com
|
||||||
portside.xyz
|
rp9.ru
|
||||||
princevc.com
|
|
||||||
prlog.ru
|
|
||||||
profitwithalex.info
|
|
||||||
prombudpostach.com.ua
|
|
||||||
propranolol40mg.blogspot.com
|
|
||||||
quickcashlimited.com
|
|
||||||
qwarckoine.com
|
|
||||||
realmonte.net
|
|
||||||
realtytimes.com
|
|
||||||
richinvestmonitor.com
|
|
||||||
ricorsogiustizia.org
|
|
||||||
royal-investments.net
|
|
||||||
ruspdd.com
|
ruspdd.com
|
||||||
scanner-donald.top
|
samolet.fr
|
||||||
semaltmedia.com
|
sbwealthsolutions.ca
|
||||||
service-core.ru
|
scanspyware.net
|
||||||
sientalyric.co
|
seccioncontrabajo.com
|
||||||
silvermature.net
|
seryeznie-znakomstva.ru
|
||||||
skachat-besplatno-obrazcy.ru
|
sexflirtbook.com
|
||||||
slavic-magic.ru
|
sextracker.de
|
||||||
smallseotools.com
|
sfj-ror.no
|
||||||
social-vestnik.ru
|
shariki-zuma-lines.ru
|
||||||
sockshare.net
|
shlyahten.ru
|
||||||
softtor.com
|
shoesonlinebuy.cn
|
||||||
solmarket.by
|
shtaketniki.kz
|
||||||
sotkal.lark.ru
|
silverage.ru
|
||||||
spidtest.space
|
sitevalued.com
|
||||||
srecorder.com
|
sledstvie-veli.net
|
||||||
ssconstruction.co
|
smailik.org
|
||||||
stauga.altervista.org
|
snjatie-geroinovoy-lomki.ru
|
||||||
strangeduckfilms.com
|
snts.shell-pmr.ru
|
||||||
|
social-search.me
|
||||||
|
socialsignals24.com
|
||||||
|
staynplay.net
|
||||||
|
steebook.com
|
||||||
|
stmassage.ru
|
||||||
|
strana-solnca.ru
|
||||||
|
suchenindeutschland.com
|
||||||
sugarlyflex.pw
|
sugarlyflex.pw
|
||||||
superfish.com
|
svensk-poesi.com
|
||||||
superlist.biz
|
taboola.com
|
||||||
superstats.com
|
techart24.com
|
||||||
svetlotorg.ru
|
tecspb.ru
|
||||||
svetodiodoff.ru
|
tfxiq.com
|
||||||
takeflyte.com
|
tmm-kurs.ru
|
||||||
theheroes.ru
|
topquality.cf
|
||||||
tizanidine4mguses.blogspot.com
|
totu.info
|
||||||
tizanidinerecreationaluse.blogspot.com
|
toursmaps.com
|
||||||
tootoo.to
|
trafficjunky.com
|
||||||
top10registrycleaners.com
|
trafficreceiver.club
|
||||||
toxicwap.com
|
trainoffend.ml
|
||||||
traffixer.com
|
tripper.de
|
||||||
turizm.bz
|
tvoystartup.ru
|
||||||
tytoona.com
|
tytoona.com
|
||||||
uggbootsoutletsale.us
|
u555u.info
|
||||||
unrealcommander.biz
|
udsgame.online
|
||||||
usiad.net
|
urlcut.ru
|
||||||
vabasa.inwtrade.com
|
urll.eu
|
||||||
vapomnoncri.tk
|
ussearche.cf
|
||||||
vegan-foods.us
|
vancleefreplica.pw
|
||||||
verymes.xyz
|
vbabule.net
|
||||||
vesnatehno.ru
|
vip-file.com
|
||||||
videochat.world
|
vipsiterip.org
|
||||||
vietimgy.pw
|
vmnmvzsmn.over-blog.com
|
||||||
villakohlanta.nu
|
voditeltrezviy.ru
|
||||||
vitoriacabos.com
|
voprosotvet24.ru
|
||||||
vksaver-all.ru
|
vpnmouse.com
|
||||||
web.cvut.cz
|
vseigru.one
|
||||||
weburok.com
|
vvon.co.uk
|
||||||
weprik.ru
|
webix.biz
|
||||||
whatistizanidine2mg.blogspot.com
|
webradiology.ru
|
||||||
|
wejdz-tu.pl
|
||||||
|
welcomeauto.ru
|
||||||
|
westvilletowingservices.co.za
|
||||||
|
wholesalejerseychinaoutlet.com
|
||||||
woman-h.ru
|
woman-h.ru
|
||||||
womensplay.net
|
worldis.me
|
||||||
xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai
|
xedserver.com
|
||||||
xn--80aafb2a.xn--p1ai
|
xlolitka.com
|
||||||
xn--80aanaardaperhcem4a6i.com
|
xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
|
||||||
xn--80ajbshivpvn2i.xn--p1ai
|
xn--80ahvj9e.xn--p1ai
|
||||||
xn--d1aifoe0a9a.top
|
xn--hxazdsfy.blogspot.com
|
||||||
xpresscare.ru
|
yadro.ru
|
||||||
yaaknaa.info
|
yatrk.xyz
|
||||||
yellowads.men
|
yoluxuryevents.com
|
||||||
yes-com.com
|
yourmovies.pl
|
||||||
yogamatsexpert.com
|
zarabiaj-dzis.pl
|
||||||
you-shall-not-pass.is74.ru
|
zed21.net
|
||||||
youtoner.it
|
zero1.it
|
||||||
ytmnd.com
|
zeroredirect1.com
|
||||||
zagadki.in.ua
|
|
||||||
znaturaloriginal.com
|
znaturaloriginal.com
|
||||||
|
zoompegs.com
|
||||||
|
|
|
@ -5,13 +5,6 @@
|
||||||
<hr><center>nginx/1.14.2</center>
|
<hr><center>nginx/1.14.2</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
l>
|
|
||||||
<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.224.112.202 0;
|
104.154.120.187 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.1774
|
#### Version: V4.2019.07.1775
|
||||||
#### 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.1774
|
#### Version: V4.2019.07.1775
|
||||||
#### 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.1774
|
#### Version: V4.2019.07.1775
|
||||||
#### 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)
|
||||||
____________________
|
____________________
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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.1774
|
#### Version: V4.2019.07.1775
|
||||||
#### Bad Referrer Count: 6740
|
#### Bad Referrer Count: 6740
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.07.1774
|
### Version: V4.2019.07.1775
|
||||||
### Updated: Mon Jul 29 10:32:30 SAST 2019
|
### Updated: Tue Jul 30 12:45:41 SAST 2019
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue