ReversingLabs unknown stable yara

ByteCode_MSIL_Backdoor_ResolverRAT [backdoor]

Yara rule that detects ResolverRAT backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $run_visual_executor
        ) and
        (
            $execute_mixed_executor
        ) and
        (
            $write_connection
        ) and
        (
            $read_sorter_enumerator
        )

Field Validations

Loading…

Comments (0)

Loading comments...