Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_cipher.yml
T
2022-03-16 13:43:54 +01:00

24 lines
892 B
YAML

title: Overwrite Deleted Data with Cipher
id: 4b046706-5789-4673-b111-66f25fe99534
status: experimental
description: |
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting files or data on local and remote drives
author: frack113
date: 2021/12/26
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1485/T1485.md#atomic-test-3---overwrite-deleted-data-on-c-drive
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: \cipher.exe
CommandLine|contains: ' /w:'
condition: selection
falsepositives:
- Unknown
level: medium
tags:
- attack.impact
- attack.t1485