924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
22 lines
710 B
YAML
22 lines
710 B
YAML
title: T1086 Alternate PowerShell Hosts
|
|
id: 64e8e417-c19a-475a-8d19-98ea705394cc
|
|
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
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 4103
|
|
- 400
|
|
filter:
|
|
HostApplication: 'powershell.exe'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical |