EXPLORE
← Back to Explore
sigmahighHunting

Disabled Volume Snapshots

Detects commands that temporarily turn off Volume Snapshots

MITRE ATT&CK

defense-evasion

Detection Query

selection:
  CommandLine|contains|all:
    - \Services\VSS\Diag
    - /d Disabled
condition: selection

Author

Florian Roth (Nextron Systems)

Created

2021-01-28

Data Sources

windowsProcess Creation Events

Platforms

windows

Tags

attack.defense-evasionattack.t1562.001
Raw Content
title: Disabled Volume Snapshots
id: dee4af55-1f22-4e1d-a9d2-4bdc7ecb472a
status: test
description: Detects commands that temporarily turn off Volume Snapshots
references:
    - https://twitter.com/0gtweet/status/1354766164166115331
author: Florian Roth (Nextron Systems)
date: 2021-01-28
modified: 2023-12-15
tags:
    - attack.defense-evasion
    - attack.t1562.001
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        CommandLine|contains|all:
            - '\Services\VSS\Diag'
            - '/d Disabled'
    condition: selection
falsepositives:
    - Legitimate administration
level: high