mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
98c412044a
added missing ATT&CK v6.3 IDs with comments and removed unnecessary "modified" attributes
32 lines
770 B
YAML
32 lines
770 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
|
|
modified: 2020/09/06
|
|
tags:
|
|
- attack.execution
|
|
- attack.defense_evasion
|
|
- attack.t1059 # an old one
|
|
- attack.t1106
|
|
- attack.t1059.003
|
|
- attack.t1218.011
|
|
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
|