mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
7 lines
336 B
YAML
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
|