ReversingLabs unknown stable yara

Win64_Backdoor_EggStremeFuel [backdoor]

Yara rule that detects EggStremeFuel backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $download_file_from_c2
        ) and
        (
            $upload_file_to_c2
        ) and
        (
            all of ($get_logical_drive_data_p*)
        ) and
        (
            all of ($get_os_information_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...