]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ruleset-sources: Restore generic details about recently dropped providers
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 21 Mar 2024 20:51:17 +0000 (21:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Mar 2024 15:18:41 +0000 (15:18 +0000)
At least these informations are required to display something usefull
on the webgui, even if a provider has been dropped.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/ruleset-sources

index 2b3b4ffcb7f1441d9eb6a6bd76f69bb167d3a5ba..4e9ea5fa93aa54523cd720e158c0932def14ad3d 100644 (file)
@@ -97,6 +97,34 @@ our %Providers = (
                dl_type => "plain",
        },
 
+       # Positive Technologies Attack Detection Team rules.
+       attack_detection => {
+               summary => "PT Attack Detection Team Rules",
+               website => "https://github.com/ptresearch/AttackDetection",
+               tr_string => "attack detection team rules",
+       },
+
+       # Secureworks Security rules.
+       secureworks_security => {
+               summary => "Secureworks Security Ruleset",
+               website => "https://www.secureworks.com",
+               tr_string => "secureworks security ruleset",
+       },
+
+       # Secureworks Malware rules.
+       secureworks_malware => {
+               summary => "Secureworks Malware Ruleset",
+               website => "https://www.secureworks.com",
+               tr_string => "secureworks malware ruleset",
+       },
+
+       # Secureworks Enhanced rules.
+       secureworks_enhanced => {
+               summary => "Secureworks Enhanced Ruleset",
+               website => "https://www.secureworks.com",
+               tr_string => "secureworks enhanced ruleset",
+       },
+
        # ThreatFox
        threatfox => {
                summary => "ThreatFox Indicators Of Compromise Rules",