EXPL_Log4j_CVE_2021_44228_JAVA_Exception_Dec21_1
Description
Detects exceptions found in server logs that indicate an exploitation attempt of CVE-2021-44228
Query · yara
strings:
$xa1 = "header with value of BadAttributeValueException: "
$sa1 = ".log4j.core.net.JndiManager.lookup(JndiManager"
$sa2 = "Error looking up JNDI resource"
condition:
$xa1 or all of ($sa*)