ReversingLabs unknown stable yara
Win64_Backdoor_BackConnect [backdoor]
Yara rule that detects BackConnect backdoor.
Detection Logic
uint16(0) == 0x5A4D and
(
all of ($network_communication_p*)
) and
(
$get_system_information
) and
(
all of ($get_dns_servers_p*)
) and
(
all of ($get_network_interfaces_p*)
) Field Validations
Loading…
Comments (0)
Loading comments...