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

37 lines
1.4 KiB
YAML
Raw Normal View History

2020-02-20 23:00:16 +01:00
title: Shadow Copies Deletion Using Operating Systems Utilities
2019-12-19 23:56:36 +01:00
id: c947b146-0abc-4c87-9c64-b17e9d7274a2
2020-02-16 13:30:21 +01:00
status: stable
2019-11-04 04:26:34 +03:00
description: Shadow Copies deletion using operating systems utilities
author: Florian Roth, Michael Haag, Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community
date: 2019/10/22
references:
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
- https://blog.talosintelligence.com/2017/05/wannacry.html
- https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/new-teslacrypt-ransomware-arrives-via-spam/
2020-02-16 13:30:21 +01:00
- https://www.bleepingcomputer.com/news/security/why-everyone-should-disable-vssadmin-exe-now/
- https://www.hybrid-analysis.com/sample/ed01ebfbc9eb5bbea545af4d01bf5f1071661840480439c6e5babe8e080e41aa?environmentId=100
2019-11-04 04:26:34 +03:00
tags:
- attack.defense_evasion
- attack.impact
2019-11-04 04:26:34 +03:00
- attack.t1070
- attack.t1490
2019-11-04 04:26:34 +03:00
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\powershell.exe'
- '\wmic.exe'
- '\vssadmin.exe'
2019-11-04 04:26:34 +03:00
CommandLine|contains|all:
- shadow # will mach "delete shadows" and "shadowcopy delete"
2019-11-04 04:26:34 +03:00
- delete
condition: selection
2020-02-16 13:30:21 +01:00
fields:
- CommandLine
- ParentCommandLine
2019-11-04 04:26:34 +03:00
falsepositives:
- Legitimate Administrator deletes Shadow Copies using operating systems utilities for legitimate reason
2020-02-16 13:30:21 +01:00
level: critical