ReversingLabs unknown stable yara

Win32_Ransomware_Acepy [ransomware]

Yara rule that detects Acepy ransomware.

View Source

Detection Logic

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

Field Validations

Loading…

Comments (0)

Loading comments...