ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_Eternity [ransomware]

Yara rule that detects Eternity ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $find_files
        ) and
        (
            $encrypt_files
        ) and
        (
            $aes_encrypt
        ) and
        (
            $encrypt_pass
        )

Field Validations

Loading…

Comments (0)

Loading comments...