ReversingLabs unknown stable yara

Win32_Trojan_CaddyWiper [trojan]

Yara rule that detects CaddyWiper trojan.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $destroy_if_not_controller
        ) and
        (
            $erase_drive_data
        ) and
        (
            all of ($erase_drives_recursively_*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...