Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Lynx Ransomware Execution Pattern
id: a30c7711-1b6d-49eb-9925-a4b2c0e9f039
status: experimental
description: |
Detects the execution of Lynx ransomware based on specific command line flags such as '--noprint' and '--mode fast'.
references:
- https://thedfirreport.com/2025/12/17/cats-got-your-files-lynx-ransomware/
author: Swarup-Ingale
date: 2026-06-25
tags:
- attack.impact
- attack.t1486
- detection.emerging-threats
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- ' --mode '
- ' fast'
- ' --noprint'
condition: selection
falsepositives:
- Unlikely
level: high
Loading