mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
V4.2019.06.1635 [ci skip]
This commit is contained in:
parent
b3ee0ff102
commit
426390b37b
25 changed files with 1754 additions and 1754 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
34.66.178.120 0;
|
||||
35.192.187.174 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Version: V4.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:22 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
34.66.178.120 0;
|
||||
35.192.187.174 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:26 SAST 2019
|
||||
### Version: V3.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:23 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
@ -7712,6 +7712,116 @@ map $http_referer $bad_referer {
|
|||
geo $validate_client {
|
||||
default 0;
|
||||
|
||||
# ----------------------------------------------
|
||||
# Whitelist all your OWN IP addresses and Ranges
|
||||
# ----------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
# 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
|
||||
# whitelist-ips.conf reigns supreme !!!
|
||||
# Whatever you add to whitelist-ips.conf will be whitelisted FULL STOP
|
||||
# Anything blacklisted above this line will be over-ridden by whitelist-ips.conf
|
||||
# --------------------------------------------------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# 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 ###
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
# --------------------------
|
||||
# WHITELIST Google IP Ranges
|
||||
# --------------------------
|
||||
|
||||
# START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
108.177.0.0/17 0;
|
||||
172.217.0.0/16 0;
|
||||
173.194.0.0/16 0;
|
||||
2001:4860:4000::/36 0;
|
||||
203.208.60.0/24 0;
|
||||
207.126.144.0/20 0;
|
||||
209.85.128.0/17 0;
|
||||
216.239.32.0/19 0;
|
||||
216.58.192.0/19 0;
|
||||
2404:6800:4000::/36 0;
|
||||
2607:f8b0:4000::/36 0;
|
||||
2800:3f0:4000::/36 0;
|
||||
2a00:1450:4000::/36 0;
|
||||
2c0f:fb50:4000::/36 0;
|
||||
35.192.0.0/12 0;
|
||||
64.18.0.0/20 0;
|
||||
64.233.160.0/19 0;
|
||||
64.68.80.0/21 0;
|
||||
65.52.0.0/14 0;
|
||||
66.102.0.0/20 0;
|
||||
66.249.64.0/19 0;
|
||||
72.14.192.0/18 0;
|
||||
74.125.0.0/16 0;
|
||||
# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------
|
||||
# WHITELIST Bing IP Ranges
|
||||
# ------------------------
|
||||
|
||||
# START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
131.253.21.0/24 0;
|
||||
131.253.22.0/23 0;
|
||||
131.253.24.0/21 0;
|
||||
131.253.24.0/22 0;
|
||||
131.253.32.0/20 0;
|
||||
157.54.0.0/15 0;
|
||||
157.56.0.0/14 0;
|
||||
157.60.0.0/16 0;
|
||||
199.30.16.0/24 0;
|
||||
199.30.27.0/24 0;
|
||||
207.46.0.0/16 0;
|
||||
40.112.0.0/13 0;
|
||||
40.120.0.0/14 0;
|
||||
40.124.0.0/16 0;
|
||||
40.125.0.0/17 0;
|
||||
40.74.0.0/15 0;
|
||||
40.76.0.0/14 0;
|
||||
40.80.0.0/12 0;
|
||||
40.96.0.0/12 0;
|
||||
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------------
|
||||
# WHITELIST Cloudflare IP Ranges
|
||||
# ------------------------------
|
||||
|
||||
# START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
103.21.244.0/22 0;
|
||||
103.22.200.0/22 0;
|
||||
103.31.4.0/22 0;
|
||||
104.16.0.0/12 0;
|
||||
108.162.192.0/18 0;
|
||||
131.0.72.0/22 0;
|
||||
141.101.64.0/18 0;
|
||||
162.158.0.0/15 0;
|
||||
172.64.0.0/13 0;
|
||||
173.245.48.0/20 0;
|
||||
188.114.96.0/20 0;
|
||||
190.93.240.0/20 0;
|
||||
197.234.240.0/22 0;
|
||||
198.41.128.0/17 0;
|
||||
199.27.128.0/21 0;
|
||||
2400:cb00::/32 0;
|
||||
2405:8100::/32 0;
|
||||
2405:b500::/32 0;
|
||||
2606:4700::/32 0;
|
||||
2803:f800::/32 0;
|
||||
2a06:98c0::/29 0;
|
||||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# -------------------------------------
|
||||
# BLOCK known Wordpress Theme Detectors
|
||||
# -------------------------------------
|
||||
|
@ -17782,91 +17892,6 @@ geo $validate_client {
|
|||
46.101.115.65 1;
|
||||
# END KNOWN BAD IP ADDRESSES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# --------------------------
|
||||
# WHITELIST Google IP Ranges
|
||||
# --------------------------
|
||||
|
||||
# START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
108.177.0.0/17 0;
|
||||
172.217.0.0/16 0;
|
||||
173.194.0.0/16 0;
|
||||
2001:4860:4000::/36 0;
|
||||
203.208.60.0/24 0;
|
||||
207.126.144.0/20 0;
|
||||
209.85.128.0/17 0;
|
||||
216.239.32.0/19 0;
|
||||
216.58.192.0/19 0;
|
||||
2404:6800:4000::/36 0;
|
||||
2607:f8b0:4000::/36 0;
|
||||
2800:3f0:4000::/36 0;
|
||||
2a00:1450:4000::/36 0;
|
||||
2c0f:fb50:4000::/36 0;
|
||||
35.192.0.0/12 0;
|
||||
64.18.0.0/20 0;
|
||||
64.233.160.0/19 0;
|
||||
64.68.80.0/21 0;
|
||||
65.52.0.0/14 0;
|
||||
66.102.0.0/20 0;
|
||||
66.249.64.0/19 0;
|
||||
72.14.192.0/18 0;
|
||||
74.125.0.0/16 0;
|
||||
# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------
|
||||
# WHITELIST Bing IP Ranges
|
||||
# ------------------------
|
||||
|
||||
# START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
131.253.21.0/24 0;
|
||||
131.253.22.0/23 0;
|
||||
131.253.24.0/21 0;
|
||||
131.253.24.0/22 0;
|
||||
131.253.32.0/20 0;
|
||||
157.54.0.0/15 0;
|
||||
157.56.0.0/14 0;
|
||||
157.60.0.0/16 0;
|
||||
199.30.16.0/24 0;
|
||||
199.30.27.0/24 0;
|
||||
207.46.0.0/16 0;
|
||||
40.112.0.0/13 0;
|
||||
40.120.0.0/14 0;
|
||||
40.124.0.0/16 0;
|
||||
40.125.0.0/17 0;
|
||||
40.74.0.0/15 0;
|
||||
40.76.0.0/14 0;
|
||||
40.80.0.0/12 0;
|
||||
40.96.0.0/12 0;
|
||||
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------------
|
||||
# WHITELIST Cloudflare IP Ranges
|
||||
# ------------------------------
|
||||
|
||||
# START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
103.21.244.0/22 0;
|
||||
103.22.200.0/22 0;
|
||||
103.31.4.0/22 0;
|
||||
104.16.0.0/12 0;
|
||||
108.162.192.0/18 0;
|
||||
131.0.72.0/22 0;
|
||||
141.101.64.0/18 0;
|
||||
162.158.0.0/15 0;
|
||||
172.64.0.0/13 0;
|
||||
173.245.48.0/20 0;
|
||||
188.114.96.0/20 0;
|
||||
190.93.240.0/20 0;
|
||||
197.234.240.0/22 0;
|
||||
198.41.128.0/17 0;
|
||||
199.27.128.0/21 0;
|
||||
2400:cb00::/32 0;
|
||||
2405:8100::/32 0;
|
||||
2405:b500::/32 0;
|
||||
2606:4700::/32 0;
|
||||
2803:f800::/32 0;
|
||||
2a06:98c0::/29 0;
|
||||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# -------------------------------------------------
|
||||
# BLACKLIST IP addresses and IP Ranges Customizable
|
||||
# -------------------------------------------------
|
||||
|
@ -17890,31 +17915,6 @@ geo $validate_client {
|
|||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# ----------------------------------------------
|
||||
# Whitelist all your OWN IP addresses and Ranges
|
||||
# ----------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
# 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
|
||||
# whitelist-ips.conf reigns supreme !!!
|
||||
# Whatever you add to whitelist-ips.conf will be whitelisted FULL STOP
|
||||
# Anything blacklisted above this line will be over-ridden by whitelist-ips.conf
|
||||
# --------------------------------------------------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# 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.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:26 SAST 2019
|
||||
### Version: V3.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:23 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Version: V4.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:22 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
AhrefsBot
|
||||
Asterias
|
||||
BackDoorBot
|
||||
Backlink-Ceck
|
||||
Battleztar Bazinga
|
||||
Blow
|
||||
Brandprotect
|
||||
com.plumanalytics
|
||||
Cosmos
|
||||
DIIbot
|
||||
DomainStatsBot
|
||||
ExtLinksBot
|
||||
Gigablast
|
||||
HEADMasterSEO
|
||||
Jorgee
|
||||
Larbin
|
||||
Lftp
|
||||
LinqiaScrapeBot
|
||||
Lmspider
|
||||
Microsoft URL Control
|
||||
Mojeek
|
||||
Needle
|
||||
NetMechanic
|
||||
Nimbostratus
|
||||
PageAnalyzer
|
||||
PageScorer
|
||||
PECL::HTTP
|
||||
plumanalytics
|
||||
404checker
|
||||
BlackWidow
|
||||
Cegbfeieh
|
||||
Craftbot
|
||||
CSHttp
|
||||
Curious
|
||||
Discoverybot
|
||||
Dispatch
|
||||
DnyzBot
|
||||
Express WebPictures
|
||||
Grafula
|
||||
GrapeFX
|
||||
HMView
|
||||
Iblog
|
||||
instabid
|
||||
IRLbot
|
||||
JetCar
|
||||
LinksManager
|
||||
LinqiaMetadataDownloaderBot
|
||||
magpie-crawler
|
||||
NetAnts
|
||||
Netvibes
|
||||
OnCrawl
|
||||
Pavuk
|
||||
Picscout
|
||||
Probethenet
|
||||
ProPowerBot
|
||||
Psbot
|
||||
RankFlex
|
||||
ScanAlert
|
||||
SalesIntelligent
|
||||
scan.lol
|
||||
ScoutJet
|
||||
Searchestate
|
||||
SEOkicks
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
Snoopy
|
||||
Sogou web spider
|
||||
sysscan
|
||||
Teleport
|
||||
URLy.Warning
|
||||
VidibleScraper
|
||||
WebLeacher
|
||||
WebWhacker
|
||||
WebZIP
|
||||
WISENutbot
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
Scrapy
|
||||
SEOkicks-Robot
|
||||
SeoSiteCheckup
|
||||
Snake
|
||||
sp_auditbot
|
||||
SputnikBot
|
||||
spyfu
|
||||
SuperHTTP
|
||||
Telesoft
|
||||
trendiction.com
|
||||
trendiction.de
|
||||
VeriCiteCrawler
|
||||
WallpapersHD
|
||||
Web Fetch
|
||||
Web Sauger
|
||||
Webshag
|
||||
WebStripper
|
||||
Wprecon
|
||||
WWW-Mechanize
|
||||
ZumBot
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
404checker
|
||||
ADmantX
|
||||
AhrefsBot
|
||||
AiHitBot
|
||||
Abonti
|
||||
AIBOT
|
||||
Aipbot
|
||||
Alligator
|
||||
Alexibot
|
||||
AllSubmitter
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
Asterias
|
||||
Attach
|
||||
autoemailspider
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
Badass
|
||||
BackDoorBot
|
||||
Bandit
|
||||
BatchFTP
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDCbot
|
||||
BDFetch
|
||||
BetaBot
|
||||
Bitacle
|
||||
BLEXBot
|
||||
BlowFish
|
||||
Boardreader
|
||||
Black Hole
|
||||
BlackWidow
|
||||
Brandprotect
|
||||
Brandwatch
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
BunnySlippers
|
||||
Calculon
|
||||
CazoodleBot
|
||||
BuzzSumo
|
||||
CCBot
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
Chlooe
|
||||
Cliqzbot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Cogentbot
|
||||
cognitiveseo
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Copier
|
||||
CopyRightCheck
|
||||
Copyscape
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
CrunchBot
|
||||
CSHttp
|
||||
Curious
|
||||
Custo
|
||||
DatabaseDriverMysqli
|
||||
demandbase-bot
|
||||
Deusu
|
||||
Digincore
|
||||
DigitalPebble
|
||||
DIIbot
|
||||
Discoverybot
|
||||
Dirbuster
|
||||
Disco
|
||||
Discobot
|
||||
Dispatch
|
||||
DittoSpyder
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
DomainStatsBot
|
||||
Download Wonder
|
||||
DSearch
|
||||
Drip
|
||||
EasyDL
|
||||
Ebingbong
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
evc-batch
|
||||
Exabot
|
||||
Evil
|
||||
ExtLinksBot
|
||||
Extractor
|
||||
Extreme Picture Finder
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FDM
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
Fimap
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
FyberSpider
|
||||
Flunky
|
||||
Foobot
|
||||
Freeuploader
|
||||
Genieo
|
||||
GetRight
|
||||
GetWeb
|
||||
GermCrawler
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Gotit
|
||||
Go!Zilla
|
||||
GrabNet
|
||||
Grafula
|
||||
GrapeFX
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
GrapeshotCrawler
|
||||
Harvest
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
HTTP::Lite
|
||||
Humanlinks
|
||||
IDBot
|
||||
Id-search
|
||||
IndeedBot
|
||||
Hloader
|
||||
HMView
|
||||
HTTrack
|
||||
Image Fetch
|
||||
Indy Library
|
||||
InfoTekies
|
||||
instabid
|
||||
InterGET
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iria
|
||||
IRLbot
|
||||
Iskanie
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
JetCar
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jorgee
|
||||
JustView
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Kozmosbot
|
||||
Keyword Density
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LibWeb
|
||||
Libwhisker
|
||||
LinkpadBot
|
||||
Likse
|
||||
LinkextractorPro
|
||||
LinkScan
|
||||
LinksManager
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaScrapeBot
|
||||
Lipperhey Spider
|
||||
Magnet
|
||||
lwp-request
|
||||
lwp-trivial
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mata Hari
|
||||
Majestic SEO
|
||||
MauiBot
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
mediawords
|
||||
Metauri
|
||||
MFC_Tear_Sample
|
||||
Mister PiX
|
||||
Mr.4x3
|
||||
MSFrontPage
|
||||
MSIECrawler
|
||||
muhstik-scan
|
||||
MS Web Services Client Protocol
|
||||
Musobot
|
||||
Nessus
|
||||
Name Intelligence
|
||||
Navroad
|
||||
Needle
|
||||
Netcraft
|
||||
NetLyzer
|
||||
NetSpider
|
||||
Nettrack
|
||||
Net Vampire
|
||||
NextGenSearchBot
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
Nikto
|
||||
Ninja
|
||||
NPbot
|
||||
Octopus
|
||||
Niki-bot
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
OpenLinkProfiler
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
Openvas
|
||||
PageAnalyzer
|
||||
PageGrabber
|
||||
Page Analyzer
|
||||
page scorer
|
||||
Pandalytics
|
||||
Panscient
|
||||
Papa Foto
|
||||
PageScorer
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PECL::HTTP
|
||||
Picscout
|
||||
Picsearch
|
||||
Pi-Monster
|
||||
Pixray
|
||||
plumanalytics
|
||||
Pockey
|
||||
ProWebWalker
|
||||
Psbot
|
||||
Pump
|
||||
POE-Component-Client-HTTP
|
||||
Probethenet
|
||||
ProPowerBot
|
||||
PxBroker
|
||||
PyCurl
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
ReGet
|
||||
RebelMouse
|
||||
Recorder
|
||||
RepoMonkey
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
s1z.ru
|
||||
SalesIntelligent
|
||||
SBIder
|
||||
Scanbot
|
||||
scan.lol
|
||||
Scrapy
|
||||
Searchestate
|
||||
ScoutJet
|
||||
Screaming
|
||||
SearchmetricsBot
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOkicks
|
||||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SEOkicks-Robot
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SeoSiteCheckup
|
||||
SEOstats
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
SISTRIX
|
||||
Siphon
|
||||
Siteimprove
|
||||
Sitevigil
|
||||
SmartDownload
|
||||
SMTBot
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
Sociscraper
|
||||
sogouspider
|
||||
Sogou web spider
|
||||
Sottopop
|
||||
Spammen
|
||||
SpankBot
|
||||
sp_auditbot
|
||||
spyfu
|
||||
Sqlmap
|
||||
Sqlworm
|
||||
SputnikBot
|
||||
Sqworm
|
||||
Steeler
|
||||
Stripper
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
Swiftbot
|
||||
Surfbot
|
||||
SurveyBot
|
||||
Suzuran
|
||||
sysscan
|
||||
Szukacz
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Teleport
|
||||
TeleportPro
|
||||
Toata
|
||||
Toweyabot
|
||||
Tracemyfile
|
||||
True_Robot
|
||||
Turnitin
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
TightTwatBot
|
||||
Titan
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
TurnitinBot
|
||||
Twice
|
||||
Typhoeus
|
||||
UnisterBot
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
VB Project
|
||||
VCI
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
Virusdie
|
||||
Voil
|
||||
WallpapersHD
|
||||
WBSearchBot
|
||||
WebAuto
|
||||
Webalta
|
||||
Web Auto
|
||||
WebBandit
|
||||
WEBDAV
|
||||
Web Enhancer
|
||||
Web Fetch
|
||||
WebCopier
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
WebmasterWorldForumBot
|
||||
WebReaper
|
||||
WebLeacher
|
||||
WebPix
|
||||
Web Pix
|
||||
WebSauger
|
||||
WebsiteExtractor
|
||||
WebsiteQuester
|
||||
WebSucker
|
||||
WebWhacker
|
||||
WeSEE
|
||||
Whacker
|
||||
Who.is Bot
|
||||
Webster
|
||||
WebStripper
|
||||
Web Sucker
|
||||
Whack
|
||||
Widow
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
Wonderbot
|
||||
WPScan
|
||||
Wotbox
|
||||
WWW-Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
YoudaoBot
|
||||
Zauba
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
zauba.io
|
||||
Zermelo
|
||||
zgrab
|
||||
ZmEu
|
||||
ZyBorg
|
||||
Zeus
|
||||
Zitebot
|
||||
ZumBot
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
80legs
|
||||
404checker
|
||||
404enemy
|
||||
Abonti
|
||||
Aboundexbot
|
||||
AiHitBot
|
||||
Alligator
|
||||
Anarchie
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
BackDoorBot
|
||||
BackStreet
|
||||
Acunetix
|
||||
ADmantX
|
||||
Alexibot
|
||||
BackWeb
|
||||
Badass
|
||||
Bandit
|
||||
Barkrowler
|
||||
BDCbot
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDFetch
|
||||
BetaBot
|
||||
Bigfoot
|
||||
Bitacle
|
||||
Black Hole
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Blow
|
||||
Boardreader
|
||||
Brandwatch
|
||||
Bolt
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
Bullseye
|
||||
BuzzSumo
|
||||
CazoodleBot
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Cliqzbot
|
||||
Chlooe
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Copier
|
||||
CopyRightCheck
|
||||
Copyscape
|
||||
Cosmos
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
CrazyWebCrawler
|
||||
CSHttp
|
||||
Curious
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
DigitalPebble
|
||||
Demon
|
||||
Deusu
|
||||
DIIbot
|
||||
Disco
|
||||
Discobot
|
||||
DittoSpyder
|
||||
Discoverybot
|
||||
Dispatch
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
Dotbot
|
||||
DomainStatsBot
|
||||
Dragonfly
|
||||
EasyDL
|
||||
Ebingbong
|
||||
ECCP/1.0
|
||||
EirGrabber
|
||||
EroCrawler
|
||||
Exabot
|
||||
EMail Wolf
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
FDM
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
FlashGet
|
||||
Flunky
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Firefox/7.0
|
||||
GalaxyBot
|
||||
GetWeb
|
||||
Gigablast
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Gotit
|
||||
Go-Ahead-Got-It
|
||||
GoZilla
|
||||
Go!Zilla
|
||||
Grabber
|
||||
Grafula
|
||||
GrapeshotCrawler
|
||||
GT::WWW
|
||||
HaosouSpider
|
||||
Harvest
|
||||
Heritrix
|
||||
Havij
|
||||
Hloader
|
||||
HybridBot
|
||||
Iblog
|
||||
Id-search
|
||||
IlseBot
|
||||
Image Fetch
|
||||
Image Sucker
|
||||
Indy Library
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
InterGET
|
||||
internetVista monitor
|
||||
Iskanie
|
||||
InternetSeer
|
||||
IRLbot
|
||||
JamesBOT
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
Jetty
|
||||
Joomla
|
||||
JikeSpider
|
||||
JustView
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Kozmosbot
|
||||
Larbin
|
||||
LinksManager
|
||||
LinkWalker
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
Lightspeedsystems
|
||||
LinkextractorPro
|
||||
LinkScan
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
Litemage_walker
|
||||
LNSpiderguy
|
||||
lwp-trivial
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
Ltx71
|
||||
LWP::Simple
|
||||
Magnet
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
MauiBot
|
||||
meanpathbot
|
||||
MeanPath Bot
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
MegaIndex.ru
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Mister PiX
|
||||
Metauri
|
||||
Microsoft URL Control
|
||||
MIIxpc
|
||||
MJ12bot
|
||||
Mojeek
|
||||
MSFrontPage
|
||||
MSIECrawler
|
||||
Msrabot
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Name Intelligence
|
||||
Navroad
|
||||
NearSite
|
||||
Needle
|
||||
Nessus
|
||||
NetAnts
|
||||
Netcraft
|
||||
NetLyzer
|
||||
NetMechanic
|
||||
NetSpider
|
||||
Nettrack
|
||||
Netvibes
|
||||
NetZIP
|
||||
NextGenSearchBot
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Nimbostratus
|
||||
Ninja
|
||||
Nmap
|
||||
NPbot
|
||||
Nutch
|
||||
Octopus
|
||||
OnCrawl
|
||||
OpenLinkProfiler
|
||||
oBot
|
||||
Openvas
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
OutfoxBot
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
PageAnalyzer
|
||||
page scorer
|
||||
PageGrabber
|
||||
PageScorer
|
||||
Pandalytics
|
||||
Panscient
|
||||
Papa Foto
|
||||
pcBrowser
|
||||
PECL::HTTP
|
||||
Picsearch
|
||||
Pimonster
|
||||
PleaseCrawl
|
||||
plumanalytics
|
||||
Probethenet
|
||||
ProWebWalker
|
||||
ProPowerBot
|
||||
Psbot
|
||||
Pump
|
||||
PxBroker
|
||||
PyCurl
|
||||
QueryN Metasearch
|
||||
RankFlex
|
||||
RankActive
|
||||
RankingBot
|
||||
RealDownload
|
||||
Reaper
|
||||
RebelMouse
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RankurBot
|
||||
Recorder
|
||||
RedesScrapy
|
||||
Ripper
|
||||
RocketCrawler
|
||||
SalesIntelligent
|
||||
SBIder
|
||||
ScanAlert
|
||||
Scanbot
|
||||
scan.lol
|
||||
Screaming
|
||||
Semrush
|
||||
SEOlyticsCrawler
|
||||
ScreenerBot
|
||||
SEOkicks
|
||||
Seomoz
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SeoSiteCheckup
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
Shodan
|
||||
Siphon
|
||||
SISTRIX
|
||||
Sitebeam
|
||||
SiteSnagger
|
||||
Site Sucker
|
||||
SiteExplorer
|
||||
Siteimprove
|
||||
SiteLockSpider
|
||||
Sitevigil
|
||||
SlySearch
|
||||
SMTBot
|
||||
Snapbot
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
sogouspider
|
||||
Sottopop
|
||||
SpaceBison
|
||||
SpankBot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
spyfu
|
||||
Steeler
|
||||
Stripper
|
||||
Sucker
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
Surfbot
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
TheNomad
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toata
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
Toweyabot
|
||||
Tracemyfile
|
||||
trendiction.com
|
||||
True_Robot
|
||||
TwengaBot
|
||||
Twice
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy.Warning
|
||||
URLy Warning
|
||||
Vacuum
|
||||
VB Project
|
||||
VCI
|
||||
VidibleScraper
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voil
|
||||
WallpapersHD
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WASALive-Bot
|
||||
Webalta
|
||||
WebAuto
|
||||
WebBandit
|
||||
WebEnhancer
|
||||
Web Auto
|
||||
WebCollage
|
||||
WebFuck
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
WebImageCollector
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
Webshag
|
||||
WebsiteQuester
|
||||
Webster
|
||||
WebSucker
|
||||
Web Sauger
|
||||
WebsiteExtractor
|
||||
Website Quester
|
||||
WebStripper
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
WebZIP
|
||||
WeSEE
|
||||
Widow
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Wprecon
|
||||
WPScan
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
xpymep1.exe
|
||||
YoudaoBot
|
||||
Zade
|
||||
Zauba
|
||||
Zermelo
|
||||
zgrab
|
||||
Zitebot
|
||||
ZumBot
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
00it.com
|
||||
2kata.ru
|
||||
4kepics.com
|
||||
83net.jp
|
||||
acc.eu.org
|
||||
afftrack001.com
|
||||
alltheviews.com
|
||||
anal-acrobats.hol.es
|
||||
apple.com-webbrowsing-security.review
|
||||
asseenontv.ru
|
||||
atovh.local-finders.com
|
||||
ausergrubhof.info
|
||||
beauty-b0x.pl
|
||||
bestsexyblog.com
|
||||
bitcoins-live.ru
|
||||
bkgr.se
|
||||
blogporn.in
|
||||
brainboosting.club
|
||||
brothers-smaller.ru
|
||||
businesn.men
|
||||
buy-forum.ru
|
||||
calstaterealty.us
|
||||
candcstuccoandstone.com
|
||||
cartierlovestore.xyz
|
||||
chelyabinsk.xrus.org
|
||||
custodieva.ru
|
||||
damedingel.ya.ru
|
||||
dangphoto.trade
|
||||
destinationrealestate.com
|
||||
dnepr-avtospar.com.ua
|
||||
doctissimo.fr
|
||||
dostavka-v-krym.com
|
||||
easycommerce.cf
|
||||
eldiariodeguadalajara.com
|
||||
eropornosex.ru
|
||||
erotiktreff24.info
|
||||
fatfasts-4tmz.com
|
||||
fettefrauen.net
|
||||
fishingwholesale.us
|
||||
foxjuegos.com
|
||||
free-video-tool.com
|
||||
garciniaxt.us
|
||||
gazporno.com
|
||||
globatur.ru
|
||||
graphicwe.org
|
||||
gz2.bbsoldes.fr
|
||||
hamptonoaks.ca
|
||||
healgastro.com
|
||||
heatpower.ru
|
||||
hkladys.com
|
||||
hotdl.in
|
||||
kchaxton.com
|
||||
kosynka-games.ru
|
||||
letmacworkfaster.site
|
||||
liupis.com
|
||||
loadopia.com
|
||||
lovi-moment.com.ua
|
||||
make-money-online.com
|
||||
makemoneyonline.com
|
||||
manimpotence.com
|
||||
njkmznnb.ru
|
||||
nudo.ca
|
||||
ochistka-stokov.ru
|
||||
onlineslotmaschine.com
|
||||
paleohub.info
|
||||
pk-services.ru
|
||||
pornogad.com
|
||||
pornophoto.xyz
|
||||
pornoslive.net
|
||||
questionmarque.ch
|
||||
quit-smoking.ga
|
||||
rankings-analytics.com
|
||||
reyel1985.webnode.fr
|
||||
ric.info
|
||||
samara.rosfirm.ru
|
||||
serialsway.ucoz.ru
|
||||
ship-marvel.co.ua
|
||||
slimcdn.com
|
||||
social-fun.ru
|
||||
songplanet.ru
|
||||
space4updating.win
|
||||
staff.prairiesouth.ca
|
||||
stard.shop
|
||||
sygraem.com
|
||||
the-usa-games.blogspot.com
|
||||
token-lab.org
|
||||
toolsky.com
|
||||
tuckpointingmasonrysystems.com
|
||||
uptime-alpha.net
|
||||
usiad.net
|
||||
video-production.com
|
||||
wesharepics.site
|
||||
whatzmyip.net
|
||||
wiosenny-bon-1500.pl
|
||||
yginekologa.com
|
||||
zeikopay.com
|
||||
zetmaster.ru
|
||||
zhacker.net
|
||||
zixizop.net.ru
|
||||
zvetki.ru
|
||||
0daymusic.org
|
||||
12masterov.com
|
||||
acmebtn.ml
|
||||
all4invest.ru
|
||||
asdfg.pro
|
||||
atleticpharm.org
|
||||
auto.rusvile.lt
|
||||
bbsoldes.fr
|
||||
best-coupon-offer.com
|
||||
bizfly.info
|
||||
buyfriend.ru
|
||||
cam-kontakte.org
|
||||
centrdebut.ru
|
||||
cheapjerseysa.com
|
||||
chocoslim.pro
|
||||
cocyq.inwtrade.com
|
||||
crirussian.ru
|
||||
cs-passion.pl
|
||||
delfin-aqua.com.ua
|
||||
dogsrun.net
|
||||
dstroy.su
|
||||
econom.co
|
||||
elektrischezigarette2.devhub.com
|
||||
eluxer.net
|
||||
ereko.ru
|
||||
ero-advertising.com
|
||||
footbalive.org
|
||||
foto-sisek.porngalleries.top
|
||||
fuel-gas.com
|
||||
fungamelands.com
|
||||
greatdealshop.com
|
||||
greenidesign.co
|
||||
gsasearchengineranker.xyz
|
||||
hawaiielectriclight.com
|
||||
hetmanship.xyz
|
||||
ico.re
|
||||
iklysha.ml
|
||||
ilbe.club
|
||||
ilmexico.com
|
||||
infazavr.ru
|
||||
inzn.ru
|
||||
istizanidinelikexanax.blogspot.com
|
||||
javcoast.com
|
||||
johnrobertsoninc.com
|
||||
kevblog.top
|
||||
kicknights.gq
|
||||
kiinomaniak.pl
|
||||
kinky-fetishes.com
|
||||
konkursov.net
|
||||
kountrylife.com
|
||||
locksmith.jp
|
||||
matematikus.info
|
||||
menstennisforums.com
|
||||
mex-annushka.ru
|
||||
mokrayakiska.com
|
||||
monclerboots.xyz
|
||||
mrwhite.biz
|
||||
mundoaberrante.com
|
||||
mygameplus.ru
|
||||
nailsimg.com
|
||||
nevansk.ru
|
||||
november-lax.com
|
||||
novosti-hi-tech.ru
|
||||
orion-code-access.net
|
||||
partybunny.ru
|
||||
piccshare.com
|
||||
pinwallpaper.top
|
||||
proprostatit.com
|
||||
rebelmouse.com
|
||||
ruclicks.com
|
||||
runtnc.net
|
||||
rusenvironmental.net
|
||||
ryetaw.com
|
||||
scanner-elena.top
|
||||
searchaddis.com
|
||||
searchengineranker.email
|
||||
sell-fb-group-here.com
|
||||
shop.xz618.com
|
||||
sierraapps.com
|
||||
soft-terminal.ru
|
||||
sonnikforme.ru
|
||||
spacash.com
|
||||
stockquotes.wooeb.com
|
||||
sukarame.net
|
||||
tattomedia.com
|
||||
thexart.club
|
||||
twittruth.com
|
||||
utrolive.ru
|
||||
videtubs.pl
|
||||
vipsexfinders.com
|
||||
vizitki.net
|
||||
warningwar.ru
|
||||
weburok.com
|
||||
wildnatureimages.com
|
||||
woman-tampon.ru
|
||||
ww1943.ru
|
||||
yourmovies.pl
|
||||
zeg-distribution.com
|
||||
zeroredirect1.com
|
||||
zlatnajesen.com
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
|||
00webcams.com
|
||||
100searchengines.com
|
||||
101flag.ru
|
||||
11235813.webzdarma.cz
|
||||
3w24.com
|
||||
4senses.co
|
||||
4ureyesonly.com
|
||||
98oi.ru
|
||||
abcdeg.xyz
|
||||
adminshop.com
|
||||
aibolita.com
|
||||
aihelen.net
|
||||
air-edem.ru
|
||||
airmaxshoes-2016.com
|
||||
alice.it
|
||||
allwomen.info
|
||||
alphacarolinas.com
|
||||
alt-servis.ru
|
||||
amyfoxfitness.com
|
||||
android4fun.org
|
||||
angry-fermi-7633.arukascloud.io
|
||||
apidiamondatanet-a.akamaihd.net
|
||||
apilinkswiftco-a.akamaihd.net
|
||||
apps-analytics.net
|
||||
autobudpostach.club
|
||||
bankofthewext.com
|
||||
best-way.men
|
||||
bestwrinklecreamnow.com
|
||||
bif-ru.info
|
||||
bigpictures.club
|
||||
101billion.com
|
||||
12bet.com
|
||||
2ads.co.uk
|
||||
4ur.click
|
||||
5-steps-to-start-business.com
|
||||
abtasty.com
|
||||
adultactioncam.com
|
||||
alienwheels.de
|
||||
aliexpresscashback.club
|
||||
allmarketsnewdayli.gdn
|
||||
alloysteel.ru
|
||||
alltheviews.com
|
||||
apartmentratings.com
|
||||
apispringsmartne-a.akamaihd.net
|
||||
arclk.net
|
||||
asrv-a.akamaihd.net
|
||||
avek.ru
|
||||
azartniy-bonus.com
|
||||
backgroundpictures.net
|
||||
baikaleminer.com
|
||||
balitouroffice.com
|
||||
balkanfarma.ru
|
||||
bestbrainprod.win
|
||||
bestdooz.com
|
||||
bigames.online
|
||||
bio-optomarket.ru
|
||||
bitcoins-live.ru
|
||||
blagovest-med.ru
|
||||
bluesalt.co
|
||||
boeuklad.com
|
||||
bombla.org
|
||||
biznesluxe.ru
|
||||
bizru.info
|
||||
blavia.00author.com
|
||||
bloggedporn.com
|
||||
blog-hits.com
|
||||
bolezniorganov.ru
|
||||
bolitgorlo.net
|
||||
bonky.biz
|
||||
bonzybuddy.com
|
||||
browserprotecter.com
|
||||
brus-vsem.ru
|
||||
btc4u.ru
|
||||
budilneg.xyz
|
||||
buyessaynow.biz
|
||||
butstrap.space
|
||||
buyhoverboard.com
|
||||
buynorxx.com
|
||||
bzero1jewelry.net
|
||||
c1.onedmp.com
|
||||
carapics.com
|
||||
casablancamanor.co.za
|
||||
celebsopics.com
|
||||
centrdebut.ru
|
||||
cercacamion.it
|
||||
chatroulette.video
|
||||
cialiswithoutadoctor.net
|
||||
clickso.com
|
||||
clips.ua.ac.be
|
||||
compliance-andrew.top
|
||||
compliance-elena.top
|
||||
contextualyield.com
|
||||
counciltally.com
|
||||
cracksplanet.com
|
||||
crazyboost.pro
|
||||
creditmoney.com.ua
|
||||
callmd5map.com
|
||||
call-of-duty.info
|
||||
camdolls.com
|
||||
canvas.gloverid.site
|
||||
capacitacionyaprendizaje.com
|
||||
carsdined.org
|
||||
cartierjusteunclou.xyz
|
||||
cartierlovebraceletreplica.xyz
|
||||
casinorewards.info
|
||||
cdnnetwok.xyz
|
||||
checkm8.com
|
||||
checkpagerank.net
|
||||
clickaider.com
|
||||
clickhype.com
|
||||
clicksor.net
|
||||
clipartnew.com
|
||||
cl.s7.exct.net
|
||||
club-musics.ru
|
||||
coindirect.io
|
||||
comeondog.info
|
||||
com-secure.download
|
||||
crirussian.ru
|
||||
customerpromos-a.akamaihd.net
|
||||
cv.wallhade.co
|
||||
dailyfinancefix.com
|
||||
darkbooks.org
|
||||
data1.scopich.com
|
||||
day-news.info
|
||||
ddpills.com
|
||||
deda-moroza-zakaz.ru
|
||||
delitime.info
|
||||
detki-opt.ru
|
||||
detskie-zabavi.ru
|
||||
detsky-nabytek.info
|
||||
divatraffic.com
|
||||
dmmspy.com
|
||||
dms-sw.ru
|
||||
dneprsvet.com.ua
|
||||
downloadmefiranaratb1972.xpg.com.br
|
||||
dpihatinh.gov.vn
|
||||
draniki.org
|
||||
drunkmoms.net
|
||||
dverimegapolis.ru
|
||||
dynainbox.com
|
||||
dyt.net
|
||||
eduserver.net
|
||||
ee77ee.com
|
||||
ekosmetyki.net.pl
|
||||
electrik-avenue.com
|
||||
emediate.eu
|
||||
epngo.bz
|
||||
europeanwatches.ru
|
||||
everypony.ru
|
||||
evogarage.com
|
||||
faz99.com
|
||||
femmesdenudees.com
|
||||
fickenbumsen.net
|
||||
fivedwld.cf
|
||||
flprog.com
|
||||
forexgb.ru
|
||||
forms-mtm.ru
|
||||
forsex.info
|
||||
foto-telok.net
|
||||
gallerylisting.com
|
||||
gameonasia.com
|
||||
gameplexcity.com
|
||||
gamerextra.com
|
||||
gazoblok.net.ua
|
||||
diffbot.com
|
||||
dimkino.ru
|
||||
domik-derevne.ru
|
||||
dosugrostov.site
|
||||
doyouknowtheword-flummox.ml
|
||||
drivotracker.com
|
||||
dyshagi.ru
|
||||
eandsgallery.com
|
||||
e-avon.ru
|
||||
e-commerce-seo1.com
|
||||
elektrozigarette1.dreamwidth.org
|
||||
elkacentr.ru
|
||||
essaypro.com
|
||||
etenininrade.ga
|
||||
europages.com.ru
|
||||
everytalk.tv
|
||||
f07.de
|
||||
familienzahnaerzte.com
|
||||
fashionindeed.ml
|
||||
feel-planet.com
|
||||
fertilitetsradgivningen.se
|
||||
fickblock18.com
|
||||
fickkontaktehobbyhuren.com
|
||||
finansov.info
|
||||
fitfloponline.store
|
||||
flashlarevista.com
|
||||
flauntyoursite.com
|
||||
free-floating-buttons.com
|
||||
g33.org
|
||||
getyourimage.club
|
||||
glall.ru
|
||||
globalsurfari.com
|
||||
gsasearchengineranker.pw
|
||||
hasshe.com
|
||||
healmytrauma.info
|
||||
hermesbirkinhandbagoutlets.com
|
||||
hermesbracelets.xyz
|
||||
hetmanship.xyz
|
||||
hkdiiohi.skyrock.com
|
||||
hol.es
|
||||
hopeonthestreet.co.uk
|
||||
hotshoppymac.com
|
||||
hully.altervista.org
|
||||
hunterboots.online
|
||||
hunthillfarmtrust.org
|
||||
iamsport.org
|
||||
ilovevitaly.com
|
||||
imagerydatabase.com
|
||||
guarrasdelporno.xxx
|
||||
gwagka.com
|
||||
gwhwpxbw.bloger.index.hr
|
||||
gyffu.com
|
||||
hamilton.ca
|
||||
happy.new.yeartwit.com
|
||||
hausfrauensex18.com
|
||||
hoholikik.club
|
||||
homedo.fabpage.com
|
||||
hostnow.men
|
||||
hotsocialz.com
|
||||
housekuba.org
|
||||
house.sieraddns.com
|
||||
hybrid.ru
|
||||
hystersister.com
|
||||
immobiliaremassaro.com
|
||||
inboxdollars.com
|
||||
indiakino.net
|
||||
indianmedicaltourismshop.com
|
||||
iphantom.com
|
||||
in-tandem.co
|
||||
interior-stickers.ru
|
||||
intervsem.ru
|
||||
islandminingsupply.wordpress.com
|
||||
ivearchenceinflu.cf
|
||||
iwantedmoney.com
|
||||
javcoast.com
|
||||
jerseywholesalechinabiz.com
|
||||
jillepille.com
|
||||
juliaworld.net
|
||||
kanimage.com
|
||||
karachev-city.ru
|
||||
kichenaid.ru
|
||||
kmgamex.cf
|
||||
liky.co.ua
|
||||
jbl-charge.info
|
||||
jmat.cn
|
||||
justdating.online
|
||||
kadashihotel.com
|
||||
kam-dom.ru
|
||||
kenaba.su
|
||||
kinoduh.ru
|
||||
kliksaya.com
|
||||
krasnodar.zrus.org
|
||||
krassh.ru
|
||||
krasula.pp.ua
|
||||
laparfumotec.com
|
||||
lawyersinfo.org
|
||||
lerporn.info
|
||||
liffa.ru
|
||||
linkdebrideur.xyz
|
||||
lion.snapmap.us
|
||||
ljusihus.se
|
||||
lostaruban.com
|
||||
m292.info
|
||||
magnetic-bracelets.ru
|
||||
matb3aa.com
|
||||
mediafresh.online
|
||||
medi-fitt.hu
|
||||
middlerush-a.akamaihd.net
|
||||
mikrobiologies.ru
|
||||
miniads.ca
|
||||
miniature.io
|
||||
mir-limuzinov.ru
|
||||
mistr-x.org
|
||||
mobile.ok.ru
|
||||
mojpregled.com
|
||||
monclercoats.xyz
|
||||
monitorwebsitespeed.com
|
||||
myftpupload.com
|
||||
myiptest.com
|
||||
nastydollars.com
|
||||
ok.ru
|
||||
olympescort.com
|
||||
onlinewritingjobs17.blogspot.ru
|
||||
ooo-gotovie.ru
|
||||
openmultipleurl.com
|
||||
localflirtbuddies.com
|
||||
luxmagazine.cf
|
||||
machicon-akihabara.info
|
||||
matsdale.com
|
||||
megaindex.ru
|
||||
michaelkorsoutletstore.net
|
||||
minegam.com
|
||||
mobilemedia.md
|
||||
mobplayer.ru
|
||||
mojpreskumanie.com
|
||||
moncleroutletonline.xyz
|
||||
moneyviking-a.akamaihd.net
|
||||
mouselink.co
|
||||
mrlmedia.net
|
||||
mtmtv.info
|
||||
mycouponizemac.com
|
||||
myfreecams.com
|
||||
newstaffadsshop.club
|
||||
novgorod.xrus.org
|
||||
okayimage.com
|
||||
o-o-6-o-o.com
|
||||
ooo-olni.ru
|
||||
orel-reshka.net
|
||||
orenburg-gsm.ru
|
||||
osoznanie-narkotikam.net
|
||||
oxford-book.com.ua
|
||||
pagesense.com
|
||||
pattersonsweb.com
|
||||
pcboa.se
|
||||
pdns.download
|
||||
photochki.com
|
||||
pio.polytopesexempt.com
|
||||
pixell.club
|
||||
pojdelo.weebly.com
|
||||
polimga.pw
|
||||
popander.mobi
|
||||
pornogad.com
|
||||
porno-video-chati.ru
|
||||
praisong.net
|
||||
proekt-gaz.ru
|
||||
psoriasis-file.trade
|
||||
remedyotc.com
|
||||
remybutler.fr
|
||||
rewardit.com
|
||||
rp9.ru
|
||||
sa-live.com
|
||||
sbdl.no
|
||||
scrapinghub.com
|
||||
seminarygeorgia59.ga
|
||||
sendearnings.com
|
||||
seoexperimenty.ru
|
||||
seorankinglinks.xyz
|
||||
service.adtech.fr
|
||||
sextracker.de
|
||||
soc-econom-problems.ru
|
||||
socialmonkee.com
|
||||
social-s-ggg.xyz
|
||||
social-s-hhh.xyz
|
||||
soft-terminal.ru
|
||||
sotkal.lark.ru
|
||||
space-worry.ml
|
||||
speechfoodie.com
|
||||
startufa.ru
|
||||
sterva.cc
|
||||
stevemonsen.com
|
||||
superlist.biz
|
||||
suralink.com
|
||||
surffoundation.nl
|
||||
surintech.ac.th
|
||||
svnuppsalaorebro.se
|
||||
sweepstakes.rewardit.com
|
||||
taxi-v-eisk.ru
|
||||
tds-advert002.info
|
||||
telefonsexsofort.tk
|
||||
templates.franklinfire.co
|
||||
thaismartloan.com
|
||||
thebluffs.com
|
||||
thecoolimages.net
|
||||
osb.se11.ru
|
||||
paydayonlinecom.com
|
||||
pc-services.ru
|
||||
perfectpracticeweb.com
|
||||
photo.houseofgaga.ru
|
||||
pictures-and-images.com
|
||||
picturesboss.com
|
||||
pizza-tycoon.com
|
||||
poem-paying.gq
|
||||
pontiacsolstice.info
|
||||
pooleroadmedicalcentre.co.uk
|
||||
popunder.ru
|
||||
pornogig.com
|
||||
pozdrawleniya.com
|
||||
pricheskaonline.ru
|
||||
printdirectforless.com
|
||||
prlog.ru
|
||||
prodess.ru
|
||||
qexyfu.bugs3.com
|
||||
quickcashlimited.com
|
||||
remont-komputerov-notebook.ru
|
||||
ricorsogiustizia.org
|
||||
roll123.com
|
||||
rubbed.us
|
||||
rumamba.com
|
||||
runtnc.net
|
||||
savetubevideo.com
|
||||
scanner-jane.top
|
||||
seminarykansas904.ml
|
||||
semrush.com
|
||||
senger.atspace.co.uk
|
||||
seoanalyses.com
|
||||
seo-prof1.xyz
|
||||
seoprofiler.com
|
||||
seotoolsagency.com
|
||||
sexobzor.info
|
||||
sex-pr.net
|
||||
sexsaoy.com
|
||||
shitmovs.com
|
||||
sierraapps.com
|
||||
sildenafil-tadalafil.info
|
||||
simul.co
|
||||
s-iwantyou.com
|
||||
skladvaz.ru
|
||||
skuteczna-dieta.co.pl
|
||||
slayerlife.com
|
||||
smart-balancewheel.com
|
||||
soc-proof.su
|
||||
solmarket.by
|
||||
sonnikforme.ru
|
||||
spywareit.com
|
||||
streetfire.net
|
||||
swinginwithme.ru
|
||||
taximytishi.ru
|
||||
tech4master.com
|
||||
thegalerie.eu
|
||||
tiandeural.ru
|
||||
tizanidineforopiatewithdrawal.blogspot.com
|
||||
tizanidinehydrochloride4mgstreetvalue.blogspot.com
|
||||
tizanidinerecreationaluse.blogspot.com
|
||||
tizanidinevssoma.blogspot.com
|
||||
tootoo.to
|
||||
toys.erolove.in
|
||||
toolsky.com
|
||||
toonfamilies.net
|
||||
torrentgamer.net
|
||||
touchmods.fr
|
||||
toy-shop.top
|
||||
tripper.de
|
||||
tuckpointingmasonrysystems.com
|
||||
turbodsp.com
|
||||
turbo-suslik.org
|
||||
tvand.ru
|
||||
tv-spoty.info
|
||||
twojebook.pl
|
||||
txxx.com
|
||||
vacuumscleaner.com
|
||||
viel.su
|
||||
vikistars.com
|
||||
visa-pasport.ru
|
||||
visitcambridge.org
|
||||
vladhistory.com
|
||||
vvpg.ru
|
||||
watchinf.com
|
||||
watch-movies.ru
|
||||
webadvance.club
|
||||
wesharepics.info
|
||||
wtsindia.in
|
||||
wttavern.com
|
||||
x-lime.net
|
||||
xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
|
||||
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai
|
||||
xsion.net
|
||||
xxx-treker.ru
|
||||
yougotanewdomain.com
|
||||
yourads.website
|
||||
yurgorod.ru
|
||||
yur-p.ru
|
||||
zoosexart.com
|
||||
zvezdagedon.ru
|
||||
uamtrk.com
|
||||
uchebavchehii.ru
|
||||
upstore.me
|
||||
v720hd.ru
|
||||
vduplo.ru
|
||||
vedomstvo.net
|
||||
viandpet.com
|
||||
videochat.cafe
|
||||
vtc.pw
|
||||
wechatdownload10.com
|
||||
westum.se
|
||||
withstandingheartwarming.com
|
||||
xchat26.myfreecams.com
|
||||
x-diesel.info
|
||||
xdoza.com
|
||||
xn----9sbebi2bvzr7h.xn--p1ai
|
||||
xn--q1a.xn--b1aube0e.xn--c1acygb.xn--p1ai
|
||||
zapatosenventa.info
|
||||
zarenica.net
|
||||
zatjmuzu.info
|
||||
zoogdinsney.com
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1634
|
||||
#### Version: V4.2019.06.1635
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1634
|
||||
#### Version: V4.2019.06.1635
|
||||
#### 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.1634
|
||||
#### Version: V4.2019.06.1635
|
||||
#### 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.1634
|
||||
#### Version: V4.2019.06.1635
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Version: V4.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:22 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:26 SAST 2019
|
||||
### Version: V3.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:23 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
@ -7712,6 +7712,116 @@ map $http_referer $bad_referer {
|
|||
geo $validate_client {
|
||||
default 0;
|
||||
|
||||
# ----------------------------------------------
|
||||
# Whitelist all your OWN IP addresses and Ranges
|
||||
# ----------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
# 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
|
||||
# whitelist-ips.conf reigns supreme !!!
|
||||
# Whatever you add to whitelist-ips.conf will be whitelisted FULL STOP
|
||||
# Anything blacklisted above this line will be over-ridden by whitelist-ips.conf
|
||||
# --------------------------------------------------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# 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 ###
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
# --------------------------
|
||||
# WHITELIST Google IP Ranges
|
||||
# --------------------------
|
||||
|
||||
# START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
108.177.0.0/17 0;
|
||||
172.217.0.0/16 0;
|
||||
173.194.0.0/16 0;
|
||||
2001:4860:4000::/36 0;
|
||||
203.208.60.0/24 0;
|
||||
207.126.144.0/20 0;
|
||||
209.85.128.0/17 0;
|
||||
216.239.32.0/19 0;
|
||||
216.58.192.0/19 0;
|
||||
2404:6800:4000::/36 0;
|
||||
2607:f8b0:4000::/36 0;
|
||||
2800:3f0:4000::/36 0;
|
||||
2a00:1450:4000::/36 0;
|
||||
2c0f:fb50:4000::/36 0;
|
||||
35.192.0.0/12 0;
|
||||
64.18.0.0/20 0;
|
||||
64.233.160.0/19 0;
|
||||
64.68.80.0/21 0;
|
||||
65.52.0.0/14 0;
|
||||
66.102.0.0/20 0;
|
||||
66.249.64.0/19 0;
|
||||
72.14.192.0/18 0;
|
||||
74.125.0.0/16 0;
|
||||
# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------
|
||||
# WHITELIST Bing IP Ranges
|
||||
# ------------------------
|
||||
|
||||
# START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
131.253.21.0/24 0;
|
||||
131.253.22.0/23 0;
|
||||
131.253.24.0/21 0;
|
||||
131.253.24.0/22 0;
|
||||
131.253.32.0/20 0;
|
||||
157.54.0.0/15 0;
|
||||
157.56.0.0/14 0;
|
||||
157.60.0.0/16 0;
|
||||
199.30.16.0/24 0;
|
||||
199.30.27.0/24 0;
|
||||
207.46.0.0/16 0;
|
||||
40.112.0.0/13 0;
|
||||
40.120.0.0/14 0;
|
||||
40.124.0.0/16 0;
|
||||
40.125.0.0/17 0;
|
||||
40.74.0.0/15 0;
|
||||
40.76.0.0/14 0;
|
||||
40.80.0.0/12 0;
|
||||
40.96.0.0/12 0;
|
||||
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------------
|
||||
# WHITELIST Cloudflare IP Ranges
|
||||
# ------------------------------
|
||||
|
||||
# START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
103.21.244.0/22 0;
|
||||
103.22.200.0/22 0;
|
||||
103.31.4.0/22 0;
|
||||
104.16.0.0/12 0;
|
||||
108.162.192.0/18 0;
|
||||
131.0.72.0/22 0;
|
||||
141.101.64.0/18 0;
|
||||
162.158.0.0/15 0;
|
||||
172.64.0.0/13 0;
|
||||
173.245.48.0/20 0;
|
||||
188.114.96.0/20 0;
|
||||
190.93.240.0/20 0;
|
||||
197.234.240.0/22 0;
|
||||
198.41.128.0/17 0;
|
||||
199.27.128.0/21 0;
|
||||
2400:cb00::/32 0;
|
||||
2405:8100::/32 0;
|
||||
2405:b500::/32 0;
|
||||
2606:4700::/32 0;
|
||||
2803:f800::/32 0;
|
||||
2a06:98c0::/29 0;
|
||||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# -------------------------------------
|
||||
# BLOCK known Wordpress Theme Detectors
|
||||
# -------------------------------------
|
||||
|
@ -17782,91 +17892,6 @@ geo $validate_client {
|
|||
46.101.115.65 1;
|
||||
# END KNOWN BAD IP ADDRESSES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# --------------------------
|
||||
# WHITELIST Google IP Ranges
|
||||
# --------------------------
|
||||
|
||||
# START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
108.177.0.0/17 0;
|
||||
172.217.0.0/16 0;
|
||||
173.194.0.0/16 0;
|
||||
2001:4860:4000::/36 0;
|
||||
203.208.60.0/24 0;
|
||||
207.126.144.0/20 0;
|
||||
209.85.128.0/17 0;
|
||||
216.239.32.0/19 0;
|
||||
216.58.192.0/19 0;
|
||||
2404:6800:4000::/36 0;
|
||||
2607:f8b0:4000::/36 0;
|
||||
2800:3f0:4000::/36 0;
|
||||
2a00:1450:4000::/36 0;
|
||||
2c0f:fb50:4000::/36 0;
|
||||
35.192.0.0/12 0;
|
||||
64.18.0.0/20 0;
|
||||
64.233.160.0/19 0;
|
||||
64.68.80.0/21 0;
|
||||
65.52.0.0/14 0;
|
||||
66.102.0.0/20 0;
|
||||
66.249.64.0/19 0;
|
||||
72.14.192.0/18 0;
|
||||
74.125.0.0/16 0;
|
||||
# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------
|
||||
# WHITELIST Bing IP Ranges
|
||||
# ------------------------
|
||||
|
||||
# START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
131.253.21.0/24 0;
|
||||
131.253.22.0/23 0;
|
||||
131.253.24.0/21 0;
|
||||
131.253.24.0/22 0;
|
||||
131.253.32.0/20 0;
|
||||
157.54.0.0/15 0;
|
||||
157.56.0.0/14 0;
|
||||
157.60.0.0/16 0;
|
||||
199.30.16.0/24 0;
|
||||
199.30.27.0/24 0;
|
||||
207.46.0.0/16 0;
|
||||
40.112.0.0/13 0;
|
||||
40.120.0.0/14 0;
|
||||
40.124.0.0/16 0;
|
||||
40.125.0.0/17 0;
|
||||
40.74.0.0/15 0;
|
||||
40.76.0.0/14 0;
|
||||
40.80.0.0/12 0;
|
||||
40.96.0.0/12 0;
|
||||
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ------------------------------
|
||||
# WHITELIST Cloudflare IP Ranges
|
||||
# ------------------------------
|
||||
|
||||
# START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
103.21.244.0/22 0;
|
||||
103.22.200.0/22 0;
|
||||
103.31.4.0/22 0;
|
||||
104.16.0.0/12 0;
|
||||
108.162.192.0/18 0;
|
||||
131.0.72.0/22 0;
|
||||
141.101.64.0/18 0;
|
||||
162.158.0.0/15 0;
|
||||
172.64.0.0/13 0;
|
||||
173.245.48.0/20 0;
|
||||
188.114.96.0/20 0;
|
||||
190.93.240.0/20 0;
|
||||
197.234.240.0/22 0;
|
||||
198.41.128.0/17 0;
|
||||
199.27.128.0/21 0;
|
||||
2400:cb00::/32 0;
|
||||
2405:8100::/32 0;
|
||||
2405:b500::/32 0;
|
||||
2606:4700::/32 0;
|
||||
2803:f800::/32 0;
|
||||
2a06:98c0::/29 0;
|
||||
2c0f:f248::/32 0;
|
||||
# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# -------------------------------------------------
|
||||
# BLACKLIST IP addresses and IP Ranges Customizable
|
||||
# -------------------------------------------------
|
||||
|
@ -17890,31 +17915,6 @@ geo $validate_client {
|
|||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# ----------------------------------------------
|
||||
# Whitelist all your OWN IP addresses and Ranges
|
||||
# ----------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
# 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
|
||||
# whitelist-ips.conf reigns supreme !!!
|
||||
# Whatever you add to whitelist-ips.conf will be whitelisted FULL STOP
|
||||
# Anything blacklisted above this line will be over-ridden by whitelist-ips.conf
|
||||
# --------------------------------------------------------------------------------------
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# 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.1634
|
||||
### Updated: Thu Jun 27 10:50:24 SAST 2019
|
||||
### Version: V4.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:22 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1634
|
||||
### Updated: Thu Jun 27 10:50:27 SAST 2019
|
||||
### Version: V4.2019.06.1635
|
||||
### Updated: Thu Jun 27 11:08:24 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue