1200kmSECURITY RESEARCH

1200KM / sigma-rule

PUA - DIT Snapshot Viewer — Sigma Rule

Sigma rule d3b70aad-097e-409c-9df2-450f80dc476b. PUA - DIT Snapshot Viewer — Sigma Rule. Detects the use of Ditsnap tool, an inspection tool for Active Directory database, ntds.dit.

Rule metadata and linked tags

Author: Furkan Caliskan (@caliskanfurkan_). Source status: test; severity: high. Source dates: 2020-07-04 / 2023-02-21.

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

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: d90b8ecba29240ad787414f4b254e66d7d2d2e9dea1e4a82009107e9defb02db

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: PUA - DIT Snapshot Viewer
id: d3b70aad-097e-409c-9df2-450f80dc476b
status: test
description: Detects the use of Ditsnap tool, an inspection tool for Active Directory database, ntds.dit.
references:
    - https://thedfirreport.com/2020/06/21/snatch-ransomware/
    - https://web.archive.org/web/20201124182207/https://github.com/yosqueoy/ditsnap
author: Furkan Caliskan (@caliskanfurkan_)
date: 2020-07-04
modified: 2023-02-21
tags:
    - attack.credential-access
    - attack.t1003.003
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        - Image|endswith: '\ditsnap.exe'
        - CommandLine|contains: 'ditsnap.exe'
    condition: selection
falsepositives:
    - Legitimate admin usage
level: high

Original YAML and metadata in JSON

False positives

  • Legitimate admin usage

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.