ReversingLabs unknown stable yara

Win32_Trojan_Dridex [trojan]

Yara rule that detects Dridex trojan.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            any of ($resolve_api_wrapper_*) and 
            any of ($find_first_file_snippet_*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...