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