ReversingLabs unknown stable yara

Win64_Infostealer_WeaselStore [infostealer]

Yara rule that detects WeaselStore infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($spawn_shell_p*)
        ) and
        (
            $gather_chrome_cookies
        ) and
        (
            all of ($change_chrome_profile_p*)
        ) and
        (
            all of ($network_communication_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...