ReversingLabs unknown stable yara

ByteCode_MSIL_Backdoor_Menorah [backdoor]

Yara rule that detects Menorah backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($send_fingerprint_to_c2_p*)
        ) and
        (
            all of ($get_files_and_directories_p*)
        ) and
        (
            all of ($upload_file_to_c2_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...