Files
blue-team-tools/rules/windows/pipe_created/sysmon_powershell_execution_pipe.yml
T
2021-11-27 11:33:14 +01:00

23 lines
575 B
YAML

title: T1086 PowerShell Execution
id: ac7102b4-9e1e-4802-9b4f-17c5524c015c
status: test
description: Detects execution of PowerShell
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
references:
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190410151110.html
date: 2019/09/12
modified: 2021/11/27
logsource:
product: windows
category: pipe_created
detection:
selection:
PipeName|startswith: '\PSHost'
condition: selection
falsepositives:
- Unknown
level: informational
tags:
- attack.execution
- attack.t1059.001