2018-01-27 09:57:30 +00:00
|
|
|
title: Secure Deletion with SDelete
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 39a80702-d7ca-4a83-b776-525b1f86a36d
|
2017-06-14 14:55:32 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects renaming of file while deletion with SDelete tool
|
|
|
|
author: Thomas Patzke
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/06/14
|
2020-08-24 23:09:17 +00:00
|
|
|
modified: 2020/08/2
|
2018-01-27 23:12:19 +00:00
|
|
|
references:
|
2018-03-07 23:10:19 +00:00
|
|
|
- https://jpcertcc.github.io/ToolAnalysisResultSheet
|
2017-06-14 14:55:32 +00:00
|
|
|
- https://www.jpcert.or.jp/english/pub/sr/ir_research.html
|
|
|
|
- https://technet.microsoft.com/en-us/en-en/sysinternals/sdelete.aspx
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.impact
|
2018-07-24 05:50:32 +00:00
|
|
|
- attack.defense_evasion
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1107 # an old one
|
2020-07-14 15:53:32 +00:00
|
|
|
- attack.t1070.004
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1066 # an old one
|
|
|
|
- attack.t1027.005
|
|
|
|
- attack.t1485
|
|
|
|
- attack.t1553.002
|
|
|
|
- attack.s0195
|
2017-06-14 14:55:32 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID:
|
|
|
|
- 4656
|
|
|
|
- 4663
|
|
|
|
- 4658
|
2020-10-15 18:53:51 +00:00
|
|
|
ObjectName|endswith:
|
|
|
|
- '.AAA'
|
|
|
|
- '.ZZZ'
|
2017-06-14 14:55:32 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Legitime usage of SDelete
|
|
|
|
level: medium
|