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