Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_coti_sqlcmd.yml
T

34 lines
1.0 KiB
YAML
Raw Normal View History

2021-08-16 11:15:32 +02:00
title: Conti Backup Database
2021-08-16 11:08:19 +02:00
id: 2f47f1fd-0901-466e-a770-3b7092834a1b
status: experimental
author: frack113
date: 2021/08/16
modified: 2021/12/02
2021-08-16 11:08:19 +02:00
description: Detects a command used by conti to dump database
references:
- https://twitter.com/vxunderground/status/1423336151860002816?s=20 #the leak info not the files itself
- https://www.virustotal.com/gui/file/03e9b8c2e86d6db450e5eceec057d7e369ee2389b9daecaf06331a95410aa5f8/detection
- https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-ver15
tags:
- attack.collection
2021-11-20 10:56:41 +01:00
- attack.t1005
2021-08-16 11:08:19 +02:00
logsource:
category: process_creation
product: windows
detection:
selection_tools:
2021-08-16 11:22:50 +02:00
CommandLine|contains:
2021-08-16 11:08:19 +02:00
- 'sqlcmd '
- 'sqlcmd.exe'
selection_svr:
2021-08-16 11:22:50 +02:00
CommandLine|contains: ' -S localhost '
2021-08-16 11:08:19 +02:00
selection_query:
2021-08-16 11:22:50 +02:00
CommandLine|contains:
2021-08-16 11:08:19 +02:00
- 'sys.sysprocesses'
- 'master.dbo.sysdatabases'
- 'BACKUP DATABASE'
condition: all of selection*
2021-08-16 11:08:19 +02:00
falsepositives:
- Unknown
2021-08-16 11:15:32 +02:00
level: high