mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
28 lines
657 B
YAML
28 lines
657 B
YAML
title: RedMimicry Winnti Playbook Execute
|
|
id: 95022b85-ff2a-49fa-939a-d7b8f56eeb9b
|
|
description: Detects actions caused by the RedMimicry Winnti playbook
|
|
references:
|
|
- https://redmimicry.com
|
|
author: Alexander Rausch
|
|
date: 2020/06/24
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059
|
|
- attack.t1106
|
|
logsource:
|
|
product: windows
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
Image|contains:
|
|
- rundll32.exe
|
|
- cmd.exe
|
|
CommandLine|contains:
|
|
- gthread-3.6.dll
|
|
- \Windows\Temp\tmp.bat
|
|
- sigcmm-2.4.dll
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|