2021-08-16 09:10:05 +02:00
|
|
|
title: Conti Volume Shadow Listing
|
|
|
|
|
id: c73124a7-3e89-44a3-bdc1-25fe4df754b1
|
|
|
|
|
description: Detects a command used by conti to access volume shadow backups
|
|
|
|
|
author: Max Altgelt, Tobias Michalski
|
|
|
|
|
date: 2021/08/09
|
|
|
|
|
status: experimental
|
|
|
|
|
references:
|
|
|
|
|
- https://twitter.com/vxunderground/status/1423336151860002816?s=20
|
2021-08-16 10:12:35 +02:00
|
|
|
- https://www.virustotal.com/gui/file/03e9b8c2e86d6db450e5eceec057d7e369ee2389b9daecaf06331a95410aa5f8/detection
|
2021-08-16 09:10:05 +02:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
2021-08-16 09:21:38 +02:00
|
|
|
selection:
|
|
|
|
|
CommandLine|contains: 'copy \\\\\?\\GLOBALROOT\\Device\\HarddiskVolumeShadowCopy'
|
|
|
|
|
condition: selection
|
2021-08-16 09:10:05 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Some rare backup scenarios
|
|
|
|
|
level: medium
|
2021-09-01 20:01:03 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.impact
|
|
|
|
|
- attack.t1490
|