ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_Invert [ransomware]

Yara rule that detects Invert ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $get_file_list
        ) and
        (
            $find_files
        ) and
        (
            $encrypt_files
        )

Field Validations

Loading…

Comments (0)

Loading comments...