]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 20 Feb 2025 21:13:23 +0000 (22:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 13:59:19 +0000 (13:59 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ipblocklist/sources

index 158c8bc2032427137c10aab71bbdda99f962d6da..a25353528dc2c5a8c55aaaa774af4c178338f4dd 100644 (file)
@@ -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' }
            );