mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
24 lines
745 B
YAML
24 lines
745 B
YAML
title: Shadow Copies Access via Symlink
|
|
id: 40b19fa6-d835-400c-b301-41f3a2baacaf
|
|
description: Shadow Copies storage symbolic link creation using operating systems utilities
|
|
author: Teymur Kheirkhabarov, oscd.community
|
|
date: 2019/10/22
|
|
references:
|
|
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- mklink
|
|
- HarddiskVolumeShadowCopy
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administrator working with shadow copies, access for backup purposes
|
|
status: experimental
|
|
level: medium
|