APT_NK_Lazarus_RC4_Loop
Description
Detects RC4 loop in Lazarus Group implant
Query · yara
strings:
$str_rc4_loop = { 41 FE 8? 00 01 00 00 45 0F B6 ?? 00 01 00 00 48
FF C? 43 0F B6 0? ?? 41 00 8? 01 01 00 00 41 0F
B6 ?? 01 01 00 00 }
condition:
int16(0) == 0x5a4d and filesize < 3000KB and $str_rc4_loop