Windows_Exploit_Log4j_dbac7698
Description
Windows.Exploit.Log4j
Query · yara
strings:
$jndi1 = "jndi.ldap.LdapCtx.c_lookup"
$jndi2 = "logging.log4j.core.lookup.JndiLookup.lookup"
$jndi3 = "com.sun.jndi.url.ldap.ldapURLContext.lookup"
$exp1 = "Basic/Command/Base64/"
$exp2 = "java.lang.ClassCastException: Exploit"
$exp3 = "WEB-INF/classes/Exploit"
$exp4 = "Exploit.java"
condition:
2 of ($jndi*) and 1 of ($exp*)