mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
Merge pull request #1103 from concorde18/oscd_win_susp_diskshadow
[OSCD] win_susp_diskshadow
This commit is contained in:
commit
05b03afddb
27
rules/windows/process_creation/win_susp_diskshadow.yml
Normal file
27
rules/windows/process_creation/win_susp_diskshadow.yml
Normal file
@ -0,0 +1,27 @@
|
||||
title: Execution via Diskshadow.exe
|
||||
id: 0c2f8629-7129-4a8a-9897-7e0768f13ff2
|
||||
status: experimental
|
||||
description: Detects using Diskshadow.exe to execute arbitrary code in text file
|
||||
references:
|
||||
- https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/
|
||||
tags:
|
||||
- attack.execution
|
||||
- attack.t1218
|
||||
author: Ivan Dyachkov, oscd.community
|
||||
date: 2020/10/07
|
||||
logsource:
|
||||
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:
|
||||
Image|endswith: '\diskshadow.exe'
|
||||
CommandLine|contains:
|
||||
- '/s'
|
||||
- '-s'
|
||||
condition: selection
|
||||
fields:
|
||||
- CommandLine
|
||||
falsepositives:
|
||||
- False postitve can be if administrators use diskshadow tool in their infrastructure as a main backup tool with scripts.
|
||||
level: high
|
Loading…
Reference in New Issue
Block a user