ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_EAF [ransomware]

Yara rule that detects EAF ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($find_files_p*)
        ) and
        (
            all of ($encrypt_files_p*)
        ) and
        (
            $destroy_exe_file
        )

Field Validations

Loading…

Comments (0)

Loading comments...