Looking for information on Protocol TCP 6000? This page will attempt to provide you with as much port information as possible on TCP Port 6000.
TCP Port 6000 may use a defined protocol to communicate depending on the application. A protocol is a set of formalized rules that explains how data is communicated over a network. Think of it as the language spoken between computers to help them communicate more efficiently.
Protocol HTTP for example defines the format for communication between internet browsers and web sites. Another example is the IMAP protocol that defines the communication between IMAP email servers and clients or finally, the SSL protocol which states the format to use for encrypted communications.
TCP Port 6000
Here is what we know about protocol TCP Port 6000. If you have information on TCP port 6000 that is not reflected on this page, simply leave a comment and we’ll update our information.
PORT 6000 – Information
- Port Number: 6000
- TCP / UDP: TCP
- Delivery: Yes
- Protocol / Name: [Malware known as TheThing]
- Port Description: [malware info: The Thing]
- Virus / Trojan: Yes, Caution!
Use our free Digital Footprint and Firewall Test to help verify you are not infected.
Side note: TCP port 6000 uses the Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered on port 6000 in the same order in which they were sent. Guaranteed communication over port 6000 is the key difference between TCP and UDP. UDP port 6000 would not have guaranteed communication in the same way as TCP.
Because protocol TCP port 6000 was flagged as a virus (colored red) does not mean that a virus is using port 6000, but that a Trojan or Virus has used this port in the past to communicate.
TCP 6000 – Disclaimer
We do our best to provide you with accurate information on PORT 6000 and work hard to keep our database up to date. This is a free service and accuracy is not guaranteed. We do our best to correct any errors and welcome feedback!
Thanks for the great info dude..
TCP port 6000 is also used by XDMCP for remote x connections. You can shut this off (stop it from listening) by running this command:
startx — -nolisten tcp
Then alias startx to “startx — -nolisten tcp” so that the change stays with the program. If you try to modify it otherwise, your change may be lost during the upgrade process.
Edit your etc/X11/xinit/xserverrc (may have to create it) and add the following:
#!/bin/sh
exec /usr/bin/X -nolisten tcp