Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
moneymessage.yar/*
Money Message ransomware
*/
rule MoneyMessage_Ransomnote
{
meta:
author = "ransomware.live"
family = "ransomware.moneymessage"
description = "Detects Money Message ransomware note"
date = "2026-05-04"
severity = 7
score = 70
strings:
$s1 = "money_message.log" ascii nocase
$s2 = "money message" ascii nocase
$s3 = ".money_message" ascii
$s4 = "MoneyMessage" ascii nocase
condition:
any of them
}