What is port TCP 51374 used for on the Sophos server? Thanks in advance.
Is is listening on that port?
You can try to pull some additional information with PowerShell:
Get-Process -Id (Get-NetTCPConnection -LocalPort 51374).OwningProcess