any any allow rule on azure firewall

Samar Masood Khan 20 Reputation points
2023-02-06T15:31:57.81+00:00

Hi MS,

I have a secured HUB and my firewall has ANY-ANY allow rule.

The inbound and outbound traffic is protected via NSGs.

So are there any risks of having an ANY ANY allow rule or any best practices I should follow?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,104 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
564 questions
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,137 questions
Azure Firewall Manager
Azure Firewall Manager
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
83 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
44 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jackson Martins 9,641 Reputation points MVP
    2023-02-06T15:38:35+00:00

    hi @Samar Masood Khan

    It is not recommended that you allow any address on the internet to access any port in your structure, there are automatic scans that will quickly identify the listening ports in your structure and you may suffer attacks.

    nsg is already a great constraint, but I don't recommend keeping any any-any rules

    There are some best practices articles for the solutions, below are some:

    reference: https://learn.microsoft.com/en-us/security/benchmark/azure/baselines/virtual-network-security-baseline#14-deny-communications-with-known-malicious-ip-addresses

    reference: https://learn.microsoft.com/en-us/azure/architecture/framework/services/networking/azure-firewall?toc=%2Fazure%2Ffirewall%2Ftoc.json&bc=%2Fazure%2Ffirewall%2Fbreadcrumb%2Ftoc.json

    reference: https://learn.microsoft.com/en-us/azure/architecture/framework/services/networking/azure-firewall

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful