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

30 lines
764 B
YAML
Raw Normal View History

title: 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:
2020-01-11 00:11:27 +01:00
- https://github.com/hunters-forge/ThreatHunter-Playbook/blob/8869b7a58dba1cff63bae1d7ab923974b8c0539b/playbooks/WIN-190410151110.yaml
2019-10-24 15:48:38 +02:00
logsource:
product: windows
service: sysmon
tags:
- attack.execution
- attack.t1086
2019-10-24 15:48:38 +02:00
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
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- Image
- ProcessID
- ImageLoaded
2019-10-24 15:48:38 +02:00
falsepositives:
- Unknown
2020-01-11 00:11:27 +01:00
level: medium