TCP/UDP Port Finder

Enter port number (e.g. 21), service (e.g. ssh, ftp) or threat (e.g. nimda)
Database updated - March 30, 2016

Search results for "mas"

<< < 1 2 3 4 5 6 7 > >>
Port: 6500/UDP
6500/UDP - Known port assignments (1 record found)
  • Service
    Details
    Source
  • boks
    BoKS Master
    IANA
Port: 6500/TCP
6500/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • boks
    BoKS Master
    IANA
  • threat
    [threat] Netscape CoolTalk Watchdog
    Bekkoame
Port: 6580/TCP
6580/TCP - Known port assignments (1 record found)
  • Service
    Details
    Source
  • parsec-master
    Parsec Masterserver
    IANA
Port: 6580/UDP
6580/UDP - Known port assignments (1 record found)
  • Service
    Details
    Source
  • parsec-master
    Parsec Masterserver
    IANA
Port: 6670/TCP
6670/TCP - Known port assignments (13 records found)
  • Service
    Details
    Source
  • vocaltec-gold
    Vocaltec Global Online Directory
    IANA
  • threat
    [threat] BackWeb Server
    Bekkoame
  • threat
    [threat] Deep Throat
    Bekkoame
  • threat
    [threat] Foreplay
    Bekkoame
  • threat
    [threat] WinNuke eXtreame
    Bekkoame
  • backwebserver
    [trojan] BackWeb Server
    SANS
  • deepthroat
    [trojan] Deep Throat
    SANS
  • foreplay
    [trojan] Foreplay
    SANS
  • winnukeextreame
    [trojan] WinNuke eXtreame
    SANS
  • trojan
    [trojan] BackWeb Server. Remote Access / Trojan dropper. Works on Windows.
    Simovits
  • trojan
    [trojan] Deep Throat. Remote Access / FTP server / Steals passwords. Works on Windows 95, 98 and NT. There is a Global Master Password backdoor in all the servers: v 2.0 - whothefuckdoyouthinkiamgoddamnit2v 2.1 - whothefuckdoyouthinkiamgoddamnit1v 3.* - whothefuckdoyouthinkiamgoddamnit3 Aliases: Win32.DeepThroat, DTV2, DTV3, BackDoor.J, Backdoor.DeepThroat, W95/Backdoor.Tray
    Simovits
  • trojan
    [trojan] Foreplay. Remote Access / FTP server. Works on Windows. Aliases: F0replay, WiNNUke eXtreame, Reduced Foreplay
    Simovits
  • trojan
    [trojan] WinNuke eXtreame. Trojan dropper. Works on Windows 95 and 98.
    Simovits
Port: 6771/TCP
6771/TCP - Known port assignments (7 records found)
  • Service
    Details
    Source
  • plysrv-https
    PolyServe https
    IANA
  • threat
    [threat] Deep Throat
    Bekkoame
  • threat
    [threat] Foreplay
    Bekkoame
  • deepthroat
    [trojan] Deep Throat
    SANS
  • foreplay
    [trojan] Foreplay
    SANS
  • trojan
    [trojan] Deep Throat. Remote Access / FTP server / Steals passwords. Works on Windows 95, 98 and NT. There is a Global Master Password backdoor in all the servers: v 2.0 - whothefuckdoyouthinkiamgoddamnit2v 2.1 - whothefuckdoyouthinkiamgoddamnit1v 3.* - whothefuckdoyouthinkiamgoddamnit3 Aliases: Win32.DeepThroat, DTV2, DTV3, BackDoor.J, Backdoor.DeepThroat, W95/Backdoor.Tray
    Simovits
  • trojan
    [trojan] Foreplay. Remote Access / FTP server. Works on Windows. Aliases: F0replay, WiNNUke eXtreame, Reduced Foreplay
    Simovits
Port: 7119/TCP
7119/TCP - Known port assignments (3 records found)
  • Service
    Details
    Source
  •  
    Unassigned
    IANA
  • threat
    [threat] Massaker
    Bekkoame
  • trojan
    [trojan] Massaker. Anti-protection trojan / Remote Access / Keylogger / Steals passwords. Works on Windows. Aliases: Backdoor.Massaker, Backdoor.VB
    Simovits
Port: 7119/UDP
7119/UDP - Known port assignments (3 records found)
  • Service
    Details
    Source
  •  
    Unassigned
    IANA
  •  
    QuickTime Streaming Server
    Apple
  • threat
    [threat] Massaker
    Bekkoame
Port: 8080/UDP
8080/UDP - Known port assignments (4 records found)
  • Service
    Details
    Source
  • http-alt
    HTTP Alternate (see port 80)
    IANA
  •  
    EMC2 (Legato) Networker or Sun Solcitice Backup (Official)
    WIKI
  •  
    FilePhile Master/Relay (Unofficial)
    WIKI
  •  
    QuickTime Streaming Server
    Apple
Port: 9000/UDP
9000/UDP - Known port assignments (5 records found)
  • Service
    Details
    Source
  • cslistener
    CSlistener
    IANA
  •  
    EMC2 (Legato) Networker or Sun Solcitice Backup (Official)
    WIKI
  •  
    UDPCast (Official)
    WIKI
  •  
    QuickTime Streaming Server
    Apple
  • threat
    [threat] Asheron's Call This port is used in Microsoft's massively-multiplayer game called "Asheron's Call". The game can continue to contact the player even after the player has logged out.
    Bekkoame
<< < 1 2 3 4 5 6 7 > >>

About TCP/UDP ports

TCP port 6500 uses the Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. TCP is a connection-oriented protocol, it requires handshaking to set up end-to-end communications. Only when a connection is set up user's data can be sent bi-directionally over the connection.
Attention! TCP guarantees delivery of data packets on port 6500 in the same order in which they were sent. Guaranteed communication over TCP port 6500 is the main difference between TCP and UDP. UDP port 6500 would not have guaranteed communication as TCP.
UDP on port 6500 provides an unreliable service and datagrams may arrive duplicated, out of order, or missing without notice. UDP on port 6500 thinks that error checking and correction is not necessary or performed in the application, avoiding the overhead of such processing at the network interface level.
UDP (User Datagram Protocol) is a minimal message-oriented Transport Layer protocol (protocol is documented in IETF RFC 768).
Application examples that often use UDP: voice over IP (VoIP), streaming media and real-time multiplayer games. Many web applications use UDP, e.g. the Domain Name System (DNS), the Routing Information Protocol (RIP), the Dynamic Host Configuration Protocol (DHCP), the Simple Network Management Protocol (SNMP).
TCP vs UDP - TCP: reliable, ordered, heavyweight, streaming; UDP - unreliable, not ordered, lightweight, datagrams.
Your IP address
Your are from United States13.58.201.235