mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-06 04:30:21 +00:00
V4.2021.02.2270 [ci skip]
This commit is contained in:
parent
3818ef26ca
commit
5efa40666c
36 changed files with 1084 additions and 1091 deletions
|
@ -77,5 +77,3 @@
|
||||||
"~*(?:\b){|}(?:\b)" 3;
|
"~*(?:\b){|}(?:\b)" 3;
|
||||||
"~*(?:\b)mb_ereg_replace(?:\b)" 3;
|
"~*(?:\b)mb_ereg_replace(?:\b)" 3;
|
||||||
"~*(?:\b)file_put_contents(?:\b)" 3;
|
"~*(?:\b)file_put_contents(?:\b)" 3;
|
||||||
# Regex to detect Random UA Strings
|
|
||||||
"~*(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{12,}" 3;
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
@ -127,10 +127,6 @@
|
||||||
map $http_user_agent $bad_bot {
|
map $http_user_agent $bad_bot {
|
||||||
default 0;
|
default 0;
|
||||||
|
|
||||||
# Added 2021-02-05
|
|
||||||
# Regex to detect Random UA Strings
|
|
||||||
"~*(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{12,}" 3;
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------
|
||||||
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
# -----------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -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
|
||||||
34.122.173.211 0;
|
35.193.184.18 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -46,4 +46,4 @@
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
35.193.184.18 0;
|
35.193.184.18 0;
|
||||||
34.122.173.211 0;
|
34.122.208.80 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -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.154.182.187 0;
|
|
||||||
35.193.184.18 0;
|
35.193.184.18 0;
|
||||||
|
104.154.182.187 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -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.193.184.18 0;
|
34.122.173.211 0;
|
||||||
104.154.182.187 0;
|
104.154.182.187 0;
|
||||||
34.122.208.80 0;
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -45,5 +45,5 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
34.122.208.80 0;
|
|
||||||
104.154.182.187 0;
|
104.154.182.187 0;
|
||||||
|
35.193.184.18 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Acunetix
|
Bolt
|
||||||
Calculon
|
HaosouSpider
|
||||||
DSearch
|
Intelliseek
|
||||||
JOC Web Spider
|
LibWeb
|
||||||
Mr.4x3
|
Mojeek
|
||||||
MSIECrawler
|
Morfeus Fucking Scanner
|
||||||
SEOprofiler
|
Picsearch
|
||||||
Sucuri
|
seoscanners
|
||||||
Vagabondo
|
WebmasterWorldForumBot
|
||||||
Whatweb
|
WWW-Collector-E
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404checker
|
01h4x.com
|
||||||
404enemy
|
Aboundex
|
||||||
Aboundexbot
|
ADmantX
|
||||||
AfD-Verbotsverfahren
|
|
||||||
AhrefsBot
|
|
||||||
AIBOT
|
AIBOT
|
||||||
|
Aipbot
|
||||||
Alexibot
|
Alexibot
|
||||||
Alligator
|
AllSubmitter
|
||||||
AlphaBot
|
Anarchy
|
||||||
Anarchy99
|
|
||||||
Ankit
|
|
||||||
Anthill
|
Anthill
|
||||||
arquivo.pt
|
archive.org_bot
|
||||||
arquivo-web-crawler
|
arquivo-web-crawler
|
||||||
Attach
|
ASPSeek
|
||||||
|
Asterias
|
||||||
autoemailspider
|
autoemailspider
|
||||||
AwarioSmartBot
|
AwarioRssBot
|
||||||
|
BackDoorBot
|
||||||
|
Backlink-Ceck
|
||||||
backlink-check
|
backlink-check
|
||||||
BackStreet
|
BacklinkCrawler
|
||||||
BatchFTP
|
BackWeb
|
||||||
|
Barkrowler
|
||||||
BBBike
|
BBBike
|
||||||
|
BDCbot
|
||||||
BDFetch
|
BDFetch
|
||||||
Bitacle
|
Bitacle
|
||||||
Bolt
|
Black Hole
|
||||||
BotALot
|
BotALot
|
||||||
Buddy
|
Bullseye
|
||||||
BunnySlippers
|
|
||||||
BuzzSumo
|
|
||||||
CATExplorador
|
CATExplorador
|
||||||
CazoodleBot
|
CazoodleBot
|
||||||
CCBot
|
CherryPicker
|
||||||
Cegbfeieh
|
|
||||||
CensysInspect
|
|
||||||
ChinaClaw
|
|
||||||
Cliqzbot
|
Cliqzbot
|
||||||
|
Cloud mapping
|
||||||
Cocolyzebot
|
Cocolyzebot
|
||||||
cognitiveseo
|
Cogentbot
|
||||||
Collector
|
|
||||||
com.plumanalytics
|
com.plumanalytics
|
||||||
Copier
|
|
||||||
Copyscape
|
Copyscape
|
||||||
Cosmos
|
Cosmos
|
||||||
Crescent
|
crawl.sogou.com
|
||||||
|
CrazyWebCrawler
|
||||||
CSHttp
|
CSHttp
|
||||||
CyotekWebCopy
|
Custo
|
||||||
DatabaseDriverMysqli
|
|
||||||
DataCha0s
|
DataCha0s
|
||||||
DBLBot
|
|
||||||
demandbase-bot
|
|
||||||
Deusu
|
Deusu
|
||||||
Digincore
|
Digincore
|
||||||
DittoSpyder
|
DigitalPebble
|
||||||
|
Disco
|
||||||
|
Discobot
|
||||||
DomainAppender
|
DomainAppender
|
||||||
|
domainsproject.org
|
||||||
|
DomainStatsBot
|
||||||
Dotbot
|
Dotbot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
Drip
|
|
||||||
DSearch
|
DSearch
|
||||||
EasyDL
|
Ebingbong
|
||||||
ECCP/1.0
|
ECCP/1.0
|
||||||
EMail Siphon
|
Ecxi
|
||||||
|
EirGrabber
|
||||||
|
evc-batch
|
||||||
Evil
|
Evil
|
||||||
Exabot
|
Express WebPictures
|
||||||
ExtLinksBot
|
ExtLinksBot
|
||||||
EyeNetIE
|
ExtractorPro
|
||||||
Ezooms
|
Ezooms
|
||||||
facebookscraper
|
facebookscraper
|
||||||
FHscan
|
FemtosearchBot
|
||||||
|
Fimap
|
||||||
Firefox/7.0
|
Firefox/7.0
|
||||||
FlashGet
|
|
||||||
Freeuploader
|
Freeuploader
|
||||||
Fyrebot
|
Fyrebot
|
||||||
GetWeb
|
GetRight
|
||||||
Gigablast
|
Gigablast
|
||||||
Gigabot
|
Gotit
|
||||||
G-i-g-a-b-o-t
|
|
||||||
gopher
|
|
||||||
GoZilla
|
|
||||||
GrapeFX
|
GrapeFX
|
||||||
GridBot
|
GrapeshotCrawler
|
||||||
Harvest
|
HaosouSpider
|
||||||
Havij
|
|
||||||
heritrix
|
|
||||||
Heritrix
|
Heritrix
|
||||||
Hloader
|
Hloader
|
||||||
HMView
|
HMView
|
||||||
|
HTMLparser
|
||||||
HTTP::Lite
|
HTTP::Lite
|
||||||
|
HTTrack
|
||||||
Iblog
|
Iblog
|
||||||
IlseBot
|
IDBot
|
||||||
Image Fetch
|
IDBTE4M
|
||||||
Indy Library
|
IndeedBot
|
||||||
InfoTekies
|
|
||||||
instabid
|
|
||||||
Intelliseek
|
Intelliseek
|
||||||
InterGET
|
Internet Ninja
|
||||||
Iria
|
InternetSeer
|
||||||
IRLbot
|
IRLbot
|
||||||
isitwp.com
|
isitwp.com
|
||||||
JennyBot
|
Iskanie
|
||||||
JikeSpider
|
IstellaBot
|
||||||
Joomla
|
JamesBOT
|
||||||
Kenjin Spider
|
JustView
|
||||||
|
Jyxobot
|
||||||
|
Keyword Density
|
||||||
Kinza
|
Kinza
|
||||||
|
Kozmosbot
|
||||||
Lanshanbot
|
Lanshanbot
|
||||||
Larbin
|
LexiBot
|
||||||
LeechFTP
|
LibWeb
|
||||||
LeechGet
|
|
||||||
Libwhisker
|
Libwhisker
|
||||||
Lightspeedsystems
|
LieBaoFast
|
||||||
Linkbot
|
Likse
|
||||||
Lipperhey Spider
|
LinkpadBot
|
||||||
|
LinqiaRSSBot
|
||||||
|
LinqiaScrapeBot
|
||||||
|
Litemage_walker
|
||||||
Ltx71
|
Ltx71
|
||||||
lwp-trivial
|
magpie-crawler
|
||||||
Magnet
|
Majestic12
|
||||||
Mag-Net
|
MarkMonitor
|
||||||
Mail.RU_Bot
|
|
||||||
Majestic SEO
|
|
||||||
MarkWatch
|
MarkWatch
|
||||||
Masscan
|
|
||||||
Mass Downloader
|
Mass Downloader
|
||||||
Mata Hari
|
Mata Hari
|
||||||
MauiBot
|
|
||||||
Mb2345Browser
|
Mb2345Browser
|
||||||
meanpathbot
|
meanpathbot
|
||||||
Meanpathbot
|
Meanpathbot
|
||||||
MeanPath Bot
|
MeanPath Bot
|
||||||
|
Mediatoolkitbot
|
||||||
mediawords
|
mediawords
|
||||||
|
MFC_Tear_Sample
|
||||||
MIDown tool
|
MIDown tool
|
||||||
MIIxpc
|
MIIxpc
|
||||||
Mister PiX
|
Morfeus Fucking Scanner
|
||||||
Mojeek
|
|
||||||
Mojolicious
|
|
||||||
MQQBrowser
|
|
||||||
MSIECrawler
|
MSIECrawler
|
||||||
Msrabot
|
|
||||||
muhstik-scan
|
muhstik-scan
|
||||||
Name Intelligence
|
Name Intelligence
|
||||||
NearSite
|
Nameprotect
|
||||||
Needle
|
Needle
|
||||||
Nessus
|
|
||||||
netEstate NE Crawler
|
netEstate NE Crawler
|
||||||
NetLyzer
|
NetMechanic
|
||||||
Net Vampire
|
NetSpider
|
||||||
Netvibes
|
Netvibes
|
||||||
NetZIP
|
NetZIP
|
||||||
Nibbler
|
NICErsPRO
|
||||||
NimbleCrawler
|
Niki-bot
|
||||||
Ninja
|
Ninja
|
||||||
Nuclei
|
NPbot
|
||||||
Nutch
|
oBot
|
||||||
OpenLinkProfiler
|
Offline Explorer
|
||||||
Openvas
|
Offline Navigator
|
||||||
OpenVAS
|
OnCrawl
|
||||||
OPPO A33
|
OrangeSpider
|
||||||
OutfoxBot
|
PageScorer
|
||||||
Page Analyzer
|
|
||||||
Pandalytics
|
Pandalytics
|
||||||
Panscient
|
Panscient
|
||||||
PeoplePal
|
PeoplePal
|
||||||
Petalbot
|
PHPCrawl
|
||||||
Picsearch
|
Picscout
|
||||||
PictureFinder
|
plumanalytics
|
||||||
Pi-Monster
|
|
||||||
Pixray
|
|
||||||
Pockey
|
Pockey
|
||||||
POE-Component-Client-HTTP
|
POE-Component-Client-HTTP
|
||||||
Probethenet
|
Probethenet
|
||||||
ProWebWalker
|
|
||||||
Psbot
|
|
||||||
Pump
|
|
||||||
PxBroker
|
PxBroker
|
||||||
QueryN Metasearch
|
QueryN Metasearch
|
||||||
RankActive
|
RankFlex
|
||||||
|
RankingBot
|
||||||
RankingBot2
|
RankingBot2
|
||||||
Rankivabot
|
RealDownload
|
||||||
Reaper
|
Reaper
|
||||||
RedesScrapy
|
RepoMonkey
|
||||||
scalaj-http
|
Re-re
|
||||||
ScanAlert
|
Ripper
|
||||||
Scanbot
|
RocketCrawler
|
||||||
ScoutJet
|
s1z.ru
|
||||||
Scrapy
|
SalesIntelligent
|
||||||
SearchmetricsBot
|
satoristudio.net
|
||||||
SentiBot
|
SBIder
|
||||||
SEOkicks-Robot
|
scan.lol
|
||||||
|
Screaming
|
||||||
|
SEOkicks
|
||||||
|
SEOlyticsCrawler
|
||||||
|
Seomoz
|
||||||
|
SEOprofiler
|
||||||
|
seoscanners
|
||||||
SEOstats
|
SEOstats
|
||||||
serpstatbot
|
Shodan
|
||||||
sexsearcher
|
Siteimprove
|
||||||
SISTRIX
|
|
||||||
Sitebeam
|
|
||||||
SmartDownload
|
SmartDownload
|
||||||
SMTBot
|
SMTBot
|
||||||
Snapbot
|
Snapbot
|
||||||
SocialRankIOBot
|
Snoopy
|
||||||
Sosospider
|
Sosospider
|
||||||
Sottopop
|
Sottopop
|
||||||
SpaceBison
|
SpaceBison
|
||||||
sp_auditbot
|
Spammen
|
||||||
|
SpankBot
|
||||||
Spbot
|
Spbot
|
||||||
Spinn3r
|
Sqlmap
|
||||||
SputnikBot
|
Sqworm
|
||||||
|
Steeler
|
||||||
|
Stripper
|
||||||
|
Sucuri
|
||||||
SuperBot
|
SuperBot
|
||||||
SurveyBot
|
SuperHTTP
|
||||||
Suzuran
|
sysscan
|
||||||
Szukacz
|
T8Abot
|
||||||
T0PHackTeam
|
|
||||||
tAkeOut
|
tAkeOut
|
||||||
Teleport
|
Teleport
|
||||||
Telesoft
|
TeleportPro
|
||||||
Telesphoreo
|
|
||||||
Telesphorep
|
Telesphorep
|
||||||
TheNomad
|
TheNomad
|
||||||
Thumbor
|
Thumbor
|
||||||
|
Titan
|
||||||
Toata
|
Toata
|
||||||
Trendictionbot
|
Trendiction
|
||||||
True_Robot
|
trendiction.com
|
||||||
Turingos
|
URLy Warning
|
||||||
TurnitinBot
|
Vagabondo
|
||||||
Typhoeus
|
VCI
|
||||||
Upflow
|
VelenPublicWebCrawler
|
||||||
Vacuum
|
Voltron
|
||||||
VB Project
|
|
||||||
Virusdie
|
|
||||||
Wallpapers/3.0
|
Wallpapers/3.0
|
||||||
Webalta
|
WASALive-Bot
|
||||||
Web Auto
|
WebAuto
|
||||||
Web Collage
|
WebBandit
|
||||||
WebCopier
|
WebCollage
|
||||||
WEBDAV
|
WEBDAV
|
||||||
WebEnhancer
|
WebEnhancer
|
||||||
WebFetch
|
WebFuck
|
||||||
Web Fetch
|
WebGo IS
|
||||||
WebLeacher
|
WebImageCollector
|
||||||
webmeup-crawler
|
WebReaper
|
||||||
WebsiteQuester
|
WebSauger
|
||||||
WebStripper
|
Webshag
|
||||||
|
Website Quester
|
||||||
|
Webster
|
||||||
|
WebSucker
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WeSEE
|
WebZIP
|
||||||
Whack
|
|
||||||
Widow
|
Widow
|
||||||
WinHTTrack
|
WiseGuys Robot
|
||||||
Wonderbot
|
Wonderbot
|
||||||
Wotbox
|
Wprecon
|
||||||
WPScan
|
WWW-Collector-E
|
||||||
|
WWW-Mechanize
|
||||||
WWW::Mechanize
|
WWW::Mechanize
|
||||||
|
Xaldon WebSpider
|
||||||
xpymep1.exe
|
xpymep1.exe
|
||||||
YoudaoBot
|
YoudaoBot
|
||||||
|
Zade
|
||||||
Zauba
|
Zauba
|
||||||
Zeus
|
Zermelo
|
||||||
|
zgrab
|
||||||
Zitebot
|
Zitebot
|
||||||
ZoomBot
|
ZoomBot
|
||||||
|
ZoominfoBot
|
||||||
|
ZumBot
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
01h4x.com
|
01h4x.com
|
||||||
360Spider
|
360Spider
|
||||||
404checker
|
|
||||||
404enemy
|
|
||||||
80legs
|
80legs
|
||||||
Aboundexbot
|
Abonti
|
||||||
|
Aboundex
|
||||||
|
Acunetix
|
||||||
|
ADmantX
|
||||||
|
AfD-Verbotsverfahren
|
||||||
|
AhrefsBot
|
||||||
Aipbot
|
Aipbot
|
||||||
Alligator
|
Alligator
|
||||||
Anarchie
|
AlphaBot
|
||||||
Anarchy99
|
Anarchy99
|
||||||
Apexoo
|
Ankit
|
||||||
Attach
|
Asterias
|
||||||
AwarioRssBot
|
autoemailspider
|
||||||
AwarioSmartBot
|
AwarioSmartBot
|
||||||
BackDoorBot
|
BacklinkCrawler
|
||||||
|
BackStreet
|
||||||
Badass
|
Badass
|
||||||
Barkrowler
|
Bandit
|
||||||
BatchFTP
|
BatchFTP
|
||||||
Battleztar Bazinga
|
|
||||||
BBBike
|
BBBike
|
||||||
|
BDCbot
|
||||||
BDFetch
|
BDFetch
|
||||||
Bigfoot
|
Bigfoot
|
||||||
Bitacle
|
Black Hole
|
||||||
Blackboard
|
BotALot
|
||||||
BlackWidow
|
Buck
|
||||||
Blow
|
|
||||||
BuiltBotTough
|
BuiltBotTough
|
||||||
BuiltWith
|
BuiltWith
|
||||||
Bullseye
|
Bullseye
|
||||||
BunnySlippers
|
|
||||||
BuzzSumo
|
BuzzSumo
|
||||||
|
Calculon
|
||||||
CATExplorador
|
CATExplorador
|
||||||
CazoodleBot
|
CCBot
|
||||||
CensysInspect
|
Cegbfeieh
|
||||||
CheTeam
|
CheeseBot
|
||||||
ChinaClaw
|
ChinaClaw
|
||||||
Chlooe
|
Chlooe
|
||||||
|
Claritybot
|
||||||
Cliqzbot
|
Cliqzbot
|
||||||
Cloud mapping
|
|
||||||
coccocbot-web
|
|
||||||
Cocolyzebot
|
Cocolyzebot
|
||||||
Cogentbot
|
Cogentbot
|
||||||
cognitiveseo
|
|
||||||
Collector
|
Collector
|
||||||
Copier
|
|
||||||
CopyRightCheck
|
|
||||||
Copyscape
|
Copyscape
|
||||||
crawler.feedback
|
Cosmos
|
||||||
crawl.sogou.com
|
Craftbot
|
||||||
CrazyWebCrawler
|
crawler4j
|
||||||
CSHttp
|
Crescent
|
||||||
Custo
|
CrunchBot
|
||||||
DatabaseDriverMysqli
|
Curious
|
||||||
DBLBot
|
CyotekWebCopy
|
||||||
Demon
|
demandbase-bot
|
||||||
Devil
|
Deusu
|
||||||
DigitalPebble
|
DIIbot
|
||||||
|
Disco
|
||||||
Discobot
|
Discobot
|
||||||
Dispatch
|
Discoverybot
|
||||||
DittoSpyder
|
DittoSpyder
|
||||||
|
DnyzBot
|
||||||
DomainAppender
|
DomainAppender
|
||||||
DomainStatsBot
|
DomainCrawler
|
||||||
Download Wonder
|
DomainSigmaCrawler
|
||||||
|
domainsproject.org
|
||||||
|
Dotbot
|
||||||
Drip
|
Drip
|
||||||
DSearch
|
DTS Agent
|
||||||
Ebingbong
|
EasyDL
|
||||||
eCatch
|
Ecxi
|
||||||
EMail Siphon
|
Evil
|
||||||
EroCrawler
|
Exabot
|
||||||
ExtLinksBot
|
Express WebPictures
|
||||||
EyeNetIE
|
ExtractorPro
|
||||||
facebookscraper
|
FHscan
|
||||||
FemtosearchBot
|
|
||||||
Firefox/7.0
|
|
||||||
FlashGet
|
FlashGet
|
||||||
Flunky
|
Foobot
|
||||||
Freeuploader
|
|
||||||
FrontPage
|
|
||||||
Fuzz
|
Fuzz
|
||||||
Genieo
|
GetRight
|
||||||
GermCrawler
|
G-i-g-a-b-o-t
|
||||||
Go-Ahead-Got-It
|
gopher
|
||||||
Go!Zilla
|
GoZilla
|
||||||
Grafula
|
GrabNet
|
||||||
GrapeshotCrawler
|
GrapeshotCrawler
|
||||||
GridBot
|
GT::WWW
|
||||||
|
HaosouSpider
|
||||||
HEADMasterSEO
|
HEADMasterSEO
|
||||||
|
Hloader
|
||||||
HMView
|
HMView
|
||||||
HTMLparser
|
HTMLparser
|
||||||
HTTrack
|
HTTrack
|
||||||
Humanlinks
|
Humanlinks
|
||||||
|
Iblog
|
||||||
IDBTE4M
|
IDBTE4M
|
||||||
Image Sucker
|
IndeedBot
|
||||||
Intelliseek
|
InfoTekies
|
||||||
InterGET
|
instabid
|
||||||
ips-agent
|
ips-agent
|
||||||
IRLbot
|
JetCar
|
||||||
isitwp.com
|
Joomla
|
||||||
Iskanie
|
Jyxobot
|
||||||
Jbrofuzz
|
Kenjin Spider
|
||||||
JennyBot
|
Keyword Density
|
||||||
JikeSpider
|
|
||||||
JustView
|
|
||||||
Lanshanbot
|
|
||||||
Larbin
|
Larbin
|
||||||
LeechFTP
|
LeechGet
|
||||||
LexiBot
|
|
||||||
LibWeb
|
LibWeb
|
||||||
Libwhisker
|
|
||||||
LieBaoFast
|
LieBaoFast
|
||||||
Lightspeedsystems
|
Lightspeedsystems
|
||||||
|
Likse
|
||||||
Linkbot
|
Linkbot
|
||||||
Linkdexbot
|
LinkpadBot
|
||||||
LinkWalker
|
LinksManager
|
||||||
|
LinqiaScrapeBot
|
||||||
|
Lipperhey
|
||||||
Lipperhey Spider
|
Lipperhey Spider
|
||||||
Litemage_walker
|
|
||||||
LNSpiderguy
|
LNSpiderguy
|
||||||
Ltx71
|
Ltx71
|
||||||
lwp-trivial
|
LWP::Simple
|
||||||
Mag-Net
|
magpie-crawler
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
Majestic12
|
Majestic SEO
|
||||||
Majestic-SEO
|
Majestic-SEO
|
||||||
|
MarkMonitor
|
||||||
MarkWatch
|
MarkWatch
|
||||||
Masscan
|
Masscan
|
||||||
Mass Downloader
|
Mata Hari
|
||||||
meanpathbot
|
meanpathbot
|
||||||
Meanpathbot
|
Meanpathbot
|
||||||
MegaIndex.ru
|
MeanPath Bot
|
||||||
|
Mediatoolkitbot
|
||||||
Microsoft Data Access
|
Microsoft Data Access
|
||||||
Microsoft URL Control
|
|
||||||
MIDown tool
|
|
||||||
MIIxpc
|
MIIxpc
|
||||||
Mr.4x3
|
Mister PiX
|
||||||
Msrabot
|
Mojeek
|
||||||
muhstik-scan
|
Mojolicious
|
||||||
|
Morfeus Fucking Scanner
|
||||||
|
Mozlila
|
||||||
|
MTRobot
|
||||||
|
Musobot
|
||||||
Nameprotect
|
Nameprotect
|
||||||
Needle
|
Navroad
|
||||||
Nessus
|
NearSite
|
||||||
netEstate NE Crawler
|
NetAnts
|
||||||
NetLyzer
|
NetLyzer
|
||||||
NetMechanic
|
NetMechanic
|
||||||
Nettrack
|
NetSpider
|
||||||
Netvibes
|
Nibbler
|
||||||
NextGenSearchBot
|
|
||||||
NimbleCrawler
|
NimbleCrawler
|
||||||
Ninja
|
Nmap
|
||||||
node-fetch
|
oBot
|
||||||
NPbot
|
|
||||||
Nutch
|
|
||||||
Octopus
|
|
||||||
Offline Navigator
|
|
||||||
OnCrawl
|
OnCrawl
|
||||||
Openfind
|
Openfind
|
||||||
OpenLinkProfiler
|
OpenLinkProfiler
|
||||||
Openvas
|
Openvas
|
||||||
OpenVAS
|
OPPO A33
|
||||||
OutclicksBot
|
OrangeBot
|
||||||
PageAnalyzer
|
PageGrabber
|
||||||
page scorer
|
page scorer
|
||||||
PageThing.com
|
PageThing.com
|
||||||
Pandalytics
|
Pavuk
|
||||||
pcBrowser
|
pcBrowser
|
||||||
Pimonster
|
PECL::HTTP
|
||||||
Pixray
|
PeoplePal
|
||||||
PleaseCrawl
|
Petalbot
|
||||||
Psbot
|
Pi-Monster
|
||||||
|
ProPowerBot
|
||||||
Pu_iN
|
Pu_iN
|
||||||
PyCurl
|
Pump
|
||||||
QueryN Metasearch
|
RankingBot
|
||||||
Quick-Crawler
|
|
||||||
RankingBot2
|
RankingBot2
|
||||||
Rankivabot
|
Rankivabot
|
||||||
RealDownload
|
RankurBot
|
||||||
|
Reaper
|
||||||
Recorder
|
Recorder
|
||||||
|
RedesScrapy
|
||||||
ReGet
|
ReGet
|
||||||
|
RepoMonkey
|
||||||
Ripper
|
Ripper
|
||||||
RocketCrawler
|
RocketCrawler
|
||||||
|
RSSingBot
|
||||||
s1z.ru
|
s1z.ru
|
||||||
scalaj-http
|
SBIder
|
||||||
ScanAlert
|
Scrapy
|
||||||
Scanbot
|
SearchmetricsBot
|
||||||
scan.lol
|
SemrushBot
|
||||||
Screaming
|
SentiBot
|
||||||
SEOkicks
|
SEOkicks
|
||||||
SEOkicks-Robot
|
seoscanners
|
||||||
sitechecker.pro
|
SeoSiteCheckup
|
||||||
Siteimprove
|
Shodan
|
||||||
SiteLockSpider
|
Siphon
|
||||||
|
SISTRIX
|
||||||
|
Sitebeam
|
||||||
|
SiteSucker
|
||||||
SlySearch
|
SlySearch
|
||||||
SMTBot
|
Snake
|
||||||
|
Snoopy
|
||||||
SocialRankIOBot
|
SocialRankIOBot
|
||||||
sogouspider
|
sogouspider
|
||||||
Spammen
|
Sogou web spider
|
||||||
SputnikBot
|
Sosospider
|
||||||
Stripper
|
SpankBot
|
||||||
|
Spanner
|
||||||
|
Sqlmap
|
||||||
|
Sqworm
|
||||||
|
Steeler
|
||||||
Sucuri
|
Sucuri
|
||||||
SuperHTTP
|
|
||||||
Surfbot
|
Surfbot
|
||||||
SurveyBot
|
SurveyBot
|
||||||
T0PHackTeam
|
Suzuran
|
||||||
|
Swiftbot
|
||||||
|
Szukacz
|
||||||
T8Abot
|
T8Abot
|
||||||
Teleport
|
tAkeOut
|
||||||
TeleportPro
|
|
||||||
Telesoft
|
|
||||||
The Intraformant
|
The Intraformant
|
||||||
Thumbor
|
Thumbor
|
||||||
Titan
|
Toweyabot
|
||||||
Tracemyfile
|
Trendictionbot
|
||||||
trendiction.com
|
trendiction.com
|
||||||
trendiction.de
|
trendiction.de
|
||||||
TurnitinBot
|
Turingos
|
||||||
UnisterBot
|
Twice
|
||||||
URLy.Warning
|
Typhoeus
|
||||||
|
Upflow
|
||||||
|
URLy Warning
|
||||||
Vagabondo
|
Vagabondo
|
||||||
VCI
|
|
||||||
VelenPublicWebCrawler
|
VelenPublicWebCrawler
|
||||||
Virusdie
|
Voltron
|
||||||
WASALive-Bot
|
WallpapersHD
|
||||||
WBSearchBot
|
WBSearchBot
|
||||||
|
Webalta
|
||||||
Web Auto
|
Web Auto
|
||||||
WebBandit
|
|
||||||
Web Collage
|
Web Collage
|
||||||
WebCopier
|
WebCopier
|
||||||
WEBDAV
|
WEBDAV
|
||||||
WebEnhancer
|
|
||||||
Web Fetch
|
|
||||||
WebFuck
|
WebFuck
|
||||||
WebImageCollector
|
|
||||||
WebmasterWorldForumBot
|
WebmasterWorldForumBot
|
||||||
webmeup-crawler
|
WebPix
|
||||||
WebSauger
|
WebsiteExtractor
|
||||||
Webshag
|
Webster
|
||||||
Website Quester
|
Web Sucker
|
||||||
WebStripper
|
WeSEE
|
||||||
WebZIP
|
Whacker
|
||||||
Widow
|
|
||||||
WinHTTrack
|
|
||||||
WISENutbot
|
WISENutbot
|
||||||
Woobot
|
Wotbox
|
||||||
WWW-Mechanize
|
WWW-Collector-E
|
||||||
WWWOFFLE
|
YoudaoBot
|
||||||
Xaldon WebSpider
|
|
||||||
Xaldon_WebSpider
|
|
||||||
Xenu
|
|
||||||
xpymep1.exe
|
|
||||||
Zade
|
|
||||||
Zermelo
|
Zermelo
|
||||||
Zeus
|
zgrab
|
||||||
ZmEu
|
ZyBorg
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
2345.com
|
5forex.ru
|
||||||
addtoadd.men
|
alta-realestate.com
|
||||||
arendakvartir.kz
|
cheapjerseysa.com
|
||||||
blogsfunky672.weebly.com
|
ghazel.ru
|
||||||
ftns.ru
|
liran-locks.com
|
||||||
livingroomdecor.info
|
pornotubs.com
|
||||||
optikremont.ru
|
responsive-test.net
|
||||||
portal-eu.ru
|
telesvoboda.ru
|
||||||
rarbg.to
|
themestotal.com
|
||||||
westen-v.life
|
vertaform.com
|
||||||
|
|
|
@ -1,500 +1,500 @@
|
||||||
08800.top
|
100dollars-seo.com
|
||||||
0n-line.tv
|
123kuma.com
|
||||||
123locker.com
|
178evakuator178.ru
|
||||||
1flag.co.za
|
1adult.com
|
||||||
24x7-server-support.site
|
1kdailyprofit.me
|
||||||
2nt.ru
|
1kinobig.ru
|
||||||
3xforum.ro
|
1qingdao.com
|
||||||
40cg.com
|
2000k.ru
|
||||||
4kplayer.pl
|
21h2o.com
|
||||||
4pp13.com
|
2ads.co.uk
|
||||||
5000-cotydzien.com
|
2rich4bitches.com
|
||||||
7search.com
|
3rbseyes.com
|
||||||
aaa38852e886ac4af1a3cff9b47cab6272.com
|
5elementov.ru
|
||||||
acmebtn.ml
|
9icmzvn6.website
|
||||||
actulite.com
|
a1security.com.ua
|
||||||
adultactioncam.com
|
aa08daf7e13b6345e09e92f771507fa5f4.com
|
||||||
adultfriendfinder.com
|
aa9bd78f328a6a41279d0fad0a88df1901.com
|
||||||
afftrack001.com
|
absugars.com
|
||||||
ageofclones.com
|
academiacsmendoza.org
|
||||||
ahrefs.com
|
adclickservice.com
|
||||||
air-edem.ru
|
adclickthru.net
|
||||||
|
admeasures.com
|
||||||
|
adrunnr.com
|
||||||
|
adtiger.tk
|
||||||
|
adultwebhosting.info
|
||||||
|
afslankpillen2017nl.eu
|
||||||
|
aghanyna.com
|
||||||
|
agreda.pluto.ro
|
||||||
airmaxshoes-2016.com
|
airmaxshoes-2016.com
|
||||||
albumsuper.info
|
akita.kz
|
||||||
alert-fdm.xyz
|
akuhni.by
|
||||||
algerianembassy.co.in
|
alive-ua.com
|
||||||
allforminecraft.ru
|
allblogroll.com
|
||||||
allstatesugarbowl.org
|
allfinweb.com
|
||||||
|
allpdfmags.net
|
||||||
alphavisions.net
|
alphavisions.net
|
||||||
amazon-seo-service.com
|
alveris.ru
|
||||||
angel1777.kz
|
alyeskaresort.com
|
||||||
apartmentbay.ru
|
amateurmatch.com
|
||||||
apiqualitinknet-a.akamaihd.net
|
anonymizeme.pro
|
||||||
arendakvartir.kz
|
apartamentwroclaw.eu
|
||||||
arewater.com
|
apiappenableinfo-a.akamaihd.net
|
||||||
|
apiluckyleapnet-a.akamaihd.net
|
||||||
|
apisecretsaucebi-a.akamaihd.net
|
||||||
|
arcadepages.com
|
||||||
|
arclk.net
|
||||||
arraty.altervista.org
|
arraty.altervista.org
|
||||||
asiavirtualsolutions.com
|
asociatia-tipografilor-transilvania.ro
|
||||||
asmxsatadriverin.aircus.com
|
astrochicks.com
|
||||||
atofilms.com
|
atley.eu.pn
|
||||||
autochoixspinelli.com
|
atout-energie-69.com
|
||||||
autogrep.ru
|
auto.rusvile.lt
|
||||||
autoplate.info
|
avto-oligarh.ru
|
||||||
azazu.ru
|
azartmsl.com
|
||||||
azbukadiets.ru
|
bamo.xsl.pt
|
||||||
azbuka-mo.ru
|
barbourjackets.online
|
||||||
azinoofficial777.ru
|
battlecarnival.su
|
||||||
backgroundpictures.net
|
beachfix.co
|
||||||
backlink4u.net
|
berdasovivan.ru
|
||||||
bankiem.pl
|
best-businessman.ru
|
||||||
bannerads.de
|
bestdraws.com
|
||||||
bavsac.com
|
besthoro.ru
|
||||||
beachdriveblog.com
|
bestmouthwash.club
|
||||||
bestcoin.cc
|
best-seo-software.xyz
|
||||||
bestdooz.com
|
best-seo-solution.com
|
||||||
bestofupload.info
|
beta.hotkeys.com
|
||||||
best-seo-offer.com
|
bibys.com
|
||||||
bin-brokers.com
|
bidbuy.co.kr
|
||||||
bio.trade-jp.net
|
bioca.org
|
||||||
birzha-truda.eu
|
bio-market.kz
|
||||||
bkns.vn
|
blobar.org
|
||||||
blog.koreadaily.com
|
blogos.kz
|
||||||
blog.remote-computer.de
|
bobba.dzaba.com
|
||||||
bloke.com
|
bochemit.com.ua
|
||||||
bmw-ark.ru
|
bodybuilding-shop.biz
|
||||||
boeuklad.com
|
bolitgorlo.net
|
||||||
bolezniorganov.ru
|
brains2.biz
|
||||||
bonky.biz
|
btc4u.ru
|
||||||
b-styles.xyz
|
businescoop.men
|
||||||
burger-tycoon.com
|
buyantiviralwp.com
|
||||||
businesn.men
|
bycontext.com
|
||||||
buyscabiescream.com
|
cablecar.us
|
||||||
bvlgariring.xyz
|
candiceloves.us
|
||||||
callawaygolfstore.online
|
canrioloadm.gq
|
||||||
call-of-duty.info
|
cctva.tv
|
||||||
camdolls.com
|
centre-indigo.org.ua
|
||||||
canrole.com
|
cheapbarbour.online
|
||||||
cardsharp1.ru
|
cheap-trusted-backlinks.com
|
||||||
carrauterie.be
|
chocoslim.pro
|
||||||
carstrends2015.com
|
cialis-samples.com
|
||||||
cartierlovestore.xyz
|
ciproandtizanidine.blogspot.com
|
||||||
cbcseward.com
|
citetick.com
|
||||||
chlooe.com
|
clayvasedesigns.tk
|
||||||
choice-credit.ru
|
cmhomestayagency.com
|
||||||
cicaki.net
|
collegerentals.com
|
||||||
cineacademy.ru
|
compliance-alex.top
|
||||||
civilwartheater.com
|
compliance-don.xyz
|
||||||
classicakuhni.ru
|
concordexoticrentals.com
|
||||||
clickbanksites.info
|
confib.ifmo.ru
|
||||||
clickhype.com
|
coolwallpapers4k.info
|
||||||
clickprotects.com
|
cornerstone-countertops.com
|
||||||
club-lukojl.ru
|
cosmeticswomens-womensports.rhcloud.com
|
||||||
coaching-netz.info
|
creatives.adbetclickin.pink
|
||||||
coderstate.com
|
cubs-jerseys.us
|
||||||
codq.info
|
cutalltheshit.com
|
||||||
colobit.biz
|
daneshetabiat.com
|
||||||
companies-catalog.com
|
dangphoto.trade
|
||||||
compliance-alexa.xyz
|
danschawbel.com
|
||||||
compliance-julia.top
|
daptravel.com
|
||||||
compucelunlock.net
|
data-mining.tk
|
||||||
cookie-law-enforcement-aa.xyz
|
datract.com
|
||||||
coprofam.org
|
|
||||||
counciltally.com
|
|
||||||
cowlmash.com
|
|
||||||
culad.com
|
|
||||||
d0t.ru
|
|
||||||
dafatiri.com
|
|
||||||
damedingel.ya.ru
|
|
||||||
dcj-nn.ru
|
|
||||||
defenderxtactical.com
|
|
||||||
deluxedumps.com
|
|
||||||
demian.kz
|
|
||||||
design-ideas.info
|
design-ideas.info
|
||||||
detsky-nabytek.info
|
dgfitness.co
|
||||||
dignitasdata.se
|
dieta-personalna.pl
|
||||||
dildofotzen.net
|
dimaka.info
|
||||||
directivepub.com
|
doctissimo.fr
|
||||||
dneprsvet.com.ua
|
doctormakarova.ru
|
||||||
dodlive.mil
|
dorratex.tn
|
||||||
dogbreedspicture.net
|
|
||||||
dojki365.online
|
|
||||||
domcran.net
|
|
||||||
dosug-lux.ru
|
|
||||||
dosugrostov.site
|
|
||||||
dotnetdotcom.org
|
dotnetdotcom.org
|
||||||
doublepimp.com
|
downloadeer.net
|
||||||
downtuptv.gq
|
download-wallpaper.net
|
||||||
drhomes.biz
|
doyouknowtheword-flummox.ml
|
||||||
dyshagi.ru
|
drillsaw.ru
|
||||||
e-commerce-seo.com
|
drpornogratisx.xxx
|
||||||
electrik-avenue.com
|
dustyorate.com
|
||||||
electronicadirect.com
|
dvrlists.com
|
||||||
elektronischezigarettekaufen1.myblog.de
|
easyukraine.com
|
||||||
enginebay.ru
|
elektronischezigarette2.mex.tl
|
||||||
englishdictionaryfree.com
|
el-nation.com
|
||||||
eshop.md
|
espaceinventoristes.com
|
||||||
eugenevaultstorage.com
|
estibot.com
|
||||||
evogarage.com
|
euromasterclass.ru
|
||||||
executehosting.com
|
evaashop.ru
|
||||||
extremepornos.net
|
extlinks.com
|
||||||
ezb.elvenmachine.com
|
eyelike.com.ua
|
||||||
f07.de
|
eyes-on-you.ga
|
||||||
f1nder.org
|
ezigarettenshop2.postbit.com
|
||||||
facecup.top
|
ezigaretteshop.webs.com
|
||||||
fickkontakte.org
|
f0815.de
|
||||||
figuringmoneyout.com
|
falllow.gq
|
||||||
finejewelryshop.ru
|
family1st.ca
|
||||||
firstdrugmall.ru
|
fandlr.com
|
||||||
fivedwld.cf
|
fatmaelgarny.com
|
||||||
footbalive.org
|
fealq.com
|
||||||
fortunejack.com
|
fermersovet.ru
|
||||||
forum-engineering.ru
|
fickkontaktehobbyhuren.com
|
||||||
foxjuegos.com
|
filesmonster.porn
|
||||||
free-deals.faith
|
flashahead.info
|
||||||
freenom.link
|
f-loaded.de
|
||||||
freeuploader.ml
|
foodcrafts.website
|
||||||
fr.netlog.com
|
forexunion.net
|
||||||
front.ru
|
forms-mtm.ru
|
||||||
fsakhalin.ru
|
forsex.info
|
||||||
fuck-paid-share-buttons.xyz
|
forums.toucharcade.com
|
||||||
|
foto-sisek.porngalleries.top
|
||||||
|
foxweber.com
|
||||||
|
freewareseek.com
|
||||||
|
freza-sverlo.ru
|
||||||
|
fuckmill.com
|
||||||
|
funcrushgames.com
|
||||||
|
funnel.co.za
|
||||||
fxgallery.com
|
fxgallery.com
|
||||||
gamevalue7.weebly.com
|
gamerextra.com
|
||||||
geile-lelly.eu
|
gamingspark.com
|
||||||
getoutofdebtfree.org
|
generalporn.org
|
||||||
gettpromos.com
|
getaclueamerica.com
|
||||||
girlsatgames.ru
|
getdot.ru
|
||||||
glall.ru
|
getprismatic.com
|
||||||
glass-msk.ru
|
get-your-social-buttons.info
|
||||||
globalsurfari.com
|
gidonline.one
|
||||||
good-mummy.ru
|
gk-atlant.info
|
||||||
googlepositions.com
|
go2album.com
|
||||||
goosefishpost.bid
|
go2jump.org
|
||||||
gosreg.amchs.ru
|
goatse.ru
|
||||||
|
goodhousekeeping.com
|
||||||
|
gotwebsite1.com
|
||||||
grand-chlen.ru
|
grand-chlen.ru
|
||||||
greendream.com.ua
|
gungamesz.com
|
||||||
greenzaim.ru
|
gymi.name
|
||||||
gsmlab.pl
|
h2monline.com
|
||||||
gtopstats.com
|
hamacapty.com
|
||||||
handicapvansarea.com
|
handicapbathtubarea.com
|
||||||
hatedriveapart.com
|
handsandlegs.ru
|
||||||
heartofbeijing.blogspot.com
|
hard-porn.mobi
|
||||||
helvetia.com.ua
|
hermesbelts.xyz
|
||||||
hesteel.pl
|
high-speed1.net
|
||||||
hiwibyh.bugs3.com
|
hildinghr.se
|
||||||
hobild.net
|
hjaoopoa.top
|
||||||
homegardenlova.com
|
homedo.fabpage.com
|
||||||
hoporno.com
|
hotgirlhdwallpaper.com
|
||||||
hosting-tracker.com
|
housekuba.org
|
||||||
host-tracker.com
|
howmuchdoestizanidinecost.blogspot.com
|
||||||
hotdl.in
|
ibmdatamanagement.co
|
||||||
hotenergy.ru
|
ikritikimou.gr
|
||||||
hoterika.com
|
iloveitaly.ru
|
||||||
howtoclean.club
|
imagine-ex.co
|
||||||
howtowhitenteethfast.xyz
|
imgarcade.com
|
||||||
hustoon.over-blog.com
|
imperiafilm.ru
|
||||||
ilovevitaly.ru
|
inbabes.sexushost.com
|
||||||
immigrational.info
|
infostatsvc.com
|
||||||
impisr.edunsk.ru
|
innodgfdriverhm.aircus.com
|
||||||
incep.imagine-ex.co
|
insider.pro
|
||||||
inmate-locator.us
|
insomniagamingfestival.com
|
||||||
insurple.com
|
insta-add.pro
|
||||||
interfucks.net
|
ipchicken.com
|
||||||
iplusbit.blogspot.co.za
|
istripper.com
|
||||||
ipornox.xxx
|
itch.io
|
||||||
iqoption-bin.com
|
jasonpartington.com
|
||||||
iscblog.info
|
javatex.co.id
|
||||||
isoveti.ru
|
jav-fetish.site
|
||||||
ix20.ru
|
jobgirl24.ru
|
||||||
|
job.icivil.ir
|
||||||
joingames.org
|
joingames.org
|
||||||
journeydownthescale.info
|
keenoutlet.online
|
||||||
jus0wil.pp.ua
|
|
||||||
kazka.ru
|
|
||||||
kchaxton.com
|
|
||||||
kemerovo.zrus.org
|
kemerovo.zrus.org
|
||||||
kerei.ru
|
keywordsuggest.org
|
||||||
keywordsdoctor.com
|
kidskunst.info
|
||||||
kinoduh.ru
|
kinky-fetishes.com
|
||||||
kino-filmi.com
|
kinohit1.ru
|
||||||
kino-fun.ru
|
kinostorm.net
|
||||||
kinomaniatv.pl
|
kinozapas.com
|
||||||
kit-opt.ru
|
kirov.zrus.org
|
||||||
knogg.net
|
kiskinhouse.com
|
||||||
kollesa.ru
|
kladrus.ru
|
||||||
komp-pomosch.ru
|
komp-pomosch.ru
|
||||||
kongruan.com
|
kotaku.com
|
||||||
konkursowo-24.pl
|
kupiproday.com.ua
|
||||||
kupit-adenu.ru
|
kw21.org
|
||||||
lampokrat.ws
|
labafydjxa.su
|
||||||
landinez.co
|
labvis.host.sk
|
||||||
landscaping.center
|
lakomka.com.ua
|
||||||
lankarns.com
|
languagecode.com
|
||||||
larger.io
|
larutti.ru
|
||||||
larose.jb2c.me
|
leboard.ru
|
||||||
letmacworkfaster.site
|
libertybilisim.com
|
||||||
letsrepair.in
|
lida-ru.com
|
||||||
liffa.ru
|
likesuccess.com
|
||||||
linkwithin.com
|
lincolntheatre.com
|
||||||
liveinternet.ru
|
lineavabit.it
|
||||||
livejasmin.com
|
linkredirect.biz
|
||||||
loadingpages.me
|
lion.misba.us
|
||||||
locatellicorretor.com.br
|
lion.snapmap.us
|
||||||
long-beach-air-conditioning.com
|
littlesexdolls.com
|
||||||
louboutinreplica.xyz
|
liveshoppersmac.com
|
||||||
ltvperf.com
|
ljusihus.se
|
||||||
lyngdalhudterapi.no
|
llastbuy.ru
|
||||||
mackeeper-center.club
|
locksmith.jp
|
||||||
macresource.co.uk
|
lumb.co
|
||||||
madot.onlinewebshop.net
|
machicon-akihabara.info
|
||||||
magicplayer-s.acestream.net
|
macnewtech.com
|
||||||
make-money-online.com
|
magda-gadalka.ru
|
||||||
makemoneyonline.com
|
magicalfind-a.akamaihd.net
|
||||||
mamasuper.prom.ua
|
mamasuper.prom.ua
|
||||||
mansiondelrio.co
|
marmitaco.cat
|
||||||
marcogrup.com
|
max-p.men
|
||||||
maslenka.kz
|
maxxtor.eu
|
||||||
maximilitary.ru
|
medanestesia.ru
|
||||||
mcnamaratech.com
|
medtherapy.ru
|
||||||
mebel-ekb.com
|
|
||||||
mebel-vstroika.ru
|
|
||||||
mediafresh.online
|
|
||||||
medicines-choice.com
|
|
||||||
medispainstitute.com.au
|
|
||||||
mega-bony2017.pl
|
mega-bony2017.pl
|
||||||
menstennisforums.com
|
megaindex.ru
|
||||||
mexicosleevegastrectomy.com
|
middlerush-a.akamaihd.net
|
||||||
mirtorrent.net
|
milblueprint.com
|
||||||
misandesign.se
|
militarysale.pro
|
||||||
mncrftpcs.com
|
miniads.ca
|
||||||
mobile-appster.ru
|
minneapoliscopiers.com
|
||||||
mobioffertrck.com
|
mirobuvi.com.ua
|
||||||
moesexy.com
|
missclub.info
|
||||||
monsterdivx.com
|
mobilemedia.md
|
||||||
|
mobstarr.com
|
||||||
|
mojaocena.com
|
||||||
|
moneyzzz.ru
|
||||||
|
monitorwebsitespeed.com
|
||||||
morefastermac.trade
|
morefastermac.trade
|
||||||
more-letom.ru
|
mostantikor.ru
|
||||||
moviemail-online.co.uk
|
most-kerch.org
|
||||||
muizre.ru
|
mulberryoutletonlineeu.com
|
||||||
multgo.ru
|
musezone.su
|
||||||
musicktab.com
|
mydoctorok.ru
|
||||||
muznachas-service.ru
|
myindospace.com
|
||||||
myblogregistercm.tk
|
mypets.by
|
||||||
naj-filmy24.pl
|
myxdate.info
|
||||||
nakozhe.com
|
myyour.eu
|
||||||
nate.com
|
nagdak.ru
|
||||||
neks.info
|
nailsimg.com
|
||||||
new-post.tk
|
negral.pluto.ro
|
||||||
nfljerseyscheapbiz.us
|
nero-us.com
|
||||||
nikhilbahl.com
|
netcheckcdn.xyz
|
||||||
obnal.org
|
net-radar.com
|
||||||
offer.camp
|
news-readers.ru
|
||||||
ohmyrings.com
|
nhl09.ru
|
||||||
okel.co
|
nhl17coinsforps3.gratisblog.biz
|
||||||
ok-ua.info
|
niki-mlt.ru
|
||||||
|
norththeface.store
|
||||||
|
noumeda.com
|
||||||
|
novatech.vn
|
||||||
|
nyfinance.ml
|
||||||
|
obiavo.uz
|
||||||
|
offtopic.biz
|
||||||
onescreen.cc
|
onescreen.cc
|
||||||
online.ktc45.ru
|
onko-24.com
|
||||||
ontargetseo.us
|
osoznanie-narkotikam.net
|
||||||
openmediasoft.com
|
|
||||||
optibuymac.com
|
|
||||||
optitrade24.com
|
|
||||||
orion-code-access.net
|
|
||||||
ostrovtaxi.ru
|
|
||||||
ourville.info
|
ourville.info
|
||||||
ovirus.ru
|
outpersonals.com
|
||||||
owathemes.com
|
pacificair.com
|
||||||
oxford-book.com.ua
|
|
||||||
paclitor.com
|
|
||||||
painting-planet.com
|
painting-planet.com
|
||||||
palvira.com.ua
|
paintingplanet.ru
|
||||||
panamaforbeginners.com
|
panchro.xyz
|
||||||
parajumpersstore.online
|
parlament.biz
|
||||||
par-fallen.ga
|
pathwhelp.org
|
||||||
partner-cdn.men
|
pc-test.net
|
||||||
partnersafe.men
|
pechikamini.ru
|
||||||
partybunny.ru
|
pelfind.me
|
||||||
p-business.ru
|
perl.dp.ua
|
||||||
petsblogroll.com
|
perm-profnastil.ru
|
||||||
picsearch.com
|
petrovka-online.com
|
||||||
piratecams.com
|
picsforkeywordsuggestion.com
|
||||||
piski.top
|
picturesify.com
|
||||||
pochtovyi-index.ru
|
pila.pl
|
||||||
pod-muzyku.club
|
piuminiita.com
|
||||||
pokemon-go-play.online
|
pixelrz.com
|
||||||
popmarker.com
|
playmsn.com
|
||||||
popup-fdm.xyz
|
playtap.us
|
||||||
popup.matchmaker.com
|
ploenjitmedia.azurewebsites.net
|
||||||
pornoblood.com
|
poisk-zakona.ru
|
||||||
pornofeuer.com
|
poptool.net
|
||||||
pornstartits.xblog.in
|
poquoson.org
|
||||||
porn-w.org
|
porno-play.net
|
||||||
princeadvantagesales.com
|
pornosexrolik.com
|
||||||
privatamateure.com
|
pornowarp.info
|
||||||
professionaldieselcare.com
|
pornpost.in
|
||||||
profit-opportunity.com
|
portal-eu.ru
|
||||||
prostitutki-tolyatti.org
|
portside.cc
|
||||||
pushdata.sendpulse.com
|
portside.xyz
|
||||||
q-moto.ru
|
preg.marketingvici.com
|
||||||
questionmarque.ch
|
pregnant.guru
|
||||||
randki-sex.com
|
printie.com
|
||||||
razorweb-a.akamaihd.net
|
producm.ru
|
||||||
realting-moscow.ru
|
prombudpostach.com.ua
|
||||||
rebelmouse.com
|
puteshestvennik.com
|
||||||
redbottomheels.xyz
|
qor360.com
|
||||||
reeyanaturopathy.com
|
qwertty.net
|
||||||
registry-clean-up.net
|
radiogambling.com
|
||||||
remont-ustanovka-tehniki.ru
|
ranksays.com
|
||||||
rentehno.ru
|
ranksonic.com
|
||||||
revistaindustria.com
|
realitykings.com
|
||||||
rfd-split.hr
|
recinziireale.com
|
||||||
ribieiendom.no
|
redirect.trafficreceiver.club
|
||||||
|
redirlock.com
|
||||||
|
rennlist.com
|
||||||
|
rewardpoll.com
|
||||||
|
rff-cfal.info
|
||||||
|
rialp.getenjoyment.net
|
||||||
richinvestmonitor.com
|
richinvestmonitor.com
|
||||||
ringporno.com
|
riders.ro
|
||||||
|
rique.host.sk
|
||||||
|
robertefuller.com
|
||||||
rockingclicks.com
|
rockingclicks.com
|
||||||
ruspdd.com
|
rockma.se
|
||||||
russian-postindex.ru
|
rostov.xrus.org
|
||||||
s1z.ru
|
royal-betting.net
|
||||||
sabaapress.com
|
ru-dety.ru
|
||||||
saecsa.co
|
rukino.org
|
||||||
samara.rosfirm.ru
|
runtnc.net
|
||||||
sa-rewards.co.za
|
rusenvironmental.net
|
||||||
savememoney.co.za
|
russia-today-video.ru
|
||||||
scanmarine.info
|
russintv.fr
|
||||||
scanner-viktor.top
|
rybalka-opt.ru
|
||||||
scansafe.net
|
saddiechoua.com
|
||||||
scenicmissouri.us
|
scanner-alex.top
|
||||||
searchinterneat-a.akamaihd.net
|
scanner-elena.top
|
||||||
search.pch.com
|
sdelai-prosto.ru
|
||||||
seokicks.de
|
seansonline24.pl
|
||||||
seo-prof1.xyz
|
searchkut.com
|
||||||
seorankinglinks.xyz
|
seccioncontrabajo.com
|
||||||
servisural.ru
|
seeresultshub-a.akamaihd.net
|
||||||
serw.clicksor.com
|
sei80.com
|
||||||
sexphoto.site
|
seinterface.com
|
||||||
sexpornotales.com
|
servicecenter.co.ua
|
||||||
sexpornotales.net
|
serviporno.com
|
||||||
sexreliz.com
|
sexcamamateurchat.com
|
||||||
sexystrippe.info
|
sexyali.com
|
||||||
sex-znakomstva.online
|
sharebutton.to
|
||||||
shivafurnishings.com
|
shohanb.com
|
||||||
shop-electron.ru
|
shopvilleroyboch.com.ua
|
||||||
silvermature.net
|
sibvitr.ru
|
||||||
simple-share-buttons.com
|
sicfor.bcu.cc
|
||||||
site3.free-share-buttons.com
|
sientalyric.co
|
||||||
siteexpress.co.il
|
sildenafilcitratemed.com
|
||||||
sk.golden-praga.ru
|
sim-service.net
|
||||||
sky-mine.ru
|
sitechecker.pro
|
||||||
skypasss.com
|
siteimprove.com
|
||||||
slavkokacunko.de
|
sitevaluation.com
|
||||||
slimcdn.com
|
sizeplus.work
|
||||||
small-game.com
|
skytraf.xyz
|
||||||
smokewithrabbits.com
|
slavic-magic.ru
|
||||||
smsactivator.ru
|
sluganarodu.ru
|
||||||
snjack.info
|
slutloadlive.com
|
||||||
snyatie-lomki-v-stacionare.ru
|
snomer1.ru
|
||||||
soblaznu.net
|
|
||||||
social-buttons.com
|
social-buttons.com
|
||||||
social-fun.ru
|
social-s-ggg.xyz
|
||||||
softtor.com
|
softomix.com
|
||||||
sortthemesitesby.com
|
solicita.info
|
||||||
spasswelt.xyz
|
spasswelt.net
|
||||||
speechfoodie.com
|
spbchampionat.ru
|
||||||
sports-supplements.us
|
specialfinanceoffers.com
|
||||||
squidoo.com
|
sstroy44.ru
|
||||||
stanthonyscatholicchurch.org
|
stackthatbucks.com
|
||||||
stats-collector.org
|
stard.shop
|
||||||
steebook.com
|
staynplay.net
|
||||||
svetodiodoff.ru
|
sterva.cc
|
||||||
swinginwithme.ru
|
stopnarco.ru
|
||||||
taihouse.ru
|
strag-invest.ru
|
||||||
tattoo33.ru
|
superiends.org
|
||||||
tds-advert002.info
|
superlist.biz
|
||||||
tecspb.ru
|
superstats.com
|
||||||
tedxrj.com
|
takethatad.com
|
||||||
template-kid.com
|
teenbbw.yopoint.in
|
||||||
testingads.pro
|
terraclicks.com
|
||||||
thecounter.com
|
thecoolimages.net
|
||||||
theendivechronicles.com
|
thecoral.com.br
|
||||||
thefarmergame.com
|
thegalerie.eu
|
||||||
thenews-today.info
|
titelhelden.eu
|
||||||
theprofitsmaker.net
|
tizanidine4mgprice.blogspot.com
|
||||||
thetardistimes.ovh
|
tizanidinedosage.blogspot.com
|
||||||
thetattoohut.com
|
tizanidinedruginteractions.blogspot.com
|
||||||
thruport.com
|
tizanidineingredients.blogspot.com
|
||||||
ticketsys.inetwd.com
|
tizanidineorflexeril.blogspot.com
|
||||||
titslove.yopoint.in
|
tizanidinesideeffects.blogspot.com
|
||||||
tizanidinepain.blogspot.com
|
tonerbox.kz
|
||||||
tizanidinewithdrawal.blogspot.com
|
torrents.cd
|
||||||
todohr.com
|
totu.info
|
||||||
token-lab.org
|
totu.us
|
||||||
tongkatmadura.info
|
trackzapper.com
|
||||||
toolsky.com
|
traderzplanet.in
|
||||||
top10-way.com
|
traffic2cash.org
|
||||||
topbestgames.com
|
trafficfactory.biz
|
||||||
toproadrunner5.info
|
trumpetedextremes.com
|
||||||
touchmods.fr
|
turbodsp.com
|
||||||
trafficmonetize.org
|
twincitiescarservice.com
|
||||||
trafficmp.com
|
u-cheats.ru
|
||||||
trafficstars.com
|
ucoz.ru
|
||||||
trahvid.com
|
ukkala.xyz
|
||||||
traxdom.ru
|
ultimatesetnewfreeallsoftupgradesystems.pw
|
||||||
truck-rece.life
|
upstore.me
|
||||||
tt-ipd.info
|
urengoy.pro
|
||||||
turkeyreport.tk
|
url2image.com
|
||||||
typer.one
|
usdx.us
|
||||||
typimga.pw
|
ustion.ru
|
||||||
tzritel.tk
|
valkiria-tk.ru
|
||||||
uggbootsoutletsale.us
|
vedomstvo.net
|
||||||
usacasino.com
|
velen.io
|
||||||
usiad.net
|
vertaform.com
|
||||||
uzungil.com
|
video-camer.com
|
||||||
vadimkravtcov.ru
|
videochat.world
|
||||||
vgoloveboli.net
|
video-hollywood.ru
|
||||||
via-energy-acquistare.com
|
video-production.com
|
||||||
videochat.mx
|
videos-for-your-business.com
|
||||||
vipms.ru
|
videotuber.ru
|
||||||
vkonche.com
|
vigrx-original.ru
|
||||||
vkontarkte.com
|
villacoloniale.com
|
||||||
vltai.com
|
visa-china.ru
|
||||||
voluumtrk.com
|
viteonlusarezzo.it
|
||||||
vseigru.one
|
vsdshnik.com
|
||||||
vut.com.ru
|
vse-pesni.com
|
||||||
vzlom-na-zakaz.com
|
vzlom-na-zakaz.com
|
||||||
vzubah.com
|
warezkeeper.com
|
||||||
webkeyit.com
|
webradiology.ru
|
||||||
webnode.me
|
website-audit.com.ua
|
||||||
wedding0venues.tk
|
websiteexplorer.info
|
||||||
westen-v.life
|
websites-reviews.com
|
||||||
wetgames.ru
|
welck.octopis.com
|
||||||
wheelchairliftsarea.com
|
wesharepics.site
|
||||||
whereiskentoday.com
|
whosonmyserver.com
|
||||||
|
wildcattube.com
|
||||||
w-journal.ru
|
w-journal.ru
|
||||||
womens-journal.net
|
woman-orgasm.ru
|
||||||
wordpresscore.com
|
workle.website
|
||||||
word-vorlagen.net
|
worldlovers.ru
|
||||||
wttavern.com
|
wsgames.ru
|
||||||
ww2awards.info
|
www.bookmaker-bets.com
|
||||||
www.solartek.ru
|
www.wohnkabinen-shop.de
|
||||||
wyniki-lista.pl
|
xn----7sbaphztdjeboffeiof6c.xn--p1ai
|
||||||
x-diesel.com
|
xn--80ajjbdhgmudixfjc8c5a9df8b.xn--p1ai
|
||||||
x-diesel.org
|
xn--80ak6aa92e.com
|
||||||
xedserver.com
|
xn----9sbebi2bvzr7h.xn--p1ai
|
||||||
x-musics.com
|
xportvusbdriver8i.snack.ws
|
||||||
xn--1-8sbcpb0bdm8k6a.xn--p1ai
|
xxxasianporn.net
|
||||||
xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai
|
xxx-cam.webcam
|
||||||
xn----btbdvdh4aafrfciljm6k.xn--p1ai
|
|
||||||
xn----dtbndd4ae7eub.top
|
|
||||||
xnxxandxvideos.com
|
|
||||||
xsfetish.org
|
|
||||||
xxart.ru
|
|
||||||
xxxkaz.org
|
xxxkaz.org
|
||||||
yebocasino.com
|
yellocloud.be
|
||||||
yhit.press
|
yginekologa.com
|
||||||
yougetsignal.com
|
yogamatsexpert.com
|
||||||
youresponsive.com
|
yoopsie.com
|
||||||
yourserverisdown.com
|
yourtemplatefinder.com
|
||||||
yousense.info
|
zaidia.xhost.ro
|
||||||
youtube-downloader.savetubevideo.com
|
zapatosenventa.info
|
||||||
zero1.it
|
zarepta.com
|
||||||
zeroredirect2.com
|
zeroredirect2.com
|
||||||
zmoda.hostreo.com
|
zixizop.net.ru
|
||||||
zoogdinsney.com
|
znaturaloriginal.com
|
||||||
zoogdisany.com
|
|
||||||
zryydi.com
|
|
||||||
zverokruh-shop.cz
|
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
123cha.com
|
1008.su
|
||||||
1flag.co.za
|
91abcw.com
|
||||||
2ads.co.uk
|
98oi.ru
|
||||||
7minuteworkout.com
|
|
||||||
7ooo.ru
|
|
||||||
7yue.org
|
|
||||||
8jn.dating-app.ru
|
|
||||||
a1security.com.ua
|
a1security.com.ua
|
||||||
acads.net
|
aa9d046aab36af4ff182f097f840430d51.com
|
||||||
add-add.men
|
afmuseum.com
|
||||||
adsland.men
|
akita.kz
|
||||||
adultgalls.com
|
allcredits.su
|
||||||
advokateg.ru
|
aludecor.info
|
||||||
alive-ua.com
|
anonymous-redirect.com
|
||||||
all4invest.ru
|
aosheng-tech.com
|
||||||
amigobulls.com
|
apiitsthirteende-a.akamaihd.net
|
||||||
asrv-a.akamaihd.net
|
apple.com-cleaner.systems
|
||||||
atmovs.com
|
arabgirls.adultgalls.com
|
||||||
atout-energie-69.com
|
arcteryxstore.online
|
||||||
avtocredit-legko.ru
|
arendovalka.xyz
|
||||||
backgroundpictures.net
|
arius.tech
|
||||||
balkanfarma.org
|
arkartex.ru
|
||||||
|
arkkivoltti.net
|
||||||
|
audiofree.ru
|
||||||
|
automatic-seo.com
|
||||||
|
auto-moto-elektronika.cz
|
||||||
|
awaybird.ru
|
||||||
|
awency.com
|
||||||
|
ayodhya.co
|
||||||
|
azazu.ru
|
||||||
|
b2b-lounge.com
|
||||||
|
balitouroffice.com
|
||||||
|
balois.worldbreak.com
|
||||||
|
bangla-chat-uk-paralud.ga
|
||||||
bdsmgalls.net
|
bdsmgalls.net
|
||||||
bedandbreakfast.com
|
best-way.men
|
||||||
bestdooz.com
|
bezcmexa.ru
|
||||||
bestfortraders.com
|
binomo.com
|
||||||
beztuberkuleza.ru
|
binomo.kz
|
||||||
bimatoprost-careprost.com.ua
|
|
||||||
bingo8888.com
|
|
||||||
blagovest-med.ru
|
blagovest-med.ru
|
||||||
bum.com.ru
|
blog-hits.com
|
||||||
buqyxa.rincian.info
|
bluesman.nu
|
||||||
burkesales.com
|
bmwhighperformers.com
|
||||||
businesn.men
|
boole.onlinewebshop.net
|
||||||
cand.jp
|
btc4u.ru
|
||||||
canyougethighofftizanidine.blogspot.com
|
buyclomidonlaine.com
|
||||||
cartierlovebracelet.xyz
|
buyk.host.sk
|
||||||
caulderwoodkennels.com
|
camdolls.com
|
||||||
cdnnetwok.xyz
|
canacopegdl.com
|
||||||
celebsopics.com
|
candcstuccoandstone.com
|
||||||
children-learningreading.info
|
canoncdriverq3.pen.io
|
||||||
comissionka.net
|
cardsharp1.ru
|
||||||
coolgramgoods.com
|
cheapmoncler.win
|
||||||
counterbot.com
|
cheapmoncler.xyz
|
||||||
dailystrength.org
|
checkhit.com
|
||||||
|
clickbank.net
|
||||||
|
club-musics.ru
|
||||||
|
compliance-barak.top
|
||||||
|
creatives.adbetclickin.pink
|
||||||
|
credit.co.ua
|
||||||
|
customsua.com.ua
|
||||||
|
damedingel.ya.ru
|
||||||
|
dating-time-now.com
|
||||||
deluxedumps.com
|
deluxedumps.com
|
||||||
demenageur.com
|
dignitasdata.se
|
||||||
descargar-musica-gratis.net
|
dkvorota.ru
|
||||||
dieta-personalna.pl
|
docstoc.com
|
||||||
digilander.libero.it
|
doeco.ru
|
||||||
divku.ru
|
doktoronline.no
|
||||||
dojki365.online
|
dominterior.org
|
||||||
domashneeruporno.com
|
driving.kiev.ua
|
||||||
domoysshop.ru
|
earncash.com.ua
|
||||||
dorratex.tn
|
e-biznes.info
|
||||||
electronicadirect.com
|
editmedios.com
|
||||||
elitesportsadvisor.com
|
elektrozigaretten1.tumblr.com
|
||||||
elstal.com.pl
|
elmacho.xyz
|
||||||
enskedesquashclub.se
|
emediate.eu
|
||||||
e-poker-2005.com
|
e-poker-2005.com
|
||||||
eropornosex.ru
|
essayassist.com
|
||||||
erotiktreff24.info
|
extremal-blog.com
|
||||||
eurosamodelki.ru
|
eyes-on-you.ga
|
||||||
event-tracking.com
|
ezigarettekaufen2.yolasite.com
|
||||||
expertblog.info
|
farmprofi.net
|
||||||
f0815.de
|
filesmonster.porn
|
||||||
f5mtrack.com
|
filmgo.ru
|
||||||
famix.xyz
|
fitnesspiks.com
|
||||||
fashionavenuegame.com
|
flashahead.info
|
||||||
fickblock18.com
|
forums.d2jsp.org
|
||||||
fickenprivat.info
|
foxweber.com
|
||||||
fickkontakte.org
|
freetangodownload.com
|
||||||
filmidivx.com
|
gallery.rennlist.com
|
||||||
fitness-video.net
|
gaygalls.net
|
||||||
flauntyoursite.com
|
getridofstretchmarks.org
|
||||||
f-loaded.de
|
gilbertbanda.net
|
||||||
fodelsedagspresenter.nu
|
girlsatgames.ru
|
||||||
forpostlock.ru
|
gktt.ru
|
||||||
fortevidyoze.net
|
golden-praga.ru
|
||||||
frbizlist.com
|
goodhousekeeping.com
|
||||||
fuck-paid-share-buttons.xyz
|
googst2.ru
|
||||||
gabeshop.ru
|
gsmlab.pl
|
||||||
gdcentre.ru
|
guiadeserraazul.com
|
||||||
generousdeal-a.akamaihd.net
|
h2monline.com
|
||||||
germes-trans.com
|
handicapbathtubarea.com
|
||||||
go2jump.org
|
hasshe.com
|
||||||
good-mummy.ru
|
hcate.com
|
||||||
graphics8.info
|
hdimagelib.com
|
||||||
guge.io
|
helicalpile.us
|
||||||
guod.me
|
hidefiles.org
|
||||||
harmonyglen.us
|
homemature.net
|
||||||
hd-film.pl
|
hoste.octopis.com
|
||||||
hdpixent.com
|
host-tracker.com
|
||||||
hdwalls.xyz
|
hotenergy.ru
|
||||||
heliko.no
|
hoverboardforsaledirect.com
|
||||||
historichometeam.com
|
hubbble.com
|
||||||
hobbyhuren-datenbank.com
|
ibb.com.ua
|
||||||
hreade.com
|
iccornacircri.cf
|
||||||
hspline.com
|
imagui.eu
|
||||||
hundejo.com
|
imguramx.pw
|
||||||
husky-shop.cz
|
img.wallpaperstock.net
|
||||||
ie.57883.net
|
invest-pamm.ru
|
||||||
ilovevitaly.xyz
|
ip-guide.com
|
||||||
infobabki.ru
|
jagg.info
|
||||||
innodgfdriverhm.aircus.com
|
jetsli.de
|
||||||
innoslicon.com
|
jimmychoosale.online
|
||||||
invitefashion.com
|
kraljeva-sutjeska.com
|
||||||
iphantom.com
|
kreativperlen.ch
|
||||||
istanbulit.com
|
lasvegaslockandsafe.com
|
||||||
iusstf.org
|
law-check-eight.xyz
|
||||||
ivoiretechnocom.ci
|
letmacworkfaster.site
|
||||||
jerseywholesalebizchina.com
|
letsart.ru
|
||||||
jjbabskoe.ru
|
linkpulse.com
|
||||||
junglenet-a.akamaihd.net
|
locustdesign.co
|
||||||
kakadu-interior.com.ua
|
macfix.life
|
||||||
katjimej.blog.fc2.com
|
mackeeper-land-672695126.us-east-1.elb.amazonaws.com
|
||||||
kino2018.cc
|
magicplayer-s.acestream.net
|
||||||
konkursov.net
|
maglid.ru
|
||||||
konturkrasoty.ru
|
|
||||||
koptims.tiu.ru
|
|
||||||
laxob.com
|
|
||||||
li-er.ru
|
|
||||||
lookingglassemb.com
|
|
||||||
losangeles-ads.com
|
|
||||||
lyngdalhudterapi.no
|
|
||||||
magnetic-bracelets.ru
|
magnetic-bracelets.ru
|
||||||
manualterap.roleforum.ru
|
makis.nu
|
||||||
matrixalchemy.com
|
marmotstore.online
|
||||||
max-eclat.men
|
massage-info.nl
|
||||||
mbiologi.ru
|
masthopehomes.com
|
||||||
medicovi.com
|
mega-polis.biz.ua
|
||||||
medosmotr-ufa.ru
|
m-google.xyz
|
||||||
meetlocalchicks.com
|
mindeyegames.com
|
||||||
metalonly.info
|
moviemail-online.co.uk
|
||||||
middlerush-a.akamaihd.net
|
mrcsa.com.au
|
||||||
mobile.ok.ru
|
mydownloadengine.com
|
||||||
moivestiy.biz
|
mypets.by
|
||||||
monarchfind-a.akamaihd.net
|
nacap.ru
|
||||||
monsterdivx.tv
|
naval.jislaaik.com
|
||||||
mowser.com
|
news-speaker.com
|
||||||
mozello.ru
|
newtechspb.ru
|
||||||
mydearest.co
|
nippon-bearings.ru
|
||||||
mydirtystuff.com
|
offf.info
|
||||||
mygameplus.com
|
okuos.com
|
||||||
myshopmatemac.com
|
openfrost.net
|
||||||
naturalshair.site
|
oynat.info
|
||||||
notasprensa.info
|
partnerline.men
|
||||||
novosti-hi-tech.ru
|
pearlisland.ru
|
||||||
nw-servis.ru
|
pekori.to
|
||||||
o333o.com
|
pensplan.com
|
||||||
okmusic.jp
|
photostudiolightings.com
|
||||||
o.light.d0t.ru
|
pillscheap24h.com
|
||||||
optitrade24.com
|
pio.polytopesexempt.com
|
||||||
paperwritingservice17.blogspot.ru
|
pixelrz.com
|
||||||
picquery.com
|
|
||||||
piski.top
|
|
||||||
pixshark.com
|
pixshark.com
|
||||||
pokerniydom.ru
|
popads.net
|
||||||
porndl.org
|
popugaychiki.com
|
||||||
pornoklad.ru
|
pornogad.com
|
||||||
|
pornokajf.com
|
||||||
|
pornophoto.xyz
|
||||||
|
pornosmola.info
|
||||||
|
pornzone.tv
|
||||||
porto.abuilder.net
|
porto.abuilder.net
|
||||||
presleycollectibles.com
|
printie.com
|
||||||
printingpeach.com
|
progonrumarket.ru
|
||||||
privatamateure.com
|
promodj.com
|
||||||
promalp-universal.ru
|
prosmibank.ru
|
||||||
promoheads.com
|
prostitutki-almata.org
|
||||||
pronekut.com
|
prostitutki-belgoroda.org
|
||||||
prpops.com
|
quickloanbank.com
|
||||||
ptr.ruvds.com
|
radiogambling.com
|
||||||
pukaporn.com
|
rainbowice.ru
|
||||||
puzzleweb.ru
|
rarbg.to
|
||||||
rankingchart.de
|
reckonstat.info
|
||||||
ranksonic.org
|
registrysweeper.com
|
||||||
rapidokbrain.com
|
remont-ustanovka-tehniki.ru
|
||||||
raschtextil.com.ua
|
rent2spb.ru
|
||||||
rewardpoll.com
|
resultshub-a.akamaihd.net
|
||||||
royalvegascasino.com
|
reward-survey.net
|
||||||
roznica.com.ua
|
russkoe-zdorovie.ru
|
||||||
rusprostitute.com
|
rus-teh.narod.ru
|
||||||
sadaholding.com
|
scanner-margo.top
|
||||||
samoiedo.it
|
scanner-mark.top
|
||||||
satellite.maps.ilovevitaly.com
|
scenicmissouri.us
|
||||||
scat.porn
|
secret.xn--oogle-wmc.com
|
||||||
search-goo.com
|
sexkontakteao.info
|
||||||
secretscook.ru
|
sibdevice.ru
|
||||||
securesmrt-dt.com
|
sibtest.ru
|
||||||
security60-e.com
|
sitebeam.net
|
||||||
seoexperimenty.ru
|
sizeplus.work
|
||||||
seokicks.de
|
sklad-24.ru
|
||||||
sexflirtbook.com
|
snip.tw
|
||||||
sexfreepornoxxx.com
|
social-s-hhh.xyz
|
||||||
si-unique.com
|
socialsignals24.com
|
||||||
skincrate.net
|
solitaire-game.ru
|
||||||
slimcdn.com
|
space2019.top
|
||||||
smokewithrabbits.com
|
spywarebegone.com
|
||||||
snyatie-lomki-v-stacionare.ru
|
|
||||||
socialbookmarksubmission.org
|
|
||||||
sogimlecal.tk
|
|
||||||
spaceshipad.com
|
|
||||||
startwp.org
|
|
||||||
statistici.ro
|
|
||||||
stoki.ru
|
|
||||||
stromerrealty.com
|
|
||||||
sugarkun.com
|
sugarkun.com
|
||||||
surffoundation.nl
|
superinterstitial.com
|
||||||
tabletkinaodchudzanie.com.pl
|
theallgirlarcade.com
|
||||||
thin.me.pn
|
thesmartsearch.net
|
||||||
titan-ads.life
|
tizanidine4mguses.blogspot.com
|
||||||
todohr.com
|
tizanidinedosage.blogspot.com
|
||||||
trackzapper.com
|
tizanidineformigraines.blogspot.com
|
||||||
trafficstars.com
|
topsiteminecraft.com
|
||||||
traffmonster.info
|
torrentgamer.net
|
||||||
trion.od.ua
|
tpu.ru
|
||||||
trubywriting.com
|
twiclub.in
|
||||||
turkeyreport.tk
|
twittruth.com
|
||||||
turn-up-life.life
|
|
||||||
tversvet.ru
|
|
||||||
twinderbella.com
|
|
||||||
typer.one
|
typer.one
|
||||||
uasb.ru
|
udsgame.online
|
||||||
unimodemhalfduplefw.pen.io
|
ufa.xrus.org
|
||||||
vapeface.club
|
ukrtvory.in.ua
|
||||||
vchulkah.net
|
url-img.link
|
||||||
vellings.info
|
usiad.net
|
||||||
versaut.xxx-cam.webcam
|
valoresito.com
|
||||||
villacoloniale.com
|
varikozdok.ru
|
||||||
vodaodessa.com
|
vavilone.com
|
||||||
vrotike.ru
|
vbtracker.net
|
||||||
vsdshnik.com
|
vertaform.com
|
||||||
warezkeeper.com
|
videochat.ph
|
||||||
watchdogs-2.ru
|
videochaty.ru
|
||||||
weburlopener.com
|
wapsite.me
|
||||||
wholesalejerseyscheapjerseys.us.com
|
watchmyfb.pl
|
||||||
wiosenny-bon-1500.pl
|
webalan.ru
|
||||||
worldis.me
|
website-speed-checker.site
|
||||||
wpthemedetector.co.uk
|
womensterritory.ru
|
||||||
ws.ampower.me
|
works.if.ua
|
||||||
xep.info
|
wrona.it
|
||||||
xn--24-glceagatoq7c2a6ioc.xn--p1ai
|
ww1943.ru
|
||||||
y8games-free.com
|
xingzi-vision.com
|
||||||
yaaknaa.info
|
xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai
|
||||||
youraticles.pl
|
xn--90acenikpebbdd4f6d.xn--p1ai
|
||||||
yubikk.info
|
xn--c1acygb.xn--p1ai
|
||||||
yuweng.info
|
xtrafficplus.com
|
||||||
zatjmuzu.info
|
yellowstonesafaritours.com
|
||||||
zeroredirect10.com
|
yougetsignal.com
|
||||||
zeroredirect7.com
|
zarabotat-na-sajte.ru
|
||||||
zmoda.hostreo.com
|
zeg-distribution.com
|
||||||
znaturaloriginal.com
|
zoogdisany.com
|
||||||
zone-kev717.info
|
zoominfo.com
|
||||||
|
zvezdagedon.ru
|
||||||
|
zx6.ru
|
||||||
|
|
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.2021.02.2269
|
#### Version: V4.2021.02.2270
|
||||||
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2021.02.2269
|
#### Version: V4.2021.02.2270
|
||||||
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
|
|
|
@ -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 even Fake Googlebots 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 even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2021.02.2269
|
#### Version: V4.2021.02.2270
|
||||||
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.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.2021.02.2269
|
#### Version: V4.2021.02.2270
|
||||||
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6930](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [604](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2021.02.2269
|
### Version: V3.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:32 SAST 2021
|
### Updated: Fri Feb 5 11:23:25 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:31 SAST 2021
|
### Updated: Fri Feb 5 11:23:24 SAST 2021
|
||||||
### Bad Referrer Count: 6930
|
### Bad Referrer Count: 6930
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2021.02.2269
|
### Version: V4.2021.02.2270
|
||||||
### Updated: Fri Feb 5 09:56:34 SAST 2021
|
### Updated: Fri Feb 5 11:23:26 SAST 2021
|
||||||
### Bad Bot Count: 604
|
### Bad Bot Count: 604
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue