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