mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
V4.2019.06.1603 [ci skip]
This commit is contained in:
parent
e0f4c4318c
commit
e9690dc4dd
25 changed files with 1562 additions and 1566 deletions
|
@ -33,4 +33,4 @@
|
||||||
# 111.111.111.111 0;
|
# 111.111.111.111 0;
|
||||||
|
|
||||||
|
|
||||||
35.202.145.110 0;
|
34.68.144.114 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06.1602
|
### Version: V4.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:55 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.09
|
### Version: V4.2019.07
|
||||||
### Updated: 2019-06-25
|
### Updated: 2019-06-24
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -54,20 +54,22 @@
|
||||||
# ---------
|
# ---------
|
||||||
# EXAMPLES:
|
# EXAMPLES:
|
||||||
# ---------
|
# ---------
|
||||||
# "~*(?:\b)adultgalls(?:\b|)" 1;
|
# "~*\badultgalls\b" 1;
|
||||||
# "~*(?:\b)amateurxpass(?:\b|)" 1;
|
# "~*\bamateurxpass\b" 1;
|
||||||
# "~*(?:\b)bigblackbooty(?:\b|)" 1;
|
# "~*\bbigblackbooty\b" 1;
|
||||||
# "~*(?:\b)blacktits(?:\b|)" 1;
|
# "~*\bblacktits\b" 1;
|
||||||
# "~*(?:\b)cookie\-law\-enforcement(?:\b|)" 1;
|
# "~*\bcookie\-law\-enforcement\b" 1;
|
||||||
# "~*(?:\b)free\-share\-buttons(?:\b|)" 1;
|
# "~*\bfree\-share\-buttons\b" 1;
|
||||||
# "~*(?:\b)free\-social\-buttons(?:\b|)" 1;
|
# "~*\bfree\-social\-buttons\b" 1;
|
||||||
# "~*(?:\b)fuck\-paid\-share\-buttons(?:\b|)" 1;
|
# "~*\bfuck\-paid\-share\-buttons\b" 1;
|
||||||
# "~*(?:\b)ilovevitaly(?:\b|)" 1;
|
# "~*\bilovevitaly\b" 1;
|
||||||
# "~*(?:\b)law\-enforcement\-bot(?:\b|)" 1;
|
# "~*\blaw\-enforcement\-bot\b" 1;
|
||||||
# "~*(?:\b)law\-enforcement\-check(?:\b|)" 1;
|
# "~*\blaw\-enforcement\-check\b" 1;
|
||||||
# "~*(?:\b)share\-buttons\-for\-free(?:\b|)" 1;
|
# "~*\bshare\-buttons\-for\-free\b" 1;
|
||||||
# "~*(?:\b)webfuck(?:\b|)" 1;
|
# "~*\bwebfuck\b" 1;
|
||||||
# "~*(?:\b)xxxrus(?:\b|)" 1;
|
# "~*\bxxxrus\b" 1;
|
||||||
# "~*(?:\b)zeroredirect(?:\b|)" 1;
|
# "~*\bzeroredirect\b" 1;
|
||||||
|
|
||||||
|
"~*(?:\b)thisisabadword(?:\b|)" 1;
|
||||||
|
"~*(?:\b)thisisanotherbadword(?:\b|)" 1;
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2018.05
|
### Version: V4.2019.06
|
||||||
### Updated: 2018-08-21
|
### Updated: 2019-06-24
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -47,15 +47,14 @@
|
||||||
# ---------------------
|
# ---------------------
|
||||||
# WHITELISTING EXAMPLES
|
# WHITELISTING EXAMPLES
|
||||||
# ---------------------
|
# ---------------------
|
||||||
# "~*\bsomeverygooduseragentname1\b" 0;
|
# "~*(?:\b)someverygooduseragentname1(?:\b|)" 0;
|
||||||
# "~*\bsomeverygooduseragentname2\b" 0;
|
# "~*(?:\b)someverygooduseragentname2(?:\b|)" 0;
|
||||||
# "~*\bsome\-very\-good\-useragentname2\b" 0;
|
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b|)" 0;
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
# BLACKLISTING EXAMPLES
|
# BLACKLISTING EXAMPLES
|
||||||
# ---------------------
|
# ---------------------
|
||||||
# "~*\bsomeverybaduseragentname1\b" 3;
|
# "~*(?:\b)someverybaduseragentname1(?:\b|)" 3;
|
||||||
# "~*\bsomeverybaduseragentname2\b" 3;
|
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
|
||||||
# "~*\bsome\-very\-bad\-useragentname2\b" 3;
|
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06
|
### Version: V4.2019.05
|
||||||
### Updated: 2019-06-25
|
### Updated: 2019-06-24
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@
|
||||||
# ---------
|
# ---------
|
||||||
# EXAMPLES:
|
# EXAMPLES:
|
||||||
# ---------
|
# ---------
|
||||||
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
|
# "~*\bmyfirstowndomainname\.com\b" 0;
|
||||||
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
|
# "~*\bmy\-second\-owndomainname\.com\b" 0;
|
||||||
|
|
||||||
|
"~*(?:\b)myowndomain\.com(?:\b|)" 0;
|
||||||
|
"~*(?:\b)myotherdomain\.com(?:\b|)" 0;
|
||||||
|
|
||||||
|
|
|
@ -33,4 +33,3 @@
|
||||||
# 111.111.111.111 0;
|
# 111.111.111.111 0;
|
||||||
|
|
||||||
|
|
||||||
35.202.145.110 0;
|
|
||||||
|
|
|
@ -2,16 +2,10 @@
|
||||||
### THE ULTIMATE NGINX BAD BOT BLOCKER
|
### THE ULTIMATE NGINX BAD BOT BLOCKER
|
||||||
### **********************************
|
### **********************************
|
||||||
|
|
||||||
### !!!!!!!!!!!!!
|
|
||||||
### TEST TEMPLATE
|
|
||||||
### THIS VERSION IS USED FOR TESTING ANY POTENTIAL BREAKING CHANGES
|
|
||||||
### !!!!!!!!!!!!!
|
|
||||||
|
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1602
|
### Version: V4.2019.06.1602
|
||||||
### Updated: Tue Jun 25 17:18:56 SAST 2019
|
### Updated: Tue Jun 25 17:18:55 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1602
|
### Version: V3.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:56 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06.1602
|
### Version: V4.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:55 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -1,50 +1,50 @@
|
||||||
AfD-Verbotsverfahren
|
Bigfoot
|
||||||
AllSubmitter
|
|
||||||
BBBike
|
|
||||||
Blow
|
|
||||||
Brandwatch
|
|
||||||
Buddy
|
Buddy
|
||||||
Bullseye
|
BuiltWith
|
||||||
|
BunnySlippers
|
||||||
CATExplorador
|
CATExplorador
|
||||||
CheeseBot
|
CazoodleBot
|
||||||
cognitiveseo
|
CopyRightCheck
|
||||||
crawler4j
|
Cosmos
|
||||||
crawl.sogou.com
|
CSHttp
|
||||||
Custo
|
Curious
|
||||||
EasyDL
|
Devil
|
||||||
EMail Siphon
|
Gotit
|
||||||
EroCrawler
|
GoZilla
|
||||||
evc-batch
|
HaosouSpider
|
||||||
Extreme Picture Finder
|
IndeedBot
|
||||||
HTMLparser
|
InfoTekies
|
||||||
IDBot
|
InterGET
|
||||||
ips-agent
|
Internet Ninja
|
||||||
Jbrofuzz
|
InternetSeer
|
||||||
Jorgee
|
Masscan
|
||||||
Lightspeedsystems
|
Mata Hari
|
||||||
LinkWalker
|
MegaIndex.ru
|
||||||
Nutch
|
Morfeus Fucking Scanner
|
||||||
Octopus
|
Mr.4x3
|
||||||
OnCrawl
|
MS Web Services Client Protocol
|
||||||
OpenLinkProfiler
|
NearSite
|
||||||
Pockey
|
Nibbler
|
||||||
|
Niki-bot
|
||||||
|
Openvas
|
||||||
|
OutfoxBot
|
||||||
|
PageGrabber
|
||||||
|
POE-Component-Client-HTTP
|
||||||
|
PxBroker
|
||||||
QueryN Metasearch
|
QueryN Metasearch
|
||||||
RankingBot2
|
Rankivabot
|
||||||
ReGet
|
RocketCrawler
|
||||||
RepoMonkey
|
SmartDownload
|
||||||
ScreenerBot
|
Sqlmap
|
||||||
SEOkicks
|
Sqlworm
|
||||||
Seomoz
|
SurveyBot
|
||||||
SEOprofiler
|
|
||||||
SiteSucker
|
|
||||||
SMTBot
|
|
||||||
The Intraformant
|
The Intraformant
|
||||||
trendiction.com
|
URLy.Warning
|
||||||
WEBDAV
|
WebAuto
|
||||||
|
WebEnhancer
|
||||||
Web Fuck
|
Web Fuck
|
||||||
Webshag
|
WebZIP
|
||||||
Woobot
|
Whatweb
|
||||||
Wotbox
|
Wprecon
|
||||||
Xaldon WebSpider
|
Zade
|
||||||
Zauba
|
Zitebot
|
||||||
zgrab
|
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404checker
|
Aboundex
|
||||||
80legs
|
Acunetix
|
||||||
Abonti
|
ADmantX
|
||||||
AfD-Verbotsverfahren
|
AhrefsBot
|
||||||
Aipbot
|
AiHitBot
|
||||||
Apexoo
|
AlphaBot
|
||||||
|
ASPSeek
|
||||||
Asterias
|
Asterias
|
||||||
autoemailspider
|
|
||||||
Backlink-Ceck
|
|
||||||
backlink-check
|
|
||||||
BackStreet
|
|
||||||
Badass
|
Badass
|
||||||
Barkrowler
|
|
||||||
BatchFTP
|
BatchFTP
|
||||||
Battleztar Bazinga
|
Battleztar Bazinga
|
||||||
BBBike
|
BBBike
|
||||||
BDFetch
|
BDCbot
|
||||||
Bigfoot
|
|
||||||
Bitacle
|
Bitacle
|
||||||
BLEXBot
|
Blackboard
|
||||||
Boardreader
|
Black Hole
|
||||||
|
BotALot
|
||||||
|
Brandprotect
|
||||||
Buddy
|
Buddy
|
||||||
Bullseye
|
BuiltWith
|
||||||
BuzzSumo
|
Calculon
|
||||||
CazoodleBot
|
CATExplorador
|
||||||
Cegbfeieh
|
Cegbfeieh
|
||||||
CheTeam
|
|
||||||
ChinaClaw
|
ChinaClaw
|
||||||
|
Chlooe
|
||||||
Cliqzbot
|
Cliqzbot
|
||||||
cognitiveseo
|
cognitiveseo
|
||||||
Collector
|
|
||||||
com.plumanalytics
|
com.plumanalytics
|
||||||
|
Copier
|
||||||
|
Copyscape
|
||||||
Craftbot
|
Craftbot
|
||||||
|
crawl.sogou.com
|
||||||
CrazyWebCrawler
|
CrazyWebCrawler
|
||||||
|
Crescent
|
||||||
CrunchBot
|
CrunchBot
|
||||||
CSHttp
|
CSHttp
|
||||||
Curious
|
DataCha0s
|
||||||
DatabaseDriverMysqli
|
|
||||||
demandbase-bot
|
|
||||||
Demon
|
Demon
|
||||||
Devil
|
Devil
|
||||||
DIIbot
|
DIIbot
|
||||||
Discobot
|
Discobot
|
||||||
Dispatch
|
Discoverybot
|
||||||
DSearch
|
DnyzBot
|
||||||
|
DomainSigmaCrawler
|
||||||
|
DomainStatsBot
|
||||||
|
Dotbot
|
||||||
|
Download Wonder
|
||||||
DTS Agent
|
DTS Agent
|
||||||
EasyDL
|
eCatch
|
||||||
EMail Siphon
|
ECCP/1.0
|
||||||
|
Ecxi
|
||||||
|
EirGrabber
|
||||||
EMail Wolf
|
EMail Wolf
|
||||||
EroCrawler
|
EroCrawler
|
||||||
Evil
|
Evil
|
||||||
Exabot
|
|
||||||
Express WebPictures
|
Express WebPictures
|
||||||
|
Extractor
|
||||||
|
Extreme Picture Finder
|
||||||
facebookscraper
|
facebookscraper
|
||||||
|
FDM
|
||||||
FemtosearchBot
|
FemtosearchBot
|
||||||
FHscan
|
Firefox/7.0
|
||||||
FlashGet
|
FlashGet
|
||||||
Flunky
|
Flunky
|
||||||
Foobot
|
Foobot
|
||||||
FrontPage
|
Freeuploader
|
||||||
FyberSpider
|
|
||||||
Fyrebot
|
Fyrebot
|
||||||
Genieo
|
Genieo
|
||||||
GermCrawler
|
|
||||||
Getintent
|
Getintent
|
||||||
|
GetWeb
|
||||||
|
Gigabot
|
||||||
G-i-g-a-b-o-t
|
G-i-g-a-b-o-t
|
||||||
Go-Ahead-Got-It
|
|
||||||
Gotit
|
Gotit
|
||||||
GoZilla
|
GoZilla
|
||||||
Grabber
|
Go!Zilla
|
||||||
|
GrabNet
|
||||||
|
Grafula
|
||||||
GrapeFX
|
GrapeFX
|
||||||
GridBot
|
|
||||||
GT::WWW
|
GT::WWW
|
||||||
Havij
|
Haansoft
|
||||||
HMView
|
HaosouSpider
|
||||||
HTTrack
|
HEADMasterSEO
|
||||||
Iblog
|
Iblog
|
||||||
|
IDBot
|
||||||
Id-search
|
Id-search
|
||||||
Image Sucker
|
Image Sucker
|
||||||
IndeedBot
|
IndeedBot
|
||||||
InfoTekies
|
Indy Library
|
||||||
instabid
|
internetVista monitor
|
||||||
InternetSeer
|
|
||||||
ips-agent
|
ips-agent
|
||||||
JetCar
|
Iria
|
||||||
|
IRLbot
|
||||||
|
JamesBOT
|
||||||
|
Jetty
|
||||||
JikeSpider
|
JikeSpider
|
||||||
JOC Web Spider
|
Jyxobot
|
||||||
Joomla
|
|
||||||
Jorgee
|
|
||||||
JustView
|
|
||||||
Kenjin Spider
|
|
||||||
Keyword Density
|
Keyword Density
|
||||||
Lanshanbot
|
Lftp
|
||||||
LeechFTP
|
Libwhisker
|
||||||
LexiBot
|
|
||||||
Lightspeedsystems
|
Lightspeedsystems
|
||||||
LinkpadBot
|
Linkdexbot
|
||||||
LinkWalker
|
LinkextractorPro
|
||||||
LinqiaMetadataDownloaderBot
|
LinksManager
|
||||||
LinqiaRSSBot
|
LinqiaScrapeBot
|
||||||
Lipperhey
|
|
||||||
Lipperhey Spider
|
Lipperhey Spider
|
||||||
Litemage_walker
|
Litemage_walker
|
||||||
Lmspider
|
Lmspider
|
||||||
|
LNSpiderguy
|
||||||
|
Ltx71
|
||||||
|
lwp-request
|
||||||
|
LWP::Simple
|
||||||
lwp-trivial
|
lwp-trivial
|
||||||
Magnet
|
|
||||||
Mag-Net
|
|
||||||
magpie-crawler
|
|
||||||
Majestic12
|
Majestic12
|
||||||
|
Majestic-SEO
|
||||||
|
MarkMonitor
|
||||||
MarkWatch
|
MarkWatch
|
||||||
Masscan
|
Masscan
|
||||||
Mass Downloader
|
Mass Downloader
|
||||||
Mata Hari
|
meanpathbot
|
||||||
MauiBot
|
|
||||||
Meanpathbot
|
Meanpathbot
|
||||||
MeanPath Bot
|
|
||||||
mediawords
|
mediawords
|
||||||
|
MegaIndex.ru
|
||||||
Metauri
|
Metauri
|
||||||
MFC_Tear_Sample
|
MIIxpc
|
||||||
Mister PiX
|
Mister PiX
|
||||||
MJ12bot
|
MJ12bot
|
||||||
MS Web Services Client Protocol
|
Morfeus Fucking Scanner
|
||||||
|
Msrabot
|
||||||
muhstik-scan
|
muhstik-scan
|
||||||
Musobot
|
NearSite
|
||||||
Needle
|
NetLyzer
|
||||||
Nessus
|
|
||||||
Netcraft
|
|
||||||
netEstate NE Crawler
|
|
||||||
NetMechanic
|
NetMechanic
|
||||||
NetSpider
|
NetSpider
|
||||||
|
Nettrack
|
||||||
Net Vampire
|
Net Vampire
|
||||||
Netvibes
|
NetZIP
|
||||||
NextGenSearchBot
|
|
||||||
Nibbler
|
Nibbler
|
||||||
NICErsPRO
|
Nikto
|
||||||
NimbleCrawler
|
NimbleCrawler
|
||||||
Nimbostratus
|
Openfind
|
||||||
Nmap
|
OpenLinkProfiler
|
||||||
NPbot
|
Openvas
|
||||||
Octopus
|
|
||||||
OnCrawl
|
|
||||||
OrangeBot
|
OrangeBot
|
||||||
PageAnalyzer
|
PageAnalyzer
|
||||||
PageGrabber
|
PageGrabber
|
||||||
|
page scorer
|
||||||
|
PageScorer
|
||||||
Papa Foto
|
Papa Foto
|
||||||
pcBrowser
|
Pavuk
|
||||||
PictureFinder
|
PeoplePal
|
||||||
Pi-Monster
|
PHPCrawl
|
||||||
|
Picsearch
|
||||||
Pixray
|
Pixray
|
||||||
|
PleaseCrawl
|
||||||
Pockey
|
Pockey
|
||||||
Probethenet
|
|
||||||
ProWebWalker
|
ProWebWalker
|
||||||
|
Pump
|
||||||
PxBroker
|
PxBroker
|
||||||
PyCurl
|
Quick-Crawler
|
||||||
QueryN Metasearch
|
|
||||||
RankActive
|
|
||||||
RankActiveLinkBot
|
RankActiveLinkBot
|
||||||
RankFlex
|
Rankivabot
|
||||||
RankingBot
|
|
||||||
RealDownload
|
RealDownload
|
||||||
RebelMouse
|
Recorder
|
||||||
RepoMonkey
|
|
||||||
Ripper
|
Ripper
|
||||||
RocketCrawler
|
s1z.ru
|
||||||
SalesIntelligent
|
SalesIntelligent
|
||||||
|
ScanAlert
|
||||||
scan.lol
|
scan.lol
|
||||||
Scrapy
|
SearchmetricsBot
|
||||||
SemrushBot
|
SemrushBot
|
||||||
SEOkicks
|
SEOkicks-Robot
|
||||||
SEOlyticsCrawler
|
SEOlyticsCrawler
|
||||||
SEOprofiler
|
|
||||||
seoscanners
|
seoscanners
|
||||||
|
SeoSiteCheckup
|
||||||
SEOstats
|
SEOstats
|
||||||
sexsearcher
|
sexsearcher
|
||||||
Shodan
|
Shodan
|
||||||
Siphon
|
Siphon
|
||||||
Sitebeam
|
SiteExplorer
|
||||||
|
SiteLockSpider
|
||||||
SiteSnagger
|
SiteSnagger
|
||||||
Site Sucker
|
Site Sucker
|
||||||
SmartDownload
|
SmartDownload
|
||||||
SMTBot
|
Snapbot
|
||||||
Snake
|
SocialRankIOBot
|
||||||
Sociscraper
|
Sociscraper
|
||||||
sogouspider
|
sogouspider
|
||||||
Sogou web spider
|
|
||||||
Sosospider
|
Sosospider
|
||||||
sp_auditbot
|
Sottopop
|
||||||
|
SpankBot
|
||||||
Spbot
|
Spbot
|
||||||
Spinn3r
|
SputnikBot
|
||||||
|
spyfu
|
||||||
Sqlworm
|
Sqlworm
|
||||||
Stripper
|
SuperBot
|
||||||
Sucker
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
Szukacz
|
sysscan
|
||||||
T0PHackTeam
|
T0PHackTeam
|
||||||
T8Abot
|
Teleport
|
||||||
Telesoft
|
TeleportPro
|
||||||
|
Telesphoreo
|
||||||
|
Telesphorep
|
||||||
The Intraformant
|
The Intraformant
|
||||||
TheNomad
|
TheNomad
|
||||||
TightTwatBot
|
TightTwatBot
|
||||||
Titan
|
|
||||||
Toata
|
Toata
|
||||||
Toweyabot
|
Tracemyfile
|
||||||
Trendictionbot
|
Trendiction
|
||||||
trendiction.de
|
trendiction.com
|
||||||
True_Robot
|
True_Robot
|
||||||
TwengaBot
|
Turingos
|
||||||
Twice
|
Turnitin
|
||||||
Typhoeus
|
Typhoeus
|
||||||
URLy Warning
|
URLy.Warning
|
||||||
Vacuum
|
|
||||||
Vagabondo
|
Vagabondo
|
||||||
VidibleScraper
|
VeriCiteCrawler
|
||||||
|
Virusdie
|
||||||
VoidEYE
|
VoidEYE
|
||||||
Wallpapers/3.0
|
Voltron
|
||||||
WASALive-Bot
|
|
||||||
WBSearchBot
|
WBSearchBot
|
||||||
Webalta
|
WebCollage
|
||||||
WebAuto
|
Web Collage
|
||||||
Web Auto
|
|
||||||
WebCopier
|
|
||||||
WEBDAV
|
WEBDAV
|
||||||
WebEnhancer
|
|
||||||
Web Enhancer
|
|
||||||
WebFetch
|
|
||||||
WebFuck
|
|
||||||
Web Fuck
|
|
||||||
WebGo IS
|
|
||||||
WebImageCollector
|
WebImageCollector
|
||||||
WebLeacher
|
WebLeacher
|
||||||
webmeup-crawler
|
WebmasterWorldForumBot
|
||||||
WebPix
|
WebPix
|
||||||
|
Web Pix
|
||||||
WebReaper
|
WebReaper
|
||||||
|
WebSauger
|
||||||
|
WebsiteQuester
|
||||||
|
Website Quester
|
||||||
Webster
|
Webster
|
||||||
WebStripper
|
WeSEE
|
||||||
WebZIP
|
|
||||||
Whacker
|
Whacker
|
||||||
Whatweb
|
Whatweb
|
||||||
Who.is Bot
|
|
||||||
WinHTTrack
|
WinHTTrack
|
||||||
WISENutbot
|
WISENutbot
|
||||||
|
Wonderbot
|
||||||
|
Woobot
|
||||||
|
Wotbox
|
||||||
|
Wprecon
|
||||||
WWW-Collector-E
|
WWW-Collector-E
|
||||||
WWW-Mechanize
|
WWW::Mechanize
|
||||||
Xaldon WebSpider
|
x22Mozilla
|
||||||
Xenu
|
Xenu
|
||||||
Zade
|
Zade
|
||||||
Zauba
|
Zauba
|
||||||
zgrab
|
zgrab
|
||||||
ZmEu
|
|
||||||
ZumBot
|
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
360Spider
|
360Spider
|
||||||
404checker
|
404checker
|
||||||
404enemy
|
|
||||||
80legs
|
80legs
|
||||||
Abonti
|
Aboundex
|
||||||
Aboundexbot
|
ADmantX
|
||||||
AfD-Verbotsverfahren
|
AfD-Verbotsverfahren
|
||||||
AhrefsBot
|
AhrefsBot
|
||||||
AIBOT
|
AIBOT
|
||||||
Aipbot
|
|
||||||
Alexibot
|
Alexibot
|
||||||
Alligator
|
Alligator
|
||||||
|
AlphaBot
|
||||||
Anarchie
|
Anarchie
|
||||||
Apexoo
|
Apexoo
|
||||||
ASPSeek
|
archive.org_bot
|
||||||
Asterias
|
Asterias
|
||||||
Attach
|
BackDoorBot
|
||||||
autoemailspider
|
|
||||||
Backlink-Ceck
|
Backlink-Ceck
|
||||||
backlink-check
|
|
||||||
BacklinkCrawler
|
BacklinkCrawler
|
||||||
BackWeb
|
Battleztar Bazinga
|
||||||
Barkrowler
|
BBBike
|
||||||
BatchFTP
|
|
||||||
BDCbot
|
|
||||||
BDFetch
|
BDFetch
|
||||||
Bigfoot
|
Blow
|
||||||
Bitacle
|
BlowFish
|
||||||
|
Bolt
|
||||||
BotALot
|
BotALot
|
||||||
Brandwatch
|
Brandprotect
|
||||||
Bullseye
|
Buddy
|
||||||
CazoodleBot
|
BunnySlippers
|
||||||
|
BuzzSumo
|
||||||
|
Calculon
|
||||||
|
CATExplorador
|
||||||
CCBot
|
CCBot
|
||||||
Cegbfeieh
|
CherryPicker
|
||||||
CheTeam
|
CheTeam
|
||||||
ChinaClaw
|
ChinaClaw
|
||||||
|
Claritybot
|
||||||
coccocbot-web
|
coccocbot-web
|
||||||
Collector
|
cognitiveseo
|
||||||
Copyscape
|
Craftbot
|
||||||
Cosmos
|
crawler4j
|
||||||
crawler.feedback
|
CSHttp
|
||||||
crawl.sogou.com
|
Curious
|
||||||
CrunchBot
|
|
||||||
Custo
|
Custo
|
||||||
DBLBot
|
demandbase-bot
|
||||||
Demon
|
|
||||||
Deusu
|
|
||||||
Devil
|
Devil
|
||||||
Disco
|
DIIbot
|
||||||
Discoverybot
|
Discobot
|
||||||
DomainCrawler
|
DittoSpyder
|
||||||
Dotbot
|
DnyzBot
|
||||||
Dragonfly
|
DomainAppender
|
||||||
DSearch
|
DSearch
|
||||||
DTS Agent
|
DTS Agent
|
||||||
|
EasyDL
|
||||||
Ebingbong
|
Ebingbong
|
||||||
eCatch
|
eCatch
|
||||||
EroCrawler
|
ECCP/1.0
|
||||||
|
EMail Siphon
|
||||||
evc-batch
|
evc-batch
|
||||||
Evil
|
Evil
|
||||||
|
Exabot
|
||||||
Express WebPictures
|
Express WebPictures
|
||||||
Extractor
|
Extreme Picture Finder
|
||||||
EyeNetIE
|
EyeNetIE
|
||||||
facebookscraper
|
facebookscraper
|
||||||
FHscan
|
FemtosearchBot
|
||||||
Fimap
|
Fimap
|
||||||
|
Foobot
|
||||||
|
FrontPage
|
||||||
FyberSpider
|
FyberSpider
|
||||||
Fyrebot
|
Fyrebot
|
||||||
Genieo
|
Genieo
|
||||||
GermCrawler
|
GermCrawler
|
||||||
|
Getintent
|
||||||
|
GetRight
|
||||||
GetWeb
|
GetWeb
|
||||||
|
Gigablast
|
||||||
Gigabot
|
Gigabot
|
||||||
G-i-g-a-b-o-t
|
Gotit
|
||||||
GoZilla
|
GrabNet
|
||||||
GrapeFX
|
GrapeFX
|
||||||
GrapeshotCrawler
|
HaosouSpider
|
||||||
GridBot
|
Harvest
|
||||||
GT::WWW
|
|
||||||
Havij
|
Havij
|
||||||
Heritrix
|
HEADMasterSEO
|
||||||
HMView
|
HTMLparser
|
||||||
HTTrack
|
HybridBot
|
||||||
IDBot
|
Id-search
|
||||||
IlseBot
|
Image Fetch
|
||||||
Image Sucker
|
Intelliseek
|
||||||
IndeedBot
|
|
||||||
InfoNaviRobot
|
|
||||||
InfoTekies
|
|
||||||
instabid
|
|
||||||
InterGET
|
InterGET
|
||||||
|
Internet Ninja
|
||||||
InternetSeer
|
InternetSeer
|
||||||
ips-agent
|
Iria
|
||||||
IRLbot
|
IRLbot
|
||||||
Jbrofuzz
|
|
||||||
JennyBot
|
JennyBot
|
||||||
JetCar
|
Jetty
|
||||||
JOC Web Spider
|
|
||||||
Joomla
|
Joomla
|
||||||
JustView
|
JustView
|
||||||
Kenjin Spider
|
Jyxobot
|
||||||
Keyword Density
|
Lanshanbot
|
||||||
Kozmosbot
|
LeechGet
|
||||||
Larbin
|
LexiBot
|
||||||
LeechFTP
|
Libwhisker
|
||||||
LibWeb
|
|
||||||
Lightspeedsystems
|
Lightspeedsystems
|
||||||
LinkpadBot
|
Likse
|
||||||
LinqiaScrapeBot
|
LinkScan
|
||||||
Lipperhey Spider
|
LinqiaRSSBot
|
||||||
Litemage_walker
|
Lipperhey
|
||||||
Lmspider
|
LNSpiderguy
|
||||||
Ltx71
|
Ltx71
|
||||||
Mag-Net
|
lwp-trivial
|
||||||
|
magpie-crawler
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
|
Majestic12
|
||||||
|
Majestic-SEO
|
||||||
MarkMonitor
|
MarkMonitor
|
||||||
Mass Downloader
|
meanpathbot
|
||||||
MauiBot
|
Meanpathbot
|
||||||
MeanPath Bot
|
MeanPath Bot
|
||||||
MegaIndex.ru
|
mediawords
|
||||||
Metauri
|
Metauri
|
||||||
MFC_Tear_Sample
|
MFC_Tear_Sample
|
||||||
MIDown tool
|
Microsoft Data Access
|
||||||
MJ12bot
|
Microsoft URL Control
|
||||||
Morfeus Fucking Scanner
|
Mister PiX
|
||||||
MSFrontPage
|
Mojeek
|
||||||
MSIECrawler
|
Mr.4x3
|
||||||
MS Web Services Client Protocol
|
|
||||||
muhstik-scan
|
muhstik-scan
|
||||||
|
Musobot
|
||||||
Nameprotect
|
Nameprotect
|
||||||
NearSite
|
|
||||||
Needle
|
Needle
|
||||||
NetAnts
|
Nessus
|
||||||
Netcraft
|
Netcraft
|
||||||
netEstate NE Crawler
|
netEstate NE Crawler
|
||||||
NetMechanic
|
NetLyzer
|
||||||
Net Vampire
|
Net Vampire
|
||||||
Netvibes
|
Netvibes
|
||||||
NetZIP
|
|
||||||
NextGenSearchBot
|
|
||||||
Nibbler
|
Nibbler
|
||||||
NICErsPRO
|
NICErsPRO
|
||||||
Nutch
|
NPbot
|
||||||
oBot
|
oBot
|
||||||
Octopus
|
Octopus
|
||||||
Offline Navigator
|
Offline Navigator
|
||||||
Openfind
|
Openfind
|
||||||
Openvas
|
OpenLinkProfiler
|
||||||
|
OpenVAS
|
||||||
OrangeBot
|
OrangeBot
|
||||||
|
OutclicksBot
|
||||||
OutfoxBot
|
OutfoxBot
|
||||||
|
PageAnalyzer
|
||||||
PageGrabber
|
PageGrabber
|
||||||
page scorer
|
|
||||||
PageScorer
|
PageScorer
|
||||||
Pandalytics
|
Pandalytics
|
||||||
Papa Foto
|
Papa Foto
|
||||||
pcBrowser
|
PeoplePal
|
||||||
PECL::HTTP
|
PHPCrawl
|
||||||
Picsearch
|
Pixray
|
||||||
|
PleaseCrawl
|
||||||
|
plumanalytics
|
||||||
Pockey
|
Pockey
|
||||||
POE-Component-Client-HTTP
|
Pump
|
||||||
Probethenet
|
PxBroker
|
||||||
ProWebWalker
|
|
||||||
Psbot
|
|
||||||
QueryN Metasearch
|
QueryN Metasearch
|
||||||
Quick-Crawler
|
RankActiveLinkBot
|
||||||
RankActive
|
|
||||||
RankingBot
|
RankingBot
|
||||||
RankurBot
|
|
||||||
RealDownload
|
RealDownload
|
||||||
Reaper
|
RedesScrapy
|
||||||
RebelMouse
|
ReGet
|
||||||
|
RepoMonkey
|
||||||
|
Ripper
|
||||||
|
RocketCrawler
|
||||||
Rogerbot
|
Rogerbot
|
||||||
SalesIntelligent
|
s1z.ru
|
||||||
|
SBIder
|
||||||
|
ScanAlert
|
||||||
|
scan.lol
|
||||||
ScoutJet
|
ScoutJet
|
||||||
Screaming
|
Screaming
|
||||||
ScreenerBot
|
SEOkicks
|
||||||
Searchestate
|
SEOkicks-Robot
|
||||||
SearchmetricsBot
|
|
||||||
Semrush
|
|
||||||
SEOlyticsCrawler
|
SEOlyticsCrawler
|
||||||
Seomoz
|
SEOstats
|
||||||
seoscanners
|
SISTRIX
|
||||||
serpstatbot
|
Siteimprove
|
||||||
Siphon
|
Site Sucker
|
||||||
Sitevigil
|
SmartDownload
|
||||||
SlySearch
|
SMTBot
|
||||||
Snake
|
Snapbot
|
||||||
Snoopy
|
|
||||||
SocialRankIOBot
|
SocialRankIOBot
|
||||||
Sogou web spider
|
Sociscraper
|
||||||
|
sogouspider
|
||||||
Sosospider
|
Sosospider
|
||||||
SpaceBison
|
|
||||||
Spammen
|
Spammen
|
||||||
sp_auditbot
|
SpankBot
|
||||||
|
Spanner
|
||||||
|
Spbot
|
||||||
SputnikBot
|
SputnikBot
|
||||||
spyfu
|
|
||||||
Sqlmap
|
Sqlmap
|
||||||
Steeler
|
Sucuri
|
||||||
Stripper
|
|
||||||
SuperHTTP
|
|
||||||
Surfbot
|
Surfbot
|
||||||
SurveyBot
|
|
||||||
Suzuran
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
|
T8Abot
|
||||||
Teleport
|
Teleport
|
||||||
TeleportPro
|
TeleportPro
|
||||||
|
Telesphoreo
|
||||||
|
Telesphorep
|
||||||
|
The Intraformant
|
||||||
TheNomad
|
TheNomad
|
||||||
TightTwatBot
|
Thumbor
|
||||||
|
Toata
|
||||||
|
Toweyabot
|
||||||
Tracemyfile
|
Tracemyfile
|
||||||
Trendictionbot
|
Trendiction
|
||||||
trendiction.com
|
trendiction.com
|
||||||
trendiction.de
|
trendiction.de
|
||||||
True_Robot
|
Turingos
|
||||||
Turnitin
|
TurnitinBot
|
||||||
VB Project
|
TwengaBot
|
||||||
VCI
|
Twice
|
||||||
VeriCiteCrawler
|
URLy.Warning
|
||||||
VidibleScraper
|
VidibleScraper
|
||||||
Virusdie
|
|
||||||
VoidEYE
|
VoidEYE
|
||||||
Voil
|
Voil
|
||||||
WASALive-Bot
|
WallpapersHD
|
||||||
WBSearchBot
|
|
||||||
WebAuto
|
WebAuto
|
||||||
Web Auto
|
Web Auto
|
||||||
WebBandit
|
|
||||||
Web Collage
|
|
||||||
Web Enhancer
|
|
||||||
WebFetch
|
|
||||||
WebFuck
|
WebFuck
|
||||||
WebGo IS
|
WebGo IS
|
||||||
|
WebLeacher
|
||||||
webmeup-crawler
|
webmeup-crawler
|
||||||
WebPix
|
WebPix
|
||||||
Web Sauger
|
WebReaper
|
||||||
WebSucker
|
WebsiteExtractor
|
||||||
|
Webster
|
||||||
|
WebStripper
|
||||||
|
WebZIP
|
||||||
Whatweb
|
Whatweb
|
||||||
Widow
|
Widow
|
||||||
Wonderbot
|
WinHTTrack
|
||||||
Wotbox
|
Woobot
|
||||||
Wprecon
|
WWW-Collector-E
|
||||||
WWW-Mechanize
|
WWW-Mechanize
|
||||||
WWW::Mechanize
|
|
||||||
WWWOFFLE
|
WWWOFFLE
|
||||||
|
x09Mozilla
|
||||||
x22Mozilla
|
x22Mozilla
|
||||||
Xaldon_WebSpider
|
Xaldon_WebSpider
|
||||||
xpymep1.exe
|
Xenu
|
||||||
YoudaoBot
|
|
||||||
Zauba
|
Zauba
|
||||||
Zeus
|
ZmEu
|
||||||
zgrab
|
|
||||||
Zitebot
|
|
||||||
|
|
|
@ -1,100 +1,100 @@
|
||||||
2rich4bitches.com
|
7makemoneyonline.com
|
||||||
aksonural.ru
|
absugars.com
|
||||||
ample-awards-today.us
|
arabgirls.adultgalls.com
|
||||||
apessay.com
|
arcadeplayhouse.com
|
||||||
auto.rusvile.lt
|
automatic-seo.com
|
||||||
avtoarenda.by
|
baditri.com
|
||||||
bagcionderlab.com
|
barbourjackets.online
|
||||||
besttorrentknifta.weebly.com
|
beclean-nn.ru
|
||||||
bgviagrachrx.com
|
belinka.com.ua
|
||||||
bmsco.co
|
bluejays-jerseys.us
|
||||||
bobinoz.com
|
bluesman.nu
|
||||||
boleznikogi.com
|
boazpower.com
|
||||||
braindaily.xyz
|
burn-fat.ga
|
||||||
buyparajumpers.online
|
buytizanidineonlinenoprescription.blogspot.com
|
||||||
buypuppies.ca
|
camdenmemorials.com
|
||||||
cacheimages.com
|
|
||||||
candiceloves.us
|
candiceloves.us
|
||||||
cenokos.ru
|
cashonads.com
|
||||||
checkm8.com
|
cdncash.org
|
||||||
ci.ua
|
cgi2.nintendo.co.jp
|
||||||
clothesforcash.com
|
compliance-george.top
|
||||||
cmd.kz
|
connectionstrenth.com
|
||||||
compucelunlock.net
|
customsua.com.ua
|
||||||
cookie-law-enforcement-aa.xyz
|
dollartree.info
|
||||||
cookie-law-enforcement-ff.xyz
|
eldiariodeguadalajara.com
|
||||||
div.as
|
eu-cookie-law.info
|
||||||
dotnetdotcom.org
|
ezigarettekaufen.myblog.de
|
||||||
econom.co
|
factorynightclub.com
|
||||||
emerson-rus.ru
|
filmfanatic.com
|
||||||
escortslet.net
|
forms-mtm.ru
|
||||||
exportshop.us
|
gay-site.store
|
||||||
ezigarettenshop1.yolasite.com
|
girls-ufa.ru
|
||||||
fickblock18.com
|
globatur.ru
|
||||||
find1friend.com
|
gonextmedia.com
|
||||||
firstsiteguide.com
|
hitcpm.com
|
||||||
fotzen-ficken.com
|
imfamous.info
|
||||||
fun-mobi.pl
|
iopeninghours.co.uk
|
||||||
goldadpremium.com
|
i-service.kz
|
||||||
hotkeys.com
|
kaidalibor.de
|
||||||
hotloans.ru
|
kmgamex.cf
|
||||||
iideaidekonkatu.info
|
kollesa.ru
|
||||||
instabid.tech
|
kountrylife.com
|
||||||
ipornox.xxx
|
languagecode.com
|
||||||
islandminingsupply.wordpress.com
|
leboard.ru
|
||||||
iusstf.org
|
locksmith.jp
|
||||||
jabimgo.pw
|
mac-shield.com
|
||||||
javlibrary.cc
|
managerpak204.weebly.com
|
||||||
kazka.ru
|
mathgym.com.au
|
||||||
kiwe-analytics.com
|
moetomnenie.com
|
||||||
lanasshop.ru
|
moncleroutletonline.xyz
|
||||||
lecbter-relationships.ga
|
nfljerseyscheapbiz.us
|
||||||
legalrc.biz
|
niki-mlt.ru
|
||||||
lion.playtap.us
|
novosti-hi-tech.ru
|
||||||
live-sexcam.tk
|
nucia.biz.ly
|
||||||
mafcards.ru
|
one-gear.com
|
||||||
marcogrup.com
|
orgasmus-virtual.com
|
||||||
masturbate.co.uk
|
osoznanie-narkotikam.net
|
||||||
me-ke.com
|
panicatack.com
|
||||||
mosrif.ru
|
pixell.club
|
||||||
moyakuhnia.ru
|
pl-top.pl
|
||||||
musicdaddy.net
|
polytopesexempt.com
|
||||||
myftpupload.com
|
pornoplen.com
|
||||||
net-radar.com
|
preparevideosafesystem4unow.space
|
||||||
online-templatestore.com
|
prokotov.com
|
||||||
orel-reshka.net
|
pro-tec.kz
|
||||||
park.above.com
|
quit-smoking.ga
|
||||||
pensplan.com
|
quizzitch.net
|
||||||
perfection-pleasure.ru
|
rapevideosmovies.com
|
||||||
perosan.com
|
reeyanaturopathy.com
|
||||||
pharmacyincity.com
|
ruclicks.com
|
||||||
pirateday.ru
|
rvtv.ru
|
||||||
platezhka.net
|
s8-nowy-wygraj.comli.com
|
||||||
play-mp3.com
|
seo-platform.com
|
||||||
pokerniydom.ru
|
seo-tools-optimizing.com
|
||||||
pornogig.com
|
service.adtech.fr
|
||||||
pssucai.info
|
service.adtech.us
|
||||||
quebec-bin.com
|
sexpornotales.com
|
||||||
razorweb-a.akamaihd.net
|
shtora66.ru
|
||||||
reckonstat.info
|
sierraapps.com
|
||||||
rep-am.com
|
signoredom.com
|
||||||
seonetwizard.com
|
silvermature.net
|
||||||
seorankinglinks.us
|
sitevaluation.com
|
||||||
sicfor.bcu.cc
|
softlinesolutions.me
|
||||||
smichovbike.cz
|
start.myplaycity.com
|
||||||
sobecjvuwa.com.ru
|
statoutlook.info
|
||||||
sterva.cc
|
strana-solnca.ru
|
||||||
success-seo.com
|
surcentro.com
|
||||||
supermesta.ru
|
thefotosgratis.eu
|
||||||
timhost.ru
|
timhost.ru
|
||||||
tizanidine4mg.blogspot.com
|
trafficmp.com
|
||||||
turvgori.ru
|
trustedmaccleaner.com
|
||||||
vykupavto-krasnodar.ru
|
tzritel.tk
|
||||||
webmonetizer.net
|
upstore.me
|
||||||
whos.amung.us
|
venta-prom.ru
|
||||||
woman-tampon.ru
|
viagra-soft.ru
|
||||||
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai
|
whereiskentoday.com
|
||||||
xn----9sbubg3ambdfl1j.xn--p1ai
|
wineitudes.wordpress.com
|
||||||
xn--b1adccaf1bzj.xn--p1ai
|
xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
|
||||||
x-rates.ru
|
zacreditom.ru
|
||||||
yourserverisdown.com
|
zocaparj.kz
|
||||||
|
zophim.me
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
||||||
00webcams.com
|
1000n1.ru
|
||||||
0lovespells0.blogspot.com
|
2345.com
|
||||||
101lesbian.xyz
|
5tey7463.weebly.com
|
||||||
178evakuator178.ru
|
a96527gi.beget.tech
|
||||||
256bit.by
|
acc.eu.org
|
||||||
2nt.ru
|
adclickservice.com
|
||||||
2rich4bitches.com
|
addblueoff.com.ua
|
||||||
4kpics.rocks
|
adrenalin-stk.ru
|
||||||
5kstore.com
|
ads-cool.pro
|
||||||
a14download.com
|
aero2.ru
|
||||||
acortarurl.es
|
afmuseum.com
|
||||||
adult-shop.com.ua
|
amazingninja.com
|
||||||
adzpower.com
|
appiq.mobi
|
||||||
akita.kz
|
arabseyes.com
|
||||||
alienwheel.es
|
architecturebest.com
|
||||||
allmarketsnewdayli.gdn
|
arraty.altervista.org
|
||||||
allnews.md
|
aruplighting.com
|
||||||
amazingpic.net
|
asophoto.com
|
||||||
apiappenableinfo-a.akamaihd.net
|
atovh.local-finders.com
|
||||||
apifasterlightin-a.akamaihd.net
|
autobrennero.it
|
||||||
arquapetrarca.info
|
autobudpostach.club
|
||||||
avkzarabotok.info
|
aviapanda.ru
|
||||||
avon-ukraine.com
|
babieca.com
|
||||||
avtochehli.by
|
bannerbank.ru
|
||||||
azartclub.org
|
bedandbreakfast.com
|
||||||
azazu.ru
|
besttorrentknifta.weebly.com
|
||||||
azte.ch
|
beyan.host.sk
|
||||||
bag77.ru
|
biglistofwebsites.com
|
||||||
balois.worldbreak.com
|
bildsuche.ru
|
||||||
beremenyashka.com
|
bimatoprost-careprost.com
|
||||||
bestimagecoollibrary.com
|
blackle.com
|
||||||
bestprofits-there.com
|
blackplanet.com
|
||||||
bestwebsiteawards.com
|
bloggerads.net
|
||||||
bio.trade-jp.net
|
bronzeaid-a.akamaihd.net
|
||||||
bonzbuddy.com
|
budilneg.xyz
|
||||||
brainsandeggs.blogspot.com
|
bwlx.prepedu.cn
|
||||||
brothers-smaller.ru
|
bytimedance.ru
|
||||||
btvn.ru
|
canoncdriverq3.pen.io
|
||||||
buyk.host.sk
|
canvas.gloverid.site
|
||||||
buzz-porno.info
|
capacitacionyaprendizaje.com
|
||||||
bvlgariring.xyz
|
carmuffler.net
|
||||||
cartierbracelet.xyz
|
cartierbraceletsreplica.pw
|
||||||
cartierlovestore.com
|
ccjp.eu
|
||||||
cartierreplica.top
|
cctva.tv
|
||||||
cartierwatch.xyz
|
cdncash.com
|
||||||
catalogs-parts.com
|
cellfun.mobi
|
||||||
changde.58.com
|
cheapmarmot.online
|
||||||
cheapwebsitehoster.com
|
cheapwebsitehoster.com
|
||||||
christianlouboutinreplica.pw
|
christianlouboutinreplica.win
|
||||||
christianlouboutinsaleoutletonline.us
|
cialis-samples.com
|
||||||
claytransformations.info
|
colehaanoutlet.store
|
||||||
cleanallvirus.com
|
compliance-andrew.xyz
|
||||||
click2pawn.com
|
coop-gamers.ru
|
||||||
cognitiveseo.com
|
cornomase.win
|
||||||
companies-catalog.com
|
dengi-pod-zalog-nedvizhimosti.ru
|
||||||
compliance-checker.info
|
design-ideas.info
|
||||||
compliance-irvin.top
|
|
||||||
com-supportcenter.website
|
|
||||||
conocer-sanabria.com
|
|
||||||
construmac.com.mx
|
|
||||||
copyrightclaims.org
|
|
||||||
crest-poloski.ru
|
|
||||||
dafatiri.com
|
|
||||||
dangphoto.trade
|
|
||||||
darkbooks.org
|
|
||||||
daydream-studio.ru
|
|
||||||
decorationspcs.com
|
|
||||||
demenageur.com
|
|
||||||
diegolopezcastan.com
|
diegolopezcastan.com
|
||||||
digilander.libero.it
|
discovertreasure-a.akamaihd.net
|
||||||
divatraffic.com
|
djstools.com
|
||||||
dnepropetrovsk.mistr-x.org
|
dodlive.mil
|
||||||
doktoronline.no
|
domain-submit.info
|
||||||
domaincheck.io
|
eandsgallery.com
|
||||||
dpihatinh.gov.vn
|
ekobata.ru
|
||||||
drugstoreforyou.com
|
electrik-avenue.com
|
||||||
e-buyeasy.com
|
eropornosex.ru
|
||||||
ecommerce-seo.com
|
eshop.md
|
||||||
ekn-art.se
|
essayassist.com
|
||||||
elektronischezi.livejournal.com
|
essay-writing.work
|
||||||
emerson-rus.ru
|
f07.de
|
||||||
erot.co
|
falcoware.com
|
||||||
euromasterclass.ru
|
ferretsoft.com
|
||||||
exlarseva.webblog.es
|
financepoints.eu
|
||||||
exoneration-project.us
|
flavors.me
|
||||||
expertblog.info
|
fok.nl
|
||||||
expertnaya-ocenka.ru
|
free-gluten.ru
|
||||||
extractorandburner.com
|
fugarif.ga
|
||||||
fatmaelgarny.com
|
gael-s.ru
|
||||||
finuse.com
|
gay.adultgalls.com
|
||||||
flowersbazar.com
|
geoads.com
|
||||||
formulaantiuban.com
|
getprismatic.com
|
||||||
frivgame250.com
|
getresponse.com
|
||||||
fuel-gas.com
|
|
||||||
funcrushgames.com
|
|
||||||
fym.com.ru
|
|
||||||
galleryawesome.com
|
|
||||||
gdcentre.ru
|
|
||||||
gettpromos.com
|
gettpromos.com
|
||||||
googglet.com
|
glass-msk.ru
|
||||||
gratuitxblcodes.com
|
glicol.kz
|
||||||
gsbs.com.ua
|
go2album.com
|
||||||
hdimagegallery.net
|
goldandcard.ru
|
||||||
helicalpile.us
|
gosmeb.ru
|
||||||
helpmymacfaster.trade
|
grand-chlen.ru
|
||||||
hoverboard360.de
|
gwebtools.com.br
|
||||||
howopen.ru
|
hdwalls.xyz
|
||||||
hustoon.over-blog.com
|
healgastro.com
|
||||||
hydropump.su
|
hotblognetwork.com
|
||||||
idegenvezeto.eu
|
husky-shop.cz
|
||||||
iminent.com
|
iboss.com
|
||||||
in-tandem.co
|
impisr.edunsk.ru
|
||||||
itis4you.com
|
ipchicken.com
|
||||||
janavibekken.no
|
iplogger.org
|
||||||
japfm.com
|
iptool.xyz
|
||||||
j-times.ru
|
istizanidinelikexanax.blogspot.com
|
||||||
kabbalah-red-bracelets.com
|
izhevsk.xrus.org
|
||||||
keywordsdoctor.com
|
izhevsk.zrus.org
|
||||||
kmgamex.cf
|
jav-way.site
|
||||||
kwzf.net
|
justdating.online
|
||||||
labelwater.se
|
kaliningrad.zrus.org
|
||||||
lashstudia.ru
|
kandidos.com
|
||||||
lecbter-relationships.ga
|
karting196.ru
|
||||||
liffa.ru
|
kerch.site
|
||||||
lizace.com
|
kinofak.net
|
||||||
louboutinreplica.xyz
|
kinoflux.net
|
||||||
luckyshop.net.ua
|
kinomaniatv.pl
|
||||||
lyngdalhudterapi.no
|
kinosed.net
|
||||||
mall.uk
|
konica.kz
|
||||||
manyresultshub-a.akamaihd.net
|
laexotic.com
|
||||||
mediaoffers.click
|
larger.io
|
||||||
megaindex.ru
|
laserpen.club
|
||||||
mir-betting.ru
|
life-instyle.com
|
||||||
misswell.net
|
lollypopgaming.com
|
||||||
moesen-ficken.com
|
lombardfinder.ru
|
||||||
moje-recenze.cz
|
mebel-alait.ru
|
||||||
money-every-day.com
|
medicines-choice.com
|
||||||
monsterdivx.tv
|
meendo-free-traffic.ga
|
||||||
moyakuhnia.ru
|
mensandals.xyz
|
||||||
mozello.ru
|
mesbuta.info
|
||||||
mundoaberrante.com
|
mirtorrent.net
|
||||||
musflashtv.com
|
misandesign.se
|
||||||
mwtpludn.review
|
mncrftpcs.com
|
||||||
|
moscow-region.ru
|
||||||
|
movies-in-theaters.net
|
||||||
|
mug-na-chas-moscow.ru
|
||||||
myanyone.net
|
myanyone.net
|
||||||
mydearest.co
|
mydirtyhobby.com
|
||||||
myindospace.com
|
myfreemp3.eu
|
||||||
mylida.org
|
naval.jislaaik.com
|
||||||
mysexpics.ru
|
netcheckcdn.xyz
|
||||||
myshopmatemac.com
|
|
||||||
navalwiki.info
|
|
||||||
nevansk.ru
|
|
||||||
nhl17coinsforps3.gratisblog.biz
|
|
||||||
nodup.ru
|
|
||||||
nottyu.xyz
|
|
||||||
novgorod.xrus.org
|
|
||||||
o00.in
|
|
||||||
odoratus.net
|
|
||||||
offer.camp
|
offer.camp
|
||||||
onlineku.com
|
okuos.com
|
||||||
partner-pop.men
|
olympescort.com
|
||||||
pateaswing.com
|
onlinemegax.com
|
||||||
pillscheap24h.com
|
openlibrary.org
|
||||||
|
openmediasoft.com
|
||||||
|
osb.se11.ru
|
||||||
|
otbelivanie-zubov.com
|
||||||
|
ourtherapy.ru
|
||||||
|
par-fallen.ga
|
||||||
|
photo-clip.ru
|
||||||
|
pinkduck.ga
|
||||||
pio.polytopesexempt.com
|
pio.polytopesexempt.com
|
||||||
playfortuna-play.ru
|
plaff-go.ru
|
||||||
play.leadzupc.com
|
play-movie.pl
|
||||||
plusnetwork.com
|
plohaya-kreditnaya-istoriya.ru
|
||||||
porno-transsexuals.ru
|
pobeiranie.pl
|
||||||
portside.cc
|
polimga.pw
|
||||||
prodvigator.ua
|
pornosee.info
|
||||||
prostitutki-odessa.org
|
pozdravleniya-c.ru
|
||||||
pts163.ru
|
pr-ten.de
|
||||||
qld10000.net
|
pulse33.ru
|
||||||
queerspace.com
|
pyrodesigns.com.au
|
||||||
r-control.ru
|
qualitymarketzone.com
|
||||||
remybutler.fr
|
quickcashlimited.com
|
||||||
robot-forex.biz
|
quick-offer.com
|
||||||
rossanasaavedra.net
|
randalljhoward.com
|
||||||
rossmark.ru
|
recinziireale.com
|
||||||
rusprostitute.com
|
recipedays.ru
|
||||||
saddiechoua.com
|
rednise.com
|
||||||
satellite.maps.ilovevitaly.com
|
registratciya-v-moskve.ru
|
||||||
|
registry-clean-up.net
|
||||||
|
rep-am.com
|
||||||
|
responsive-test.net
|
||||||
|
restaurantlescampi.com
|
||||||
|
ringporno.com
|
||||||
|
rootandroid.org
|
||||||
|
ros-ctm.ru
|
||||||
|
rozalli.com
|
||||||
|
rp9.ru
|
||||||
|
rukino.org
|
||||||
|
sankt-peterburg.nodup.ru
|
||||||
|
sape.top
|
||||||
savememoney.co.za
|
savememoney.co.za
|
||||||
sbprabooks.com
|
sax-sex.com
|
||||||
scanner-brian.top
|
sbricur.com
|
||||||
searchlock.com
|
seansonline24.pl
|
||||||
searchmywindow-a.akamaihd.net
|
se.bnt-team.com
|
||||||
seolab.top
|
seocheckupx.com
|
||||||
se-welding.ru
|
seofirmreviewsus.info
|
||||||
sexiporno.net
|
seorankinglinks.com
|
||||||
sexreliz.com
|
serving.adbetclickin.pink
|
||||||
sex-tracker.de
|
sexsearch.com
|
||||||
sexystrippe.info
|
signx.info
|
||||||
sexyteens.hol.es
|
similardeals.net
|
||||||
shiksabd.com
|
sinestesia.host.sk
|
||||||
sinel.info
|
sizeplus.work
|
||||||
social-fun.ru
|
sky-mine.ru
|
||||||
soft-terminal.ru
|
socialseet.ru
|
||||||
softwaretrend.net
|
socialtrade.biz
|
||||||
soheavyblog.com
|
solution4u.com
|
||||||
souvenir.cc
|
spamnuker.com
|
||||||
space4updating.win
|
spasswelt.xyz
|
||||||
sr-rekneskap.no
|
spidtest.space
|
||||||
sstroy44.ru
|
splendorsearch-a.akamaihd.net
|
||||||
stromerrealty.com
|
spywarebegone.com
|
||||||
studiofaca.com
|
stard.shop
|
||||||
tds-advert002.info
|
stretchmate.net
|
||||||
thebestweightlosspills.ovh
|
stroimajor.ru
|
||||||
thedownloadfromwarez.blogspot.com
|
stroyhelp-dv.ru
|
||||||
thetattoohut.com
|
swinon.site
|
||||||
the-usa-games.blogspot.com
|
telegramdownload10.com
|
||||||
tizanidinefibromyalgia.blogspot.com
|
templates.radiodigital.co
|
||||||
toolsky.com
|
tgtclick.com
|
||||||
top-study.work
|
thecounter.com
|
||||||
torrentdownloadhub.com
|
thefarmergame.com
|
||||||
torrents.cd
|
thewomenlife.com
|
||||||
tourcroatia.co.uk
|
todohr.com
|
||||||
tpu.ru
|
top-karkas.ru
|
||||||
trackzapper.com
|
toursmaps.com
|
||||||
truck-addzilla.life
|
traffixer.com
|
||||||
truemfilelj.gq
|
trustaffs.com
|
||||||
try-rx.com
|
trustedmaccleaner.com
|
||||||
tvoystartup.ru
|
ttrraacckkrr.com
|
||||||
uamtrk.com
|
tula.mdverey.ru
|
||||||
usadacha.net
|
tversvet.ru
|
||||||
uvozdeckych.info
|
uggbootsoutletsale.us
|
||||||
vekzdorov.ru
|
unimodemhalfduplefw.pen.io
|
||||||
veles.shop
|
univerfiles.com
|
||||||
vereo.eu
|
usbggettwku.ga
|
||||||
vertaform.com
|
v720hd.ru
|
||||||
videochat.tv.br
|
vacuumscleaner.com
|
||||||
videochaty.ru
|
via-energy-order.com
|
||||||
vip-file.com
|
video-chat.in
|
||||||
vrotike.ru
|
vinsit.ru
|
||||||
wingsoffury2.com
|
vmnmvzsmn.over-blog.com
|
||||||
wordkeyhelper.com
|
vod.com.ua
|
||||||
wsgames.ru
|
weddingdresses.xyz
|
||||||
|
wholinkstome.com
|
||||||
|
www.888.com
|
||||||
www.get-free-traffic-now.com
|
www.get-free-traffic-now.com
|
||||||
www.kabbalah-red-bracelets.com
|
xclicks.net
|
||||||
xedserver.com
|
x-mix.info
|
||||||
xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
|
xn--24-glceagatoq7c2a6ioc.xn--p1ai
|
||||||
xn--80aaagvmjabrs1aoc9luc.xn--p1ai
|
xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai
|
||||||
xn--90acenikpebbdd4f6d.xn--p1ai
|
xn----ctbigni3aj4h.xn--p1ai
|
||||||
xn--b1adccaf1bzj.xn--p1ai
|
xvideospornoru.com
|
||||||
xn--e1afanlbnfckd7c3d.xn--p1ai
|
xxxguitars.com
|
||||||
x-porno.video
|
yes-com.com
|
||||||
yougetsignal.com
|
youporn-forum.ga
|
||||||
youtube-downloader.savetubevideo.com
|
youporn-ru.com
|
||||||
yuarra.pluto.ro
|
za-fun-offer.com
|
||||||
zeroredirect8.com
|
zigarettenonlinekaufen1.bloog.pl
|
||||||
zscalertwo.net
|
zocaparj.kz
|
||||||
|
zverokruh-shop.cz
|
||||||
|
zytpirwai.net
|
||||||
|
|
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.06.1602
|
#### Version: V4.2019.06.1603
|
||||||
#### Bad Referrer Count: 6713
|
#### Bad Referrer Count: 6713
|
||||||
#### 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.06.1602
|
#### Version: V4.2019.06.1603
|
||||||
#### Bad Referrer Count: 6713
|
#### Bad Referrer Count: 6713
|
||||||
#### 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.06.1602
|
#### Version: V4.2019.06.1603
|
||||||
#### Bad Referrer Count: 6713
|
#### Bad Referrer Count: 6713
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -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.06.1602
|
#### Version: V4.2019.06.1603
|
||||||
#### Bad Referrer Count: 6713
|
#### Bad Referrer Count: 6713
|
||||||
#### Bad Bot Count: 556
|
#### Bad Bot Count: 556
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06.1602
|
### Version: V4.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:55 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1602
|
### Version: V3.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:56 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06.1602
|
### Version: V4.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:55 SAST 2019
|
### Updated: Tue Jun 25 17:44:52 SAST 2019
|
||||||
### Bad Referrer Count: 6713
|
### Bad Referrer Count: 6713
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2019.06.1602
|
### Version: V4.2019.06.1603
|
||||||
### Updated: Tue Jun 25 17:18:57 SAST 2019
|
### Updated: Tue Jun 25 17:44:53 SAST 2019
|
||||||
### Bad Bot Count: 556
|
### Bad Bot Count: 556
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue