]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ipblocklist-sources: Update to include the Abuse.ch Botnet C2 ip blocklist
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 24 Jun 2024 15:10:39 +0000 (17:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Jul 2024 09:17:36 +0000 (09:17 +0000)
- 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>
config/ipblocklist/sources

index 69f964dd9da311eb8044eacfce5f8e19f5c17f15..1cef06dd1251e71e60f5d8c1623c35a0d6049ec4 100644 (file)
@@ -142,5 +142,11 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name'     => 'Emerging Threats Blocklis
                                         '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' }
            );