Files
blue-team-tools/rules/windows/builtin/win_susp_sdelete.yml
T

31 lines
794 B
YAML
Raw Normal View History

2018-01-27 10:57:30 +01:00
title: Secure Deletion with SDelete
2019-11-12 23:12:27 +01:00
id: 39a80702-d7ca-4a83-b776-525b1f86a36d
2017-06-14 16:55:32 +02:00
status: experimental
description: Detects renaming of file while deletion with SDelete tool
author: Thomas Patzke
references:
2018-03-08 00:10:19 +01:00
- https://jpcertcc.github.io/ToolAnalysisResultSheet
2017-06-14 16:55:32 +02: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 07:50:32 +02:00
tags:
- attack.defense_evasion
- attack.t1107
2019-03-06 00:43:42 +01:00
- attack.t1066
2018-07-24 07:50:32 +02:00
- attack.s0195
2017-06-14 16:55:32 +02:00
logsource:
product: windows
service: security
detection:
selection:
EventID:
- 4656
- 4663
- 4658
ObjectName:
- '*.AAA'
- '*.ZZZ'
condition: selection
falsepositives:
- Legitime usage of SDelete
level: medium