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