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