mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
Vendored
+2
@@ -338,6 +338,7 @@ case_sensitive_match = false
|
||||
# description = A list of file extensions that are associated with ransomware
|
||||
match_type = WILDCARD(Extensions)
|
||||
min_matches = 1
|
||||
case_sensitive_match = false
|
||||
|
||||
[ransomware_notes_lookup]
|
||||
filename = ransomware_notes.csv
|
||||
@@ -345,6 +346,7 @@ default_match = false
|
||||
# description = A list of file names that are ransomware note files
|
||||
match_type = WILDCARD(ransomware_notes)
|
||||
min_matches = 1
|
||||
case_sensitive_match = false
|
||||
|
||||
[remote_access_software]
|
||||
filename = remote_access_software.csv
|
||||
|
||||
@@ -4,3 +4,4 @@ filename: ransomware_notes.csv
|
||||
match_type: WILDCARD(ransomware_notes)
|
||||
min_matches: 1
|
||||
name: ransomware_notes_lookup
|
||||
case_sensitive_match: 'false'
|
||||
|
||||
Reference in New Issue
Block a user