ReversingLabs unknown stable yara

Win32_Trojan_PathWiper [trojan]

Yara rule that detects PathWiper trojan.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($find_volumes_p*)
        ) and
        (
            all of ($find_files_p*)
        ) and
        (
            all of ($find_shared_network_drives_p*)
        ) and
        (
            all of ($overwrite_files_*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...