ReversingLabs unknown stable yara

Win64_Infostealer_Daolpu [infostealer]

Yara rule that detects Daolpu infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            (
                $network_communication
            ) and
            (
                all of ($find_sensitive_files_p*)
            ) and
            (
                all of ($parse_firefox_configuration_p*)
            ) and
            (
                all of ($collect_browser_passwords_p*)
            ) and
            (
                all of ($collect_cookies_p*)
            )
        )

Field Validations

Loading…

Comments (0)

Loading comments...