EXPLORE
← Back to Explore
sigmahighHunting

VeeamBackup Database Credentials Dump Via Sqlcmd.EXE

Detects dump of credentials in VeeamBackup dbo

MITRE ATT&CK

collection

Detection Query

selection_tools:
  Image|endswith: \sqlcmd.exe
selection_query:
  CommandLine|contains|all:
    - SELECT
    - TOP
    - "[VeeamBackup].[dbo].[Credentials]"
condition: all of selection_*

Author

frack113

Created

2021-12-20

Data Sources

windowsProcess Creation Events

Platforms

windows

Tags

attack.collectionattack.t1005
Raw Content
title: VeeamBackup Database Credentials Dump Via Sqlcmd.EXE
id: b57ba453-b384-4ab9-9f40-1038086b4e53
status: test
description: Detects dump of credentials in VeeamBackup dbo
references:
    - https://thedfirreport.com/2021/12/13/diavol-ransomware/
    - https://forums.veeam.com/veeam-backup-replication-f2/recover-esxi-password-in-veeam-t34630.html
author: frack113
date: 2021-12-20
modified: 2023-02-13
tags:
    - attack.collection
    - attack.t1005
logsource:
    category: process_creation
    product: windows
detection:
    selection_tools:
        Image|endswith: '\sqlcmd.exe'
    selection_query:
        CommandLine|contains|all:
            - 'SELECT'
            - 'TOP'
            - '[VeeamBackup].[dbo].[Credentials]'
    condition: all of selection_*
falsepositives:
    - Unknown
level: high