EQGRP_pandarock
Description
EQGRP Toolset Firewall - from files pandarock_v1.11.1.1.bin, pit
Query · yara
strings: $x1 = "* Not attempting to execute \"%s\" command" fullword ascii $x2 = "TERMINATING SCRIPT (command error or \"quit\" encountered)" fullword ascii $x3 = "execute code in <file> passing <argX> (HEX)" fullword ascii $x4 = "* Use arrow keys to scroll through command history" fullword ascii $s1 = "pitCmd_processCmdLine" fullword ascii $s2 = "execute all commands in <file>" fullword ascii $s3 = "__processShellCmd" ascii $s4 = "pitTarget_getDstPort" fullword ascii $s5 = "__processSetTargetIp" ascii $o1 = "Logging commands and output - ON" fullword ascii $o2 = "This command is too dangerous. If you'd like to run it, contact the development team" fullword ascii condition: ( uint16(0) == 0x457f and filesize < 3000KB and 1 of ($x*) ) or ( 4 of them ) or 1 of ($o*)