ReversingLabs unknown stable yara

Win32_Trojan_BiBiWiper [trojan]

Yara rule that detects BiBiWiper trojan.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($delete_shadow_copies_p*)
        ) and
        (
            all of ($destroy_files_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...