[1/3] sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources

Message ID 20250220211325.3273650-1-adolf.belka@ipfire.org
State New
Headers
Series [1/3] sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources |

Commit Message

Adolf Belka Feb. 20, 2025, 9:13 p.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 config/ipblocklist/sources | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
  

Patch

diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources
index 158c8bc20..a25353528 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' }
            );