SUSP_ESXiArgs_Endpoint_Conf_Aug23
Description
Detects indicators found in endpoint.conf files as modified by actors in the ESXiArgs campaign
Query · yara
strings:
$a1 = "/client/clients.xml" ascii
$a2 = "/var/run/vmware/proxy-sdk-tunnel" ascii fullword
$a3 = "redirect" ascii fullword
$a4 = "allow" ascii fullword
$s1 = " local 8008 allow allow"
condition:
filesize < 2KB and all of them