Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
blacklock.yar/*
BlackLock ransomware
*/
rule BlackLock_Ransomnote
{
meta:
author = "ransomware.live"
family = "ransomware.blacklock"
description = "Detects BlackLock ransomware ransom note"
date = "2026-05-04"
severity = 7
score = 70
strings:
$s1 = "BlackLock" ascii nocase
$s2 = "BLACK-LOCK" ascii nocase
$s3 = "Reedme.txt" ascii nocase
$s4 = "blacklock.onion" ascii nocase
condition:
any of them
}