ReversingLabs unknown stable yara

Win64_Infostealer_Skuld [infostealer]

Yara rule that detects Skuld infostealer.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $get_mac_address
        ) and
        (
            all of ($find_files_p*)
        ) and
        (
            all of ($take_screenshot_p*)
        ) and
        (
            $get_discord_backup_codes
        )

Field Validations

Loading…

Comments (0)

Loading comments...