1200kmSECURITY RESEARCH

1200KM / sigma-rule

HackTool - SafetyKatz Dump Indicator — Sigma Rule

Sigma rule e074832a-eada-4fd7-94a1-10642b130e16. HackTool - SafetyKatz Dump Indicator — Sigma Rule. Detects default lsass dump filename generated by SafetyKatz.

Rule metadata and linked tags

Author: Markus Neis. Source status: test; severity: high. Source dates: 2018-07-24 / 2024-06-27.

{
  "category": "file_event",
  "product": "windows"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 25bef85f4f6caf8e54ad1e8104bf108e228c6ea24c785b8b919d01e5ab15f7c2

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: HackTool - SafetyKatz Dump Indicator
id: e074832a-eada-4fd7-94a1-10642b130e16
status: test
description: Detects default lsass dump filename generated by SafetyKatz.
references:
    - https://github.com/GhostPack/SafetyKatz
    - https://github.com/GhostPack/SafetyKatz/blob/715b311f76eb3a4c8d00a1bd29c6cd1899e450b7/SafetyKatz/Program.cs#L63
author: Markus Neis
date: 2018-07-24
modified: 2024-06-27
tags:
    - attack.credential-access
    - attack.t1003.001
logsource:
    category: file_event
    product: windows
detection:
    selection:
        TargetFilename|endswith: '\Temp\debug.bin'
    condition: selection
falsepositives:
    - Rare legitimate files with similar filename structure
level: high

Original YAML and metadata in JSON

False positives

  • Rare legitimate files with similar filename structure

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.