Files
hayabusa/rules/sigma/process_creation/win_redmimicry_winnti_proc.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

38 lines
780 B
YAML

title: RedMimicry Winnti Playbook Execute
ruletype: Sigma
author: Alexander Rausch
date: 2020/06/24
description: Detects actions caused by the RedMimicry Winnti playbook
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image:
- '*rundll32.exe*'
- '*cmd.exe*'
SELECTION_3:
CommandLine:
- '*gthread-3.6.dll*'
- '*\Windows\Temp\tmp.bat*'
- '*sigcmm-2.4.dll*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown
id: 95022b85-ff2a-49fa-939a-d7b8f56eeb9b
level: high
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://redmimicry.com
status: test
tags:
- attack.execution
- attack.defense_evasion
- attack.t1059
- attack.t1106
- attack.t1059.003
- attack.t1218.011