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