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