SigmaHQ/rules/windows/builtin/win_susp_sdelete.yml
2017-06-14 16:55:32 +02:00

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