mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
V4.2019.06.1633 [ci skip]
This commit is contained in:
parent
cd0299e663
commit
88658e8385
33 changed files with 31613 additions and 9755 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.224.112.202 0;
|
||||
35.192.85.2 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:38 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.224.112.202 0;
|
||||
35.192.85.2 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:39 SAST 2019
|
||||
### Version: V3.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:21 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
@ -7728,29 +7728,6 @@ geo $validate_client {
|
|||
54.242.250.203 1;
|
||||
# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ****************************
|
||||
# Known Bad IP's and IP Ranges
|
||||
# *************************************************
|
||||
# Blacklist IP addresses and IP Ranges Customizable
|
||||
# *************************************************
|
||||
|
||||
# BLACKLIST all your IP addresses and Ranges using the new include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# Custom Blacklisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside blacklist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# ********************************************************************
|
||||
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ********************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ******************************************************************
|
||||
|
||||
# *********************************************************************************************
|
||||
# KNOWN BAD IP ADDRESSES
|
||||
# Source: https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses
|
||||
|
@ -17759,27 +17736,6 @@ geo $validate_client {
|
|||
46.101.115.65 1;
|
||||
# END KNOWN BAD IP ADDRESSES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ***********************************
|
||||
# Whitelist all your OWN IP addresses
|
||||
# ***********************************
|
||||
|
||||
# WHITELIST all your own IP addresses using the include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# whitelisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside whitelist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# **************************************************************************
|
||||
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# **************************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
# ****************
|
||||
# Google IP Ranges
|
||||
# ****************
|
||||
|
@ -17871,6 +17827,46 @@ geo $validate_client {
|
|||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# *************************************************
|
||||
# Blacklist IP addresses and IP Ranges Customizable
|
||||
# *************************************************
|
||||
|
||||
# BLACKLIST all your IP addresses and Ranges using the new include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# Custom Blacklisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside blacklist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# ********************************************************************
|
||||
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ********************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ******************************************************************
|
||||
|
||||
|
||||
# ***********************************
|
||||
# Whitelist all your OWN IP addresses
|
||||
# ***********************************
|
||||
|
||||
# WHITELIST all your own IP addresses using the include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# whitelisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside whitelist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# **************************************************************************
|
||||
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# **************************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:39 SAST 2019
|
||||
### Version: V3.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:21 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:38 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
Aboundex
|
||||
archive.org_bot
|
||||
BackWeb
|
||||
BotALot
|
||||
Brandwatch
|
||||
ChinaClaw
|
||||
coccocbot-web
|
||||
Collector
|
||||
Custo
|
||||
DatabaseDriverMysqli
|
||||
Evil
|
||||
GetRight
|
||||
GrapeFX
|
||||
Heritrix
|
||||
Humanlinks
|
||||
InfoTekies
|
||||
Iria
|
||||
JOC Web Spider
|
||||
ADmantX
|
||||
ASPSeek
|
||||
Attach
|
||||
backlink-check
|
||||
CCBot
|
||||
Dispatch
|
||||
DomainAppender
|
||||
Drip
|
||||
EirGrabber
|
||||
EroCrawler
|
||||
GermCrawler
|
||||
Intelliseek
|
||||
internetVista monitor
|
||||
IRLbot
|
||||
Jetty
|
||||
JustView
|
||||
Lftp
|
||||
Libwhisker
|
||||
Lmspider
|
||||
MFC_Tear_Sample
|
||||
MS Web Services Client Protocol
|
||||
Name Intelligence
|
||||
OpenLinkProfiler
|
||||
Panscient
|
||||
Pixray
|
||||
Psbot
|
||||
PyCurl
|
||||
RankActiveLinkBot
|
||||
Recorder
|
||||
lwp-request
|
||||
Magnet
|
||||
Metauri
|
||||
MSFrontPage
|
||||
Navroad
|
||||
Net Vampire
|
||||
Nimbostratus
|
||||
Pimonster
|
||||
POE-Component-Client-HTTP
|
||||
PxBroker
|
||||
Rankivabot
|
||||
Screaming
|
||||
SEOlyticsCrawler
|
||||
SputnikBot
|
||||
T0PHackTeam
|
||||
Telesphorep
|
||||
SEOprofiler
|
||||
Siphon
|
||||
SISTRIX
|
||||
Sogou web spider
|
||||
Spammen
|
||||
Sqworm
|
||||
Sucuri
|
||||
tAkeOut
|
||||
Thumbor
|
||||
Toata
|
||||
Trendiction
|
||||
trendiction.com
|
||||
True_Robot
|
||||
Turnitin
|
||||
Typhoeus
|
||||
Vagabondo
|
||||
Virusdie
|
||||
Webalta
|
||||
WebStripper
|
||||
WebZIP
|
||||
WeSEE
|
||||
Wotbox
|
||||
Zauba
|
||||
Twice
|
||||
URLy.Warning
|
||||
Voil
|
||||
WebBandit
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebGo IS
|
||||
WebPix
|
||||
WebSauger
|
||||
WiseGuys Robot
|
||||
WPScan
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
404checker
|
||||
360Spider
|
||||
404enemy
|
||||
ADmantX
|
||||
80legs
|
||||
Abonti
|
||||
AfD-Verbotsverfahren
|
||||
AhrefsBot
|
||||
AIBOT
|
||||
Aipbot
|
||||
Alexibot
|
||||
Alligator
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
Asterias
|
||||
Attach
|
||||
Badass
|
||||
BacklinkCrawler
|
||||
Bandit
|
||||
BatchFTP
|
||||
Barkrowler
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDFetch
|
||||
Bigfoot
|
||||
Blackboard
|
||||
Black Hole
|
||||
BlowFish
|
||||
Boardreader
|
||||
Brandprotect
|
||||
Brandwatch
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
Bullseye
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
CATExplorador
|
||||
CazoodleBot
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Chlooe
|
||||
Claritybot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Cogentbot
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Copyscape
|
||||
Craftbot
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
CrunchBot
|
||||
Copier
|
||||
Crescent
|
||||
CSHttp
|
||||
DatabaseDriverMysqli
|
||||
Curious
|
||||
DBLBot
|
||||
Deusu
|
||||
demandbase-bot
|
||||
Devil
|
||||
Dirbuster
|
||||
DIIbot
|
||||
Disco
|
||||
Discoverybot
|
||||
Dispatch
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainStatsBot
|
||||
Dotbot
|
||||
Download Wonder
|
||||
Dragonfly
|
||||
Drip
|
||||
DSearch
|
||||
Ebingbong
|
||||
DTS Agent
|
||||
EasyDL
|
||||
ECCP/1.0
|
||||
EMail Wolf
|
||||
EroCrawler
|
||||
Extractor
|
||||
Extreme Picture Finder
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
evc-batch
|
||||
Fimap
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
Flunky
|
||||
Foobot
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Fyrebot
|
||||
Genieo
|
||||
GermCrawler
|
||||
Gigablast
|
||||
Getintent
|
||||
GetRight
|
||||
G-i-g-a-b-o-t
|
||||
Go-Ahead-Got-It
|
||||
GoZilla
|
||||
Grabber
|
||||
Grafula
|
||||
GT::WWW
|
||||
GrabNet
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
Haansoft
|
||||
Harvest
|
||||
HEADMasterSEO
|
||||
Heritrix
|
||||
HMView
|
||||
HTMLparser
|
||||
Id-search
|
||||
Image Fetch
|
||||
Image Sucker
|
||||
InterGET
|
||||
Humanlinks
|
||||
IDBot
|
||||
InfoTekies
|
||||
instabid
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iria
|
||||
IRLbot
|
||||
Iskanie
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
JennyBot
|
||||
Jbrofuzz
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jorgee
|
||||
JustView
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
LibWeb
|
||||
Lightspeedsystems
|
||||
LinkextractorPro
|
||||
Likse
|
||||
Linkdexbot
|
||||
LinkpadBot
|
||||
LinksManager
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
LWP::Simple
|
||||
lwp-trivial
|
||||
Magnet
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
magpie-crawler
|
||||
Majestic SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
MegaIndex.ru
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MJ12bot
|
||||
Mojeek
|
||||
Mr.4x3
|
||||
MS Web Services Client Protocol
|
||||
MIIxpc
|
||||
Morfeus Fucking Scanner
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Nameprotect
|
||||
Needle
|
||||
NearSite
|
||||
Nessus
|
||||
NetAnts
|
||||
NetLyzer
|
||||
NetMechanic
|
||||
NetSpider
|
||||
Nettrack
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetZIP
|
||||
NICErsPRO
|
||||
NextGenSearchBot
|
||||
Niki-bot
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Ninja
|
||||
NPbot
|
||||
Octopus
|
||||
OpenLinkProfiler
|
||||
OrangeBot
|
||||
OrangeSpider
|
||||
Offline Navigator
|
||||
OnCrawl
|
||||
Openfind
|
||||
Openvas
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
Pandalytics
|
||||
PageAnalyzer
|
||||
PageScorer
|
||||
Panscient
|
||||
Papa Foto
|
||||
pcBrowser
|
||||
Pimonster
|
||||
PECL::HTTP
|
||||
PeoplePal
|
||||
PHPCrawl
|
||||
Picscout
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pi-Monster
|
||||
PleaseCrawl
|
||||
POE-Component-Client-HTTP
|
||||
plumanalytics
|
||||
Pockey
|
||||
ProPowerBot
|
||||
Psbot
|
||||
Pump
|
||||
QueryN Metasearch
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
Quick-Crawler
|
||||
RankFlex
|
||||
RankingBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
Ripper
|
||||
SalesIntelligent
|
||||
ReGet
|
||||
RocketCrawler
|
||||
s1z.ru
|
||||
ScanAlert
|
||||
scan.lol
|
||||
Scrapy
|
||||
Screaming
|
||||
Searchestate
|
||||
SEOkicks
|
||||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SEOstats
|
||||
serpstatbot
|
||||
Shodan
|
||||
Sitebeam
|
||||
SiteExplorer
|
||||
Siteimprove
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
Sitevigil
|
||||
SlySearch
|
||||
Snake
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
Sogou web spider
|
||||
Sociscraper
|
||||
sogouspider
|
||||
Sosospider
|
||||
SpaceBison
|
||||
Spammen
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
Sqworm
|
||||
Steeler
|
||||
Sucuri
|
||||
SuperBot
|
||||
Stripper
|
||||
Sucker
|
||||
SuperHTTP
|
||||
Swiftbot
|
||||
Surfbot
|
||||
Suzuran
|
||||
Szukacz
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
Teleport
|
||||
TeleportPro
|
||||
TheNomad
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
True_Robot
|
||||
Typhoeus
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
Twice
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy Warning
|
||||
Vacuum
|
||||
Vagabondo
|
||||
VB Project
|
||||
VCI
|
||||
VidibleScraper
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voil
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WASALive-Bot
|
||||
Webalta
|
||||
WebAuto
|
||||
Web Auto
|
||||
WebCollage
|
||||
Web Collage
|
||||
WebCopier
|
||||
WEBDAV
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
Web Fetch
|
||||
WebFuck
|
||||
WebGo IS
|
||||
WebLeacher
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
WebSauger
|
||||
Web Sauger
|
||||
WebsiteExtractor
|
||||
WebsiteQuester
|
||||
WebStripper
|
||||
Website Quester
|
||||
Webster
|
||||
WebSucker
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
WebZIP
|
||||
Who.is Bot
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wprecon
|
||||
WPScan
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
xpymep1.exe
|
||||
Zauba
|
||||
zauba.io
|
||||
Zermelo
|
||||
Zeus
|
||||
ZmEu
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
404checker
|
||||
404enemy
|
||||
80legs
|
||||
Aboundex
|
||||
AIBOT
|
||||
Alexibot
|
||||
AllSubmitter
|
||||
AlphaBot
|
||||
Asterias
|
||||
Attach
|
||||
Aboundexbot
|
||||
Acunetix
|
||||
Anarchie
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
autoemailspider
|
||||
BackDoorBot
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
BackWeb
|
||||
Bandit
|
||||
Barkrowler
|
||||
BatchFTP
|
||||
BDCbot
|
||||
BetaBot
|
||||
Battleztar Bazinga
|
||||
Bigfoot
|
||||
Blackboard
|
||||
Black Hole
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Blow
|
||||
Bolt
|
||||
BotALot
|
||||
Brandprotect
|
||||
Brandwatch
|
||||
Buddy
|
||||
BuiltWith
|
||||
BuzzSumo
|
||||
CATExplorador
|
||||
CazoodleBot
|
||||
Calculon
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Cliqzbot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Collector
|
||||
Copier
|
||||
Copyscape
|
||||
crawler.feedback
|
||||
Cogentbot
|
||||
CopyRightCheck
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
CSHttp
|
||||
DatabaseDriverMysqli
|
||||
DataCha0s
|
||||
Crescent
|
||||
CrunchBot
|
||||
Custo
|
||||
demandbase-bot
|
||||
Deusu
|
||||
Demon
|
||||
Devil
|
||||
DigitalPebble
|
||||
Dirbuster
|
||||
Discoverybot
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
Digincore
|
||||
Disco
|
||||
Discobot
|
||||
Dispatch
|
||||
DomainStatsBot
|
||||
Download Wonder
|
||||
Dragonfly
|
||||
DTS Agent
|
||||
Ebingbong
|
||||
ECCP/1.0
|
||||
eCatch
|
||||
EirGrabber
|
||||
EMail Wolf
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
Evil
|
||||
ExtractorPro
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
Ezooms
|
||||
FDM
|
||||
FlashGet
|
||||
Foobot
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
Firefox/7.0
|
||||
Freeuploader
|
||||
FyberSpider
|
||||
GalaxyBot
|
||||
Genieo
|
||||
Getintent
|
||||
GetRight
|
||||
Gigablast
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Gotit
|
||||
GoZilla
|
||||
Grabber
|
||||
Grafula
|
||||
GrapeshotCrawler
|
||||
GT::WWW
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
Harvest
|
||||
Havij
|
||||
Humanlinks
|
||||
Heritrix
|
||||
HTMLparser
|
||||
HTTrack
|
||||
HybridBot
|
||||
Iblog
|
||||
IDBot
|
||||
IlseBot
|
||||
Image Fetch
|
||||
Image Sucker
|
||||
Indy Library
|
||||
InfoTekies
|
||||
instabid
|
||||
Intelliseek
|
||||
Internet Ninja
|
||||
InternetSeer
|
||||
ips-agent
|
||||
internetVista monitor
|
||||
Iria
|
||||
JamesBOT
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
JetCar
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jorgee
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LeechGet
|
||||
Lftp
|
||||
LeechFTP
|
||||
LexiBot
|
||||
Libwhisker
|
||||
Lightspeedsystems
|
||||
Likse
|
||||
Linkdexbot
|
||||
LinkScan
|
||||
LinkWalker
|
||||
LinksManager
|
||||
LinqiaMetadataDownloaderBot
|
||||
Lipperhey
|
||||
Lmspider
|
||||
lwp-request
|
||||
lwp-trivial
|
||||
LinqiaRSSBot
|
||||
Magnet
|
||||
Majestic12
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic SEO
|
||||
MarkWatch
|
||||
Masscan
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
Mass Downloader
|
||||
MauiBot
|
||||
mediawords
|
||||
Metauri
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
Mister PiX
|
||||
Mojeek
|
||||
Mr.4x3
|
||||
MSIECrawler
|
||||
MS Web Services Client Protocol
|
||||
MSFrontPage
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Name Intelligence
|
||||
Nameprotect
|
||||
NearSite
|
||||
netEstate NE Crawler
|
||||
NetMechanic
|
||||
Net Vampire
|
||||
Netvibes
|
||||
Nibbler
|
||||
NetLyzer
|
||||
NetSpider
|
||||
NetZIP
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Nikto
|
||||
Nimbostratus
|
||||
Ninja
|
||||
Nmap
|
||||
NimbleCrawler
|
||||
NPbot
|
||||
Nutch
|
||||
Octopus
|
||||
Offline Navigator
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
Offline Explorer
|
||||
Openvas
|
||||
OpenVAS
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageAnalyzer
|
||||
PageGrabber
|
||||
Page Analyzer
|
||||
page scorer
|
||||
Pandalytics
|
||||
Papa Foto
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PeoplePal
|
||||
Picscout
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
PleaseCrawl
|
||||
Pockey
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Psbot
|
||||
PxBroker
|
||||
PyCurl
|
||||
RankActive
|
||||
QueryN Metasearch
|
||||
RankFlex
|
||||
RankingBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
ReGet
|
||||
RepoMonkey
|
||||
Reaper
|
||||
Ripper
|
||||
RocketCrawler
|
||||
SBIder
|
||||
ScanAlert
|
||||
Scanbot
|
||||
ScoutJet
|
||||
scan.lol
|
||||
Scrapy
|
||||
SEOkicks
|
||||
Seomoz
|
||||
seoscanners
|
||||
Screaming
|
||||
Searchestate
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOkicks-Robot
|
||||
SEOlyticsCrawler
|
||||
serpstatbot
|
||||
Siphon
|
||||
SISTRIX
|
||||
Sitebeam
|
||||
Siteimprove
|
||||
SiteExplorer
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SlySearch
|
||||
SmartDownload
|
||||
SMTBot
|
||||
Snapbot
|
||||
SocialRankIOBot
|
||||
SpaceBison
|
||||
SpankBot
|
||||
Sociscraper
|
||||
Spanner
|
||||
Spbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
spyfu
|
||||
Sqlworm
|
||||
Stripper
|
||||
SuperBot
|
||||
Sqlmap
|
||||
Sucker
|
||||
SuperHTTP
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
sysscan
|
||||
T8Abot
|
||||
Szukacz
|
||||
Teleport
|
||||
TeleportPro
|
||||
Telesoft
|
||||
TheNomad
|
||||
Thumbor
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
True_Robot
|
||||
Turingos
|
||||
TwengaBot
|
||||
Typhoeus
|
||||
Twice
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
VoidEYE
|
||||
Vagabondo
|
||||
VB Project
|
||||
Voil
|
||||
Wallpapers/3.0
|
||||
WallpapersHD
|
||||
WebAuto
|
||||
Web Auto
|
||||
WebBandit
|
||||
WebCollage
|
||||
Web Collage
|
||||
WebEnhancer
|
||||
WEBDAV
|
||||
WebFetch
|
||||
Web Fetch
|
||||
Web Fuck
|
||||
WebLeacher
|
||||
WebmasterWorldForumBot
|
||||
WebGo IS
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
WebReaper
|
||||
Web Sauger
|
||||
Webshag
|
||||
WebSauger
|
||||
WebsiteExtractor
|
||||
WebsiteQuester
|
||||
WebSucker
|
||||
WeSEE
|
||||
Wotbox
|
||||
Wprecon
|
||||
Website Quester
|
||||
Webster
|
||||
Web Sucker
|
||||
WebZIP
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Woobot
|
||||
WPScan
|
||||
WWW-Mechanize
|
||||
WWW-Collector-E
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
Xaldon WebSpider
|
||||
Xenu
|
||||
Zauba
|
||||
Zade
|
||||
zauba.io
|
||||
Zeus
|
||||
zgrab
|
||||
Zitebot
|
||||
ZumBot
|
||||
ZyBorg
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
atout-energie-69.com
|
||||
avirasecureserver.com
|
||||
beetpics.pw
|
||||
bestwrinklecreamnow.com
|
||||
bio-japan.net
|
||||
bitporno.sx
|
||||
blackhatworth.com
|
||||
blogqpot.com
|
||||
bmsco.co
|
||||
boeuklad.com
|
||||
bouda.kvalitne.cz
|
||||
brainboosting.club
|
||||
bristolhostel.com
|
||||
b-styles.xyz
|
||||
bwlx.prepedu.cn
|
||||
cartierreplica.pw
|
||||
cementaresearch.se
|
||||
cenoval.ru
|
||||
chimiver.info
|
||||
cicaki.net
|
||||
clipartnew.com
|
||||
compliance-barak.top
|
||||
compliance-julia.top
|
||||
creditnation.ru
|
||||
ddlmega.net
|
||||
driving.kiev.ua
|
||||
erotiktreff24.info
|
||||
evaashop.ru
|
||||
findthe.pet
|
||||
floridahuntingfishingadventures.com
|
||||
forex.osobye.ru
|
||||
fotzen-ficken.com
|
||||
fr-bearings.ru
|
||||
gelezki.com
|
||||
googglet.com
|
||||
gotwebsite1.com
|
||||
heroz.fr
|
||||
hustoon.over-blog.com
|
||||
ibmdatamanagement.co
|
||||
itis4you.com
|
||||
johnrobertsoninc.com
|
||||
ketrzyn.pl
|
||||
kurbappeal.info
|
||||
live-cam6.info
|
||||
loadingpages.me
|
||||
lookingglassemb.com
|
||||
luxup.ru
|
||||
lyrster.com
|
||||
macotool.com
|
||||
mainhp.net
|
||||
mriyadh.com
|
||||
mturkcontent.com
|
||||
onlineku.com
|
||||
orgasmus-virtual.com
|
||||
pandarastore.top
|
||||
perm-profnastil.ru
|
||||
pizza-imperia.com
|
||||
podshipniki-nsk.ru
|
||||
24videos.tv
|
||||
7search.com
|
||||
adbetclickin.pink
|
||||
adultfullhd.com
|
||||
alif-ba-ta.com
|
||||
apiallgeniusinfo-a.akamaihd.net
|
||||
aproposde.com
|
||||
atmagroup.ru
|
||||
autochoixspinelli.com
|
||||
avon-novosib.ru
|
||||
azlex.uz
|
||||
bag77.ru
|
||||
bard-real.com.ua
|
||||
blackcurranthumidifiers.site
|
||||
blog.f00kclan.de
|
||||
buypuppies.ca
|
||||
canacopegdl.com
|
||||
cfacarrosserie74.com
|
||||
chatroulette.si
|
||||
chlooe.com
|
||||
compliance-george.top
|
||||
compliance-mary.top
|
||||
counterbot.com
|
||||
dailyfinancefix.com
|
||||
delta-line.men
|
||||
design-lands.ru
|
||||
devochki.top
|
||||
drev.biz
|
||||
drugstoreforyou.com
|
||||
ekto.ee
|
||||
eralph.tk
|
||||
europages.com.ru
|
||||
freecamdollars.com
|
||||
freshmac.space
|
||||
gael-s.ru
|
||||
gagrasector.ru
|
||||
ggiaro.com
|
||||
golfresa.lucania.se
|
||||
gotorussia.com
|
||||
gourcy.altervista.org
|
||||
ico.re
|
||||
images-graphics-pics.com
|
||||
imguramx.pw
|
||||
interior-stickers.ru
|
||||
iomoio.net
|
||||
itag.pw
|
||||
jagg.info
|
||||
lsex.xyz
|
||||
lsp-awak-perikanan.com
|
||||
mediaoffers.click
|
||||
medicineseasybuy.com
|
||||
mensandals.xyz
|
||||
minet.club
|
||||
mixx.com
|
||||
montredemarque.nl
|
||||
myplaycity.com
|
||||
okmusic.jp
|
||||
panchro.co.uk
|
||||
pinstake.com
|
||||
pliks.pl
|
||||
pornophoto.xyz
|
||||
pourvous.info
|
||||
powc.r.ca.d.sendibm2.com
|
||||
preparevideosafesystem4unow.space
|
||||
princeadvantagesales.com
|
||||
promgirldresses.xyz
|
||||
pussysaga.com
|
||||
py100.ru
|
||||
registry-clean-up.net
|
||||
reimageplus.com
|
||||
rfd-split.hr
|
||||
rosbalt.com.ua
|
||||
rubbed.us
|
||||
sadaholding.com
|
||||
scat.porn
|
||||
sexreliz.com
|
||||
si-unique.com
|
||||
skutecznetabletkinaporostwlosow.pl
|
||||
spy-sts.com
|
||||
startwp.org
|
||||
stretchmate.net
|
||||
swinon.site
|
||||
titslove.yopoint.in
|
||||
tizanidinecost.blogspot.com
|
||||
tizanidinevssoma.blogspot.com
|
||||
token-lab.org
|
||||
topcar-krasnodar.ru
|
||||
trk-4.net
|
||||
tyumen.xrus.org
|
||||
vesnatehno.com
|
||||
vip-dom.in
|
||||
vitalads.net
|
||||
pregnant.guru
|
||||
rabot.host.sk
|
||||
rangoman.date
|
||||
ranksonic.org
|
||||
scanner-john.top
|
||||
seoheap.com
|
||||
sergiorossistore.online
|
||||
sethrollins.net
|
||||
social-search.me
|
||||
solicita.info
|
||||
sprttrack.com
|
||||
ssconstruction.co
|
||||
stuff-about-money.com
|
||||
szamponrevita.pl
|
||||
tehngr.ru
|
||||
tizanidine4mg.blogspot.com
|
||||
tizanidineonline.blogspot.com
|
||||
toondinsey.com
|
||||
traffmonster.info
|
||||
ufa.xrus.org
|
||||
vancleefreplica.pw
|
||||
vchulkax.com
|
||||
viddyoze.com
|
||||
villacoloniale.com
|
||||
voloomoney.com
|
||||
vriel.batcave.net
|
||||
vucms.com
|
||||
website-speed-check.site
|
||||
wikes.20fr.com
|
||||
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai
|
||||
xn----9sbebi2bvzr7h.xn--p1ai
|
||||
xn--b1adccaf1bzj.xn--p1ai
|
||||
yhit.press
|
||||
youporn-forum.ga
|
||||
you-shall-not-pass.is74.ru
|
||||
znakomstvaonlain.ru
|
||||
wallpapers-best.com
|
||||
warningzscaler.heraeus.com
|
||||
website-audit.com.ua
|
||||
westvilletowingservices.co.za
|
||||
whipme.yopoint.in
|
||||
writingservices17.blogspot.ru
|
||||
wwwadultcheck.com
|
||||
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai
|
||||
yellowads.men
|
||||
youtuhe.com
|
||||
zocaparj.kz
|
||||
zrelaya.pw
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
|||
0912701309f8ce.com
|
||||
12u.info
|
||||
256bit.by
|
||||
1adult.com
|
||||
1-free-share-buttons.com
|
||||
28n2gl3wfyb0.ru
|
||||
2itech.ru
|
||||
2rich4bitches.com
|
||||
4inn.ru
|
||||
51.la
|
||||
6hopping.com
|
||||
activepr.ru
|
||||
add-add.men
|
||||
adventureparkcostarica.com
|
||||
aksonural.ru
|
||||
7xc4n.com
|
||||
991mostfm.co.id
|
||||
acgs.tk
|
||||
acortarurl.es
|
||||
adbetclickin.pink
|
||||
akuhni.by
|
||||
alert-fjg.xyz
|
||||
alienwheels.de
|
||||
allnews24.in
|
||||
alevinefesleri.com
|
||||
aliexpresscashback.club
|
||||
alldubai.biz
|
||||
allstatesugarbowl.org
|
||||
amanda-porn.ga
|
||||
ameblo.jp
|
||||
apartmentratings.com
|
||||
appiq.mobi
|
||||
amigobulls.com
|
||||
anonymous-redirect.com
|
||||
antons-transporte.de
|
||||
apiholdingmypage-a.akamaihd.net
|
||||
apiluckyleapnet-a.akamaihd.net
|
||||
apiportalmorecom-a.akamaihd.net
|
||||
apple.com-cleaner.systems
|
||||
aramaicmedia.org
|
||||
artpicso.com
|
||||
asseenontv.ru
|
||||
auto.rusvile.lt
|
||||
aviva-limoux.com
|
||||
axbocz.net
|
||||
ayodhya.co
|
||||
back.dog
|
||||
bannertesting.com
|
||||
bazaronline24.ru
|
||||
bestdooz.com
|
||||
bestempresas.es
|
||||
bestkfiledxd.cf
|
||||
best-seo-solution.com
|
||||
bezlimitko.xyz
|
||||
binaryoptionscops.info
|
||||
birzha-truda.eu
|
||||
bloggerads.net
|
||||
bonvillan.com
|
||||
bronzeaid-a.akamaihd.net
|
||||
buyessay3.blogspot.ru
|
||||
callawaygolfoutlet.online
|
||||
arendas.net
|
||||
as5000.com
|
||||
atout-energie-69.com
|
||||
audiobangout.com
|
||||
auto4style.ru
|
||||
avek.ru
|
||||
baksman.com
|
||||
big-cash.net
|
||||
bizfly.info
|
||||
blagovest-med.ru
|
||||
bloke.com
|
||||
boltalko.xyz
|
||||
b-styles.xyz
|
||||
bumskontakte.org
|
||||
cacheimages.com
|
||||
cam-kontakte.org
|
||||
cand.jp
|
||||
canyougethighofftizanidine.blogspot.com
|
||||
capacitacionyaprendizaje.com
|
||||
carina-sy.de
|
||||
carsplate.com
|
||||
cascadelink.org
|
||||
casite-513049.cloudaccess.net
|
||||
cdnnetwok.xyz
|
||||
c-english.ru
|
||||
cheapjerseysfootballshop.com
|
||||
chee-by.biz
|
||||
clodo.ru
|
||||
club-samodelkin.ru
|
||||
compliance-andrew.xyz
|
||||
comsysnet.com
|
||||
cookie-law-enforcement-ff.xyz
|
||||
courtshipgift.com
|
||||
crazyprotocol.com
|
||||
cvety24.by
|
||||
dairyindia.in
|
||||
darkages.info
|
||||
dawlenie.com
|
||||
dev-seo.blog
|
||||
digital-sale.su
|
||||
dnepr-avtospar.com.ua
|
||||
dptaughtme.com
|
||||
efkt.jp
|
||||
ege-russian.ru
|
||||
ekaterinburg.xrus.org
|
||||
elektrozigarette2.wordpressy.pl
|
||||
elvenmachine.com
|
||||
esnm.ru
|
||||
eu-cookie-law.blogspot.com
|
||||
excitacion.info
|
||||
expertblog.info
|
||||
faz99.com
|
||||
femmesdenudees.com
|
||||
finansov.info
|
||||
findacheaplawyers.com
|
||||
findsexguide.com
|
||||
flagcounter.me
|
||||
flashahead.info
|
||||
forum-engineering.ru
|
||||
foxinsocks.ru
|
||||
cayado.snn.gr
|
||||
cejewelry.xyz
|
||||
cerev.info
|
||||
cheap-pills-norx.com
|
||||
cheapwebsitehoster.com
|
||||
checktext.org
|
||||
chinajerseyswholesalecoupons.com
|
||||
collegerentals.com
|
||||
compliance-jessica.top
|
||||
compliance-josh.top
|
||||
craftinsta.ru
|
||||
danschawbel.com
|
||||
darmebel.com.ua
|
||||
delfin-aqua.com.ua
|
||||
dinosaurus.site
|
||||
discovertreasure-a.akamaihd.net
|
||||
discovertreasurenow.com
|
||||
dkvorota.ru
|
||||
dogsrun.net
|
||||
domoysshop.ru
|
||||
dostavka-v-ukrainu.ru
|
||||
downloadmefiranaratb1972.xpg.com.br
|
||||
droidlook.net
|
||||
eandsgallery.com
|
||||
easyshoppermac.com
|
||||
ebooknovel.club
|
||||
enge-fotzen.info
|
||||
erot.co
|
||||
erotik0049.com
|
||||
exoclick.com
|
||||
eyessurgery.ru
|
||||
fefo.gdn
|
||||
ferieboligkbh.dk
|
||||
filmgo.ru
|
||||
findthe.pet
|
||||
flashbannernow.com
|
||||
flauntyoursite.com
|
||||
florida-tourism.net
|
||||
forodvd.com
|
||||
forpackningsutveckling.se
|
||||
fototravel.eu
|
||||
free411games.com
|
||||
freecamdollars.com
|
||||
free-share-buttons.com
|
||||
freshberry.com.ua
|
||||
freshmac.space
|
||||
freza-sverlo.ru
|
||||
gembird.com
|
||||
getdot.ru
|
||||
getprismatic.com
|
||||
gg.zzyjxs.com
|
||||
gigapeta.com
|
||||
gkvector.ru
|
||||
glopages.ru
|
||||
go2mike.ru
|
||||
gowreckdiving.com
|
||||
gta-top.ru
|
||||
guitar-master.org
|
||||
hasfun.com
|
||||
gamerscorps.com
|
||||
getoutofdebtfree.org
|
||||
global-ics.co.za
|
||||
gnuetella.com
|
||||
graphicwe.org
|
||||
gsasearchengineranker.site
|
||||
harmonyglen.us
|
||||
havepussy.com
|
||||
headpress.ru
|
||||
hermesreplica.win
|
||||
hobbyhuren24.net
|
||||
homedecorpicture.us
|
||||
hotblognetwork.com
|
||||
i4track.net
|
||||
ilikevitaly.com
|
||||
ilovevitaly.ru
|
||||
imitex-plus.ru
|
||||
infazavr.ru
|
||||
invivo.hu
|
||||
iqbazar.ru
|
||||
istmira.ru
|
||||
james13prix.info
|
||||
hitsbox.info
|
||||
homeandhealth.ru
|
||||
hotkeys.com
|
||||
ido3.com
|
||||
imabase.com
|
||||
imagerydatabase.com
|
||||
imgata.com
|
||||
imperia31.ru
|
||||
interfucks.net
|
||||
jav-fetish.com
|
||||
javxxx18.com
|
||||
jerseyswholesalechinalimited.com
|
||||
jobmarket.com.ua
|
||||
johannesburgsingles.co.za
|
||||
keki.info
|
||||
kiwe-analytics.com
|
||||
klikbonus.com
|
||||
klumba55.ru
|
||||
knogg.net
|
||||
krasnodar.xrus.org
|
||||
kretpicf.pw
|
||||
la-fa.ru
|
||||
landmania.ru
|
||||
laparfumotec.com
|
||||
letslowbefast.site
|
||||
libertybilisim.com
|
||||
lifebyleese.com
|
||||
lion.conboy.us
|
||||
loginduepunti.it
|
||||
lulea-auktionsverk.se
|
||||
lutherstable.org
|
||||
mailemedicinals.com
|
||||
mainlinehobby.net
|
||||
marmitaco.cat
|
||||
marsgatan.com
|
||||
max-eclat.men
|
||||
max-p.men
|
||||
medicinacom.ru
|
||||
kakadu-interior.com.ua
|
||||
kemerovo.zrus.org
|
||||
kichenaid.ru
|
||||
kochanelli.com
|
||||
kollesa.ru
|
||||
konkursowo-24.pl
|
||||
kosmetyki.tm.pl
|
||||
kreativperlen.ch
|
||||
kredit-blog.ru
|
||||
ku6.com
|
||||
kvartira-sutochno.com
|
||||
labelwater.se
|
||||
lancheck.net
|
||||
lashstudia.ru
|
||||
lazymanyoga.com
|
||||
ledpolice.ru
|
||||
lignofix.ua
|
||||
linerdrilling.com
|
||||
link.ac
|
||||
livingroomdecor.info
|
||||
lockerz.com
|
||||
lsex.xyz
|
||||
lyrics.home-task.com
|
||||
machicon-ueno.info
|
||||
mansiondelrio.co
|
||||
mediawhirl.net
|
||||
meduza-consult.ru
|
||||
megaindex.ru
|
||||
merryhouse.co.uk
|
||||
mobifunapp.weebly.com
|
||||
modnie-futbolki.net
|
||||
myyour.eu
|
||||
newstaffadsshop.club
|
||||
megaapteka.ru
|
||||
mister-shop.com
|
||||
mncrftpcs.com
|
||||
mobsfun.net
|
||||
monarchfind-a.akamaihd.net
|
||||
moviemail-online.co.uk
|
||||
mturkcontent.com
|
||||
myanyone.net
|
||||
mycaf.it
|
||||
naval.jislaaik.com
|
||||
newyorkhotelsmotels.info
|
||||
nextbackgroundcheck.gq
|
||||
nfljerseyscheapbiz.us
|
||||
nicefloor.co.uk
|
||||
nl.netlog.com
|
||||
nordvpn.com
|
||||
nuit-artisanale.com
|
||||
ohmyrings.com
|
||||
o-o-8-o-o.com
|
||||
openlibrary.org
|
||||
panchro.co.uk
|
||||
parfusale.se
|
||||
paydayonlinecom.com
|
||||
perfectpracticeweb.com
|
||||
perso.wanadoo.es
|
||||
phuketscreen.com
|
||||
picsforkeywordsuggestion.com
|
||||
pillscheap24h.com
|
||||
pizdopletka.club
|
||||
pl.aasoldes.fr
|
||||
plastgranar.nu
|
||||
playtap.us
|
||||
pl-top.pl
|
||||
pontiacsolstice.info
|
||||
pornophoto.xyz
|
||||
pornoreino.com
|
||||
ngps1.ru
|
||||
nordstar.pro
|
||||
normalegal.ru
|
||||
novatech.vn
|
||||
nullrefer.com
|
||||
okmusic.jp
|
||||
panchro.xyz
|
||||
pawli.eu
|
||||
pipki.r.acdnpro.com
|
||||
pixshark.com
|
||||
pokemongooo.ml
|
||||
pornobrazzers.biz
|
||||
poshiv-chehol.ru
|
||||
pozdravleniya-c.ru
|
||||
pricheski-video.com
|
||||
princevc.com
|
||||
priora-2.com
|
||||
prom23.ru
|
||||
raschtextil.com.ua
|
||||
rennlist.com
|
||||
runstocks.com
|
||||
russintv.fr
|
||||
sale-japan.com
|
||||
sanjosestartups.com
|
||||
savefrom.com
|
||||
savetubevideo.com
|
||||
scalerite.co.za
|
||||
school-diplomat.ru
|
||||
seofied.com
|
||||
sex-watch.com
|
||||
shillyourcoins.com
|
||||
simpoed.ufop.br
|
||||
slomm.ru
|
||||
slowmac.tech
|
||||
slutloadlive.com
|
||||
smartadserver.com
|
||||
smartshoppymac.com
|
||||
snworks.com
|
||||
solution4u.com
|
||||
spidtest.org
|
||||
sr-rekneskap.no
|
||||
stairliftsarea.com
|
||||
stanthonyscatholicchurch.org
|
||||
strangeduckfilms.com
|
||||
survival.betteroffers.review
|
||||
tackletarts.co
|
||||
thebitcoincode.com
|
||||
thegalerie.eu
|
||||
thin.me.pn
|
||||
titangel-vietnam.com
|
||||
tizanidinehcl2mg.blogspot.com
|
||||
tizanidineorflexeril.blogspot.com
|
||||
tizanidinestreetvalue.blogspot.com
|
||||
tizanidinezanaflex.blogspot.com
|
||||
tmearegion26.com
|
||||
toloka.hurtom.com
|
||||
topshef.ru
|
||||
torrent-to-magnet.com
|
||||
tpu.ru
|
||||
tradedeals.biz
|
||||
tsyndicate.com
|
||||
turbodsp.com
|
||||
turizm.bz
|
||||
turkeyreport.tk
|
||||
turvgori.ru
|
||||
twinderbella.com
|
||||
tzritel.tk
|
||||
udsgame.online
|
||||
uptime-delta.net
|
||||
usdx.us
|
||||
vclicks.net
|
||||
vellings.info
|
||||
via-energy-cumpara.com
|
||||
video--production.com
|
||||
vipsiterip.org
|
||||
vizag.kharkov.ua
|
||||
pronorm.fr
|
||||
prosmibank.ru
|
||||
psvita.ru
|
||||
purchasepillsnorx.com
|
||||
rankings-analytics.com
|
||||
recordpage-a.akamaihd.net
|
||||
reeyanaturopathy.com
|
||||
remont-fridge-tv.ru
|
||||
risparmiocasa.bz.it
|
||||
roma-kukareku.livejournal.com
|
||||
ryetaw.com
|
||||
scanner-barak.top
|
||||
scanner-jessica.top
|
||||
scanner-mary.top
|
||||
schoolfiles.net
|
||||
searchaddis.com
|
||||
searchinterneat-a.akamaihd.net
|
||||
seksotur.ru
|
||||
seo-platform.com
|
||||
servicecenter.co.ua
|
||||
s-forum.biz
|
||||
shitmovs.com
|
||||
sildenafilcitratemed.com
|
||||
skladvaz.ru
|
||||
skyway24.ru
|
||||
smsactivator.ru
|
||||
sofit-dmd.ru
|
||||
space4updating.win
|
||||
spylog.com
|
||||
styro.ru
|
||||
summerlinhomes411.info
|
||||
svolze.com
|
||||
swimpool.ca
|
||||
tasteidea.com
|
||||
teguh.info
|
||||
tfxiq.com
|
||||
thebluffs.com
|
||||
titelhelden.eu
|
||||
tizanidineduringpregnancy.blogspot.com
|
||||
tizanidinehcl2mgsideeffects.blogspot.com
|
||||
toondinsey.com
|
||||
topmira.com
|
||||
torrent-newgames.com
|
||||
toursmaps.com
|
||||
trafficjunky.com
|
||||
trafficmania.com
|
||||
trion.od.ua
|
||||
truck-land.life
|
||||
try-rx.com
|
||||
ttsq.fr
|
||||
tupper-posuda.ru
|
||||
twincitiescarservice.com
|
||||
ugogo.info
|
||||
umg-stroy.ru
|
||||
ural-buldozer.ru
|
||||
viagengrarx.com
|
||||
videochat.life
|
||||
vikistars.com
|
||||
vipms.ru
|
||||
vipromoffers.com
|
||||
vpnhowto.info
|
||||
vpnmouse.com
|
||||
vykup-avto-krasnodar.ru
|
||||
watch-movies.ru
|
||||
webinstantservice.com
|
||||
weprik.ru
|
||||
wholesalejerseysgaa.com
|
||||
windowssearch-exp.com
|
||||
wingsofrefuge.net
|
||||
website-datenbank.de
|
||||
wholesalenfljerseys.us.com
|
||||
womama.ru
|
||||
world-mmo.com
|
||||
woweb.com.ua
|
||||
ww2awards.info
|
||||
www.kabbalah-red-bracelets.com
|
||||
xchat26.myfreecams.com
|
||||
xedserver.com
|
||||
xlovecam.com
|
||||
x-musics.com
|
||||
xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks
|
||||
xtubeporno.net
|
||||
xxart.ru
|
||||
yogamatsexpert.com
|
||||
youbloodyripper.com
|
||||
yunque.pluto.ro
|
||||
zaapplesales.blogspot.com
|
||||
zaidia.xhost.ro
|
||||
zigarettenonlinekaufen1.bloog.pl
|
||||
workle.website
|
||||
wpthemedetector.co.uk
|
||||
xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
|
||||
xn----itbeirbjbi7bc6bh2d.xn--p1ai
|
||||
x-porno.video
|
||||
x-stars.ru
|
||||
xxxkaz.org
|
||||
yourserverisdown.com
|
||||
zapiszto.pl
|
||||
zarepta.com
|
||||
zastenchivosti.net
|
||||
zigarettenonlinekaufen.tumblr.com
|
||||
zvetki.ru
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
127.0.0.1 0;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1632
|
||||
#### Version: V4.2019.06.1633
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1632
|
||||
#### Version: V4.2019.06.1633
|
||||
#### Bad Referrer Count: 6713
|
||||
#### 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)
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1632
|
||||
#### Version: V4.2019.06.1633
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1632
|
||||
#### Version: V4.2019.06.1633
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:38 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:39 SAST 2019
|
||||
### Version: V3.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:21 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
@ -7728,29 +7728,6 @@ geo $validate_client {
|
|||
54.242.250.203 1;
|
||||
# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ****************************
|
||||
# Known Bad IP's and IP Ranges
|
||||
# *************************************************
|
||||
# Blacklist IP addresses and IP Ranges Customizable
|
||||
# *************************************************
|
||||
|
||||
# BLACKLIST all your IP addresses and Ranges using the new include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# Custom Blacklisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside blacklist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# ********************************************************************
|
||||
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ********************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ******************************************************************
|
||||
|
||||
# *********************************************************************************************
|
||||
# KNOWN BAD IP ADDRESSES
|
||||
# Source: https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses
|
||||
|
@ -17759,27 +17736,6 @@ geo $validate_client {
|
|||
46.101.115.65 1;
|
||||
# END KNOWN BAD IP ADDRESSES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ***********************************
|
||||
# Whitelist all your OWN IP addresses
|
||||
# ***********************************
|
||||
|
||||
# WHITELIST all your own IP addresses using the include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# whitelisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside whitelist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# **************************************************************************
|
||||
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# **************************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
# ****************
|
||||
# Google IP Ranges
|
||||
# ****************
|
||||
|
@ -17871,6 +17827,46 @@ geo $validate_client {
|
|||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# *************************************************
|
||||
# Blacklist IP addresses and IP Ranges Customizable
|
||||
# *************************************************
|
||||
|
||||
# BLACKLIST all your IP addresses and Ranges using the new include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# Custom Blacklisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside blacklist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# ********************************************************************
|
||||
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ********************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ******************************************************************
|
||||
|
||||
|
||||
# ***********************************
|
||||
# Whitelist all your OWN IP addresses
|
||||
# ***********************************
|
||||
|
||||
# WHITELIST all your own IP addresses using the include file below.
|
||||
# New Method Uses the include file below so that when pulling future updates your
|
||||
# whitelisted IP addresses are automatically now included for you.
|
||||
# Read Comments inside whitelist-ips.conf for customization tips.
|
||||
# Updating the main globalblacklist.conf file will not touch your custom include files
|
||||
|
||||
# **************************************************************************
|
||||
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# **************************************************************************
|
||||
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:38 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:40 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:22 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue