From 3a8f5c630957c868685c340366298602d1f0d04d Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 20 Feb 2025 22:13:23 +0100 Subject: [PATCH] sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources - Abuse.ch deprecated the ABUSECH_BOTNETC2 list on 3rd Jan 2025 without any warning or notification except for the deprecation message in the block list. - This patch removes that list from the ipblocklist sources. - This is part of a patch set that also removes this list from the files in users systems and from any restore from an earlier backup when the updates sources list is issued. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/ipblocklist/sources | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index 158c8bc203..a25353528d 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -128,11 +128,5 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'info' => 'https://blacklist.3coresec.net', 'parser' => 'ip-or-net-list', 'rate' => '1d', - 'category' => 'attacker' }, - 'ABUSECH_BOTNETC2' => { 'name' => 'ABUSE.ch Botnet C2 IP Blocklist', - 'url' => 'https://sslbl.abuse.ch/blacklist/sslipblacklist.txt', - 'info' => 'https://sslbl.abuse.ch/blacklist#botnet-c2-ips-csv', - 'parser' => 'ip-or-net-list', - 'rate' => '5m', - 'category' => 'reputation' } + 'category' => 'attacker' } ); -- 2.39.5