Windows File Creation: QuarksPwDump Credential Dump (.dmp) in Temp\SAM-*

Flags creation of QuarksPwDump .dmp dump files in Temp with a SAM-* filename pattern.

FreeReviewedSigma · Critical · v2
Product
windows
Category
file_event
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2018-02-10
Updated
2026-07-31
title: "Windows File Creation: QuarksPwDump Credential Dump (.dmp) in Temp\\SAM-*"
id: abf97c55-eb5a-4132-a9e5-0b4cf3cba331
status: test
description: This rule matches Windows file create events where the target filename contains both a Temp path starting with \AppData\Local\Temp\SAM- and ends with .dmp. Dump files are commonly used by credential-access tooling to extract sensitive data from memory or processes. It relies on file event telemetry that records the full or partial target filename for newly created files.
references:
  - https://jpcertcc.github.io/ToolAnalysisResultSheet/details/QuarksPWDump.htm
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_hktl_quarkspw_filedump.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2018-02-10
modified: 2024-06-27
tags:
  - attack.credential-access
  - attack.t1003.002
logsource:
  category: file_event
  product: windows
detection:
  selection:
    TargetFilename|contains|all:
      - \AppData\Local\Temp\SAM-
      - .dmp
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1
related:
  - id: 847def9e-924d-4e90-b7c4-5f581395a2b4
    type: derived