SigmaHQ/rules/windows/sysmon/sysmon_susp_powershell_rundll32.yml

28 lines
772 B
YAML
Raw Normal View History

title: PowerShell Rundll32 Remote Thread Creation
2019-11-12 22:12:27 +00:00
id: 99b97608-3e21-4bfe-8217-2a127c396a0e
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects PowerShell remote thread creation in Rundll32.exe
author: Florian Roth
references:
- https://www.fireeye.com/blog/threat-research/2018/06/bring-your-own-land-novel-red-teaming-technique.html
date: 2018/06/25
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 8
SourceImage: '*\powershell.exe'
TargetImage: '*\rundll32.exe'
condition: selection
2018-08-07 06:45:58 +00:00
tags:
- attack.defense_evasion
- attack.execution
2020-08-29 00:03:28 +00:00
- attack.t1085 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1218.011
2020-08-29 00:03:28 +00:00
- attack.t1086 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1059.001
falsepositives:
- Unkown
level: high