Files
blue-team-tools/rules/windows/pipe_created/sysmon_powershell_execution_pipe.yml
T

22 lines
582 B
YAML
Raw Normal View History

2020-10-12 15:42:34 -04: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
category: pipe_created
2020-10-12 15:42:34 -04:00
detection:
2021-04-08 00:32:01 +02:00
selection:
PipeName|startswith: '\PSHost'
2020-10-12 15:42:34 -04:00
condition: selection
falsepositives:
- Unknown
2021-04-08 00:32:01 +02:00
level: informational