About WAF Rules

0

Can the WAF GeoGuard rule block IPs that are given by hosting companies? And if it does, why does it?

profile picture
hubynet
已提問 10 個月前檢視次數 267 次
1 個回答
2
已接受的答案

Hi, yes, WAF can guards against geo locations that you specify in rules: see https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-geo-match.html

So, yes, if an ISP / hosting company has its Internet access point(s) in some countries that you block, WAF will prevent customers of this ISP for internet connection to access your app.

The basic geo-blocking of WAF is pure: it only takes geo location into account. But you can combine it with other matchers like "Ip Set Match" (see https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-ipset-match.html) to unblock some specific addresses (some of the ISP for example) while your keep the rest of the geolocation blocked.

To answer the other part of your question, geo-blocking exists for example for compliance reasons: some content publishers are forbidden to publish their content in some countries. Geo-blocking is the solution of this use case.

Also useful: based on WAF FAQ: https://aws.amazon.com/waf/faqs/

How accurate is your GeoIP database?

The accuracy of the IP Address to country lookup database varies 
by region. Based on recent tests, our overall accuracy for the IP 
address to country mapping is 99.8%. 

Best,

Didier

profile pictureAWS
專家
已回答 10 個月前
profile picture
專家
已審閱 1 個月前
  • thanks for the information :)

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南