ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_Janelle [ransomware]

Yara rule that detects Janelle ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($setup_env_p*)
        ) and
        (
            $find_files
        ) and
        (
            $encrypt_files
        )

Field Validations

Loading…

Comments (0)

Loading comments...