]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sources: Removal of Feodo Tracker lists from ipblocklist sources file
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 16 Oct 2024 16:50:19 +0000 (18:50 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 8 Dec 2024 15:31:57 +0000 (16:31 +0100)
- FEODO_RECOMMENDED list is empty and has been since 2024-08-23, when it was last
   updated.
- FEODO_IP list is empty and has been since 2024-08-23, when it was last updated.
- FEODO_AGGRESSIVE list still contains IP's but they were last updated on 2024-08-23.
- According to the Feodo Tracker web site these lists are updated every 5 minutes but
   not for nearly 8 weeks now.
- Contacted Spamhaus who, since 2022, are the primary licensee for Abuse.ch, who created
   the Feodo Tracker lists. No response at all from Spamhaus after one week, not even
   any acknowledgement response.
- This patch set removes these three lists from the sources file and an associated patch
   to the update.sh file removes references to these lists, if used, from the "modified"
   file and removes the "list_name.conf" files.
- This is the same process as used for the removal of the ALIENVAULT list earlier this
   year.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/ipblocklist/sources

index 1cef06dd1251e71e60f5d8c1623c35a0d6049ec4..c2fc40d5b1d2c5393e5629e869921d77b5ec67fa 100644 (file)
@@ -61,26 +61,6 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name'     => 'Emerging Threats Blocklis
                                     'parser'   => 'dshield',
                                     'rate'     => '1h',
                                     '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',
-                                    'parser'   => 'ip-or-net-list',
-                                    'rate'     => '5m',
-                                    'category' => 'c and c' },
-             'FEODO_IP'        => { 'name'     => 'Feodo Trojan IP Blocklist',
-                                    'url'      => 'https://feodotracker.abuse.ch/downloads/ipblocklist.txt',
-                                    'info'     => 'https://feodotracker.abuse.ch/blocklist',
-                                    'parser'   => 'ip-or-net-list',
-                                    'rate'     => '5m',
-                                    'category' => 'c and c',
-                                    'disable'  => 'FEODO_RECOMMENDED' },
-             'FEODO_AGGRESSIVE' => { 'name'     => 'Feodo Trojan IP Blocklist (Aggressive)',
-                                    'url'      => 'https://feodotracker.abuse.ch/downloads/ipblocklist_aggressive.txt',
-                                    'info'     => 'https://feodotracker.abuse.ch/blocklist',
-                                    'parser'   => 'ip-or-net-list',
-                                    'rate'     => '5m',
-                                    'category' => 'c and c',
-                                    'disable'  => ['FEODO_IP', 'FEODO_RECOMMENDED'] },
              'CIARMY'          => { 'name'     => 'The CINS Army List',
                                     'url'      => 'https://cinsscore.com/list/ci-badguys.txt',
                                     'info'     => 'https://cinsscore.com/#list',