Thank you for reaching out.I understand you have a question regarding the accuracy of geo filtering done by WAF.
Based on your question above
Whether it will completely block those ips in that particular location. or there are chances for leakage from that location.
The block is applied based on the IP to country mapping maintained by Microsoft. If the IP address is from the country you have blocked then the request is completely blocked and there are no leakages.
I would like to know the percntage of the accuracy, precision and trust. and also would like to know is there any other limitation.
Currently I do not think a quantified accuracy rate is available or documented publicly.
As Geo-filtering works based on mapping each request's IP address to a country or region. There might be some IP addresses in the data set that are not yet mapped to a country or region. Hence it is recommended to include the country code ZZ
whenever you use geo-filtering. The ZZ
country code (or Unknown
country) captures IP addresses that aren't yet mapped to a country in our dataset. Use this code to avoid false positives. This is also documented in the Geo-filtering best practices here
Hope this helps! Please let me know if you have any additional questions. Thank you!
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.