mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
6 lines
243 B
YAML
6 lines
243 B
YAML
definition: lookup interesting_processes_lookup app as process_name OUTPUT is_prohibited
|
|
| search is_prohibited=True
|
|
description: This macro limits the output to process_names that have been marked as
|
|
prohibited
|
|
name: prohibited_softwares
|