I am trying to determine what process is generating outbound SMB traffic on a system. I can see the traffic in the firewall logs, but when I use the query below, nothing comes up. It doesn't matter which system I check, or whether I use port 137 or 445. Is there some reason why Sophos XDR would not return outbound SMB traffic?
SELECT sophosPID,
destination,
destinationPort
FROM
sophos_network_journal
WHERE destinationPort = '445'