It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda XDR

Setting up Sophos XG Collector

  • Last updated on

This setup is for the XDR Collector only. If you are using a physical or virtual sensor, refer to Integrating Sophos XG.

To set up Sophos XG Collector, follow the procedures below:

  • Enable Sophos XG Collector

  • Install the XDR Collector

  • Configure the Firewall

  • Open port on the XDR Collector Host

Enable Sophos XG Collector

  1. In Barracuda XDR Dashboard, navigate to Administration Integrations.

  2. On the Sophos XG Collector card, click Setup.

    2024-02-29_13-20-10.png
  3. Select the Enable check box.

    2024-02-29_13-21-13.png
  4. Click Save.

Install the XDR Collector

When collecting logs from one or more integrated data sources, always set up the XDR Collector on a dedicated host server. Don't use an existing server because the amount of data produced by logs can impact critical infrastructure.

Configure the Firewall

  • For the Firewall to be configured properly, ensure that the Syslog server uses port 9208.

  • In System Services > Log settings, ensure that:

    • You type 9208 in the Port field.

    • The Secure log transmission check box is clear.

  1. Go to System Services > Log settings and click Add.

  2. Enter a name.

  3. Specify the following settings:

    • Type a Name.

    • Specify the IP address/Domain.

    • Ensure the Secure log transmission check box is clear.

    • Type 9208 in Port. The Syslog server must use port 9208.

    • Select the Facility.

    • Select the Severity level.

    • Select the Format.

      screenshot 2.png
  4. Click Save.

  5. Go to Log settings and select the logs you want to send to the syslog server.

For more information, see the Sophos Firewall Documentation.

Open port on the XDR Collector Host

Ensure incoming traffic is allowed on UDP port 9208.

Linux

sudo ufw allow 9208/udp

Windows

netsh advfirewall firewall add rule name=“Sophos XG Firewall Events” dir=in action=allow protocol=UDP localport=9208