1200kmSECURITY RESEARCH

1200KM / sigma-rule

Dumping Process via Sqldumper.exe — Sigma Rule

Sigma rule 23ceaf5c-b6f1-4a32-8559-f2ff734be516. Dumping Process via Sqldumper.exe — Sigma Rule. Detects process dump via legitimate sqldumper.exe binary

Rule metadata and linked tags

Author: Kirill Kiryanov, oscd.community. Source status: test; severity: medium. Source dates: 2020-10-08 / 2021-11-27.

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

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 8d1cd2fcff24e7e57248865ad26093fc06b05f6f48aa4aaa1c802d4d587daa4b

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: Dumping Process via Sqldumper.exe
id: 23ceaf5c-b6f1-4a32-8559-f2ff734be516
status: test
description: Detects process dump via legitimate sqldumper.exe binary
references:
    - https://twitter.com/countuponsec/status/910977826853068800
    - https://twitter.com/countuponsec/status/910969424215232518
    - https://lolbas-project.github.io/lolbas/OtherMSBinaries/Sqldumper/
author: Kirill Kiryanov, oscd.community
date: 2020-10-08
modified: 2021-11-27
tags:
    - attack.credential-access
    - attack.t1003.001
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith: '\sqldumper.exe'
        CommandLine|contains:
            - '0x0110'
            - '0x01100:40'
    condition: selection
falsepositives:
    - Legitimate MSSQL Server actions
level: medium

Original YAML and metadata in JSON

False positives

  • Legitimate MSSQL Server actions

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.