EQGRP_Implants_Gen2
Description
EQGRP Toolset Firewall
Query · yara
strings: $x1 = "Modules persistence file written successfully" fullword ascii $x2 = "Modules persistence data successfully removed" fullword ascii $x3 = "No Modules are active on the firewall, nothing to persist" fullword ascii $s1 = "--cmd %x --idkey %s --sport %i --dport %i --lp %s --implant %s --bsize %hu --logdir %s " fullword ascii $s2 = "Error while attemping to persist modules:" fullword ascii $s3 = "Error while reading interface info from PIX" fullword ascii $s4 = "LP.c:pixFree - Failed to get response" fullword ascii $s5 = "WARNING: LP Timeout specified (%lu seconds) less than default (%u seconds). Setting default" fullword ascii $s6 = "Unable to fetch config address for this OS version" fullword ascii $s7 = "LP.c: interface information not available for this session" fullword ascii $s8 = "[%s:%s:%d] ERROR: " fullword ascii $s9 = "extract_fgbg" fullword ascii condition: ( uint16(0) == 0x457f and filesize < 3000KB and 1 of ($x*) ) or ( 5 of them )