ReversingLabs unknown stable yara

Linux_Backdoor_GobRAT [backdoor]

Yara rule that detects GobRAT backdoor.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            all of ($get_local_address_p*)
        ) and
        (
            all of ($get_mac_address_p*)
        ) and
        (
            all of ($network_communication_tcp_p*)
        ) and
        (
            all of ($telnet_task_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...