mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
ea5bd52238
* Fix #3993 * Fix incorrect DS entries * fix security_domain issue * Fix #3992 * Fix #3988 * Update dump_lsass_via_procdump.yml * Fix #3987 * Fix #3977 * Update network_connection_discovery_with_arp.yml * Fix #3998 * Fix #3997 * fix versions * revert change * Fix #4012 * Update linux_file_creation_in_init_boot_directory.yml * Update linux_file_creation_in_init_boot_directory.yml * Fix #4010 and related * fix typo --------- Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
3 lines
415 B
YAML
3 lines
415 B
YAML
definition: (Processes.process_name=pwsh.exe OR Processes.process_name=powershell.exe OR Processes.original_file_name=pwsh.dll OR Processes.original_file_name=PowerShell.EXE OR Processes.original_file_name=powershell_ise.EXE OR Processes.process_name=powershell_ise.exe)
|
|
description: Matches the process with its original file name, data for this macro came from https://strontic.github.io/
|
|
name: process_powershell |