Concrete signature match: Ransomware - Encrypts files and demands payment for 64-bit Windows platform, family Lockbit
This is a concrete detection of Ransom:Win64/Lockbit.AC, a specific variant of the highly dangerous Lockbit ransomware family. It indicates the presence of a malicious program designed to encrypt files on the compromised system for extortion, identified through specific byte patterns derived from machine learning behavioral analysis.
No specific strings found for this threat
rule Ransom_Win64_Lockbit_AC_2147845572_0
{
meta:
author = "threatcheck.sh"
detection_name = "Ransom:Win64/Lockbit.AC!MTB"
threat_id = "2147845572"
type = "Ransom"
platform = "Win64: Windows 64-bit platform"
family = "Lockbit"
severity = "Critical"
info = "MTB: Microsoft Threat Behavior"
signature_type = "SIGNATURE_TYPE_PEHSTR_EXT"
threshold = "1"
strings_accuracy = "High"
strings:
$x_1_1 = {f7 e9 03 d1 c1 fa 06 8b c2 c1 e8 1f 03 d0 6b c2 7f 2b c8 b8 09 04 02 81 83 c1 7f f7 e9 03 d1 c1 fa 06 8b c2 c1 e8 1f 03 d0 6b c2 7f 2b c8 88 4c 3c 41 48 ff c7 48 83 ff 16 72} //weight: 1, accuracy: High
$x_1_2 = {f7 e9 03 d1 c1 fa 06 8b c2 c1 e8 1f 03 d0 6b c2 7f 2b c8 b8 09 04 02 81 83 c1 7f f7 e9 03 d1 c1 fa 06 8b c2 c1 e8 1f 03 d0 6b c2 7f 2b c8 42 88 4c 05 b8 49 ff c0 49 83 f8 0d 72} //weight: 1, accuracy: High
condition:
(filesize < 20MB) and
(1 of ($x*))
}99b41a3ffef3e2d26ad47f46e616dae81b3991c3705a7892a92e2ffd74307658Immediately isolate the affected system from the network. Use a reputable antivirus/EDR solution to thoroughly scan and remove the threat. Restore data from recent, clean backups. Implement robust security measures including patching vulnerabilities, enforcing strong authentication, and educating users on phishing and social engineering tactics to prevent future infections.