ReversingLabs unknown stable yara

Linux_Backdoor_PondRAT [backdoor]

Yara rule that detects PondRAT backdoor.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            all of ($connect_proxy_p*)
        ) and
        (
            $send_payload
        ) and
        (
            $execute_shell_command
        )

Field Validations

Loading…

Comments (0)

Loading comments...