Detection rules › Sigma

Cred Dump Tools Dropped Files

Status
test
Severity
high
Log source
product windows, category file_event
Author
Teymur Kheirkhabarov, oscd.community
Source
github.com/SigmaHQ/sigma

Files with well-known filenames (parts of credential dump software or files produced by them) creation

MITRE ATT&CK coverage

Event coverage

ProviderEventTitle
SysmonEvent ID 11FileCreate

Rule body yaml

title: Cred Dump Tools Dropped Files
id: 8fbf3271-1ef6-4e94-8210-03c2317947f6
status: test
description: Files with well-known filenames (parts of credential dump software or files produced by them) creation
references:
    - https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
author: Teymur Kheirkhabarov, oscd.community
date: 2019-11-01
modified: 2025-10-25
tags:
    - attack.credential-access
    - attack.t1003.001
    - attack.t1003.002
    - attack.t1003.003
    - attack.t1003.004
    - attack.t1003.005
logsource:
    category: file_event
    product: windows
detection:
    selection:
        - TargetFilename|contains:
              - '\fgdump-log'
              - '\kirbi'
              - '\pwdump'
              - '\pwhashes'
              - '\wce_ccache'
              - '\wce_krbtkts'
        - TargetFilename|endswith:
              - '\cachedump.exe'
              - '\cachedump64.exe'
              - '\DumpExt.dll'
              - '\DumpSvc.exe'
              - '\Dumpy.exe'
              - '\fgexec.exe'
              - '\lsremora.dll'
              - '\lsremora64.dll'
              - '\NTDS.out'
              - '\procdump.exe'
              - '\procdump64.exe'
              - '\procdump64a.exe'
              - '\pstgdump.exe'
              - '\pwdump.exe'
              - '\SAM.out'
              - '\SECURITY.out'
              - '\servpw.exe'
              - '\servpw64.exe'
              - '\SYSTEM.out'
              - '\test.pwd'
              - '\wceaux.dll'
    condition: selection
falsepositives:
    - Legitimate Administrator using tool for password recovery
level: high
regression_tests_path: regression_data/rules/windows/file/file_event/file_event_win_cred_dump_tools_dropped_files/info.yml

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    - TargetFilename|contains:
          - '\fgdump-log'
          - '\kirbi'
          - '\pwdump'
          - '\pwhashes'
          - '\wce_ccache'
          - '\wce_krbtkts'
    - TargetFilename|endswith:
          - '\cachedump.exe'
          - '\cachedump64.exe'
          - '\DumpExt.dll'
          - '\DumpSvc.exe'
          - '\Dumpy.exe'
          - '\fgexec.exe'
          - '\lsremora.dll'
          - '\lsremora64.dll'
          - '\NTDS.out'
          - '\procdump.exe'
          - '\procdump64.exe'
          - '\procdump64a.exe'
          - '\pstgdump.exe'
          - '\pwdump.exe'
          - '\SAM.out'
          - '\SECURITY.out'
          - '\servpw.exe'
          - '\servpw64.exe'
          - '\SYSTEM.out'
          - '\test.pwd'
          - '\wceaux.dll'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
TargetFilenameends_with
  • \DumpExt.dll
  • \DumpSvc.exe
  • \Dumpy.exe
  • \NTDS.out
  • \SAM.out
  • \SECURITY.out
  • \SYSTEM.out
  • \cachedump.exe
  • \cachedump64.exe
  • \fgexec.exe
  • \lsremora.dll
  • \lsremora64.dll
  • \procdump.exe
  • \procdump64.exe
  • \procdump64a.exe
  • \pstgdump.exe
  • \pwdump.exe
  • \servpw.exe
  • \servpw64.exe
  • \test.pwd
  • \wceaux.dll
TargetFilenamematch
  • \fgdump-log
  • \kirbi
  • \pwdump
  • \pwhashes
  • \wce_ccache
  • \wce_krbtkts