1 Answer
- Newest
- Most votes
- Most comments
0
I’ve run into this exact problem before it’s frustrating because AWS WAF’s HostingProviderIPList is entirely automated, and there’s no self-service removal. It’s driven by AWS + third-party threat intel, so if your ASN/CIDRs look like “hosting,” everything in that range gets flagged.
What’s worked for me in the past:
- Open a WAF & Shield support ticket and specifically ask for escalation to the Managed Rules team. General support can’t fix this escalation is key. In the ticket, give them:
-
- The exact CIDRs affected
-
- Proof from ARIN/RIPE/APNIC that these are ISP/residential ranges
-
- The percentage of your space used for actual hosting (helps your case)
- If you can, split your hosting IPs from your access IPs into separate ranges. It makes AWS (and other reputation providers) way more willing to delist the clean ranges.
While you wait, you can temporarily move customer NAT traffic to a clean subnet or use a different upstream for those IPs.
Here’s AWS’s own doc on the list: https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-ip-reputation.html
answered a year ago
Relevant content
asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
