924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
21 lines
660 B
YAML
21 lines
660 B
YAML
title: T1086 PowerShell Execution
|
|
id: 867613fb-fa60-4497-a017-a82df74a172c
|
|
description: Detects execution of PowerShell
|
|
status: experimental
|
|
date: 2019/09/12
|
|
modified: 2019/11/10
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
references:
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/basic_powershell_execution.md
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 7
|
|
Description: 'system.management.automation'
|
|
ImageLoaded|contains: 'system.management.automation'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical |