Branch was auto-updated.

This commit is contained in:
srv-rr-gh-researchbt
2023-03-20 09:18:03 -07:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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
+1
View File
@@ -4,3 +4,4 @@ filename: ransomware_notes.csv
match_type: WILDCARD(ransomware_notes)
min_matches: 1
name: ransomware_notes_lookup
case_sensitive_match: 'false'