SigmaHQ/rules/windows/builtin/win_susp_sdelete.yml

38 lines
992 B
YAML
Raw Normal View History

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
status: experimental
description: Detects renaming of file while deletion with SDelete tool
author: Thomas Patzke
date: 2017/06/14
modified: 2020/08/2
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
2018-07-24 05:50:32 +00:00
tags:
- attack.impact
2018-07-24 05:50:32 +00:00
- attack.defense_evasion
- attack.t1107 # an old one
- attack.t1070.004
- attack.t1066 # an old one
- attack.t1027.005
- attack.t1485
- attack.t1553.002
- attack.s0195
logsource:
product: windows
service: security
detection:
selection:
EventID:
- 4656
- 4663
- 4658
2020-10-15 18:53:51 +00:00
ObjectName|endswith:
- '.AAA'
- '.ZZZ'
condition: selection
falsepositives:
- Legitime usage of SDelete
level: medium