mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
27 lines
680 B
YAML
27 lines
680 B
YAML
title: Ryuk Ransomware
|
|
id: 0acaad27-9f02-4136-a243-c357202edd74
|
|
description: Detects Ryuk Ransomware command lines
|
|
status: experimental
|
|
references:
|
|
- https://research.checkpoint.com/ryuk-ransomware-targeted-campaign-break/
|
|
author: Vasiliy Burov
|
|
date: 2019/08/06
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith:
|
|
- '\net.exe'
|
|
- '\net1.exe'
|
|
CommandLine|contains|all:
|
|
- 'stop'
|
|
CommandLine|contains:
|
|
- 'samss'
|
|
- 'audioendpointbuilder'
|
|
- 'unistoresvc_?????'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|