ReversingLabs unknown stable yara

Win32_Backdoor_Minodo [backdoor]

Yara rule that detects Minodo backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $generate_system_id
        ) and
        (
            $generate_encrypt_and_send_key
        ) and
        (
            $get_encrypt_and_send_system_info
        ) and
        (
            $copy_payload_into_allocated_memory
        ) and
        (
            $execute_payload_from_temp
        )

Field Validations

Loading…

Comments (0)

Loading comments...