Hello,
There are a number of apps that just use random ports in the "dynamic" range of ports 49152-65535.
So, you have some app listening to port 53213. Yes, if you are on Apple this could be Xsan, but it could be a number of other things as well, check port 49152 for possibilities for the dynamic range of ports: https://www.speedguide.net/port.php?port=49152
Also, look at this FAQ:
https://www.speedguide.net/faq/how-c...y-computer-115
You'd want to use the netstat command with the "-o" switch to find out the owning processes of these listening ports, then use task manager (or the equivalent in your OS) to find out exactly which process is using these ports. Once you establish which process uses them, you can look up possible vulnerabilities, updates, and decide whether you want it listening open to the world or behind a firewall.
I hope this helps![]()
Bookmarks