ReversingLabs unknown stable yara

Linux_Rootkit_Pumakit [rootkit]

Yara rule that detects Pumakit rootkit.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            all of ($hooking_syscalls_mechanism_p*)
        ) and
        (
            all of ($hook_rmdir_*)
        ) and
        (
            $hook_gdents64
        )

Field Validations

Loading…

Comments (0)

Loading comments...