{"group":"robinhood","count":1,"rules":[{"rule_name":"robinhood.yar","rule_text":"/*\nRobbinHood ransomware\n*/\n\nrule RobbinHood_Ransomnote\n{\n    meta:\n        author = \"ransomware.live\"\n        family = \"ransomware.robinhood\"\n        description = \"Detects RobbinHood ransomware ransom note\"\n        date = \"2026-05-04\"\n        severity = 7\n        score = 70\n\n    strings:\n        $s1 = \"_Decryption_ReadMe.html\" ascii nocase\n        $s2 = \"RobbinHood\" ascii nocase\n        $s3 = \"Robbinhood\" ascii nocase\n\n    condition:\n        any of them\n}\n\nrule RobbinHood_PE\n{\n    meta:\n        author = \"ransomware.live\"\n        family = \"ransomware.robinhood\"\n        description = \"Detects RobbinHood ransomware executable\"\n        date = \"2026-05-04\"\n        severity = 9\n        score = 90\n\n    strings:\n        $s1 = \"RobbinHood\" ascii wide\n        $s2 = \"_Decryption_ReadMe\" ascii\n        $s3 = \"STEEL.exe\" ascii nocase\n\n    condition:\n        uint16(0) == 0x5A4D and 2 of them\n}","sha256":"977e8baad92cb9127269128e6a49b165dc1a4cbfbcdb941a0b965268de8529d3","byte_size":893,"updated_at":"2026-06-24 05:16:05"}]}