mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
20 lines
546 B
YAML
20 lines
546 B
YAML
title: PowerShell Rundll32 Remote Thread Creation
|
|
status: experimental
|
|
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
|
|
falsepositives:
|
|
- Unkown
|
|
level: high
|