SigmaHQ/rules/windows/process_creation/win_susp_diskshadow.yml

28 lines
1009 B
YAML
Raw Normal View History

title: Execution via Diskshadow.exe
2020-10-09 07:19:39 +00:00
id: 0c2f8629-7129-4a8a-9897-7e0768f13ff2
status: experimental
2020-10-14 09:08:22 +00:00
description: Detects using Diskshadow.exe to execute arbitrary code in text file
2020-10-09 07:19:39 +00:00
references:
- https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/
2020-10-15 07:52:54 +00:00
tags:
- attack.execution
- attack.t1218
2020-10-09 07:19:39 +00:00
author: Ivan Dyachkov, oscd.community
date: 2020/10/07
2020-10-14 10:33:27 +00:00
logsource:
2020-10-09 07:19:39 +00:00
category: process_creation
product: windows
definition: 'Requirements: Sysmon ProcessCreation logging must be activated and Windows audit msut Include command line in process creation events'
detection:
selection:
2020-10-15 11:01:30 +00:00
Image|endswith: '\diskshadow.exe'
2020-10-09 07:19:39 +00:00
CommandLine|contains:
- '/s'
2020-10-16 07:39:56 +00:00
- '-s'
2020-10-09 07:19:39 +00:00
condition: selection
fields:
- CommandLine
falsepositives:
- False postitve can be if administrators use diskshadow tool in their infrastructure as a main backup tool with scripts.
2020-10-14 13:00:08 +00:00
level: high