ReversingLabs unknown stable yara

Linux_Backdoor_Sshdinjector [backdoor]

Yara rule that detects Sshdinjector backdoor.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            all of ($kill_and_restart_daemons_p*)
        ) and
        (
            all of ($network_communication_p*)
        ) and
        (
            all of ($read_etc_shadow_p*)
        ) and
        (
            all of ($list_running_services_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...