Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
morpheus.yar/*
Morpheus ransomware
*/
rule Morpheus_Ransomnote
{
meta:
author = "ransomware.live"
family = "ransomware.morpheus"
description = "Detects Morpheus ransomware ransom note"
date = "2026-05-04"
severity = 7
score = 70
strings:
$s1 = "Morpheus" ascii nocase
$s2 = "MORPHEUS" ascii
$s3 = "morpheus.onion" ascii nocase
$s4 = ".morpheus" ascii
condition:
any of them
}