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