ReversingLabs unknown stable yara

Win64_Backdoor_wmRAT [backdoor]

Yara rule that detects wmRAT backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $connect_to_c2
        ) and
        (
            all of ($find_files_and_get_file_data_p*)
        ) and
        (
            $receive_data_and_write_to_file
        ) and
        (
            $get_system_information
        )

Field Validations

Loading…

Comments (0)

Loading comments...