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

33 lines
934 B
YAML
Raw Normal View History

2020-02-25 11:12:47 +01:00
title: Alternate PowerShell Hosts Pipe
2019-12-19 23:56:36 +01:00
id: 58cb02d5-78ce-4692-b3e1-dce850aae41a
2019-10-24 15:48:38 +02:00
description: Detects alternate PowerShell hosts potentially bypassing detections looking for powershell.exe
status: experimental
date: 2019/09/12
2019-11-10 18:43:41 +03:00
modified: 2019/11/10
2019-10-24 15:48:38 +02:00
author: Roberto Rodriguez @Cyb3rWard0g
references:
2021-05-22 01:02:43 -03:00
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190815181010.html
tags:
- attack.execution
2020-08-29 02:03:28 +02:00
- attack.t1086 # an old one
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2019-10-24 15:48:38 +02:00
logsource:
product: windows
2020-09-30 20:44:14 +02:00
category: pipe_created
2019-10-24 15:48:38 +02:00
detection:
2020-06-16 14:46:08 -06:00
selection:
2019-11-10 18:43:41 +03:00
PipeName|startswith: '\PSHost'
2019-10-24 15:48:38 +02:00
filter:
Image|endswith:
2020-06-16 14:46:08 -06:00
- '\powershell.exe'
- '\powershell_ise.exe'
2019-10-24 15:48:38 +02:00
condition: selection and not filter
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- User
- Image
- PipeName
2019-10-24 15:48:38 +02:00
falsepositives:
2020-01-17 15:46:28 +01:00
- Programs using PowerShell directly without invocation of a dedicated interpreter.
2020-02-03 22:41:55 +01:00
level: medium