- Blocklist addition was discussed and agreed at IPFire dev conf call in June 2024.
- Tested on vm system.
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
'info' => 'https://blacklist.3coresec.net',
'parser' => 'ip-or-net-list',
'rate' => '1d',
- 'category' => 'attacker' }
+ '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' }
);