Upload a CSV of IPs and get rich geolocation and provider data
Run the following query in AWS CloudWatch Logs Insights on your CloudFront log group. It filters IPs with at least 100 404 errors and exports them for analysis.
fields @timestamp, `c-ip`, `sc-status` | filter `sc-status` = 404 | stats count(*) as errorCount by `c-ip` | filter errorCount >= 100 | sort errorCount desc | limit 100
No results yet. Upload a CSV to get started.