EQGRP_BLIAR_BLIQUER
Description
EQGRP Toolset Firewall - from files BLIAR-2110, BLIQUER-2230
Query · yara
strings: $x1 = "Do you wish to activate the implant that is already on the firewall? (y/n): " fullword ascii $x2 = "There is no implant present on the firewall." fullword ascii $x3 = "Implant Version :%lx%lx%lx" fullword ascii $x4 = "You may now connect to the implant using the pbd idkey" fullword ascii $x5 = "No reply from persistant back door." fullword ascii $x6 = "rm -rf pbd.wc; wc -c %s > pbd.wc" fullword ascii $p1 = "PBD_GetVersion" fullword ascii $p2 = "pbd/pbdEncrypt.bin" fullword ascii $p3 = "pbd/pbdGetVersion.pkt" fullword ascii $p4 = "pbd/pbdStartWrite.bin" fullword ascii $p5 = "pbd/pbd_setNewHookPt.pkt" fullword ascii $p6 = "pbd/pbd_Upload_SinglePkt.pkt" fullword ascii $s1 = "Unable to fetch hook and jmp addresses for this OS version" fullword ascii $s2 = "Could not get hook and jump addresses" fullword ascii $s3 = "Enter the name of a clean implant binary (NOT an image):" fullword ascii $s4 = "Unable to read dat file for OS version 0x%08lx" fullword ascii $s5 = "Invalid implant file" fullword ascii condition: ( uint16(0) == 0x457f and filesize < 3000KB and ( 1 of ($x*) or 1 of ($p*) ) ) or ( 3 of them )