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.

FreeReviewedSigma · High · v2
Product
windows
Category
file_event
Author
Alexander Rausch (SigmaHQ), DRL 1.1
Published
2020-06-24
Updated
2026-07-31
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