HKTL_FRP_Apr20_1
Description
Detects FRP fast reverse proxy tool often used by threat groups
Query · yara
strings:
$x1 = "frp/vendor/github.com/spf13/" ascii
$x2 = "github.com/fatedier/frp/vendor/" ascii
$fpg2 = "<html"
$fpg3 = "<HTML"
$fpg6 = "<?xml"
condition:
1 of ($x*) and not 1 of ($fp*)