Secure Deletion with SDelete

Detects renaming of file while deletion with SDelete tool.

Sigma rule (View on GitHub)

 1title: Secure Deletion with SDelete
 2id: 39a80702-d7ca-4a83-b776-525b1f86a36d
 3status: test
 4description: Detects renaming of file while deletion with SDelete tool.
 5references:
 6    - https://jpcertcc.github.io/ToolAnalysisResultSheet/details/sdelete.htm
 7    - https://www.jpcert.or.jp/english/pub/sr/ir_research.html
 8    - https://learn.microsoft.com/en-gb/sysinternals/downloads/sdelete
 9author: Thomas Patzke
10date: 2017-06-14
11modified: 2021-11-27
12tags:
13    - attack.impact
14    - attack.defense-evasion
15    - attack.t1070.004
16    - attack.t1027.005
17    - attack.t1485
18    - attack.t1553.002
19    - attack.s0195
20logsource:
21    product: windows
22    service: security
23detection:
24    selection:
25        EventID:
26            - 4656
27            - 4663
28            - 4658
29        ObjectName|endswith:
30            - '.AAA'
31            - '.ZZZ'
32    condition: selection
33falsepositives:
34    - Legitimate usage of SDelete
35level: medium

References

Related rules

to-top