ReversingLabs unknown stable yara

Win64_Backdoor_MiyaRAT [backdoor]

Yara rule that detects MiyaRAT backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($get_disk_information_p*)
        ) and
        (
            all of ($get_os_information_p*)
        ) and
        (
            all of ($take_screenshot_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...