ReversingLabs unknown stable yara

Win32_Ransomware_BadBlock [ransomware]

Yara rule that detects BadBlock ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $search_files and
            $encrypt_files and
            $remote_connection
        )

Field Validations

Loading…

Comments (0)

Loading comments...