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

30 lines
748 B
YAML
Raw Normal View History

2020-06-10 16:32:30 +02:00
title: 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:
2021-05-22 01:01:07 -03:00
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190410151110.html
2020-06-10 16:32:30 +02:00
tags:
- attack.execution
- attack.t1086 # an old one
2020-07-18 02:50:57 +01:00
- attack.t1059.001
logsource:
category: image_load
product: windows
2020-06-10 16:32:30 +02:00
detection:
selection:
Description: 'System.Management.Automation'
ImageLoaded|contains: 'System.Management.Automation'
2020-06-10 16:32:30 +02:00
condition: selection
fields:
- ComputerName
- Image
- ProcessID
- ImageLoaded
falsepositives:
- Unknown
level: medium