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

23 lines
575 B
YAML
Raw Normal View History

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