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