Detectionhightest

PUA - DIT Snapshot Viewer

Detects the use of Ditsnap tool, an inspection tool for Active Directory database, ntds.dit.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Furkan CaliskanCreated Sat Jul 04Updated Tue Feb 21d3b70aad-097e-409c-9df2-450f80dc476bwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Image|endswith: '\ditsnap.exe'
        - CommandLine|contains: 'ditsnap.exe'
    condition: selection
False Positives

Legitimate admin usage

MITRE ATT&CK
Rule Metadata
Rule ID
d3b70aad-097e-409c-9df2-450f80dc476b
Status
test
Level
high
Type
Detection
Created
Sat Jul 04
Modified
Tue Feb 21
Path
rules/windows/process_creation/proc_creation_win_pua_ditsnap.yml
Raw Tags
attack.credential-accessattack.t1003.003
View on GitHub