mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 19:50:17 +00:00
New Referers / Bots Added
This commit is contained in:
parent
b133dc805e
commit
fa6e1163ac
1 changed files with 33 additions and 18 deletions
|
@ -10,11 +10,11 @@
|
||||||
### Created By: https://github.com/mitchellkrogza/
|
### Created By: https://github.com/mitchellkrogza/
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Sun Sep 18 08:48:19 SAST 2016
|
### Tue Sep 20 08:43:24 SAST 2016
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.125407934189 seconds
|
### 0.191234350204 seconds
|
||||||
### End Generated in
|
### End Generated in
|
||||||
|
|
||||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||||
|
@ -1241,6 +1241,7 @@ map $http_referer $bad_referer {
|
||||||
"~*hdmoviecams.net" 1;
|
"~*hdmoviecams.net" 1;
|
||||||
"~*hdpixent.com" 1;
|
"~*hdpixent.com" 1;
|
||||||
"~*hdpixion.com" 1;
|
"~*hdpixion.com" 1;
|
||||||
|
"~*healbio.ru" 1;
|
||||||
"~*hellokittyimg.com" 1;
|
"~*hellokittyimg.com" 1;
|
||||||
"~*herequp3dm.cf" 1;
|
"~*herequp3dm.cf" 1;
|
||||||
"~*hifidesign.ru" 1;
|
"~*hifidesign.ru" 1;
|
||||||
|
@ -2125,24 +2126,38 @@ geo $validate_client {
|
||||||
157.60.0.0/16 0;
|
157.60.0.0/16 0;
|
||||||
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
# ***********
|
# Cyveillance / Qwest Communications
|
||||||
# Cyveillance
|
# **********************************
|
||||||
# ***********
|
# I am extensively researching this subject - appears to be US government involved
|
||||||
# see wiki -
|
# and also appears to be used by all sorts of law enforcement agencies. For one they
|
||||||
|
# do not obey robots.txt and continually disguise their User-Agent strings. Time will
|
||||||
|
# tell if this is all correct or not.
|
||||||
|
# For now see - https://en.wikipedia.org/wiki/Cyveillance
|
||||||
|
|
||||||
|
# IMPORTANT UPDATE ON Cyveillance / Qwest Communications !!!
|
||||||
|
# **********************************************************
|
||||||
|
# I have done a lot of research on Cyveillance now and through monitoring my logs I know
|
||||||
|
# for sure what companies are using them and what they are actually looking for.
|
||||||
|
# My research has led me to understand that Cyveillance services are used by hundreds
|
||||||
|
# of companies to help them dicsover theft of copyrighted materials like images, movies
|
||||||
|
# music and other materials. I personally believe a lot of block lists who originally recommended
|
||||||
|
# blocking Cyveillance have done so to protect their torrent or p2p sites from being scanned.
|
||||||
|
# I personally have now unblocked them as image theft is a big problem of mine but if you
|
||||||
|
# do want to block Cyveillance you can simply modify the block below to "1"
|
||||||
|
|
||||||
# START CYVEILLANCE BLOCK ### DO NOT EDIT THIS LINE AT ALL ###
|
# START CYVEILLANCE BLOCK ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
38.100.19.8/29 1;
|
38.100.19.8/29 0;
|
||||||
38.100.21.0/24 1;
|
38.100.21.0/24 0;
|
||||||
38.100.41.64/26 1;
|
38.100.41.64/26 0;
|
||||||
38.105.71.0/25 1;
|
38.105.71.0/25 0;
|
||||||
38.105.83.0/27 1;
|
38.105.83.0/27 0;
|
||||||
38.112.21.140/30 1;
|
38.112.21.140/30 0;
|
||||||
38.118.42.32/29 1;
|
38.118.42.32/29 0;
|
||||||
65.213.208.128/27 1;
|
65.213.208.128/27 0;
|
||||||
65.222.176.96/27 1;
|
65.222.176.96/27 0;
|
||||||
65.222.185.72/29 1;
|
65.222.185.72/29 0;
|
||||||
63.144.0.0/13 1;
|
63.144.0.0/13 0;
|
||||||
65.112.0.0/12 1;
|
65.112.0.0/12 0;
|
||||||
# END CYVEILLANCE BLOCK ### DO NOT EDIT THIS LINE AT ALL ###
|
# END CYVEILLANCE BLOCK ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
# ****************
|
# ****************
|
||||||
|
|
Loading…
Add table
Reference in a new issue