]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ipblocklist: Add support for 3CORESec lists. fw-grp-as-sets_old
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:50:14 +0000 (09:50 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:50:14 +0000 (09:50 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/ipblocklist/sources

index 561ef2f2e93997b847caf3ae2528b6a572021eb5..8bf0af3ada4adfbc5d3e600cfee45f7bbb45391c 100644 (file)
@@ -188,5 +188,41 @@ our %sources = (
                'parser'   => 'ip-or-net-list',
                'rate'     => '1d',
                'category' => 'reputation'
+       },
+
+       '3CORESEC_SSH' => {
+               'name'     => '3CORESec SSH Activity Blocklist',
+               'url'      => 'https://blacklist.3coresec.net/lists/ssh.txt',
+               'info'     => 'https://blacklist.3coresec.net',
+               'parser'   => 'ip-or-net-list',
+               'rate'     => '1d',
+               'category' => 'attacker'
+       },
+
+       '3CORESEC_SCAN' => {
+               'name'     => '3CORESec Scan and IDS Blocklist',
+               'url'      => 'https://blacklist.3coresec.net/lists/misc.txt',
+               'info'     => 'https://blacklist.3coresec.net',
+               'parser'   => 'ip-or-net-list',
+               'rate'     => '1d',
+               'category' => 'reputation'
+       },
+
+       '3CORESEC_WEB' => {
+               'name'     => '3CORESec Web Server Activity Blocklist',
+               'url'      => 'https://blacklist.3coresec.net/lists/http.txt',
+               'info'     => 'https://blacklist.3coresec.net',
+               'parser'   => 'ip-or-net-list',
+               'rate'     => '1d',
+               'category' => 'attacker'
+       },
+
+       '3CORESEC_COMBINED' => {
+               'name'     => '3CORESec Combined (all) Blocklist',
+               'url'      => 'https://blacklist.3coresec.net/lists/all.txt',
+               'info'     => 'https://blacklist.3coresec.net',
+               'parser'   => 'ip-or-net-list',
+               'rate'     => '1d',
+               'category' => 'attacker'
        }
 );