mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
6 lines
255 B
YAML
6 lines
255 B
YAML
definition: lookup update=true is_windows_system_file filename as process_name
|
|
OUTPUT systemFile | search systemFile=true
|
|
description: This macro limits the output to process names that are in the Windows
|
|
System directory
|
|
name: is_windows_system_file
|