Allow Sophos Anti Virus Updates from Network Security Group

VNVCS IT 0 Reputation points
2024-02-03T06:49:11.15+00:00

Hi All, I have 5 Virtual Machines and 3 VDI with 3 virtual networks, all vnets are peering with each other. I have configured 1 NSG for all three vnets and have allowed only https and http traffic for all VM's and VDI's. Now i have blocked internet access adding outbound rule to deny internet access but there is sophos antivirus installed on all the machines and after blocking internet updates are stopped. My question is, how can i allow antivirus and windows updates adding NSG rules? Regards Imran Shaikh

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,781 questions
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,611 Reputation points
    2024-02-03T16:04:02.74+00:00

    Hi,

    For this you will need to use the AzureUpdateDelivery service tags and allow the windows update https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview

    For Sophos I am not sure the option will be to host update server locally and allow centralised deployment via the server in a DMZ?

    Hope this helps. JS

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

    0 comments No comments

  2. Martin Therkelsen 1,410 Reputation points MVP
    2024-02-08T18:06:02.05+00:00

    Hey,

    The software will need to have ports 80 and 443 open towards the Sophos update servers. Now, NSG does not support FQDNs, so you can't control this from an NSG point. If you need to deny normal internet traffic but allow Sophos updates, you will need to either use Azure Firewall or create your own IP whitelist for all IPs that Sophos is using for their updates.

    You can find the documentation on the link below.

    https://doc.sophos.com/central/customer/help/en-us/PeopleAndDevices/ProtectDevices/DomainsPorts/index.html#recommendations

    0 comments No comments

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.