Detectionmediumtest

Dumping Process via Sqldumper.exe

Detects process dump via legitimate sqldumper.exe binary

Convert In Phoenix Studio

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

Launch
Kirill Kiryanov, oscd.communityCreated Thu Oct 08Updated Sat Nov 2723ceaf5c-b6f1-4a32-8559-f2ff734be516windows
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: '\sqldumper.exe'
        CommandLine|contains:
            - '0x0110'
            - '0x01100:40'
    condition: selection
False Positives

Legitimate MSSQL Server actions

Rule Metadata
Rule ID
23ceaf5c-b6f1-4a32-8559-f2ff734be516
Status
test
Level
medium
Type
Detection
Created
Thu Oct 08
Modified
Sat Nov 27
Path
rules/windows/process_creation/proc_creation_win_lolbin_susp_sqldumper_activity.yml
Raw Tags
attack.credential-accessattack.t1003.001
View on GitHub