ReversingLabs unknown stable yara

Win32_Ransomware_AvosLocker [ransomware]

Yara rule that detects AvosLocker ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $enum_resources
        ) and
        (
            $find_files
        ) and
        (
            $import_key
        ) and
        (
            $encrypt_files
        )

Field Validations

Loading…

Comments (0)

Loading comments...