EQGRP_tinyhttp_setup
Description
EQGRP Toolset Firewall - file tinyhttp_setup.sh
Query · yara
strings: $x1 = "firefox http://127.0.0.1:8000/$_name" fullword ascii $x2 = "What is the name of your implant:" fullword ascii /* it's called conscience */ $x3 = "killall thttpd" fullword ascii $x4 = "copy http://<IP>:80/$_name flash:/$_name" fullword ascii condition: ( uint16(0) == 0x2123 and filesize < 2KB and 1 of ($x*) ) or ( all of them )