From 45c8513b82a007a4b9c849598bc08477dc827e4b Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 28 Jun 2019 12:25:47 +0200 Subject: [PATCH] UPDATE blacklist-ips.conf include file [ci skip] --- bots.d/blacklist-ips.conf | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/bots.d/blacklist-ips.conf b/bots.d/blacklist-ips.conf index c64c6f943..36bb48ff7 100644 --- a/bots.d/blacklist-ips.conf +++ b/bots.d/blacklist-ips.conf @@ -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 ### ### VERSION INFORMATION # -################################################### -### Version: V4.2019.08 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +#------------------------ +### Version: V4.2019.09 +### Updated: 2019-06-28 +#------------------------ +### VERSION INFORMATION # ############################################################################## @@ -32,8 +32,10 @@ # 111.111.111.111 1; +# ------------------------------------------- # Cyveillance / Qwest Communications / PSINET -# ******************************************* +# ------------------------------------------- + # 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 # 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.185.72/29 0; -# **************** +# --------------- # Berkely Scanner -# **************** +# --------------- # 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 @@ -89,3 +91,13 @@ # If you really do want to block them change all the 0 below to 1. 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 \ No newline at end of file