How to query AWS WAF log for log4j attacks
1. Setup your Athena table using this instruction
2. Use this query
SELECT *, unnested.labels.name FROM "my_db"."waf_logs" CROSS JOIN UNNEST(labels) UNNESTED (labels) where unnested.labels.name like '%Log4JRCE%'