How will TLS inpection affect the IDPS

Ethan Hou 61 Reputation points Microsoft Employee
2022-02-21T06:26:01.983+00:00

Hi,

I'm trying to set up the IDPS of Azure Firewall premium, to make the IDPS stronger, TLS inspection is needed. Could you please tell me will Azure Firewall Premium always do the TLS inspection to the incoming traffic by default? Or, do I need to enable the TLS inspection on the sidebar manually?

176281-image.png

Thanks!

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
782 questions
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 50,096 Reputation points Microsoft Employee Moderator
    2022-02-21T12:08:26.213+00:00

    Hello @Ethan Hou ,

    I've confirmed with the Azure Firewall Product group team and they mentioned that Azure Firewall Premium perform TLS inspection ONLY if it was explicitly configured in its application rules. TLS inspection decrypts outbound traffic, processes the data, then encrypts the data and sends it to the destination.

    For Outbound TLS Inspection & East-West TLS Inspection, you need to enable the TLS inspection feature for it be active. So you need to do either of the below:

    1. Enable it manually on your Azure Firewall policy.
      OR
    2. Add a parent policy to your firewall policy where TLS inspection is already enabled (this will make sure that your policy will inherit rules and other settings from the selected parent policy).
      Refer : https://learn.microsoft.com/en-us/azure/firewall/premium-features

    But as mentioned earlier, for inbound traffic, the Azure Firewall performs both DNAT rule filtering and IDPS signature verification. We compare network traffic against more than 30000 malware signatures for security. Inbound TLS inspection is currently supported with Azure Application Gateway, which provides end-to-end encryption. So, at present Azure Firewall Premium will NOT do the TLS inspection for the incoming/inbound traffic by default or even when enabled as a feature. Per our PG team, inbound TLS inspection is in our roadmap but there is no ETA at the moment.

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

    ----------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

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