Detection rules › Sigma

VolumeShadowCopy Symlink Creation Via Mklink

Status
stable
Severity
high
Log source
product windows, category process_creation
Author
Teymur Kheirkhabarov, oscd.community
Source
github.com/SigmaHQ/sigma

Shadow Copies storage symbolic link creation using operating systems utilities

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: VolumeShadowCopy Symlink Creation Via Mklink
id: 40b19fa6-d835-400c-b301-41f3a2baacaf
status: stable
description: Shadow Copies storage symbolic link creation using operating systems utilities
references:
    - https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
author: Teymur Kheirkhabarov, oscd.community
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

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    CommandLine|contains|all:
        - 'mklink'
        - 'HarddiskVolumeShadowCopy'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • HarddiskVolumeShadowCopy corpus 3 (sigma 1, elastic 1, splunk 1)
  • mklink corpus 3 (sigma 2, splunk 1)