ReversingLabs unknown stable yara

Linux_Backdoor_AutoColor [backdoor]

Yara rule that detects AutoColor backdoor.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            all of ($install_library_implant_p*)
        ) and
        (
            $self_delete
        ) and
        (
            all of ($execute_local_file_p*)
        ) and
        (
            all of ($network_proxy_communication_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...