Add Ellio Community feed to ipblocklist/sources

Message ID 1EC28A5A-B15E-4687-A36E-4145177C6358@ellio.tech
State New
Headers
Series Add Ellio Community feed to ipblocklist/sources |

Commit Message

Ayush Tomar Sept. 13, 2023, 10:50 a.m. UTC
  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(+)
  

Comments

Adolf Belka Sept. 13, 2023, 12:03 p.m. UTC | #1
Hallo Ayush,

Looking through the wording at the top of the Ellio community feed it says the following:-

"It is intended solely for the individual's own internal use in efforts to improve their cybersecurity posture or for other non-commercial purposes."

It seems to me that wording above could mean that a business that has installed IPFire on a machine for their firewall protection might not be allowed to use your community IP Block Lists.

Your website talks about the use of the Community Block List as only for HomeLabers and Tech Enthusiasts. To get included in the IPFire system the block list would need to be able to be used by any of our users including businesses.

Are you able to confirm that there would be no restriction on the use of the Block List for any IPFire user?


Regards,

Adolf Belka


On 13/09/2023 12:50, Ayush Tomar wrote:
>  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',
  

Patch

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',