From b77b41a579982fd6ee524f1c8ee45fea03bb9b76 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 23 Jun 2022 08:03:19 +0200 Subject: [PATCH] ruleset-sources: Update download URL for Talos rulesets. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/suricata/ruleset-sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index 1d2c6e98b2..592cbedf06 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -23,7 +23,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "registered user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29190.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=", dl_type => "archive", }, @@ -33,7 +33,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "subscripted user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29190.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=", dl_type => "archive", }, -- 2.39.5