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