mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
30 lines
753 B
YAML
30 lines
753 B
YAML
title: Secure Deletion with SDelete
|
|
status: experimental
|
|
description: Detects renaming of file while deletion with SDelete tool
|
|
author: Thomas Patzke
|
|
references:
|
|
- https://jpcertcc.github.io/ToolAnalysisResultSheet
|
|
- https://www.jpcert.or.jp/english/pub/sr/ir_research.html
|
|
- https://technet.microsoft.com/en-us/en-en/sysinternals/sdelete.aspx
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1107
|
|
- attack.t1116
|
|
- attack.s0195
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 4656
|
|
- 4663
|
|
- 4658
|
|
ObjectName:
|
|
- '*.AAA'
|
|
- '*.ZZZ'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitime usage of SDelete
|
|
level: medium
|