Hi @Mohan Babu S,
Thanks for the question and using MS Q&A platform.
It seems like you're facing an issue where the VAPT (Vulnerability Assessment and Penetration Testing) tool is unable to access your web application hosted on Azure Kubernetes Service (AKS), despite allowing the necessary inbound and outbound traffic.
Azure does have several built-in security features that could be impacting the scanning tool's ability to access the application.
- Temporarily disable WAF rules or create an exception for the VAPT tool’s IP range.
- Check NSG configurations and ensure that the VAPT tool's IPs are explicitly allowed.
- If DDoS Protection is enabled, consider whitelisting the VAPT tool’s traffic.
- Configure Front Door to allow traffic from the VAPT tool’s IP range.
- Check the Ingress rules and logs to see if the tool's traffic is getting blocked and adjust accordingly. 6. Ensure the tool is configured with the correct authentication details or temporarily disable authentication for testing purposes.
- Verify that the right IP addresses are added to allow access.
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.