ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_HarpoonLocker [ransomware]

Yara rule that detects HarpoonLocker ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $change_boot
        ) and
        (
            $find_files
        ) and
        (
            all of ($encrypt_files_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...