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