ReversingLabs unknown stable yara

Linux_Backdoor_WolfsBane [backdoor]

Yara rule that detects WolfsBane backdoor.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            $load_embedded_library
        ) and
        (
            all of ($decrypt_embedded_library_*)
        ) and
        (
            all of ($remove_backdoor_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...