From 13c58a87843a73df34d370edc7c505eb6b6c60f3 Mon Sep 17 00:00:00 2001 From: Ayush Tomar ayush.tomar@ellio.tech Date: Wed, 13 Sep 2023 11:32:43 +0200 Subject: [PATCH] Add Ellio Community feed to ipblocklist/sources
--- config/ipblocklist/sources | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index be0cf0229..26699ff56 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -67,6 +67,12 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'parser' => 'dshield', 'rate' => '1h', 'category' => 'attacker' }, + 'ELLIO_TECH' => {'name' => 'ELLIO: IP Feed (Community version)', + 'url' => 'https://cdn.ellio.tech/community-feed', + 'info' => 'https://ellio.tech', + 'parser' => 'ip-or-net-list', + 'rate' => '24h', + 'category' => 'attacker' }, 'FEODO_RECOMMENDED'=> {'name' => 'Feodo Trojan IP Blocklist (Recommended)', 'url' => 'https://feodotracker.abuse.ch/downloads/ipblocklist_recommended.txt', 'info' => 'https://feodotracker.abuse.ch/blocklist',