New Referers / Bots Added

This commit is contained in:
Mitchell Krog UB1 2017-02-16 08:53:30 +02:00
parent d212744655
commit 64da67410a
5 changed files with 25 additions and 8 deletions

View file

@ -80,6 +80,7 @@
76brighton.com
7fon.ru
7makemoneyonline.com
7wind.ru
7yue.org
7zap.com
883zy.com
@ -1696,6 +1697,7 @@ imagescargo.com
imagesproduct.com
imediadesk.com
imgata.com
imgfun.org
imgresult.com
iminent.com
imitex-plus.ru
@ -3297,6 +3299,7 @@ thiegs.reco.ws
thin.me.pn
tiandeural.ru
tiens2010.ru
time-japan.ru
timeallnews.ru
timer4web.com
timetorelax.biz

View file

@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated
### Tue Feb 14 08:53:07 SAST 2017
### Thu Feb 16 08:53:30 SAST 2017
### End Last Updated
### Generated in
### 0.312583446503 seconds
### 0.322744607925 seconds
### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
@ -963,6 +963,7 @@ map $http_referer $bad_referer {
"~*76brighton.com" 1;
"~*7fon.ru" 1;
"~*7makemoneyonline.com" 1;
"~*7wind.ru" 1;
"~*7yue.org" 1;
"~*7zap.com" 1;
"~*883zy.com" 1;
@ -2579,6 +2580,7 @@ map $http_referer $bad_referer {
"~*imagesproduct.com" 1;
"~*imediadesk.com" 1;
"~*imgata.com" 1;
"~*imgfun.org" 1;
"~*imgresult.com" 1;
"~*iminent.com" 1;
"~*imitex-plus.ru" 1;
@ -4180,6 +4182,7 @@ map $http_referer $bad_referer {
"~*thin.me.pn" 1;
"~*tiandeural.ru" 1;
"~*tiens2010.ru" 1;
"~*time-japan.ru" 1;
"~*timeallnews.ru" 1;
"~*timer4web.com" 1;
"~*timetorelax.biz" 1;

View file

@ -80,6 +80,7 @@ domain:76brighton.co.uk
domain:76brighton.com
domain:7fon.ru
domain:7makemoneyonline.com
domain:7wind.ru
domain:7yue.org
domain:7zap.com
domain:883zy.com
@ -1696,6 +1697,7 @@ domain:imagescargo.com
domain:imagesproduct.com
domain:imediadesk.com
domain:imgata.com
domain:imgfun.org
domain:imgresult.com
domain:iminent.com
domain:imitex-plus.ru
@ -3297,6 +3299,7 @@ domain:thiegs.reco.ws
domain:thin.me.pn
domain:tiandeural.ru
domain:tiens2010.ru
domain:time-japan.ru
domain:timeallnews.ru
domain:timer4web.com
domain:timetorelax.biz

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
### THE ULTIMATE NGINX BAD BOT BLOCKER
### **********************************
### Version 2.2017.03
### Version 2.2017.04
### This file implements a checklist / blacklist for good user agents, bad user agents and
### bad referrers. It also has whitelisting for your own IP's and known good IP Ranges
@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated
### Tue Feb 14 08:53:07 SAST 2017
### Thu Feb 16 08:53:30 SAST 2017
### End Last Updated
### Generated in
### 0.312583446503 seconds
### 0.322744607925 seconds
### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
@ -875,8 +875,10 @@ map $http_referer $bad_referer {
# ************************************
# Add your own domain names here to spare them from referer checking (one per line)
# Use the new include file method so any further updates will no longer require you to
# have to keep putting your whitelisted domains here when updating.
"~*~*mydomain.com" 0;
include /etc/nginx/bots.d/whitelist-domains.conf;
# START BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ###
"~*000free.us" 1;
@ -961,6 +963,7 @@ map $http_referer $bad_referer {
"~*76brighton.com" 1;
"~*7fon.ru" 1;
"~*7makemoneyonline.com" 1;
"~*7wind.ru" 1;
"~*7yue.org" 1;
"~*7zap.com" 1;
"~*883zy.com" 1;
@ -2577,6 +2580,7 @@ map $http_referer $bad_referer {
"~*imagesproduct.com" 1;
"~*imediadesk.com" 1;
"~*imgata.com" 1;
"~*imgfun.org" 1;
"~*imgresult.com" 1;
"~*iminent.com" 1;
"~*imitex-plus.ru" 1;
@ -4178,6 +4182,7 @@ map $http_referer $bad_referer {
"~*thin.me.pn" 1;
"~*tiandeural.ru" 1;
"~*tiens2010.ru" 1;
"~*time-japan.ru" 1;
"~*timeallnews.ru" 1;
"~*timer4web.com" 1;
"~*timetorelax.biz" 1;
@ -4836,7 +4841,10 @@ geo $validate_client {
# Whitelist all your own IP addresses from any validate_client checks
# Add all your IP addresses and ranges below (one per line)
127.0.0.1 0;
# Use the new include file method so any further updates will no longer require you to
# have to keep putting your whitelisted IP addresses here when updating.
include /etc/nginx/bots.d/whitelist-ips.conf;
# ***********
# Google Bots