ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_Cring [ransomware]

Yara rule that detects Cring ransomware.

View Source

Detection Logic

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

Field Validations

Loading…

Comments (0)

Loading comments...