79216600

Date: 2024-11-22 21:26:19
Score: 1
Natty:
Report link
SELECT 
    element.rulegroupid,
    element.terminatingrule.ruleid AS ruleid,
    element.terminatingrule.action AS action,
    action,
    httprequest.clientip as IP

FROM 
    waf_logs
CROSS JOIN UNNEST(rulegrouplist) AS t(element)
WHERE action = 'BLOCK'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rafael Carreiro