Windows File Drops Matching Winnti Dropper Artifacts (gthread/sigcmm DLLs, tmp.bat)
Detects Windows file drops of specific DLLs and a Windows Temp batch filename pattern associated with a Winnti dropper scenario.
- Product
- windows
- Category
- file_event
- Author
- Alexander Rausch (SigmaHQ), DRL 1.1
- Published
- 2020-06-24
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows file creation events where filenames end with specific Winnti dropper artifacts: gthread-3.6.dll, sigcmm-2.4.dll, or a temporary batch file path ending with \Windows\Temp\tmp.bat. Such targeted drops are indicative of malware staging or execution preparation on a host. The detection relies on file event telemetry that includes the created or written file path and supports suffix matching on the target filename.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Windows File Drops Matching Winnti Dropper Artifacts (gthread/sigcmm DLLs, tmp.bat)
id: 2bf684ae-c97c-495a-afd7-0e458e3d5b84
status: test
description: "This rule flags Windows file creation events where filenames end with specific Winnti dropper artifacts: gthread-3.6.dll, sigcmm-2.4.dll, or a temporary batch file path ending with \\Windows\\Temp\\tmp.bat. Such targeted drops are indicative of malware staging or execution preparation on a host. The detection relies on file event telemetry that includes the created or written file path and supports suffix matching on the target filename."
references:
- https://redmimicry.com/posts/redmimicry-winnti/#dropper
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_redmimicry_winnti_filedrop.yml
author: Alexander Rausch, Huntrule Team
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
license: DRL-1.1
related:
- id: 130c9e58-28ac-4f83-8574-0a4cc913b97e
type: derived