2023-02-28 15:22:25 +01:00
|
|
|
title: Potential File Overwrite Via Sysinternals SDelete
|
2021-06-03 10:59:22 +02:00
|
|
|
id: a4824fca-976f-4964-b334-0621379e84c4
|
2024-01-01 09:00:51 +01:00
|
|
|
status: test
|
2022-09-06 09:39:45 +02:00
|
|
|
description: Detects the use of SDelete to erase a file not the free space
|
2021-06-03 10:59:22 +02:00
|
|
|
references:
|
2022-07-11 17:48:40 +01:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1485/T1485.md
|
2022-10-28 15:06:36 +02:00
|
|
|
author: frack113
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2021-06-03
|
|
|
|
|
modified: 2023-02-28
|
2021-06-03 10:59:22 +02:00
|
|
|
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'
|
2022-08-13 12:11:32 +02:00
|
|
|
- ' /\?'
|
2021-06-03 10:59:22 +02:00
|
|
|
condition: selection and not filter
|
|
|
|
|
fields:
|
|
|
|
|
- ComputerName
|
|
|
|
|
- User
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
|
|
|
|
falsepositives:
|
2023-02-28 15:22:25 +01:00
|
|
|
- Unknown
|
2022-09-06 09:39:45 +02:00
|
|
|
level: high
|