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