Files
blue-team-tools/rules/windows/sysmon/sysmon_powershell_execution_moduleload.yml
T

21 lines
660 B
YAML
Raw Normal View History

2019-10-24 15:48:38 +02:00
title: T1086 PowerShell Execution
2019-12-19 23:56:36 +01:00
id: 867613fb-fa60-4497-a017-a82df74a172c
2019-10-24 15:48:38 +02:00
description: Detects execution of PowerShell
status: experimental
date: 2019/09/12
2019-11-10 18:43:41 +03:00
modified: 2019/11/10
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/basic_powershell_execution.md
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 7
Description: 'system.management.automation'
2019-11-10 18:43:41 +03:00
ImageLoaded|contains: 'system.management.automation'
2019-10-24 15:48:38 +02:00
condition: selection
falsepositives:
- Unknown
level: critical