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

7 lines
342 B
YAML

definition: '| inputlookup prohibited_apps_launching_cmd | rename prohibited_applications
as parent_process_name | eval parent_process_name="*" . parent_process_name | table
parent_process_name'
description: This macro outputs a list of process that should not be the parent process
of cmd.exe
name: prohibited_apps_launching_cmd_macro