mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
New Referers / Bots Added
This commit is contained in:
parent
099435f94d
commit
0cc1b9f77d
1 changed files with 21 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Fri Dec 2 09:56:49 SAST 2016
|
||||
### Fri Dec 2 11:18:52 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.141338586807 seconds
|
||||
### 0.146093606949 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -2605,6 +2605,24 @@ geo $validate_client {
|
|||
169.229.3.91 0;
|
||||
# END BERKELEY SCANNER ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# *************************
|
||||
# Wordpress Theme Detectors
|
||||
# *************************
|
||||
|
||||
# START WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
37.247.121.179 1; #wpthemedetector.com"
|
||||
52.87.112.125 1; #whattheme.com"
|
||||
192.185.4.40 1; #whatwpthemeisthat.com"
|
||||
192.163.217.239 1; #scanwp.net"
|
||||
109.73.225.87 1; #theseotools.net/wp-theme-detector"
|
||||
158.69.26.58 1; #www.mythemedetector.com/detector"
|
||||
198.58.124.46 1; #makeawebsitehub.com/theme-detector/"
|
||||
162.13.185.20 1; #makeawebsitehub.com/theme-detector/"
|
||||
192.95.29.139 1; #seotoolstation.com/wordpress-theme-detector"
|
||||
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 ###
|
||||
|
||||
# *******************
|
||||
# MIRAI Botnet Attack
|
||||
# *******************
|
||||
|
@ -2678,6 +2696,7 @@ geo $validate_client {
|
|||
93.158.200.68 1;
|
||||
# END MIRAIBOTNET BAD IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
# ****************************
|
||||
# Other Bad IP's and IP Ranges
|
||||
# ****************************
|
||||
|
|
Loading…
Add table
Reference in a new issue