Azure appservice DOS view IP addresses

Lee 1 Reputation point
2020-08-20T08:26:53.51+00:00

Is there a way in azure to view a list of IP addresses that have accessed an appservice after the event to determine if a DDOS attack occurred?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,264 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,268 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,866 Reputation points Microsoft Employee
    2020-08-21T02:15:19.627+00:00

    HI @Lee ,

    See Configure DDoS attack mitigation flow logs steps that's outlined in this doc. Configured flow logs can contain the following fields:

    • Source IP
    • Destination IP
    • Source Port
    • Destination port
    • Protocol type
    • Action taken during mitigation

    Hope this helps.

    0 comments No comments