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