Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_sdelete.yml
T

33 lines
776 B
YAML
Raw Normal View History

2021-06-03 10:59:22 +02:00
title: Sysinternals SDelete Delete File
id: a4824fca-976f-4964-b334-0621379e84c4
status: experimental
author: frack113
date: 2021/06/03
description: Use of SDelete to erase a file not the free space
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1485/T1485.md
tags:
- attack.impact
- attack.t1485
logsource:
category: process_creation
product: windows
detection:
selection:
OriginalFileName: sdelete.exe
filter:
CommandLine|contains:
2021-06-03 12:40:55 +02:00
- ' -h'
- ' -c'
- ' -z'
- ' /?'
2021-06-03 10:59:22 +02:00
condition: selection and not filter
fields:
- ComputerName
- User
- CommandLine
- ParentCommandLine
falsepositives:
- System administrator Usage
level: medium