ReversingLabs unknown stable yara

Linux_Trojan_AcidRain [trojan]

Yara rule that detects AcidRain trojan.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            $destroy_files_using_ioctls
        ) and
        (
            $destroy_files_using_overwrite
        ) and
        (
            $redundant_reboot_attempts
        )

Field Validations

Loading…

Comments (0)

Loading comments...