Files
blue-team-tools/rules/windows/builtin/system/win_volume_shadow_copy_mount.yml
T
2022-01-08 15:12:17 +01:00

25 lines
768 B
YAML

title: Volume Shadow Copy Mount
id: f512acbf-e662-4903-843e-97ce4652b740
description: Detects volume shadow copy mount
status: experimental
date: 2020/10/20
modified: 2021/10/13
author: Roberto Rodriguez @Cyb3rWard0g, Open Threat Research (OTR)
tags:
- attack.credential_access
- attack.t1003.002
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.002/T1003.002.md#atomic-test-3---esentutlexe-sam-copy
logsource:
product: windows
service: system
detection:
selection:
Provider_Name: Microsoft-Windows-Ntfs
EventID: 98
DeviceName|contains: HarddiskVolumeShadowCopy
condition: selection
falsepositives:
- Legitimate use of volume shadow copy mounts (backups maybe).
level: low