ReversingLabs unknown stable yara

Win32_Backdoor_Konni [backdoor]

Yara rule that detects Konni backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($network_communication_p*)
        ) and
        (
            all of ($handle_c2_commands_p*)
        ) and
        (
            all of ($create_cab_file_and_upload_p*)
        ) and
        (
            $cmd_expand_payload
        )

Field Validations

Loading…

Comments (0)

Loading comments...