ReversingLabs unknown stable yara

Win64_Backdoor_Voldemort [backdoor]

Yara rule that detects Voldemort backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($decrypt_configuration_p*)
        ) and
        (
            $decryption_algorithm
        ) and
        (
            all of ($request_access_token_p*)
        ) and
        (
            all of ($network_communication_p*)
        ) and
        (
            all of ($download_data_from_c2_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...