ReversingLabs unknown stable yara

ByteCode_MSIL_Backdoor_Veaty [backdoor]

Yara rule that detects Veaty backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $fetch_commands
        ) and
        (
            $read_mailbox_folder
        ) and
        (
            $add_move_to_inbox_rule
        )

Field Validations

Loading…

Comments (0)

Loading comments...