ReversingLabs unknown stable yara

Linux_Ransomware_Helldown [ransomware]

Yara rule that detects Helldown ransomware.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            $find_files
        ) and
        (
            all of ($encrypt_files_p*)
        ) and
        (
            $drop_ransom_note
        ) and
        (
            all of ($kill_virtual_machines_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...