HKTL_CowTunnel_Dec25
Description
Detects CowTunnel Linux reverse-proxy tunnel (NSS wrapper + FRP client) used for outbound access/pivoting in React2Shell activity
Query · yara
strings:
$s1 = "cannot create proxy service, it should not happenned!"
$s2 = "[nss] encrypt_data"
$s3 = "[nss] decrypt_data"
condition:
uint32(0) == 0x464c457f and all of them