Files
hayabusa/rules/sigma/file_event/sysmon_redmimicry_winnti_filedrop.yml
T
DustInDark 0cfa806baf Feature/addruletype to sigma rule#230 (#235)
* added ruletype to SIGMA rule #230

* added ruletype to SIGMA rule converter tool #231
2021-11-28 18:14:51 +09:00

29 lines
615 B
YAML

title: RedMimicry Winnti Playbook Dropped File
author: Alexander Rausch
date: 2020/06/24
description: Detects actions caused by the RedMimicry Winnti playbook
detection:
SELECTION_1:
EventID: 11
SELECTION_2:
TargetFilename:
- '*gthread-3.6.dll*'
- '*sigcmm-2.4.dll*'
- '*\Windows\Temp\tmp.bat*'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unknown
id: 130c9e58-28ac-4f83-8574-0a4cc913b97e
level: high
logsource:
category: file_event
product: windows
references:
- https://redmimicry.com
status: experimental
tags:
- attack.defense_evasion
- attack.t1027
ruletype: SIGMA