mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
6 lines
279 B
YAML
6 lines
279 B
YAML
definition: lookup ransomware_notes_lookup ransomware_notes as file_name OUTPUT status
|
|
as "Known Ransomware Notes" | search "Known Ransomware Notes"=True
|
|
description: This macro limits the output to files that have been identified as a
|
|
ransomware note
|
|
name: ransomware_notes
|