Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
leaktheanalyst.yar/*
leaktheanalyst ransomware
*/
rule leaktheanalyst_Ransomnote
{
meta:
author = "ransomware.live"
family = "ransomware.leaktheanalyst"
description = "Detects leaktheanalyst ransomware ransom note or artifact"
date = "2026-05-04"
severity = 7
score = 70
strings:
$name1 = "leaktheanalyst" ascii nocase
$name2 = "LEAKTHEANALYST" ascii
$onion = "leaktheanalyst.onion" ascii nocase
condition:
any of them
}