ReversingLabs unknown stable yara

Win32_Infostealer_LumarStealer [infostealer]

Yara rule that detects LumarStealer infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($collect_os_information_p*)
        ) and
        (
            all of ($send_data_to_c2_p*)
        ) and
        (
            all of ($find_files_p*)
        ) and
        (
            all of ($find_crypto_wallets_*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...