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