mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
9 lines
564 B
YAML
9 lines
564 B
YAML
name: process_powershell
|
|
id: 536e7395-e15b-4df0-83cf-ac8de50cff65
|
|
version: 1
|
|
creation_date: '2021-08-17'
|
|
modification_date: '2026-05-13'
|
|
author: Splunk Threat Research Team
|
|
description: Matches the process with its original file name, data for this macro came from https://strontic.github.io/
|
|
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)
|