From 54d7a90c52397993a8d5bf928dce36fe5613bc16 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 22 Apr 2023 09:48:37 +0200 Subject: [PATCH] ipblocklist: Add support for Etnetera Aggressive Blocklist Signed-off-by: Stefan Schantl --- config/ipblocklist/sources | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index 7847cfc12..561ef2f2e 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -179,5 +179,14 @@ our %sources = ( 'parser' => 'ip-or-net-list', 'rate' => '30m', 'category' => 'attacker' + }, + + 'ETNETERA_AGGRESSIVE' => { + 'name' => 'Etnetera Aggressive Blocklist', + 'url' => 'https://security.etnetera.cz/feeds/etn_aggressive.txt', + 'info' => 'https://security.etnetera.cz', + 'parser' => 'ip-or-net-list', + 'rate' => '1d', + 'category' => 'reputation' } ); -- 2.39.5