EXPL_PaloAlto_CVE_2024_3400_Apr24_1
Description
Detects characteristics of the exploit code used in attacks against Palo Alto GlobalProtect CVE-2024-3400
Query · yara
strings:
$x1 = "SESSID=../../../../opt/panlogs/"
$x2 = "SESSID=./../../../../opt/panlogs/"
$sa1 = "SESSID=../../../../"
$sa2 = "SESSID=./../../../../"
$sb2 = "${IFS}"
condition:
1 of ($x*)
or (1 of ($sa*) and $sb2)