mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
New Referers / Bots Added
This commit is contained in:
parent
be5b7ba1ed
commit
1e81d7586b
1 changed files with 24 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Fri Dec 2 11:27:11 SAST 2016
|
||||
### Fri Dec 2 18:06:04 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.147382974625 seconds
|
||||
### 0.153498888016 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -395,6 +395,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Net\ Vampire" 3;
|
||||
"~*NetZIP" 3;
|
||||
"~*NextGenSearchBot" 3;
|
||||
"~*nibbler" 3;
|
||||
"~*NICErsPRO" 3;
|
||||
"~*niki-bot" 3;
|
||||
"~*nikto" 3;
|
||||
|
@ -460,6 +461,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*SEOstats" 3;
|
||||
"~*SISTRIX" 3;
|
||||
"~*Siphon" 3;
|
||||
"~*sitebeam" 3;
|
||||
"~*SiteExplorer" 3;
|
||||
"~*Siteimprove" 3;
|
||||
"~*SiteLockSpider" 3;
|
||||
|
@ -1756,6 +1758,7 @@ map $http_referer $bad_referer {
|
|||
"~*nextconseil.com" 1;
|
||||
"~*nhl17coins.exblog.jp" 1;
|
||||
"~*nhl17coinsforps3.gratisblog.biz" 1;
|
||||
"~*nibbler.silktide.com" 1;
|
||||
"~*nicovideo.jp" 1;
|
||||
"~*niki-mlt.ru" 1;
|
||||
"~*nikkiewart.ru" 1;
|
||||
|
@ -2022,10 +2025,12 @@ map $http_referer $bad_referer {
|
|||
"~*sibvitr.ru" 1;
|
||||
"~*signal03.ru" 1;
|
||||
"~*sildenafilgeneric.xyz" 1;
|
||||
"~*silktide.com" 1;
|
||||
"~*silvermature.net" 1;
|
||||
"~*similardeals.net" 1;
|
||||
"~*simple-share-buttons.com" 1;
|
||||
"~*site-auditor.online" 1;
|
||||
"~*sitebeam.net" 1;
|
||||
"~*siteripz.net" 1;
|
||||
"~*sitevaluation.com" 1;
|
||||
"~*sitevaluation.org" 1;
|
||||
|
@ -2622,7 +2627,23 @@ geo $validate_client {
|
|||
45.63.68.250 1; #www.cuteseotools.net/wordpress-theme-detector
|
||||
173.237.189.235 1; #seo-tools.freedirectorywebsites.com/wordpress-theme-detector
|
||||
# END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ****************************************
|
||||
# NIBBLER - SEO testing and reporting tool
|
||||
# ****************************************
|
||||
# See - http://nibbler.silktide.com/
|
||||
|
||||
# START NIBBLER ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
52.90.20.216 1;
|
||||
52.201.238.175 1;
|
||||
54.227.194.252 1;
|
||||
54.161.247.146 1;
|
||||
54.211.214.177 1;
|
||||
54.242.250.203 1;
|
||||
54.211.214.177 1;
|
||||
54.242.239.179 1;
|
||||
# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# *******************
|
||||
# MIRAI Botnet Attack
|
||||
# *******************
|
||||
|
|
Loading…
Add table
Reference in a new issue