ReversingLabs unknown stable yara

Win32_Infostealer_StealC [infostealer]

Yara rule that detects StealC infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $resolve_windows_api
        ) and
        (
            $load_sqlite3_functions
        ) and
        (
            $check_license_expiration_date
        )

Field Validations

Loading…

Comments (0)

Loading comments...