mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
ruleset-sources: Restore generic details about recently dropped providers
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>
This commit is contained in:
committed by
Michael Tremer
parent
0842e694a6
commit
563e4a4298
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user