Files
hayabusa/rules/sigma/process_creation/win_susp_diskshadow.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

36 lines
1.0 KiB
YAML

title: Execution via Diskshadow.exe
ruletype: Sigma
author: Ivan Dyachkov, oscd.community
date: 2020/10/07
description: Detects using Diskshadow.exe to execute arbitrary code in text file
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image: '*\diskshadow.exe'
SELECTION_3:
CommandLine:
- '*/s*'
- '*-s*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- False postitve can be if administrators use diskshadow tool in their infrastructure
as a main backup tool with scripts.
fields:
- CommandLine
id: 0c2f8629-7129-4a8a-9897-7e0768f13ff2
level: high
logsource:
category: process_creation
definition: 'Requirements: Sysmon ProcessCreation logging must be activated and
Windows audit must Include command line in process creation events'
product: windows
modified: 2021/11/27
references:
- https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/
status: test
tags:
- attack.execution
- attack.t1218