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