ReversingLabs unknown stable yara

Win32_Ransomware_ASN1Encoder [ransomware]

Yara rule that detects ASN1Encoder ransomware.

View Source

Detection Logic

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

Field Validations

Loading…

Comments (0)

Loading comments...