Does Azure DDoS Standard protect Private IP addresses?

Andrew Kelleher 111 Reputation points
2020-07-14T10:17:28.287+00:00

In our simplified scenario we have a -

  • "Provider" VNET
  • "Customer" VNET
  • Network peering between both VNET's
  • Application Gateway deployed in the provider VNET. Listeners configured only on AppGW's private IP address
  • All inbound traffic from the Customer hits AppGW's private IP

We want to protect against DDOS attacks originating from the untrusted customer networks (unlikely, but still possible).

Does Azure DDoS Standard offer any protection against attacks directed at private IP addresses? I suspect the answer is no given the docs only refer to public IP addresses?

Thanks.

Azure DDos Protection
Azure DDos Protection
An Azure service that provides defense against distributed denial-of-service (DDoS) attacks.
63 questions
0 comments No comments
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 46,761 Reputation points Microsoft Employee
    2020-07-14T11:36:35.967+00:00

    Hello @AndrewKelleher-1432 ,

    Azure DDOS Protection Standard provides additional mitigation capabilities over the Basic service tier that are tuned specifically to Azure Virtual Network resources but the protection is only provided for IPv4 and IPv6 Azure public IP addresses.

    Please refer : https://learn.microsoft.com/en-us/azure/virtual-network/ddos-protection-overview
    And FAQ part of : https://azure.microsoft.com/en-in/pricing/details/ddos-protection/

    If you wish you may leave your feedback here requesting this feature. All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    You may however configure WAF on your application gateway. Web Application Firewall (WAF) provides centralized protection of your web applications from common exploits and vulnerabilities.
    Please refer : https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/ag-overview

    Since you have mentioned that listeners are configured only on AppGW's private IP, I believe you are using Application gateway V1 and you can easily change the tier of the application gateway to WAF and manage the WAF rules per your requirement.
    For more details on WAF rules, please refer : https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-crs-rulegroups-rules?tabs=owasp31

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful