MAL_LNX_PLAGUE_BACKDOOR_Jul25
Description
Detects Plague backdoor ELF binaries, related to PAM authentication alteration.
Query · yara
strings:
$s1 = "decrypt_phrase"
$s2 = "init_phrases"
$x1 = "captured_password"
$x2 = "updateklog"
$x3 = "init_cred_structs"
$xop1 = {
48 8b [4] 00 // mov rax, cs:_ent_ptr
8b 00 // mov eax, [rax]
3d ca b2 e9 f1 // cmp eax, 0F1E9B2CAh
74 // jz short loc_4586
}
condition:
uint32be(0) == 0x7f454c46
and filesize < 1MB
and 2 of them