Detection rules › Sigma

Potential Winnti Dropper Activity

Status
test
Severity
high
Log source
category file_event, product windows
Author
Alexander Rausch
Source
github.com/SigmaHQ/sigma

Detects files dropped by Winnti as described in RedMimicry Winnti playbook

MITRE ATT&CK coverage

Telemetry coverage

ProviderRecord / event type
SysmonEvent ID 11: FileCreate

Rule body

title: Potential Winnti Dropper Activity
id: 130c9e58-28ac-4f83-8574-0a4cc913b97e
status: test
description: Detects files dropped by Winnti as described in RedMimicry Winnti playbook
references:
    - https://redmimicry.com/posts/redmimicry-winnti/#dropper
author: Alexander Rausch
date: 2020-06-24
modified: 2023-01-05
tags:
    - attack.stealth
    - attack.t1027
logsource:
    product: windows
    category: file_event
detection:
    selection:
        TargetFilename|endswith:
            - '\gthread-3.6.dll'
            - '\sigcmm-2.4.dll'
            - '\Windows\Temp\tmp.bat'
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    TargetFilename|endswith:
        - '\gthread-3.6.dll'
        - '\sigcmm-2.4.dll'
        - '\Windows\Temp\tmp.bat'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
TargetFilenameends_with
  • \Windows\Temp\tmp.bat
  • \gthread-3.6.dll
  • \sigcmm-2.4.dll
field:"TargetFilename" kind:ends_with