apt_ProjectSauron_pipe_backdoor
Description
Rule to detect ProjectSauron pipe backdoors
Query · yara
strings: $a1 = "CreateNamedPipeW" fullword ascii $a2 = "SetSecurityDescriptorDacl" fullword ascii $a3 = "GetOverlappedResult" fullword ascii $a4 = "TerminateThread" fullword ascii $a5 = "%s%s%X" fullword wide condition: uint16(0) == 0x5A4D and (all of ($a*)) and filesize < 100000