Files
splunk-security_content/macros/is_windows_system_file_macro.yml
2024-05-08 16:05:40 +00:00

7 lines
262 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_macro