2020-02-20 22:00:16 +00:00
|
|
|
title: Shadow Copies Access via Symlink
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 40b19fa6-d835-400c-b301-41f3a2baacaf
|
2019-11-04 01:26:34 +00:00
|
|
|
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
|
2020-09-06 22:00:41 +00:00
|
|
|
- attack.t1003 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1003.002
|
|
|
|
- attack.t1003.003
|
2019-11-04 01:26:34 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-06-16 20:46:08 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- mklink
|
|
|
|
- HarddiskVolumeShadowCopy
|
2019-11-04 01:26:34 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate administrator working with shadow copies, access for backup purposes
|
|
|
|
status: experimental
|
|
|
|
level: medium
|