Windows Volume Shadow Copy Symlink Creation Using mklink

Flags Windows mklink commands that reference HarddiskVolumeShadowCopy to create symlinks.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Teymur Kheirkhabarov, oscd.community (SigmaHQ), DRL 1.1
Published
2019-10-22
Updated
2026-07-31
title: Windows Volume Shadow Copy Symlink Creation Using mklink
id: 0569c496-9886-492b-8ca5-80d73c9d9068
status: stable
description: This rule flags process executions where the command line includes both "mklink" and "HarddiskVolumeShadowCopy", indicating an attempt to create a symbolic link or related redirect targeting Volume Shadow Copy storage. Attackers can use this technique to access or manipulate shadow copy–backed data paths. Detection relies on Windows process creation telemetry capturing the full command line content.
references:
  - https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_cmd_mklink_shadow_copies_access_symlink.yml
author: Teymur Kheirkhabarov, oscd.community, Huntrule Team
date: 2019-10-22
modified: 2023-03-06
tags:
  - attack.credential-access
  - attack.t1003.002
  - attack.t1003.003
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
level: high
license: DRL-1.1
related:
  - id: 40b19fa6-d835-400c-b301-41f3a2baacaf
    type: derived