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

29 lines
826 B
YAML
Raw Normal View History

title: Conti Volume Shadow Listing
id: 7b30e0a7-c675-4b24-8a46-82fa67e2433d
2022-03-30 11:15:54 +02:00
status: test
2022-10-28 15:06:36 +02:00
description: Detects a command used by conti to find volume shadow backups
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
2023-02-01 11:14:59 +01:00
author: Max Altgelt (Nextron Systems), Tobias Michalski (Nextron Systems)
2022-10-28 15:06:36 +02:00
date: 2021/08/09
tags:
- attack.t1587.001
- attack.resource_development
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- 'vssadmin list shadows'
- 'log.txt'
2021-08-16 09:19:46 +02:00
condition: selection
fields:
- User
- CommandLine
- ParentImage
falsepositives:
- Unknown
level: high