ReversingLabs unknown stable yara

ByteCode_MSIL_Backdoor_AgentRacoon [backdoor]

Yara rule that detects AgentRacoon backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($unpack_response_p*)
        ) and
        (
            $upload
        ) and
        (
            $perform_request
        ) and
        (
            $get_txt_record
        ) and
        (
            $main_loop
        )

Field Validations

Loading…

Comments (0)

Loading comments...