mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 18:19:48 +00:00
Referers / Bots (+/-)
This commit is contained in:
parent
547f0ba755
commit
73c51f12d7
10 changed files with 43 additions and 9 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Updated: Thu May 25 10:02:53 SAST 2017
|
||||
### Updated: Thu May 25 10:45:40 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.380031347275 seconds
|
||||
### 0.314699649811 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -192,6 +192,7 @@ map $http_user_agent $bad_bot {
|
|||
"~Alexa" 2;
|
||||
"~archive.org" 2;
|
||||
"~Baidu" 2;
|
||||
"~BUbiNG" 2;
|
||||
"~FlipboardProxy" 2;
|
||||
"~ia_archiver" 2;
|
||||
"~Mozilla/4.0" 2;
|
||||
|
@ -220,6 +221,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Abonti" 3;
|
||||
"~*Aboundex" 3;
|
||||
"~*Acunetix" 3;
|
||||
"~*ADmantX" 3;
|
||||
"~*AhrefsBot" 3;
|
||||
"~*AIBOT" 3;
|
||||
"~*AiHitBot" 3;
|
||||
|
@ -295,6 +297,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Discoverybot" 3;
|
||||
"~*DittoSpyder" 3;
|
||||
"~*DomainAppender" 3;
|
||||
"~*DomainCrawler" 3;
|
||||
"~*DomainSigmaCrawler" 3;
|
||||
"~*Dotbot" 3;
|
||||
"~*Download\ Demon" 3;
|
||||
|
@ -330,6 +333,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Foobot" 3;
|
||||
"~*Freeuploader" 3;
|
||||
"~*FrontPage" 3;
|
||||
"~*Fyrebot" 3;
|
||||
"~*GalaxyBot" 3;
|
||||
"~*Genieo" 3;
|
||||
"~*Getintent" 3;
|
||||
|
@ -517,6 +521,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Ripper" 3;
|
||||
"~*RocketCrawler" 3;
|
||||
"~*Rogerbot" 3;
|
||||
"~*SalesIntelligent" 3;
|
||||
"~*SBIder" 3;
|
||||
"~*ScanAlert" 3;
|
||||
"~*Scanbot" 3;
|
||||
|
@ -670,6 +675,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*WWW-Mechanize" 3;
|
||||
"~*WWW::Mechanize" 3;
|
||||
"~*WWWOFFLE" 3;
|
||||
"~*x22Mozilla" 3;
|
||||
"~*Xaldon_WebSpider" 3;
|
||||
"~*Xaldon\ WebSpider" 3;
|
||||
"~*Xenu" 3;
|
||||
|
@ -1892,6 +1898,7 @@ map $http_referer $bad_referer {
|
|||
"~*doktoronline.no" 1;
|
||||
"~*dokumentalkino.net" 1;
|
||||
"~*domain2008.com" 1;
|
||||
"~*domaincrawler.com" 1;
|
||||
"~*domainsatcost.com" 1;
|
||||
"~*domain-submit.info" 1;
|
||||
"~*domain-tracker.com" 1;
|
||||
|
@ -4013,6 +4020,7 @@ map $http_referer $bad_referer {
|
|||
"~*school-diplomat.ru" 1;
|
||||
"~*scoopquest.com" 1;
|
||||
"~*score-ads.men" 1;
|
||||
"~*scrapy.org" 1;
|
||||
"~*screentoolkit.com" 1;
|
||||
"~*scripted.com" 1;
|
||||
"~*sc-specialhost.com" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue