ReversingLabs unknown stable yara

ByteCode_MSIL_Infostealer_GomorrahStealer [infostealer]

Yara rule that detects GomorrahStealer infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $get_browser_autofill_data
        ) and
        (
            $get_browser_cookies
        ) and
        (
            $take_screenshot
        ) and
        (
            $get_antivirus_information
        ) and
        (
            $get_browser_history
        )

Field Validations

Loading…

Comments (0)

Loading comments...