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
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2020-08-24 00:01:50 +00:00
|
|
|
- attack.t1086 # an old one
|
2019-10-24 13:48:38 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
|
|
|
detection:
|
2020-06-16 20:46:08 +00:00
|
|
|
selection:
|
2019-10-24 13:48:38 +00:00
|
|
|
EventID:
|
|
|
|
- 4103
|
|
|
|
- 400
|
2020-02-02 11:54:56 +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-02-25 10:12:11 +00:00
|
|
|
- Programs using PowerShell directly without invocation of a dedicated interpreter
|
|
|
|
- MSP Detection Searcher
|
2020-02-25 10:13:58 +00:00
|
|
|
- Citrix ConfigSync.ps1
|
2020-02-25 10:12:11 +00:00
|
|
|
level: medium
|