SigmaHQ/rules/windows/sysmon/sysmon_powershell_execution_pipe.yml

23 lines
595 B
YAML
Raw Normal View History

2020-10-12 19:42:34 +00:00
title: T1086 PowerShell Execution
id: ac7102b4-9e1e-4802-9b4f-17c5524c015c
description: Detects execution of PowerShell
status: experimental
date: 2019/09/12
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags:
- attack.execution
- attack.t1059.001
references:
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190410151110.html
logsource:
product: windows
service: sysmon
detection:
2021-04-07 22:32:01 +00:00
selection:
2020-10-12 19:42:34 +00:00
EventID: 17
2021-04-07 22:32:01 +00:00
PipeName|startswith: '\PSHost'
2020-10-12 19:42:34 +00:00
condition: selection
falsepositives:
- Unknown
2021-04-07 22:32:01 +00:00
level: informational