Files
blue-team-tools/rules/windows/powershell/powershell_alternate_powershell_hosts.yml
T

34 lines
1.1 KiB
YAML
Raw Normal View History

title: Alternate PowerShell Hosts
2019-12-19 23:56:36 +01:00
id: 64e8e417-c19a-475a-8d19-98ea705394cc
2019-10-24 15:48:38 +02:00
description: Detects alternate PowerShell hosts potentially bypassing detections looking for powershell.exe
status: experimental
date: 2019/08/11
2020-02-25 11:12:11 +01:00
modified: 2020/02/25
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
tags:
- attack.execution
- attack.t1086
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2019-10-24 15:48:38 +02:00
logsource:
product: windows
service: powershell
detection:
2020-06-16 14:46:08 -06:00
selection:
2019-10-24 15:48:38 +02:00
EventID:
- 4103
- 400
2020-02-02 12:54:56 +01:00
ContextInfo: '*'
2019-10-24 15:48:38 +02:00
filter:
2020-01-11 00:11:27 +01: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 15:48:38 +02:00
condition: selection and not filter
falsepositives:
2020-02-25 11:12:11 +01:00
- Programs using PowerShell directly without invocation of a dedicated interpreter
- MSP Detection Searcher
2020-02-25 11:13:58 +01:00
- Citrix ConfigSync.ps1
2020-02-25 11:12:11 +01:00
level: medium