mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
UPDATE blacklist-ips.conf include file [ci skip]
This commit is contained in:
parent
ed436f53de
commit
45c8513b82
1 changed files with 20 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
#------------------------
|
||||||
### Version: V4.2019.08
|
### Version: V4.2019.09
|
||||||
### Updated: 2019-06-24
|
### Updated: 2019-06-28
|
||||||
###################################################
|
#------------------------
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION #
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -32,8 +32,10 @@
|
||||||
|
|
||||||
# 111.111.111.111 1;
|
# 111.111.111.111 1;
|
||||||
|
|
||||||
|
# -------------------------------------------
|
||||||
# Cyveillance / Qwest Communications / PSINET
|
# Cyveillance / Qwest Communications / PSINET
|
||||||
# *******************************************
|
# -------------------------------------------
|
||||||
|
|
||||||
# I am extensively researching this subject - appears to be US government involved
|
# I am extensively researching this subject - appears to be US government involved
|
||||||
# and also appears to be used by all sorts of law enforcement agencies. For one they
|
# 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
|
# do not obey robots.txt and continually disguise their User-Agent strings. Time will
|
||||||
|
@ -72,9 +74,9 @@
|
||||||
65.222.176.96/27 0;
|
65.222.176.96/27 0;
|
||||||
65.222.185.72/29 0;
|
65.222.185.72/29 0;
|
||||||
|
|
||||||
# ****************
|
# ---------------
|
||||||
# Berkely Scanner
|
# Berkely Scanner
|
||||||
# ****************
|
# ---------------
|
||||||
|
|
||||||
# The Berkeley University has a scanner testing all over the web sending a complex
|
# The Berkeley University has a scanner testing all over the web sending a complex
|
||||||
# payload an expecting a reply from servers who are infected or who just respond to such
|
# payload an expecting a reply from servers who are infected or who just respond to such
|
||||||
|
@ -89,3 +91,13 @@
|
||||||
# If you really do want to block them change all the 0 below to 1.
|
# If you really do want to block them change all the 0 below to 1.
|
||||||
|
|
||||||
169.229.3.91 0;
|
169.229.3.91 0;
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# MY BLACKLIST
|
||||||
|
# ------------
|
||||||
|
|
||||||
|
# 111.111.111.111 1;
|
||||||
|
|
||||||
|
|
||||||
|
# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this.
|
||||||
|
# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker
|
Loading…
Add table
Reference in a new issue