mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
6 lines
240 B
YAML
6 lines
240 B
YAML
definition: lookup suspicious_writes_lookup file as file_name OUTPUT note as "Reference"
|
|
| search "Reference" != False
|
|
description: This macro limites the output to file names that have been marked as
|
|
suspicious
|
|
name: suspicious_writes
|