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

52 lines
1.4 KiB
YAML
Raw Normal View History

2023-02-03 02:22:28 +01:00
title: Potential Ryuk Ransomware Activity
2019-12-16 20:33:12 +01:00
id: c37510b8-2107-4b78-aa32-72f251e7a844
2023-02-03 02:22:28 +01:00
related:
- id: 58bf96d9-ff5f-44bd-8dcc-1c4f79bf3a27
type: similar
- id: 0acaad27-9f02-4136-a243-c357202edd74
type: obsoletes
2022-03-30 11:15:54 +02:00
status: stable
2019-12-16 20:33:12 +01:00
description: Detects Ryuk ransomware activity
references:
2022-10-28 15:06:36 +02:00
- https://app.any.run/tasks/d860402c-3ff4-4c1f-b367-0237da714ed1/
2023-02-03 02:22:28 +01:00
- https://research.checkpoint.com/ryuk-ransomware-targeted-campaign-break/
author: Florian Roth (Nextron Systems), Vasiliy Burov, Nasreddine Bencherchali (Nextron Systems)
2021-11-27 11:33:14 +01:00
date: 2019/12/16
2023-02-03 02:22:28 +01:00
modified: 2023/02/03
2022-10-28 15:06:36 +02:00
tags:
- attack.persistence
- attack.t1547.001
2019-12-16 20:33:12 +01:00
logsource:
2022-10-28 15:06:36 +02:00
category: process_creation
product: windows
2019-12-16 20:33:12 +01:00
detection:
2023-02-03 02:22:28 +01:00
selection_reg:
2022-10-28 15:06:36 +02:00
CommandLine|contains|all:
- 'Microsoft\Windows\CurrentVersion\Run'
- 'C:\users\Public\'
2023-02-03 02:22:28 +01:00
selection_del:
CommandLine|contains|all:
- 'del /s /f /q c:\'
- '\*.bac'
- '\*.bak'
- '\*.bkf'
selection_net:
Image|endswith:
- '\net.exe'
- '\net1.exe'
CommandLine|contains|all:
- ' stop '
- ' /y'
CommandLine|contains:
- 'samss'
- 'audioendpointbuilder'
- 'unistoresvc_'
- 'AcrSch2Svc'
condition: 1 of selection_*
2019-12-16 20:33:12 +01:00
fields:
2022-10-28 15:06:36 +02:00
- CommandLine
- ParentCommandLine
2019-12-16 20:33:12 +01:00
falsepositives:
2022-10-28 15:06:36 +02:00
- Unlikely
level: high