MAL_GOLDBACKDOOR_LNK
Description
MAL_GOLDBACKDOOR_LNK
Query · yara
strings:
$doc_header = {D0 CF 11 E0 A1 B1 1A E1}
$doc_icon_loc = "C:\\Program Files\\Microsoft Office\\Office16\\WINWORD.exe" ascii wide
$script_apionedrivecom_hex_enc_str = "6170692e6f6e6564726976652e636f6d" wide
$script_kernel32dll_hex_enc_str = "6b65726e656c33322e646c6c" wide
$script_GlobalAlloc_hex_enc_str = "476c6f62616c416c6c6f63" wide
$script_VirtualProtect_hex_enc_str = "5669727475616c50726f74656374" wide
$script_WriteByte_hex_enc_str = "577269746542797465" wide
$script_CreateThread_hex_enc_str = "437265617465546872656164" wide
condition:
uint32be(0x0) == 0x4C000000 and
1 of ($doc*) and
2 of ($script*)