Contact us Buy Me a Coffee

Sponsored by Hudson Rock Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks

YARA Rule: x001xs.yar

Group:
Valid Rule

/*
x001xs ransomware
*/

rule x001xs_Ransomnote
{
    meta:
        author = "ransomware.live"
        family = "ransomware.x001xs"
        description = "Detects x001xs ransomware ransom note or artifact"
        date = "2026-05-04"
        severity = 7
        score = 70

    strings:
        $name1 = "x001xs" ascii nocase
        $name2 = "X001XS" ascii
        $onion  = "x001xs.onion" ascii nocase

    condition:
        any of them
}