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