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:
|
|
|
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/alternate_signed_powershell_hosts.md
|
2020-01-11 00:33:50 +01:00
|
|
|
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
|
|
|
|
|
service: sysmon
|
|
|
|
|
detection:
|
2020-06-16 14:46:08 -06:00
|
|
|
selection:
|
2019-10-24 15:48:38 +02:00
|
|
|
EventID: 17
|
2019-11-10 18:43:41 +03:00
|
|
|
PipeName|startswith: '\PSHost'
|
2019-10-24 15:48:38 +02:00
|
|
|
filter:
|
2020-05-23 10:56:23 -04:00
|
|
|
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
|