ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_GoodWill [ransomware]

Yara rule that detects GoodWill ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($find_files_p*)
        ) and
        (
            $encrypt_file
        ) and
        (
            $aes_encrypt
        ) and
        (
            $remote_connection
        )

Field Validations

Loading…

Comments (0)

Loading comments...