ReversingLabs unknown stable yara

ByteCode_MSIL_Ransomware_GhosTEncryptor [ransomware]

Yara rule that detects GhosTEncryptor ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $enum_folders
        ) and
        (
            all of ($deep_search_p*)
        ) and
        (
            all of ($encrypt_folder_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...