ReversingLabs unknown stable yara

Win32_Ransomware_Ako [ransomware]

Yara rule that detects Ako ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($find_files_win32_p*)
        ) and
        (
            all of ($encrypt_files_win32_p*)
        ) and
        (
            all of ($encrypt_network_shares_win32_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...