Skip to content

Commit

Permalink
Update Zloader.yar
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored May 6, 2024
1 parent 2248ab0 commit 3c6d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/yara/CAPE/Zloader.yar
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ rule Zloader
$decrypt_key_2 = {48 8d 0d [3] 00 66 89 ?? 4? 89 F0 4? [2-5] E8 [4-5] 4? 83 C4}
$decrypt_key_3 = {48 8d 0d [3] 00 e8 [4] 66 89 [3] b? [4] e8 [4] 66 8b}
condition:
uint16(0) == 0x5A4D and (1 of ($decrypt_conf*) and 1 of (($decrypt_key*) or $rc4_init))
uint16(0) == 0x5A4D and 1 of ($decrypt_conf*) and (1 of ($decrypt_key*) or $rc4_init)
}

0 comments on commit 3c6d7d4

Please sign in to comment.