Files
splunk-security_content/macros/prohibited_apps_launching_cmd.yml
2019-10-16 16:38:05 +02:00

7 lines
336 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