HKTL_FRP_INI_Apr20_1
Description
Detects FRP fast reverse proxy tool INI file often used by threat groups
Query · yara
strings:
$h1 = "[common]" ascii
$s1 = "server_addr =" ascii fullword
$s2 = "remote_port =" ascii fullword
$s3 = "[RemoteDesktop]" ascii fullword
$s4 = "local_ip = " ascii
$s5 = "type = tcp" ascii fullword
condition:
uint16(0) == 0x635b and
filesize < 1KB and
$h1 at 0 and all of them