MAL_WIN_Ralordv1_Apr25
Description
This ISH Tecnologia Yara rule, detects the main components of the first version of RALord Ransomware
Query · yara
strings:
$code_pattern_quarterround = { 4? 31 ?? 48 8b ?? ?? ?? 4? 31 ?? 48 8b ?? ?? ?? 31 e8 4? 31 ?? 41 c1 ?? 0c c1 ?? 0c c1 ?? 0c 48 89 c2 c1 ?? 0c }
$code_pattern_custom_alg = { 0f 57 ?? 0f 10 ?? c5 ?? ?? ?? ?? 0f 57 ?? 0f 10 ?? c5 ?? ?? ?? ?? 0f 57 ?? 0f 10 ?? c5 ?? ?? ?? ?? 0f 57 ?? 0f 11 ?? c5 ?? ?? ?? ?? 0f 11 ?? c5 ?? ?? ?? ?? 0f 11 ?? c5 ?? ?? ?? ?? 0f 11 ?? c5 ?? ?? ?? ?? 48 83 c0 08 48 3d 8? }
$ralord_str_I = "chacha" ascii
$ralord_str_II = "scorp" ascii
$ralord_str_III = "RALord" ascii
$ralord_str_IV = "onion" ascii
$ralord_str_V = "/rust" ascii
$ralord_str_VI = "BCryptGenRandom" ascii
condition:
uint16(0) == 0x5a4d and
all of ($code_pattern_*) and
4 of ($ralord_str_*)