Share via

Your IP has been flagged by Azure's automatic threat intelligence system for the production LoadBalancer.

Lars van Mourik 0 Reputation points
2026-03-12T14:14:29.4566667+00:00

The production LoadBalancer IP XXX has DDoS protection mode:** VirtualNetworkInherited**, which means it's using Azure's automatic DDoS protection that operates at the network infrastructure level.

This type of protection:

Is NOT visible in Azure CLI standard commands

Operates based on Azure's internal threat intelligence

Can automatically block IPs based on behavioral patterns

Maintains internal blocklists that are not exposed via API

Works at the Azure network edge, before traffic reaches your LoadBalancer

Azure DDoS Protection
Azure DDoS Protection

An Azure service that provides defense against distributed denial-of-service (DDoS) attacks.


1 answer

Sort by: Most helpful
  1. Vallepu Venkateswarlu 10,000 Reputation points Microsoft External Staff Moderator
    2026-03-12T16:28:44.0033333+00:00

    Hi @ Lars van Mourik

    Yes, Azure continuously monitors traffic patterns using global threat intelligence and anomaly detection. even if you did not explicitly enable Azure DDoS Network Protection or DDoS IP Protection, Azure still provides platform-level DDoS protection automatically for all public IP resources.

    This built-in protection (often referred to as DDoS Protection Basic) operates at the Azure infrastructure level and cannot be disabled or configured by customers. It helps protect Azure services from common volumetric and protocol-based attacks.

    Ref: What is Azure DDoS Protection?

    Azure DDoS protection operates at the Azure network edge and automatically detects and mitigates suspicious traffic patterns using internal threat intelligence. Because this process is managed internally by the Azure platform, the list of flagged or blocked IP addresses isn’t exposed to customers through the Azure portal, CLI, or APIs.

    Traffic dropped in DDOS due to following reasons:

    Protocol violation invalid TCP. syn Protocol violation invalid TCP, Protocol violation invalid UDP, UDP reflection, TCP rate limit exceeded, UDP rate limit exceeded, Destination limit exceeded, Other packet flood Rate limit exceeded, and Packet was forwarded to service. Protocol violation invalid drop reasons refer to malformed packets.

    Azure DDoS Protection provides detailed diagnostic logs, including notifications, mitigation reports, and mitigation flow logs, which can show evidence of a specific IP being blocked.- You can access these logs in your Log Analytics workspace. The logs include:

    • DDoSProtectionNotifications: Notifies when a public IP resource is under attack and when mitigation starts or stops.
    • DDoSMitigationFlowLogs: Shows dropped and forwarded traffic, including the source IP, destination IP, ports, protocol, and reasons for dropped packets.
    • DDoSMitigationReports: Provides a summary of the attack, including drop reasons (such as protocol violations, rate limits exceeded, etc.), and details about the blocked IPs.

    To enable the logs: Go to Azure Monitor and enable logs --->Diagnostic settings--->Select the DDOS protect resource from the dropdown-->Add diagnostic setting--->Select the Log Analytics and wait for some time get the logs in Log Analytics.
    User's image

    You can follow the link Query Azure DDoS Protection logs in log analytics workspace for more details.

    The DDoS Mitigation FlowLogs allow you to review the dropped traffic, forwarded traffic, and other interesting data-points during an active DDoS attack in near-real time.
    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.