mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
603 B
YAML
24 lines
603 B
YAML
title: Secure deletion with SDelete
|
|
status: experimental
|
|
description: Detects renaming of file while deletion with SDelete tool
|
|
author: Thomas Patzke
|
|
reference:
|
|
- https://www.jpcert.or.jp/english/pub/sr/ir_research.html
|
|
- https://technet.microsoft.com/en-us/en-en/sysinternals/sdelete.aspx
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 4656
|
|
- 4663
|
|
- 4658
|
|
ObjectName:
|
|
- '*.AAA'
|
|
- '*.ZZZ'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitime usage of SDelete
|
|
level: medium
|