[1/3] sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources
Commit Message
- 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(-)
@@ -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' }
);