2020-01-10 23:33:50 +00:00
|
|
|
title: Alternate PowerShell Hosts
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 64e8e417-c19a-475a-8d19-98ea705394cc
|
2019-10-24 13:48:38 +00:00
|
|
|
description: Detects alternate PowerShell hosts potentially bypassing detections looking for powershell.exe
|
|
|
|
status: experimental
|
|
|
|
date: 2019/08/11
|
|
|
|
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-10 23:33:50 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2019-10-24 13:48:38 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID:
|
|
|
|
- 4103
|
|
|
|
- 400
|
2020-01-17 14:46:28 +00:00
|
|
|
ContextInfo: *
|
2019-10-24 13:48:38 +00:00
|
|
|
filter:
|
2020-01-10 23:11:27 +00:00
|
|
|
- ContextInfo: 'powershell.exe'
|
|
|
|
- Message: 'powershell.exe'
|
|
|
|
# Both fields contain key=value pairs where the key HostApplication ist relevant but
|
|
|
|
# can't be referred directly as event field.
|
2019-10-24 13:48:38 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
2020-01-17 14:46:28 +00:00
|
|
|
- Programs using PowerShell directly without invocation of a dedicated interpreter.
|
|
|
|
level: high
|