Files
blue-team-tools/rules/windows/pipe_created/pipe_created_powershell_execution_pipe.yml
T
frack113 7fb8272f94 Name Normalization
Name Normalization
2022-02-27 10:58: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