Skip to content

Instantly share code, notes, and snippets.

@nikallass
Created March 21, 2018 15:44
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nikallass/8e40822185d0e1998635e32885e94e88 to your computer and use it in GitHub Desktop.
Save nikallass/8e40822185d0e1998635e32885e94e88 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ "$1" == "-h" ] || [ "$1" == "--help" ]
then
me=`basename "$0"`
echo "Find information about TCP/IP ports."
echo -e "Usage:\n\t./${me} [port|service]"
echo -e "Example:\n\t./${me} snmp\n\t./${me} 3389"
exit 1
fi
SEARCH=""
HIGHLIGHT=""
#If 1 arg is digit
if [[ $1 =~ ^-?[0-9]+$ ]]
then
SEARCH="^$1(?=,)|(?<=,)$1(?=,)|(?<=,)$1(?=\t)|^$1(?=\t)|(?<=[^\d])$1(?=[^\d])"
HIGHLIGHT="$SEARCH"
else
SEARCH="$1"
HIGHLIGHT="$SEARCH|^.*?(?=\t)"
fi
#TODO: Assigned, N/A ports check https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
#echo $'PORT\tTCP\tUDP\tOfficial?\tComments'
#echo '--------------------------------------------------------------------'
grep --color=no -Pi "$SEARCH" << EndOfMessage | grep --color=always -Pi "$HIGHLIGHT"
1 TCP --- Official TCP Port Service Multiplexer (TCPMUX). Historic. Both TCP and UDP have been assigned to TCPMUX by IANA, but by design only TCP is specified.
4 ??? ??? Official Unassigned
5 TCP UDP Official Remote job entry
6 ??? ??? Official Unassigned
7 TCP UDP Official Echo Protocol
8 ??? ??? Official Unassigned
9 TCP UDP Official Discard Protocol
9 --- UDP Unofficial Wake-on-LAN
10 ??? ??? Official Unassigned
11 TCP UDP Official Active Users (systat service)
12 ??? ??? Official Unassigned
13 TCP UDP Official Daytime Protocol
14 ??? ??? Official Unassigned
15 TCP UDP Unofficial Previously netstat service
16 ??? ??? Official Unassigned
17 TCP UDP Official Quote of the Day (QOTD)
18 TCP UDP Official Message Send Protocol
19 TCP UDP Official Character Generator Protocol (CHARGEN)
20 TCP --- Official (+SCTP) File Transfer Protocol (FTP) data transfer
21 TCP --- Official (+SCTP) File Transfer Protocol (FTP) control (command)
22 TCP UDP Official Secure Shell (SSH), secure logins, file transfers (scp, sftp) and port forwarding
23 TCP --- Official Telnet protocol-unencrypted text communications
25 TCP --- Official Simple Mail Transfer Protocol (SMTP), used for email routing between mail servers
26 ??? ??? Official Unassigned
37 TCP UDP Official Time Protocol
38 TCP UDP Official Route Access Protocol (RAP)
39 TCP UDP Official Resource Location Protocol (RLP)-used for determining the location of higher level services from hosts on a network
40 ??? ??? Official Unassigned
42 TCP UDP Official Host Name Server Protocol
43 TCP UDP Official WHOIS protocol
49 TCP UDP Official TACACS+ Login Host protocol
50 TCP UDP Official Remote Mail Checking Protocol
51 TCP UDP Official Reserved
51 TCP UDP Unofficial Previously Interface Message Processor logical address management
52 TCP UDP Official Xerox Network Systems (XNS) Time Protocol
53 TCP UDP Official Domain Name System (DNS)
54 TCP UDP Official Xerox Network Systems (XNS) clearinghouse
56 TCP UDP Official Xerox Network Systems (XNS) authentication
57 TCP UDP Official Any private terminal access
58 TCP UDP Official Xerox Network Systems (XNS) Mail
67 --- UDP Official Bootstrap Protocol (BOOTP) server; also used by Dynamic Host Configuration Protocol (DHCP)
68 --- UDP Official Bootstrap Protocol (BOOTP) client; also used by Dynamic Host Configuration Protocol (DHCP)
69 --- UDP Official Trivial File Transfer Protocol (TFTP)
70 TCP UDP Official Gopher protocol
71,72,73,74 TCP UDP Official NETRJS protocol
75 TCP UDP Official Any private dial out service
77 TCP UDP Official Any private Remote job entry
79 TCP --- Official Finger protocol
80 TCP UDP Official Hypertext Transfer Protocol (HTTP)
80 --- UDP Unofficial QUIC (from Chromium) for HTTP
81 --- --- Official Unassigned
81 TCP --- Unofficial TorPark onion routing
82 --- UDP Unofficial TorPark control
87 TCP UDP Official Any private terminal link
88 TCP UDP Official Kerberos authentication system
90 TCP UDP Official dnsix (DoD Network Security for Information Exchange) Security Attribute Token Map
90 TCP UDP Unofficial PointCast (dotcom)
99 TCP --- Unofficial WIP message protocol
100 --- --- Official Unassigned (with known unauthorized use)
101 TCP UDP Official NIC host name
102 TCP UDP Official ISO Transport Service Access Point (TSAP) Class 0 protocol;
104 TCP UDP Official Digital Imaging and Communications in Medicine (DICOM; also port 11112)
105 TCP UDP Official CCSO Nameserver
107 TCP UDP Official Remote User Telnet Service (RTelnet)
108 TCP UDP Official IBM Systems Network Architecture (SNA) gateway access server
109 TCP UDP Official Post Office Protocol, version 2 (POP2)
110 TCP --- Official Post Office Protocol, version 3 (POP3)
111 TCP UDP Official Open Network Computing Remote Procedure Call (NFS shares) (ONC RPC, sometimes referred to as Sun RPC)
113 TCP --- Official Ident, authentication service/identification protocol, used by IRC servers to identify users
113 TCP --- Official Authentication Service (auth), the predecessor to identification protocol. Used to determine a user's identity of a particular TCP connection.
114 --- --- Official Unassigned (deprecated since June 2004)
115 TCP UDP Official Simple File Transfer Protocol
117 TCP UDP Official UUCP Mapping Project (path service)
118 TCP UDP Official Structured Query Language (SQL) Services
119 TCP --- Official Network News Transfer Protocol (NNTP), retrieval of newsgroup messages
123 --- UDP Official Network Time Protocol (NTP), used for time synchronization
126 TCP UDP Official Formerly Unisys Unitary Login, renamed by Unisys to NXEdit. Used by Unisys Programmer's Workbench for Clearpath MCP, an IDE for Unisys MCP software development
135 TCP UDP Official DCE endpoint resolution
135 TCP UDP Official Microsoft EPMAP (End Point Mapper), also known as DCE/RPC Locator service, used to remotely manage services including DHCP server, DNS server and WINS. Also used by DCOM
137 --- UDP Official NetBIOS Name Service, used for name registration and resolution
138 TCP UDP Official NetBIOS Datagram Service
139 TCP --- Official NetBIOS Session Service
143 TCP --- Official Internet Message Access Protocol (IMAP), management of electronic mail messages on a server
152 TCP UDP Official Background File Transfer Program (BFTP)
153 TCP UDP Official Simple Gateway Monitoring Protocol (SGMP), a protocol for remote inspection and alteration of gateway management information
156 TCP UDP Official Structured Query Language (SQL) Service
158 TCP UDP Official Distributed Mail System Protocol (DMSP, sometimes referred to as Pcmail)
161 --- UDP Official Simple Network Management Protocol (SNMP)
162 TCP UDP Official Simple Network Management Protocol Trap (SNMPTRAP)
170 TCP UDP Official Print server
177 TCP UDP Official X Display Manager Control Protocol (XDMCP), used for remote logins to an X Display Manager server
179 TCP UDP Official (+SCTP) Border Gateway Protocol (BGP), used to exchange routing and reachability information among autonomous systems (AS) on the Internet
194 TCP UDP Official Internet Relay Chat (IRC)
199 TCP UDP Official SNMP multiplexing protocol (SMUX)
201 TCP UDP Official AppleTalk Routing Maintenance
209 TCP UDP Official Quick Mail Transfer Protocol
210 TCP UDP Official ANSI Z39.50
213 TCP UDP Official Internetwork Packet Exchange (IPX)
218 TCP UDP Official Message posting protocol (MPP)
220 TCP UDP Official Internet Message Access Protocol (IMAP), version 3
259 TCP UDP Official Efficient Short Remote Operations (ESRO)
262 TCP UDP Official Arcisdms
264 TCP UDP Official Border Gateway Multicast Protocol (BGMP)
280 TCP UDP Official http-mgmt
300 TCP --- Unofficial ThinLinc Web Access
308 TCP --- Official Novastor Online Backup
311 TCP --- Official Mac OS X Server Admin (officially AppleShare IP Web administration)
318 TCP UDP Official PKIX Time Stamp Protocol (TSP)
319 --- UDP Official Precision Time Protocol (PTP) event messages
320 --- UDP Official Precision Time Protocol (PTP) general messages
350 TCP UDP Official Mapping of Airline Traffic over Internet Protocol (MATIP) type A
351 TCP UDP Official MATIP type B
356 TCP UDP Official cloanto-net-1 (used by Cloanto Amiga Explorer and VMs)
366 TCP UDP Official On-Demand Mail Relay (ODMR)
369 TCP UDP Official Rpc2portmap
370 TCP --- Official codaauth2, Coda authentication server
370 --- UDP Official codaauth2, Coda authentication server
370 --- UDP Official securecast1, outgoing packets to NAI's SecureCast serversAs of 2000
371 TCP UDP Official ClearCase albd
383 TCP UDP Official HP data alarm manager
384 TCP UDP Official A Remote Network Server System
387 TCP UDP Official AURP (AppleTalk Update-based Routing Protocol)
389 TCP UDP Official Lightweight Directory Access Protocol (LDAP)
399 TCP UDP Official Digital Equipment Corporation DECnet (Phase V+) over TCP/IP
401 TCP UDP Official Uninterruptible power supply (UPS)
427 TCP UDP Official Service Location Protocol (SLP)
433 TCP UDP Official NNSP, part of Network News Transfer Protocol
434 TCP UDP Official Mobile IP Agent (RFC 5944)
443 TCP UDP Official Hypertext Transfer Protocol over TLS/SSL (HTTPS)
443 --- UDP Unofficial QUIC (from Chromium) for HTTPS
444 TCP UDP Official Simple Network Paging Protocol (SNPP), RFC 1568
444 TCP --- Unofficial Well known Slither.io port
445 TCP UDP Official Microsoft-DS Active Directory, Windows shares
445 TCP --- Official Microsoft-DS SMB file sharing
464 TCP UDP Official Kerberos Change/Set password
465 TCP --- Official URL Rendezvous Directory for SSM (Cisco protocol)
465 TCP --- Unofficial Authenticated SMTP over TLS/SSL (SMTPS)
475 TCP UDP Official tcpnethaspsrv, Aladdin Knowledge Systems Hasp services
491 TCP --- Unofficial GO-Global remote access and application publishing software
497 TCP UDP Official Retrospect
500 --- UDP Official Internet Security Association and Key Management Protocol (ISAKMP) / Internet Key Exchange (IKE)
502 TCP UDP Official Modbus Protocol
504 TCP UDP Official Citadel, multiservice protocol for dedicated clients for the Citadel groupware system
510 TCP UDP Official FirstClass Protocol (FCP), used by FirstClass client/server groupware system
512 TCP --- Official Rexec, Remote Process Execution
512 --- UDP Official comsat, together with biff
513 TCP --- Official rlogin
513 --- UDP Official Who
514 TCP --- Official Remote Shell, used to execute non-interactive commands on a remote system (Remote Shell, rsh, remsh)
514 --- UDP Official Syslog, used for system logging
515 TCP --- Official Line Printer Daemon (LPD), print service
517 --- UDP Official Talk
518 --- UDP Official NTalk
520 TCP --- Official efs, extended file name server
520 --- UDP Official Routing Information Protocol (RIP)
521 --- UDP Official Routing Information Protocol Next Generation (RIPng)
524 TCP UDP Official NetWare Core Protocol (NCP) is used for a variety things such as access to primary NetWare server resources, Time Synchronization, etc.
525 --- UDP Official Timed, Timeserver
530 TCP UDP Official Remote procedure call (RPC)
531 TCP UDP Unofficial AOL Instant Messenger
532 TCP --- Official netnews
533 --- UDP Official netwall, For Emergency Broadcasts
540 TCP --- Official Unix-to-Unix Copy Protocol (UUCP)
542 TCP UDP Official commerce (Commerce Applications)
543 TCP --- Official klogin, Kerberos login
544 TCP --- Official kshell, Kerberos Remote shell
546 TCP UDP Official DHCPv6 client
547 TCP UDP Official DHCPv6 server
548 TCP --- Official Apple Filing Protocol (AFP) over TCP
550 TCP UDP Official new-rwho, new-who
554 TCP UDP Official Real Time Streaming Protocol (RTSP)
556 TCP --- Official Remotefs, RFS, rfs_server
560 --- UDP Official rmonitor, Remote Monitor
561 --- UDP Official monitor
563 TCP UDP Official NNTP over TLS/SSL (NNTPS)
564 TCP --- Unofficial 9P (Plan 9)
585 --- --- Official De-registered since April 2006 (with recommendation to use port 993 instead)
585 TCP ??? Unofficial Legacy use of Internet Message Access Protocol over TLS/SSL (IMAPS)
587 TCP --- Official email message submission (SMTP)
591 TCP --- Official FileMaker 6.0 (and later) Web Sharing (HTTP Alternate, also see port 80)
593 TCP UDP Official HTTP RPC Ep Map, Remote procedure call over Hypertext Transfer Protocol, often used by Distributed Component Object Model services and Microsoft Exchange Server
601 TCP --- Official Reliable Syslog Service - used for system logging
604 TCP --- Official TUNNEL profile, a protocol for BEEP peers to form an application layer tunnel
623 --- UDP Official ASF Remote Management and Control Protocol (ASF-RMCP) & IPMI Remote Management Protocol
625 TCP --- Unofficial Open Directory Proxy (ODProxy)
631 TCP UDP Official Internet Printing Protocol (IPP)
631 TCP UDP Unofficial Common Unix Printing System (CUPS) administration console (extension to IPP)
635 TCP UDP Official RLZ DBase
636 TCP UDP Official Lightweight Directory Access Protocol over TLS/SSL (LDAPS)
639 TCP UDP Official MSDP, Multicast Source Discovery Protocol
641 TCP UDP Official SupportSoft Nexus Remote Command (control/listening), a proxy gateway connecting remote control traffic
643 TCP UDP Official SANity
646 TCP UDP Official Label Distribution Protocol (LDP), a routing protocol used in MPLS networks
647 TCP --- Official DHCP Failover protocol
648 TCP --- Official Registry Registrar Protocol (RRP)
651 TCP UDP Official IEEE-MMS
653 TCP UDP Official SupportSoft Nexus Remote Command (data), a proxy gateway connecting remote control traffic
654 TCP --- Official Media Management System (MMS) Media Management Protocol (MMP)
655 TCP UDP Official Tinc VPN daemon
657 TCP UDP Official IBM RMC (Remote monitoring and Control) protocol, used by System p5 AIX Integrated Virtualization Manager (IVM) and Hardware Management Console to connect managed logical partitions (LPAR) to enable dynamic partition reconfiguration
660 TCP --- Official Mac OS X Server administration, version 10.4 and earlier
666 TCP UDP Official Doom, first online first-person shooter
666 TCP --- Unofficial airserv-ng, aircrack-ng's server for remote-controlling wireless devices
674 TCP --- Official Application Configuration Access Protocol (ACAP)
688 TCP UDP Official REALM-RUSD (ApplianceWare Server Appliance Management Protocol)
690 TCP UDP Official Velneo Application Transfer Protocol (VATP)
691 TCP --- Official MS Exchange Routing
694 TCP UDP Official Linux-HA high-availability heartbeat
695 TCP --- Official IEEE Media Management System over SSL (IEEE-MMS-SSL)
698 --- UDP Official Optimized Link State Routing (OLSR)
700 TCP --- Official Extensible Provisioning Protocol (EPP), a protocol for communication between domain name registries and registrars (RFC 5734)
701 TCP --- Official Link Management Protocol (LMP), a protocol that runs between a pair of nodes and is used to manage traffic engineering (TE) links
702 TCP --- Official IRIS (Internet Registry Information Service) over BEEP (Blocks Extensible Exchange Protocol) (RFC 3983)
706 TCP --- Official Secure Internet Live Conferencing (SILC)
711 TCP --- Official Cisco Tag Distribution Protocol-being replaced by the MPLS Label Distribution Protocol
712 TCP --- Official Topology Broadcast based on Reverse-Path Forwarding routing protocol (TBRPF; RFC 3684)
749 TCP UDP Official Kerberos (protocol) administration
750 --- UDP Official kerberos-iv, Kerberos version IV
751 TCP UDP Unofficial kerberos_master, Kerberos authentication
752 --- UDP Unofficial passwd_server, Kerberos password (kpasswd) server
753 TCP --- Official Reverse Routing Header (RRH)
753 --- UDP Official Reverse Routing Header (RRH)
753 --- UDP Unofficial userreg_server, Kerberos userreg server
754 TCP UDP Official tell send
754 TCP --- Unofficial krb5_prop, Kerberos v5 slave propagation
760 TCP UDP Unofficial krbupdate , Kerberos registration
782 TCP --- Unofficial Conserver serial-console management server
783 TCP --- Unofficial SpamAssassin spamd daemon
800 TCP UDP Official mdbs-daemon
808 TCP --- Unofficial Microsoft Net.TCP Port Sharing Service
829 TCP --- Official Certificate Management Protocol (CMP)
830 TCP UDP Official NETCONF over SSH
831 TCP UDP Official NETCONF over BEEP
832 TCP UDP Official NETCONF for SOAP over HTTPS
833 TCP UDP Official NETCONF for SOAP over BEEP
843 TCP --- Unofficial Adobe Flash
847 TCP --- Official DHCP Failover protocol
848 TCP UDP Official Group Domain Of Interpretation (GDOI) protocol
853 TCP UDP Official DNS over TLS (RFC 7858)
860 TCP --- Official iSCSI (RFC 3720)
861 TCP UDP Official OWAMP control (RFC 4656)
862 TCP UDP Official TWAMP control (RFC 5357)
873 TCP --- Official rsync file synchronization protocol
888 TCP --- Unofficial cddbp, CD DataBase (CDDB) protocol (CDDBP)
888 TCP --- Unofficial IBM Endpoint Manager Remote Control
897 TCP UDP Unofficial Brocade SMI-S RPC
898 TCP UDP Unofficial Brocade SMI-S RPC SSL
902 TCP UDP Unofficial VMware ESXi
903 TCP --- Unofficial VMware ESXi
953 TCP --- Official BIND remote name daemon control (RNDC)
954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988 --- --- Official Unassigned
981 TCP --- Unofficial Remote HTTPS management for firewall devices running embedded Check Point VPN-1 software
987 TCP --- Unofficial Microsoft Remote Web Workplace, a feature of Windows Small Business Server
989 TCP UDP Official FTPS Protocol (data), FTP over TLS/SSL
990 TCP UDP Official FTPS Protocol (control), FTP over TLS/SSL
991 TCP UDP Official Netnews Administration System (NAS)
992 TCP UDP Official Telnet protocol over TLS/SSL
993 TCP --- Official Internet Message Access Protocol over TLS/SSL (IMAPS)
994 TCP UDP Official Reserved
994 TCP UDP Unofficial Internet Relay Chat over TLS/SSL (IRCS)
995 TCP UDP Official Post Office Protocol 3 over TLS/SSL (POP3S)
1010 TCP --- Unofficial ThinLinc web-based administration interface
1023 ??? ??? Official Reserved
1024 ??? ??? Official Reserved
1027 ??? ??? Official Reserved
1027 --- UDP Official Native IPv6 behind IPv4-to-IPv4 NAT Customer Premises Equipment (6a44)
1028 --- --- Official Deprecated
1029 --- --- Official Microsoft DCOM services
1058 TCP UDP Official nim, IBM AIX Network Installation Manager (NIM)
1059 TCP UDP Official nimreg, IBM AIX Network Installation Manager (NIM)
1080 TCP UDP Official SOCKS proxy
1085 TCP UDP Official WebObjects
1098 TCP UDP Official rmiactivation, Java remote method invocation (RMI) activation
1099 TCP --- Official rmiregistry, Java remote method invocation (RMI) registry
1109 --- --- Official Reserved - IANA
1109 TCP --- Unofficial Kerberos Post Office Protocol (KPOP)
1119 TCP UDP Official Battle.net chat/game protocol, used by Blizzard's games
1167 TCP UDP Official Cisco IP SLA (Service Assurance Agent)
1194 TCP UDP Official OpenVPN
1198 TCP UDP Official The cajo project Free dynamic transparent distributed computing in Java
1214 TCP UDP Official Kazaa
1220 TCP --- Official QuickTime Streaming Server administration
1234 TCP UDP Official Infoseek search agent
1234 --- UDP Unofficial VLC media player default port for UDP/RTP stream
1241 TCP UDP Official Nessus Security Scanner
1270 TCP UDP Official Microsoft System Center Operations Manager (SCOM) (formerly Microsoft Operations Manager (MOM)) agent
1293 TCP UDP Official Internet Protocol Security (IPSec)
1311 TCP UDP Official Windows RxMon.exe
1311 TCP --- Unofficial Dell OpenManage HTTPS
1314 ??? ??? Unofficial Festival Speech Synthesis System server
1337 TCP --- Unofficial neo4j-shell
1337 TCP --- Unofficial WASTE Encrypted File Sharing Program
1341 TCP UDP Official Qubes (Manufacturing Execution System)
1344 TCP UDP Official Internet Content Adaptation Protocol
1352 TCP UDP Official IBM Lotus Notes/Domino (RPC) protocol
1360 TCP UDP Official Mimer SQL
1414 TCP UDP Official IBM WebSphere MQ (formerly known as MQSeries)
1417 TCP UDP Official Timbuktu Service 1 Port
1418 TCP UDP Official Timbuktu Service 2 Port
1419 TCP UDP Official Timbuktu Service 3 Port
1420 TCP UDP Official Timbuktu Service 4 Port
1431 TCP --- Official Reverse Gossip Transport Protocol (RGTP), used to access a General-purpose Reverse-Ordered Gossip Gathering System (GROGGS) bulletin board, such as that implemented on the Cambridge University's Phoenix system
1433 TCP UDP Official Microsoft SQL Server database management system (MSSQL) server
1434 TCP UDP Official Microsoft SQL Server database management system (MSSQL) monitor
1492 TCP --- Unofficial Sid Meier's CivNet, a multiplayer remake of the original Sid Meier's Civilization game
1494 TCP UDP Unofficial Citrix Independent Computing Architecture (ICA)
1500 TCP --- Unofficial IBM Tivoli Storage Manager server
1501 TCP --- Unofficial IBM Tivoli Storage Manager client scheduler
1503 TCP UDP Unofficial Windows Live Messenger (Whiteboard and Application Sharing)
1512 TCP UDP Official Microsoft's Windows Internet Name Service (WINS)
1513 TCP UDP Unofficial Garena game client
1521 TCP UDP Official nCUBE License Manager
1521 TCP --- Unofficial Oracle database default listener, in future releases official port 2483 (TCP/IP) and 2484 (TCP/IP with SSL)
1524 TCP UDP Official ingreslock, ingres
1527 TCP UDP Official Oracle Net Services, formerly known as SQL*Net
1527 TCP --- Unofficial Apache Derby Network Server
1533 TCP UDP Official IBM Sametime Virtual Places Chat
1534 --- UDP Unofficial Eclipse Target Communication Framework (TCF) agent discovery
1547 TCP UDP Official Laplink
1550 TCP --- Unofficial Gadu-Gadu (direct client-to-client)
1581 TCP UDP Official MIL STD 2045-47001 VMF
1581 TCP --- Unofficial IBM Tivoli Storage Manager web client
1582,1583 TCP --- Unofficial IBM Tivoli Storage Manager server web interface
1583 ??? ??? Unofficial Pervasive PSQL
1589 TCP UDP Official Cisco VLAN Query Protocol (VQP)
1604 TCP UDP Unofficial DarkComet remote administration tool (RAT)
1626 TCP --- Unofficial iSketch
1627 TCP --- Unofficial iSketch
1628 TCP UDP Official LonTalk normal
1629 TCP UDP Official LonTalk urgent
1645 --- UDP Unofficial Early deployment of RADIUS before RFC standardization was done using UDP port number 1645. Enabled for compatibility reasons by default on Cisco and Juniper Networks RADIUS servers. Official port is 1812. TCP port 1645 MUST NOT be used.
1646 --- UDP Unofficial Old radacct port, RADIUS accounting protocol. Enabled for compatibility reasons by default on Cisco and Juniper Networks RADIUS servers. Official port is 1813. TCP port 1646 MUST NOT be used.
1666 TCP --- Unofficial Perforce
1677 TCP UDP Official Novell GroupWise clients in client/server access mode
1688 TCP --- Unofficial Microsoft Key Management Service (KMS) for Windows Activation
1701 TCP UDP Official Layer 2 Forwarding Protocol (L2F)
1701 --- UDP Official Layer 2 Tunneling Protocol (L2TP)
1707 TCP UDP Official Windward Studios games (vdmplay)
1707 --- UDP Unofficial L2TP/IPsec, for establish an initial connection
1716 --- UDP Unofficial America's Army, a massively multiplayer online game (MMO)
1719 TCP UDP Official H.323 registration and alternate communication
1720 TCP UDP Official H.323 call signaling
1723 TCP --- Official Point-to-Point Tunneling Protocol (PPTP)
1755 TCP UDP Official Microsoft Media Services (MMS, ms-streaming)
1761 TCP UDP Unofficial Novell ZENworks
1783 --- --- Official Decomissioned Port 04/14/00, ms
1801 TCP UDP Official Microsoft Message Queuing
1812 TCP UDP Official RADIUS authentication protocol, radius
1813 TCP UDP Official RADIUS accounting protocol, radius-acct
1863 TCP UDP Official Microsoft Notification Protocol (MSNP), used by the Microsoft Messenger service and a number of instant messaging Messenger clients
1880 ??? ??? Unofficial Node-RED
1883 TCP UDP Official MQTT (formerly MQ Telemetry Transport)
1900 --- UDP Official Simple Service Discovery Protocol (SSDP), discovery of UPnP devices
1935 TCP UDP Official Macromedia Flash Communications Server MX, the precursor to Adobe Flash Media Server before Macromedia's acquisition by Adobe on December 3, 2005
1935 TCP UDP Unofficial Real Time Messaging Protocol (RTMP), primarily used in Adobe Flash
1967 --- UDP Unofficial Cisco IOS IP Service Level Agreements (IP SLAs) Control Protocol
1970 TCP UDP Official Netop Remote Control
1972 TCP UDP Official InterSystems Caché
1984 TCP UDP Official Big Brother
1985 --- UDP Official Cisco Hot Standby Router Protocol (HSRP)
1998 TCP UDP Official Cisco X.25 over TCP (XOT) service
2000 TCP UDP Official Cisco Skinny Client Control Protocol (SCCP)
2010 ??? ??? Unofficial Artemis: Spaceship Bridge Simulator
2033 TCP UDP Unofficial Civilization IV multiplayer
2049 TCP UDP Official Network File System (NFS)
2056 TCP UDP Unofficial Civilization IV multiplayer
2080 TCP UDP Official Autodesk NLM (FLEXlm)
2082 TCP --- Unofficial cPanel default
2083 TCP UDP Official Secure RADIUS Service (radsec)
2083 TCP --- Unofficial cPanel default SSL
2086 TCP UDP Official GNUnet
2086 TCP --- Unofficial WebHost Manager default
2087 TCP --- Unofficial WebHost Manager default SSL
2095 TCP --- Official cPanel default web mail
2096 TCP --- Unofficial cPanel default SSL web mail
2100 TCP --- Unofficial Warzone 2100 multiplayer
2101 TCP --- Unofficial Networked Transport of RTCM via Internet Protocol (NTRIP)
2102 TCP UDP Official Zephyr Notification Service server
2103 TCP UDP Official Zephyr Notification Service serv-hm connection
2104 TCP UDP Official Zephyr Notification Service hostmanager
2123 TCP UDP Official GTP control messages (GTP-C)
2142 TCP UDP Official TDMoIP (TDM over IP)
2152 TCP UDP Official GTP user data messages (GTP-U)
2159 TCP UDP Official GDB remote debug port
2181 TCP UDP Official EForward-document transport system
2181 TCP --- Unofficial Apache ZooKeeper default client port
2195 TCP --- Unofficial Apple Push Notification Service
2196 TCP --- Unofficial Apple Push Notification Service, feedback service
2210 TCP UDP Official NOAAPORT Broadcast Network
2211 TCP UDP Official EMWIN
2221 TCP --- Unofficial ESET anti-virus updates
2222 TCP UDP Official EtherNet/IP implicit messaging for IO data
2222 ??? ??? Unofficial DirectAdmin Access
2222,2223,2224,2225,2226 TCP --- Official ESET Remote administrator
2261 TCP UDP Official CoMotion master
2262 TCP UDP Official CoMotion backup
2266 TCP UDP Official M-Files
2302 --- UDP Unofficial ArmA multiplayer (Halo: Combat Evolved multiplayer host)
2303 --- UDP Unofficial ArmA multiplayer (default port for game +1) (Halo: Combat Evolved multiplayer listener)
2305 --- UDP Unofficial ArmA multiplayer (default port for game +3)
2351 TCP --- Unofficial AIM game LAN network port
2368 TCP --- Unofficial Ghost (blogging platform)
2369 TCP --- Unofficial Default for BMC Control-M/Server Configuration Agent
2370 TCP --- Unofficial Default for BMC Control-M/Server, to allow the Control-M/Enterprise Manager to connect to the Control-M/Server
2372 TCP --- Unofficial Default for K9 Web Protection/parental controls, content filtering agent
2375 TCP ??? Official Docker REST API (plain)
2376 TCP ??? Official Docker REST API (SSL)
2379 TCP ??? Official CoreOS etcd client communication
2379 TCP --- Unofficial KGS Go Server
2380 TCP ??? Official CoreOS etcd server communication
2399 TCP UDP Official FileMaker Data Access Layer (ODBC/JDBC)
2401 TCP UDP Official CVS version control system password-based server
2404 TCP UDP Official IEC 60870-5-104, used to send electric power telecontrol messages between two systems via directly connected data circuits
2424 TCP --- Unofficial OrientDB database listening for binary client connections
2427 TCP UDP Official Media Gateway Control Protocol (MGCP) media gateway
2447 TCP UDP Official ovwdb-OpenView Network Node Manager (NNM) daemon
2480 TCP --- Unofficial OrientDB database listening for HTTP client connections
2483 TCP UDP Official Oracle database listening for insecure client connections to the listener, replaces port 1521
2484 TCP UDP Official Oracle database listening for SSL client connections to the listener
2535 TCP UDP Official Multicast Address Dynamic Client Allocation Protocol (MADCAP). All standard messages are UDP datagrams.
2541 TCP UDP Official LonTalk/IP
2546,2547,2548 TCP UDP Official EVault data protection services
2593 TCP UDP Unofficial Ultima Online servers
2598 TCP --- Unofficial Citrix Independent Computing Architecture (ICA) with Session Reliability; port 1494 without session reliability
2599 TCP UDP Unofficial Ultima Online servers
2638 TCP UDP Official SQL Anywhere database server
2710 TCP UDP Unofficial XBT Tracker. UDP tracker extension is considered experimental.
2727 TCP UDP Official Media Gateway Control Protocol (MGCP) media gateway controller (call agent)
2809 TCP UDP Official corbaloc:iiop URL, per the CORBA 3.0.3 specification
2811 TCP UDP Official gsi ftp, per the GridFTP specification
2827 TCP --- Unofficial I2P BOB Bridge
2944 TCP UDP Official Megaco text H.248
2945 TCP UDP Official Megaco binary (ASN.1) H.248
2947 TCP UDP Official gpsd, GPS daemon
2948 TCP UDP Official WAP push Multimedia Messaging Service (MMS)
2949 TCP UDP Official WAP push secure (MMS)
2967 TCP UDP Official Symantec System Center agent (SSC-AGENT)
3000 TCP --- Unofficial Cloud9 IDE server
3000 TCP --- Unofficial Ruby on Rails development default
3000 TCP --- Unofficial Meteor development default
3000 TCP UDP Unofficial Resilio Sync, spun from BitTorrent Sync.
3000 --- UDP Unofficial Distributed Interactive Simulation (DIS)
3004 TCP --- Unofficial iSync
3020 TCP UDP Official Common Internet File System (CIFS). See also port 445 for Server Message Block (SMB), a dialect of CIFS.
3050 TCP UDP Official gds-db (Interbase/Firebird databases)
3052 TCP UDP Official APC PowerChute Network
3074 TCP UDP Official Xbox LIVE and Games for Windows - Live
3101 TCP --- Unofficial BlackBerry Enterprise Server communication protocol
3128 TCP ??? Unofficial Squid caching web proxy
3225 TCP UDP Official Fibre Channel over IP (FCIP)
3233 TCP UDP Official WhiskerControl research control protocol
3260 TCP UDP Official iSCSI
3268 TCP UDP Official msft-gc, Microsoft Global Catalog (LDAP service which contains data from Active Directory forests)
3269 TCP UDP Official msft-gc-ssl, Microsoft Global Catalog over SSL (similar to port 3268, LDAP over SSL)
3283 TCP UDP Official Net Assistant, a predecessor to Apple Remote Desktop
3283 TCP UDP Unofficial Apple Remote Desktop 2.0 or later
3290 --- UDP Unofficial Virtual Air Traffic Simulation (VATSIM) network voice communication
3305 TCP UDP Official Odette File Transfer Protocol (OFTP)
3306 TCP --- Official MySQL database system
3313 TCP --- Unofficial Verisys file integrity monitoring software
3316 TCP --- Unofficial AzimuthVMS database port for the CCTV recording software AzimuthVMS
3323 TCP UDP Unofficial DECE GEODI Server
3332 --- UDP Unofficial Thundercloud DataPath Overlay Control
3333 TCP --- Unofficial Eggdrop, an IRC bot default port
3333 TCP --- Unofficial Network Caller ID server
3333 TCP --- Unofficial CruiseControl.rb
3351 ??? ??? Unofficial Pervasive PSQL
3386 TCP UDP Official GTP' 3GPP GSM/UMTS CDR logging protocol
3389 TCP UDP Official Microsoft Terminal Server (RDP) officially registered as Windows Based Terminal (WBT)
3396 TCP UDP Official Novell NDPS Printer Agent
3412 TCP UDP Official xmlBlaster
3455 TCP UDP Official Resource Reservation Protocol (RSVP)
3423 TCP --- Official Xware xTrm Communication Protocol
3424 TCP --- Official Xware xTrm Communication Protocol over SSL
3478 TCP UDP Official STUN, a protocol for NAT traversal
3478 TCP UDP Official TURN, a protocol for NAT traversal (extension to STUN)
3478 TCP UDP Official STUN Behavior Discovery. See also port 5349.
3479 TCP UDP Unofficial PlayStation Network
3480 TCP UDP Unofficial PlayStation Network
3483 --- UDP Official Slim Devices discovery protocol
3483 TCP --- Official Slim Devices SlimProto protocol
3493 TCP UDP Official Network UPS Tools (NUT)
3516 TCP UDP Official Smartcard Port
3527 --- UDP Official Microsoft Message Queuing
3535 TCP --- Unofficial SMTP alternate
3544 --- UDP Official Teredo tunneling
3632 TCP --- Official Distcc, distributed compiler
3645 TCP UDP Official Cyc
3659 TCP UDP Official Apple SASL, used by Mac OS X Server Password Server
3659 --- UDP Unofficial Battlefield 4
3667 TCP UDP Official Information Exchange
3689 TCP --- Official Digital Audio Access Protocol (DAAP), used by Apple's iTunes and AirPlay
3690 TCP UDP Official Subversion (SVN) version control system
3702 TCP UDP Official Web Services Dynamic Discovery (WS-Discovery), used by various components of Windows Vista and later
3724 TCP UDP Official Some Blizzard games
3724 TCP --- Unofficial Club Penguin Disney online game for kids
3725 TCP UDP Official Netia NA-ER Port
3768 TCP UDP Official RBLcheckd server daemon
3784 --- UDP Official Bidirectional Forwarding Detection (BFD)for IPv4 and IPv6 (Single Hop) (RFC 5881)
3785 --- UDP Unofficial VoIP program used by Ventrilo
3799 --- UDP Official RADIUS change of authorization
3804 TCP UDP Official Harman Professional HiQnet protocol
3825 TCP --- Unofficial RedSeal Networks client/server connection
3826 TCP UDP Official WarMUX game server
3826 TCP --- Unofficial RedSeal Networks client/server connection
3835 TCP --- Unofficial RedSeal Networks client/server connection
3830 TCP UDP Official System Management Agent, developed and used by Cerner to monitor and manage solutions
3856 TCP UDP Unofficial ERP Server Application used by F10 Software
3880 TCP UDP Official IGRS
3868 TCP UDP Official (+SCTP) Diameter base protocol (RFC 3588)
3872 TCP --- Official Oracle Enterprise Manager Remote Agent
3900 TCP --- Official udt_os, IBM UniData UDT OS
3960 --- UDP Unofficial Warframe online interaction
3962 --- UDP Unofficial Warframe online interaction
3978 TCP UDP Unofficial OpenTTD game (masterserver and content service)
3979 TCP UDP Unofficial OpenTTD game
3999 TCP UDP Official Norman distributed scanning service
4000 TCP UDP Unofficial Diablo II game
4001 TCP --- Unofficial Microsoft Ants game
4001 TCP --- Unofficial CoreOS etcd client communication
4018 TCP UDP Official Protocol information and warnings
4035 TCP --- Unofficial IBM Rational Developer for System z Remote System Explorer Daemon
4045 TCP UDP Unofficial Solaris lockd NFS lock daemon/manager
4050 TCP --- Unofficial Mud Master Chat protocol (MMCP) - Peer-to-peer communications between MUD clients.
4069 --- UDP Official Minger Email Address Verification Protocol
4089 TCP UDP Official OpenCORE Remote Control Service
4090 TCP UDP Official Kerio
4093 TCP UDP Official PxPlus Client server interface ProvideX
4096 TCP UDP Official Ascom Timeplex Bridge Relay Element (BRE)
4105 TCP UDP Official Shofar (ShofarNexus)
4111 TCP --- Official Xgrid
4116 TCP UDP Official Smartcard-TLS
4117 TCP --- Unofficial WatchGuard System Manager
4125 TCP --- Unofficial Microsoft Remote Web Workplace administration
4172 TCP UDP Official Teradici PCoIP
4190 TCP --- Official ManageSieve
4198 TCP UDP Unofficial Couch Potato Android app
4201 TCP --- Unofficial TinyMUD and various derivatives
4222 TCP --- Unofficial NATS server default port
4226 TCP UDP Unofficial Aleph One, a computer game
4242 TCP --- Unofficial Orthanc - DICOM server
4242 TCP --- Unofficial Quassel distributed IRC client
4243 TCP --- Unofficial Docker implementations, redistributions, and setups default
4243 TCP --- Unofficial CrashPlan
4244 TCP UDP Unofficial Viber
4303 TCP UDP Official Simple Railroad Command Protocol (SRCP)
4307 TCP --- Official TrueConf Client - TrueConf Server media data exchange
4321 TCP --- Official Referral Whois (RWhois) Protocol
4352 TCP --- Official PJLink, by JBMIA for controlling projectors via LAN connections
4444 TCP UDP Unofficial Oracle WebCenter Content: Content Server-Intradoc Socket port. (formerly known as Oracle Universal Content Management).
4444 ??? ??? Unofficial Metasploit's default listener port
4444 TCP UDP Unofficial Xvfb X server virtual frame buffer service
4444,4445 TCP --- Unofficial I2P HTTP/S proxy
4486 TCP UDP Official Integrated Client Message Service (ICMS)
4488 TCP --- Official Apple Wide Area Connectivity Service, used by Back to My Mac
4500 --- UDP Official IPSec NAT Traversal (RFC 3947, RFC 4306)
4502,4503,4504,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534 TCP --- Official Microsoft Silverlight connectable ports under non-elevated trust
4505,4506 TCP --- Unofficial Salt master
4534 --- UDP Unofficial Armagetron Advanced server default
4560 TCP --- Unofficial default Log4j socketappender port
4567 TCP --- Unofficial Sinatra default server port in development mode (HTTP)
4569 --- UDP Official Inter-Asterisk eXchange (IAX2)
4604 TCP --- Official Identity Registration Protocol
4605 TCP --- Official Direct End to End Secure Chat Protocol
4610,4611,4612,4613,4614,4615,4616,4617,4618,4619,4620,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640 TCP --- Unofficial QualiSystems TestShell Suite Services
4662 TCP UDP Official OrbitNet Message Service
4662 TCP --- Unofficial Default for older versions of eMule
4664 TCP --- Unofficial Google Desktop Search
4672 --- UDP Unofficial Default for older versions of eMule
4711 TCP --- Unofficial eMule optional web interface
4713 TCP --- Unofficial PulseAudio sound server
4728 TCP --- Official Computer Associates Desktop and Server Management (DMP)/Port Multiplexer
4730 TCP UDP Official Gearman's job server
4739 TCP UDP Official IP Flow Information Export
4747 TCP --- Unofficial Apprentice
4750 TCP --- Unofficial BladeLogic Agent
4753 TCP UDP Official SIMON (service and discovery)
4786 TCP --- Official SMI Cisco Smart Install protocol (vuln - misuse)
4789 --- UDP Official Virtual eXtensible Local Area Network (VXLAN)
4840 TCP UDP Official OPC UA Connection Protocol (TCP) and OPC UA Multicast Datagram Protocol (UDP) for OPC Unified Architecture from OPC Foundation
4843 TCP UDP Official OPC UA TCP Protocol over TLS/SSL for OPC Unified Architecture from OPC Foundation
4847 TCP UDP Official Web Fresh Communication, Quadrion Software & Odorless Entertainment
4848 TCP --- Unofficial Java, Glassfish Application Server administration default
4894 TCP UDP Official LysKOM Protocol A
4949 TCP --- Official Munin Resource Monitoring Tool
4950 TCP UDP Official Cylon Controls UC32 Communications Port
5000 TCP --- Unofficial UPnP-Windows network device interoperability
5000 TCP UDP Unofficial VTun, VPN Software
5000 --- UDP Unofficial FlightGear multiplayer
5000 TCP --- Unofficial Synology Inc. Management Console, File Station, Audio Station
5000 TCP --- Unofficial Flask Development Webserver
5000 TCP --- Official Heroku console access
5000 TCP --- Unofficial AT&T U-verse public, educational, and government access (PEG) streaming over HTTP
5000-5500 --- UDP Unofficial League of Legends, a multiplayer online battle arena video game
5001 TCP --- Unofficial Slingbox and Slingplayer
5001 TCP UDP Unofficial Iperf (Tool for measuring TCP and UDP bandwidth performance)
5001 TCP --- Unofficial Synology Inc. Secured Management Console, File Station, Audio Station
5002 TCP --- Unofficial ASSA ARX access control system
5003 TCP --- Official FileMaker - name binding and transport
5004 TCP UDP Official Real-time Transport Protocol media data (RTP) (RFC 3551, RFC 4571)
5005 TCP UDP Official Real-time Transport Protocol control protocol (RTCP) (RFC 3551, RFC 4571)
5010 TCP UDP Official Registered to: TelePath (the IBM FlowMark workflow-management system messaging platform) The TCP port is now used for: IBM WebSphere MQ Workflow
5011 TCP UDP Official TelePath (the IBM FlowMark workflow-management system messaging platform)
5031 TCP UDP Unofficial AVM CAPI-over-TCP (ISDN over Ethernet tunneling)
5037 TCP --- Unofficial Android ADB server
5048 TCP --- Official Texai Message Service
5050 TCP --- Unofficial Yahoo! Messenger
5051 TCP --- Official ita-agent Symantec Intruder Alert
5060 TCP UDP Official Session Initiation Protocol (SIP)
5061 TCP --- Official Session Initiation Protocol (SIP) over TLS
5062 TCP UDP Official Localisation access
5064 TCP UDP Official EPICS Channel Access server
5065 --- UDP Official EPICS Channel Access repeater beacon
5070 TCP --- Unofficial Binary Floor Control Protocol (BFCP)
5084 TCP UDP Official EPCglobal Low Level Reader Protocol (LLRP)
5085 TCP UDP Official EPCglobal Low Level Reader Protocol (LLRP) over TLS
5093 --- UDP Official SafeNet, Inc Sentinel LM, Sentinel RMS, License Manager, client-to-server
5099 TCP UDP Official SafeNet, Inc Sentinel LM, Sentinel RMS, License Manager, server-to-server
5104 TCP --- Unofficial IBM Tivoli Framework NetCOOL/Impact HTTP Service
5121 TCP --- Unofficial Neverwinter Nights
5124 TCP UDP Unofficial TorgaNET (Micronational Darknet)
5125 TCP UDP Unofficial TorgaNET (Micronational Intelligence Darknet)
5150 TCP UDP Official ATMP Ascend Tunnel Management Protocol
5151 TCP --- Official ESRI SDE Instance
5151 --- UDP Official ESRI SDE Remote Start
5154 TCP UDP Official BZFlag
5172 TCP --- Official PC over IP Endpoint Management
5190 TCP --- Official AOL Instant Messenger protocol
5198 --- UDP Unofficial EchoLink VoIP Amateur Radio Software (Voice)
5199 --- UDP Unofficial EchoLink VoIP Amateur Radio Software (Voice)
5200 TCP --- Unofficial EchoLink VoIP Amateur Radio Software (Information)
5201 TCP UDP Unofficial Iperf3 (Tool for measuring TCP and UDP bandwidth performance)
5222 TCP ??? Official Extensible Messaging and Presence Protocol (XMPP) client connection
5223 TCP --- Unofficial Apple Push Notification Service
5223 TCP --- Unofficial Extensible Messaging and Presence Protocol (XMPP) client connection over SSL
5228 TCP --- Official HP Virtual Room Service
5228 TCP --- Unofficial Google Play, Android Cloud to Device Messaging Service, Google Cloud Messaging
5242 TCP UDP Unofficial Viber
5243 TCP UDP Unofficial Viber
5246 --- UDP Official Control And Provisioning of Wireless Access Points (CAPWAP) CAPWAP control
5247 --- UDP Official Control And Provisioning of Wireless Access Points (CAPWAP) CAPWAP data
5269 TCP --- Official Extensible Messaging and Presence Protocol (XMPP) server-to-server connection
5280 TCP --- Official Extensible Messaging and Presence Protocol (XMPP)
5281 TCP --- Official Undo License Manager
5281 TCP --- Unofficial Extensible Messaging and Presence Protocol (XMPP)
5298 TCP UDP Official Extensible Messaging and Presence Protocol (XMPP)
5310 TCP UDP Official Outlaws (1997 video game). Both UDP and TCP are reserved, but only UDP is used
5349 ??? ??? Official STUN over TLS/DTLS, a protocol for NAT traversal
5349 ??? ??? Official TURN over TLS/DTLS, a protocol for NAT traversal
5349 TCP ??? Official STUN Behavior Discovery over TLS. See also port 3478.
5351 TCP UDP Official NAT Port Mapping Protocol and Port Control Protocol-client-requested configuration for connections through network address translators and firewalls
5353 --- UDP Official Multicast DNS (mDNS)
5355 TCP UDP Official Link-Local Multicast Name Resolution (LLMNR), allows hosts to perform name resolution for hosts on the same local link (only provided by Windows Vista and Server 2008)
5357 TCP UDP Unofficial Web Services for Devices (WSDAPI) (only provided by Windows Vista, Windows 7 and Server 2008)
5358 TCP UDP Unofficial WSDAPI Applications to Use a Secure Channel (only provided by Windows Vista, Windows 7 and Server 2008)
5394 --- UDP Unofficial Kega Fusion, a Sega multi-console emulator
5402 TCP UDP Official Multicast File Transfer Protocol (MFTP)
5405 TCP UDP Official NetSupport Manager
5412 TCP UDP Official IBM Rational Synergy (Telelogic Synergy) (Continuus CM) Message Router
5413 TCP UDP Official Wonderware SuiteLink service
5417 TCP UDP Official SNS Agent
5421 TCP UDP Official NetSupport Manager
5432 TCP --- Official PostgreSQL database system
5433 TCP --- Unofficial Bouwsoft file/webserver
5445 --- UDP Unofficial Cisco Unified Video Advantage
5480 TCP --- Unofficial VMware VAMI (Virtual Appliance Management Infrastructure)-used for initial setup of various administration settings on Virtual Appliances designed using the VAMI architecture.
5481 TCP --- Unofficial Schneider Electric's ClearSCADA (SCADA implementation for Windows) - used for client-to-server communication.
5495 TCP --- Unofficial IBM Cognos TM1 Admin server
5498 TCP --- Unofficial Hotline tracker server connection
5499 --- UDP Unofficial Hotline tracker server discovery
5500 TCP --- Unofficial Hotline control connection
5500 TCP --- Unofficial VNC Remote Frame Buffer RFB protocol-for incoming listening viewer
5501 TCP --- Unofficial Hotline file transfer connection
5517 TCP --- Unofficial Setiqueue Proxy server client for SETI@Home project
5550 TCP --- Unofficial Hewlett-Packard Data Protector
5554 TCP UDP Unofficial Fastboot default wireless port
5555 TCP UDP Unofficial Oracle WebCenter Content: Inbound Refinery-Intradoc Socket port. (formerly known as Oracle Universal Content Management). Port though often changed during installation
5555 TCP --- Unofficial Freeciv versions up to 2.0, Hewlett-Packard Data Protector, McAfee EndPoint Encryption Database Server, SAP, Default for Microsoft Dynamics CRM 4.0, Softether VPN default port
5556 TCP UDP Official Freeciv, Oracle WebLogic Server Node Manager
5568 TCP UDP Official Session Data Transport (SDT), a part of Architecture for Control Networks (ACN)
5631 TCP --- Official pcANYWHEREdata, Symantec pcAnywhere (version 7.52 and later) data
5632 --- UDP Official pcANYWHEREstat, Symantec pcAnywhere (version 7.52 and later) status
5656 TCP --- Unofficial IBM Lotus Sametime p2p file transfer
5666 TCP --- Unofficial NRPE (Nagios)
5667 TCP --- Unofficial NSCA (Nagios)
5670 TCP --- Official FILEMQ ZeroMQ File Message Queuing Protocol
5670 --- UDP Official ZRE-DISC ZeroMQ Realtime Exchange Protocol (Discovery)
5672 TCP --- Official AMQP
5678 --- UDP Unofficial Mikrotik RouterOS Neighbor Discovery Protocol (MNDP)
5683 --- UDP Official Constrained Application Protocol (CoAP)
5701 TCP --- Unofficial Hazelcast default communication port
5722 TCP UDP Official Microsoft RPC, DFSR (SYSVOL) Replication Service
5718 TCP --- Unofficial Microsoft DPM Data Channel (with the agent coordinator)
5719 TCP --- Unofficial Microsoft DPM Data Channel (with the protection agent)
5723 TCP --- Unofficial System Center Operations Manager
5724 TCP --- Unofficial Operations Manager Console
5741 TCP UDP Official IDA Discover Port 1
5742 TCP UDP Official IDA Discover Port 2
5800 TCP --- Unofficial VNC Remote Frame Buffer RFB protocol over HTTP
5800 TCP --- Unofficial ProjectWise Server
5900 TCP UDP Official Remote Frame Buffer protocol (RFB)
5900 TCP --- Unofficial Virtual Network Computing (VNC) Remote Frame Buffer RFB protocol
5931 TCP UDP Official AMMYY admin Remote Control
5938 TCP UDP Unofficial TeamViewer remote desktop protocol
5984 TCP UDP Official CouchDB database server
5985 TCP --- Official Windows PowerShell Default psSession Port
5986 TCP --- Official Windows PowerShell Default psSession Port
5988,5989 TCP --- Official CIM-XML (DMTF Protocol)
6000,6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063 TCP UDP Official X11-used between an X client and server over the network
6005 TCP --- Unofficial Default for BMC Software Control-M/Server-Socket used for communication between Control-M processes-though often changed during installation
6005 TCP --- Unofficial Default for Camfrog chat & cam client
6009 TCP --- Unofficial JD Edwards EnterpriseOne ERP system JDENet messaging client listener
6050 TCP --- Unofficial Arcserve backup
6051 TCP --- Unofficial Arcserve backup
6086 TCP --- Official Peer Distributed Transfer Protocol (PDTP), FTP like file server in a P2P network
6100 TCP --- Unofficial Vizrt System
6100 TCP --- Unofficial Ventrilo authentication for version 3
6101 TCP --- Unofficial Backup Exec Agent Browser
6110 TCP UDP Official softcm, HP Softbench CM
6111 TCP UDP Official spc, HP Softbench Sub-Process Control
6112 TCP UDP Official dtspcd, execute commands and launch applications remotely
6112 TCP UDP Unofficial Blizzard's Battle.net gaming service and some games, ArenaNet gaming service, Relic gaming service
6112 TCP --- Unofficial Club Penguin Disney online game for kids
6113 TCP --- Unofficial Club Penguin Disney online game for kids, Used by some Blizzard games
6136 TCP --- Unofficial ObjectDB database server
6159 TCP --- Official ARINC 840 EFB Application Control Interface
6200 TCP --- Unofficial Oracle WebCenter Content Portable: Content Server (With Native UI) and Inbound Refinery
6201 TCP --- Unofficial Oracle WebCenter Content Portable: Admin
6225 TCP --- Unofficial Oracle WebCenter Content Portable: Content Server Web UI
6227 TCP --- Unofficial Oracle WebCenter Content Portable: JavaDB
6240 TCP --- Unofficial Oracle WebCenter Content Portable: Capture
6244 TCP UDP Unofficial Oracle WebCenter Content Portable: Content Server-Intradoc Socket port
6255 TCP UDP Unofficial Oracle WebCenter Content Portable: Inbound Refinery-Intradoc Socket port
6257 --- UDP Unofficial WinMX (see also 6699)
6260 TCP UDP Unofficial planet M.U.L.E.
6262 TCP --- Unofficial Sybase Advantage Database Server
6343 --- UDP Official SFlow, sFlow traffic monitoring
6346 TCP UDP Official gnutella-svc, gnutella (FrostWire, Limewire, Shareaza, etc.)
6347 TCP UDP Official gnutella-rtr, Gnutella alternate
6350 TCP UDP Official App Discovery and Access Protocol
6379 TCP --- Official Redis key-value data store
6389 TCP --- Unofficial EMC CLARiiON
6432 TCP --- Official PgBouncer-A connection pooler for PostgreSQL
6436 TCP --- Unofficial Leap Motion Websocket Server TLS
6437 TCP --- Unofficial Leap Motion Websocket Server
6444 TCP UDP Official Sun Grid Engine Qmaster Service
6445 TCP UDP Official Sun Grid Engine Execution Service
6463,6464,6465,6466,6467,6468,6469,6470,6471,6472 TCP --- Unofficial Discord RPC
6502 TCP UDP Unofficial Netop Remote Control
6513 TCP --- Official NETCONF over TLS
6514 TCP --- Official Syslog over TLS
6515 TCP UDP Official Elipse RPC Protocol (REC)
6522 TCP --- Unofficial Gobby (and other libobby-based software)
6523 TCP --- Unofficial Gobby 0.5 (and other libinfinity-based software)
6543 TCP --- Unofficial Pylons project#Pyramid Default Pylons Pyramid web service port
6556 TCP --- Unofficial Check MK Agent
6566 TCP --- Official SANE (Scanner Access Now Easy)-SANE network scanner daemon
6560,6561 TCP --- Unofficial Speech-Dispatcher daemon
6571 --- --- Unofficial Windows Live FolderShare client
6600 TCP --- Official Microsoft Hyper-V Live
6600 TCP --- Unofficial Music Player Daemon (MPD)
6601 TCP --- Official Microsoft Forefront Threat Management Gateway
6602 TCP --- Official Microsoft Windows WSS Communication
6619 TCP UDP Official odette-ftps, Odette File Transfer Protocol (OFTP) over TLS/SSL
6622 TCP UDP Official Multicast FTP
6653 TCP --- Official OpenFlow
6660,6661,6662,6663,6664 TCP --- Unofficial Internet Relay Chat (IRC)
6665,6666,6667,6668,6669 TCP --- Official Internet Relay Chat (IRC)
6679 TCP UDP Official Osorno Automation Protocol (OSAUT)
6679 TCP --- Unofficial IRC SSL (Secure Internet Relay Chat)-often used
6690 TCP --- Unofficial Synology Cloud station
6697 TCP --- Official IRC SSL (Secure Internet Relay Chat)-often used
6699 TCP --- Unofficial WinMX (see also 6257)
6715 TCP --- Unofficial AberMUD and derivatives default port
6783,6784,6785 TCP --- Unofficial Splashtop Remote server broadcast
6789 TCP --- Unofficial Campbell Scientific Loggernet Software
6789 TCP --- Unofficial Bucky's Instant Messaging Program
6869 TCP --- Unofficial Derandom default server
6881,6882,6883,6884,6885,6886,6887 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6888 TCP UDP Official MUSE
6888 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6889,6890 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6891,6892,6893,6894,6895,6896,6897,6898,6899,6900 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6891,6892,6893,6894,6895,6896,6897,6898,6899,6900 TCP UDP Unofficial Windows Live Messenger (File transfer)
6901 TCP UDP Unofficial Windows Live Messenger (Voice)
6901 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6902-6968 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6969 TCP UDP Official acmsoda
6969 TCP --- Unofficial BitTorrent tracker
6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984,6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999 TCP UDP Unofficial BitTorrent part of full range of ports used most often
6970-9999 --- UDP Unofficial QuickTime Streaming Server
7000 TCP --- Unofficial Default for Vuze's built in HTTPS Bittorrent Tracker
7000 TCP --- Unofficial Avira Server Management Console
7001 TCP --- Unofficial Avira Server Management Console
7001 TCP --- Unofficial Default for BEA WebLogic Server's HTTP server, though often changed during installation
7002 TCP --- Unofficial Default for BEA WebLogic Server's HTTPS server, though often changed during installation
7005 TCP --- Unofficial Default for BMC Software Control-M/Server and Control-M/Agent for Agent-to-Server, though often changed during installation
7006 TCP --- Unofficial Default for BMC Software Control-M/Server and Control-M/Agent for Server-to-Agent, though often changed during installation
7010 TCP --- Unofficial Default for Cisco AON AMC (AON Management Console)
7022 TCP --- Unofficial Database mirroring endpoints
7023 --- UDP Official Bryan Wilcutt T2-NMCS Protocol for SatCom Modems
7025 TCP --- Unofficial Zimbra LMTP -local mail delivery
7047 TCP --- Unofficial Zimbra conversion server
7070 TCP ??? Unofficial Real Time Streaming Protocol (RTSP), used by QuickTime Streaming Server. TCP is used by default, UDP is used as an alternate.
7133 TCP --- Unofficial Enemy Territory: Quake Wars
7144 TCP --- Unofficial Peercast
7145 TCP --- Unofficial Peercast
7171 TCP --- Unofficial Tibia
7262 TCP UDP Official CNAP (Calypso Network Access Protocol)
7272 TCP UDP Official WatchMe - WatchMe Monitoring
7306 TCP --- Unofficial Zimbra mysql
7307 TCP --- Unofficial Zimbra mysql
7312 --- UDP Unofficial Sibelius License Server
7396 TCP --- Unofficial Web control interface for Folding@home v7.3.6 and later
7400 TCP UDP Official RTPS (Real Time Publish Subscribe) DDS Discovery
7401 TCP UDP Official RTPS (Real Time Publish Subscribe) DDS User-Traffic
7402 TCP UDP Official RTPS (Real Time Publish Subscribe) DDS Meta-Traffic
7471 TCP --- Unofficial Stateless Transport Tunneling (STT)
7473 TCP --- Official Rise: The Vieneo Province
7474 TCP --- Official Neo4J Server webadmin
7478 TCP --- Official Default port used by Open iT Server.
7542 TCP UDP Official Saratoga file transfer protocol
7547 TCP UDP Official CPE WAN Management Protocol (CWMP) Technical Report 069
7575 --- UDP Unofficial Populous: The Beginning server
7624 TCP UDP Official Instrument Neutral Distributed Interface
7631 TCP --- Official ERLPhase
7634 TCP --- Unofficial hddtemp-Utility to monitor hard drive temperature
7652,7653,7654 TCP --- Unofficial I2P anonymizing overlay network
7655 --- UDP Unofficial I2P SAM Bridge Socket API
7656,7657,7658,7659,7660 TCP --- Unofficial I2P anonymizing overlay network
7670 TCP --- Unofficial BrettspielWelt BSW Boardgame Portal
7687 TCP --- Official Bolt database connection
7707,7708 --- UDP Unofficial Killing Floor
7717 --- UDP Unofficial Killing Floor
7777 TCP --- Unofficial iChat server file transfer proxy
7777 TCP --- Unofficial Oracle Cluster File System 2
7777 TCP --- Unofficial Windows backdoor program tini.exe default
7777 TCP --- Unofficial Just Cause 2: Multiplayer Mod Server
7777 TCP --- Unofficial Terraria default server
7777 --- UDP Unofficial San Andreas Multiplayer (SA-MP) default port server
7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788 TCP UDP Unofficial Unreal Tournament series default server
7831 TCP --- Unofficial Default used by Smartlaunch Internet Cafe Administration software
7880 TCP UDP Unofficial PowerSchool Gradebook Server
7890 TCP --- Unofficial Default that will be used by the iControl Internet Cafe Suite Administration software
7915 TCP --- Unofficial Default for YSFlight server
7935 TCP --- Unofficial Fixed port used for Adobe Flash Debug Player to communicate with a debugger (Flash IDE, Flex Builder or fdb).
7990 TCP --- Unofficial Atlassian Bitbucket (default port)
8000 TCP --- Unofficial Commonly used for Internet radio streams such as SHOUTcast, Icecast and iTunes Radio
8000 ??? ??? Unofficial DynamoDB Local
8000 ??? ??? Unofficial Django Development Webserver
8005 TCP --- Unofficial Tomcat remote shutdown
8006 TCP --- Unofficial Quest AppAssure 5 API
8007 TCP --- Unofficial Quest AppAssure 5 Engine
8008 TCP UDP Official Alternative port for HTTP. See also ports 80 and 8080.
8008 TCP --- Unofficial IBM HTTP Server administration default
8008 TCP --- Unofficial iCal, a calendar application by Apple
8009 TCP --- Unofficial Apache JServ Protocol (ajp13)
8042 ??? ??? Unofficial Orthanc - REST API over HTTP
8069 TCP --- Unofficial OpenERP 5.0 XML-RPC protocol
8070 TCP --- Unofficial OpenERP 5.0 NET-RPC protocol
8074 TCP UDP Official Gadu-Gadu
8075 TCP --- Unofficial Killing Floor web administration interface
8080 TCP UDP Official Alternative port for HTTP. See also ports 80 and 8008.
8080 TCP --- Unofficial Apache Tomcat
8080 TCP --- Unofficial Atlassian JIRA applications
8088 TCP --- Unofficial Asterisk management access via HTTP
8089 TCP --- Unofficial Splunk daemon management
8089 TCP --- Unofficial Fritz!Box automatic TR-069 configuration
8090 ??? ??? Unofficial Atlassian Confluence
8090 TCP --- Unofficial Coral Content Distribution Network (legacy; 80 and 8080 now supported)
8091 ??? ??? Unofficial CouchBase web administration
8092 ??? ??? Unofficial CouchBase API
8111 TCP --- Unofficial JOSM Remote Control
8112 TCP --- Unofficial PAC Pacifica Coin
8116 --- UDP Unofficial Check Point Cluster Control Protocol
8118 TCP --- Official Privoxy-advertisement-filtering Web proxy
8123 TCP --- Official Polipo Web proxy
8139 TCP --- Unofficial Puppet (software) Client agent
8140 TCP --- Official Puppet (software) Master server
8172 TCP --- Unofficial Microsoft Remote Administration for IIS Manager
8184 TCP --- Unofficial NCSA Brown Dog Data Access Proxy
8194 TCP --- Official Bloomberg Application
8195 TCP --- Unofficial Bloomberg Application
8200 TCP --- Unofficial GoToMyPC
8200 TCP --- Official MiniDLNA media server Web Interface
8222 ??? ??? Unofficial VMware VI Web Access via HTTP
8243 TCP UDP Official HTTPS listener for Apache Synapse
8245 TCP --- Unofficial Dynamic DNS for at least No-IP and DyDNS
8280 TCP UDP Official HTTP listener for Apache Synapse
8281 TCP --- Unofficial HTTP Listener for Gatecraft Plugin
8291 TCP --- Unofficial Winbox-Default on a MikroTik RouterOS for a Windows application used to administer MikroTik RouterOS
8303 --- UDP Unofficial Teeworlds Server
8332 TCP --- Unofficial Bitcoin JSON-RPC server
8333 TCP --- Unofficial Bitcoin
8333 ??? ??? Unofficial VMware VI Web Access via HTTPS
8337 TCP --- Unofficial VisualSVN Distributed File System Service (VDFS)
8384 TCP --- Unofficial Syncthing web GUI
8388 TCP --- Unofficial Shadowsocks proxy server
8443 TCP --- Unofficial SW Soft Plesk Control Panel
8443 TCP --- Unofficial Apache Tomcat SSL
8443 TCP --- Unofficial Promise WebPAM SSL
8443 TCP --- Unofficial iCal over SSL
8444 TCP --- Unofficial Bitmessage
8484 TCP --- Unofficial MapleStory Login Server
8500 TCP --- Unofficial Adobe ColdFusion built-in web server
8530 ??? ??? Unofficial Windows Server Update Services over HTTP
8531 ??? ??? Unofficial Windows Server Update Services over HTTPS
8580 ??? ??? Unofficial Freegate, an Internet anonymizer and proxy tool
8629 TCP --- Unofficial Tibero database
8642 TCP --- Unofficial Lotus Notes Traveler auto synchronization for Windows Mobile and Nokia devices
8691 TCP --- Unofficial Ultra Fractal, a fractal generation and rendering software application - distributed calculations over networked computers
8767 --- UDP Unofficial Voice channel of TeamSpeak 2, a proprietary Voice over IP protocol targeted at gamers
8834 ??? ??? Unofficial Nessus, a vulnerability scanner - remote XML-RPC web server
8840 ??? ??? Unofficial Opera Unite, an extensible framework for web applications
8880 TCP --- Official Alternate port of CDDB (Compact Disc Database) protocol, used to look up audio CD (compact disc) information over the Internet. See also port 888.
8880 ??? ??? Unofficial IBM WebSphere Application Server SOAP connector
8883 TCP UDP Official Secure MQTT (MQTT over TLS)
8887 ??? ??? Unofficial HyperVM over HTTP
8888 ??? ??? Unofficial HyperVM over HTTPS
8888 ??? UDP Unofficial Freenet web UI (localhost only)
8888 ??? ??? Unofficial Default for IPython / Jupyter notebook dashboards
8888 ??? ??? Unofficial MAMP web server
8889 ??? ??? Unofficial MAMP MySQL database server
8983 ??? ??? Unofficial Apache Solr
8997 ??? ??? Unofficial Alternate port for I2P Monotone Proxy
8998 ??? ??? Unofficial I2P Monotone Proxy
8999 ??? ??? Unofficial Alternate port for I2P Monotone Proxy
9000 TCP --- Unofficial SonarQube Web Server
9000 TCP --- Unofficial DBGp
9000 TCP --- Unofficial SqueezeCenter web server & streaming
9000 --- UDP Unofficial UDPCast
9000 TCP --- Unofficial Play! Framework web server
9000 TCP --- Unofficial Hadoop NameNode default port
9000 TCP --- Unofficial PHP-FPM default port
9000 TCP --- Unofficial QBittorrent's embedded torrent tracker default port
9001 TCP UDP Official ETL Service Manager
9001 --- --- Unofficial Microsoft SharePoint authoring environment
9001 --- --- Unofficial cisco-xremote router configuration
9001 --- --- Unofficial Tor network default
9001 TCP --- Unofficial DBGp Proxy
9001 TCP --- Unofficial HSQLDB default port
9002 --- --- Unofficial Newforma Server comms
9006 --- --- Official De-Commissioned Port
9006 TCP --- Unofficial Tomcat in standalone mode
9030 TCP --- Unofficial Tor often used
9042 TCP --- Unofficial Apache Cassandra native protocol clients
9043 TCP --- Unofficial WebSphere Application Server Administration Console secure
9050,9051 TCP --- Unofficial Tor
9060 TCP --- Unofficial WebSphere Application Server Administration Console
9080 TCP UDP Official glrpc, Groove Collaboration software GLRPC
9080 TCP --- Unofficial WebSphere Application Server HTTP Transport (port 1) default
9080 TCP --- Unofficial Remote Potato by FatAttitude, Windows Media Center addon
9080 TCP --- Unofficial ServerWMC, Windows Media Center addon
9090 TCP --- Unofficial Openfire Administration Console
9090 TCP --- Unofficial SqueezeCenter control (CLI)
9090 TCP --- Unofficial Cherokee Admin Panel
9091 TCP --- Unofficial Openfire Administration Console (SSL Secured)
9091 TCP --- Unofficial Transmission (BitTorrent client) Web Interface
9092 TCP --- Unofficial H2 (DBMS) Database Server
9092 TCP --- Unofficial Apache Kafka A Distributed Streaming Platform
9100 TCP --- Official PDL Data Stream, used for printing to certain network printers
9101 TCP UDP Official Bacula Director
9102 TCP UDP Official Bacula File Daemon
9103 TCP UDP Official Bacula Storage Daemon
9119 TCP UDP Official MXit Instant Messenger
9150 TCP --- Unofficial Tor
9191 TCP --- Unofficial Sierra Wireless Airlink
9199 TCP --- Unofficial Avtex LLC-qStats
9200 TCP --- Unofficial Elasticsearch-default Elasticsearch port
9217 TCP --- Unofficial iPass Platform Service
9293 TCP --- Unofficial Sony PlayStation RemotePlay
9300 TCP --- Unofficial IBM Cognos BI
9303 --- UDP Unofficial D-Link Shareport Share storage and MFP printers
9306 TCP --- Official Sphinx Native API
9309 TCP UDP Unofficial Sony PlayStation Vita Host Collaboration WiFi Data Transfer
9312 TCP --- Official Sphinx SphinxQL
9332 TCP --- Unofficial Litecoin JSON-RPC server
9333 TCP --- Unofficial Litecoin
9339 TCP --- Unofficial Clash of Clans, a mobile freemium strategy video game
9389 TCP UDP Official adws, Microsoft AD DS Web Services, Powershell uses this port
9418 TCP UDP Official git, Git pack transfer service
9419 TCP --- Unofficial MooseFS distributed file system - master control port
9420 TCP --- Unofficial MooseFS distributed file system - master command port
9421 TCP --- Unofficial MooseFS distributed file system - master client port
9422 TCP --- Unofficial MooseFS distributed file system - Chunkservers
9425 TCP --- Unofficial MooseFS distributed file system - CGI server
9443 TCP --- Unofficial VMware Websense Triton console (HTTPS port used for accessing and administrating a vCenter Server via the Web Management Interface)
9443 TCP --- Unofficial NCSA Brown Dog Data Tilling Service
9535 TCP UDP Official mngsuite, LANDesk Management Suite Remote Control
9536 TCP UDP Official laes-bf, IP Fabrics Surveillance buffering function
9600 --- UDP Unofficial Factory Interface Network Service (FINS), a network protocol used by Omron programmable logic controllers
9675 TCP UDP Unofficial Spiceworks Desktop, IT Helpdesk Software
9676 TCP UDP Unofficial Spiceworks Desktop, IT Helpdesk Software
9695 --- UDP Official Content centric networking (CCN, CCNx)
9785 TCP UDP Unofficial Viber
9800 TCP UDP Official WebDAV Source
9800 --- --- Unofficial WebCT e-learning portal
9875 TCP --- Unofficial Club Penguin Disney online game for kids
9898 TCP --- Unofficial Tripwire-File Integrity Monitoring Software
9899 --- UDP Official SCTP tunneling (port number used in SCTP packets encapsulated in UDP, RFC 6951)
9981 TCP --- Unofficial TVHeadend HTTP server (web interface)
9982 TCP --- Unofficial TVHeadend HTSP server (Streaming protocol)
9987 --- UDP Unofficial TeamSpeak 3 server default (voice) port (for the conflicting service see the IANA list)
9993 --- UDP Unofficial ZeroTier Default port for ZeroTier
9997 TCP --- Unofficial Splunk port for communication between the forwarders and indexers
9999 --- --- Unofficial Urchin Web Analytics
10000 TCP UDP Official Network Data Management Protocol
10000 --- --- Unofficial BackupExec
10000 --- --- Unofficial Webmin, Web-based Unix/Linux system administration tool (default port)
10000-20000 --- UDP Unofficial Used on VoIP networks for receiving and transmitting voice telephony traffic which includes Google Voice via the OBiTalk ATA devices as well as on the MagicJack and Vonage ATA network devices.
10001 --- UDP Unofficial Ubiquiti UniFi access points broadcast to 255.255.255.255:10001 (UDP) to locate the controller(s)
10009 TCP UDP Unofficial CrossFire, a multiplayer online First Person Shooter
10010 TCP --- Official Open Object Rexx (ooRexx) rxapi daemon
10024 TCP --- Unofficial Zimbra smtp -to amavis from postfix
10025 TCP --- Unofficial Zimbra smtp -back to postfix from amavis
10042 TCP --- Unofficial Mathoid server
10050 TCP UDP Official Zabbix agent
10051 TCP UDP Official Zabbix trapper
10080 TCP --- Unofficial Touhou fight games (Immaterial and Missing Power, Scarlet Weather Rhapsody, Hisoutensoku, Hopeless Masquerade and Urban Legend in Limbo)
10110 TCP UDP Official NMEA 0183 Navigational Data. Transport of NMEA 0183 sentences over TCP or UDP
10172 TCP --- Unofficial Intuit Quickbooks client
10200 TCP --- Unofficial FRISK Software International's fpscand virus scanning daemon for Unix platforms
10200 TCP --- Unofficial FRISK Software International's f-protd virus scanning daemon for Unix platforms
10201,10202,10203,10204 TCP --- Unofficial FRISK Software International's f-protd virus scanning daemon for Unix platforms
10212 TCP --- Official GE Intelligent Platforms Proficy HMI/SCADA - CIMPLICITY WebView
10308 ??? ??? Unofficial Lock On: Modern Air Combat
10480 ??? ??? Unofficial SWAT 4 Dedicated Server
10505 --- UDP Unofficial BlueStacks (android simulator) broadcast
10514 TCP UDP Unofficial TLS-enabled Rsyslog (default by convention)
10823 --- UDP Unofficial Farming Simulator 2011
10891 TCP --- Unofficial Jungle Disk (this port is opened by the Jungle Disk Monitor service on the localhost)
10933 TCP --- Official Listen port used by the Octopus Deploy Tentacle deployment agent
11001 TCP UDP Official metasys ( Johnson Controls Metasys java AC control environment )
11111 TCP --- Unofficial RiCcI, Remote Configuration Interface (Redhat Linux)
11112 TCP UDP Official ACR/NEMA Digital Imaging and Communications in Medicine (DICOM)
11211 TCP UDP Unofficial memcached
11214 TCP UDP Unofficial memcached incoming SSL proxy
11215 TCP UDP Unofficial memcached internal outgoing SSL proxy
11235 --- --- Unofficial Savage: Battle for Newerth
11311 TCP UDP Unofficial Robot Operating System master
11371 TCP UDP Official OpenPGP HTTP key server
11753 TCP --- Unofficial OpenRCT2 multiplayer
12012 --- UDP Unofficial Audition Online Dance Battle, Korea Server-Status/Version Check
12013 TCP UDP Unofficial Audition Online Dance Battle, Korea Server
12035 --- UDP Unofficial Second Life, used for server UDP in-bound
12043 TCP --- Unofficial Second Life, used for LSL HTTPS in-bound
12046 TCP --- Unofficial Second Life, used for LSL HTTP in-bound
12201 TCP UDP Unofficial Graylog Extended Log Format (GELF)
12222 --- UDP Official Light Weight Access Point Protocol (LWAPP) LWAPP data (RFC 5412)
12223 --- UDP Official Light Weight Access Point Protocol (LWAPP) LWAPP control (RFC 5412)
12345 TCP UDP Unofficial Cube World
12345 TCP --- Unofficial Little Fighter 2
12345 --- --- Unofficial NetBus remote administration tool (often Trojan horse).
12443 TCP --- Unofficial IBM HMC web browser management access over HTTPS instead of default port 443
12489 TCP --- Unofficial NSClient/NSClient++/NC_Net (Nagios)
12975 TCP --- Unofficial LogMeIn Hamachi (VPN tunnel software; also port 32976)-used to connect to Mediation Server (bibi.hamachi.cc); will attempt to use SSL (TCP port 443) if both 12975 & 32976 fail to connect
13000-13050 --- UDP Unofficial Second Life, used for server UDP in-bound
13008 TCP UDP Unofficial CrossFire, a multiplayer online First Person Shooter
13075 TCP --- Official Default for BMC Software Control-M/Enterprise Manager Corba communication, though often changed during installation
13720 TCP UDP Official Symantec NetBackup-bprd (formerly VERITAS)
13721 TCP UDP Official Symantec NetBackup-bpdbm (formerly VERITAS)
13724 TCP UDP Official Symantec Network Utility-vnetd (formerly VERITAS)
13782 TCP UDP Official Symantec NetBackup-bpcd (formerly VERITAS)
13783 TCP UDP Official Symantec VOPIED protocol (formerly VERITAS)
13785 TCP UDP Official Symantec NetBackup Database-nbdb (formerly VERITAS)
13786 TCP UDP Official Symantec nomdb (formerly VERITAS)
14550 --- UDP Unofficial MAVLink
14567 --- UDP Unofficial Battlefield 1942 and mods
15000 TCP --- Unofficial psyBNC
15000 TCP --- Unofficial Wesnoth
15000 TCP --- Unofficial Kaspersky Network Agent
15441 ??? ??? Unofficial ZeroNet fileserver
15567 --- UDP Unofficial Battlefield Vietnam and mods
15345 TCP UDP Official XPilot Contact
15672 TCP --- Unofficial RabbitMQ management plugin
16000 TCP --- Unofficial Oracle WebCenter Content: Imaging (formerly known as Oracle Universal Content Management). Port though often changed during installation
16000 TCP --- Unofficial shroudBNC
16080 TCP --- Unofficial Mac OS X Server Web (HTTP) service with performance cache
16200 TCP --- Unofficial Oracle WebCenter Content: Content Server (formerly known as Oracle Universal Content Management). Port though often changed during installation
16225 TCP --- Unofficial Oracle WebCenter Content: Content Server Web UI. Port though often changed during installation
16250 TCP --- Unofficial Oracle WebCenter Content: Inbound Refinery (formerly known as Oracle Universal Content Management). Port though often changed during installation
16261 TCP UDP Unofficial Project Zomboid multiplayer. Additional sequential ports used for each player connecting to server.
16300 TCP --- Unofficial Oracle WebCenter Content: Records Management (formerly known as Oracle Universal Records Management). Port though often changed during installation
16384 --- UDP Unofficial CISCO Default RTP MIN
16384-16387 --- UDP Unofficial Real-time Transport Protocol (RTP), RTP Control Protocol (RTCP), used by Apple's iChat for audio and video
16384-16387 --- UDP Unofficial Real-time Transport Protocol (RTP), RTP Control Protocol (RTCP), used by Apple's FaceTime and Game Center
16393-16402 --- UDP Unofficial Real-time Transport Protocol (RTP), RTP Control Protocol (RTCP), used by Apple's FaceTime and Game Center
16403-16472 --- UDP Unofficial Real-time Transport Protocol (RTP), RTP Control Protocol (RTCP), used by Apple's Game Center
16400 TCP --- Unofficial Oracle WebCenter Content: Capture (formerly known as Oracle Document Capture). Port though often changed during installation
16482 --- --- Official CISCO Default RTP MAX
16567 --- UDP Unofficial Battlefield 2 and mods
17011 TCP --- Unofficial Worms multiplayer
17500 TCP UDP Official Dropbox LanSync Protocol (db-lsp); used to synchronize file catalogs between Dropbox clients on a local network.
18091 TCP UDP Unofficial memcached Internal REST HTTPS for SSL
18092 TCP UDP Unofficial memcached Internal CAPI HTTPS for SSL
18104 TCP --- Official RAD PDF Service
18200 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft Thailand Server status/version check
18201 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft Thailand Server
18206 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft Thailand Server FAM database
18300 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft SEA Server status/version check
18301 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft SEA Server
18306 TCP UDP Unofficial Audition Online Dance Battle, AsiaSoft SEA Server FAM database
18333 TCP --- Unofficial Bitcoin testnet
18400 TCP UDP Unofficial Audition Online Dance Battle, KAIZEN Brazil Server status/version check
18401 TCP UDP Unofficial Audition Online Dance Battle, KAIZEN Brazil Server
18505 TCP UDP Unofficial Audition Online Dance Battle R4p3 Server, Nexon Server status/version check
18506 TCP UDP Unofficial Audition Online Dance Battle, Nexon Server
18605 TCP UDP Unofficial X-BEAT status/version check
18606 TCP UDP Unofficial X-BEAT
19000 TCP UDP Unofficial Audition Online Dance Battle, G10/alaplaya Server status/version check
19000 --- UDP Unofficial JACK sound server
19001 TCP UDP Unofficial Audition Online Dance Battle, G10/alaplaya Server
19132 --- UDP Unofficial Minecraft: Pocket Edition multiplayer server
19150 TCP UDP Unofficial Gkrellm Server
19226 TCP --- Unofficial Panda Software AdminSecure Communication Agent
19283 TCP UDP Official K2-KeyAuditor & KeyServer, Sassafras Software Inc. Software Asset Management tools
19294 TCP --- Unofficial Google Talk Voice and Video connections
19295 --- UDP Unofficial Google Talk Voice and Video connections
19302 --- UDP Unofficial Google Talk Voice and Video connections
19315 TCP UDP Official KeyShadow for K2-KeyAuditor & KeyServer, Sassafras Software Inc. Software Asset Management tools
19812 TCP --- Official 4D database SQL Communication
19813 TCP UDP Official 4D database Client Server Communication
19814 TCP --- Official 4D database DB4D Communication
19999 --- --- Official Distributed Network Protocol-Secure (DNP-Secure), a secure version of the protocol used in SCADA systems between communicating RTU's and IED's
20000 --- --- Official Distributed Network Protocol (DNP), a protocol used in SCADA systems between communicating RTU's and IED's
20000 --- --- Unofficial Usermin, Web-based Unix/Linux user administration tool (default port)
20000 --- UDP Unofficial Used on VoIP networks for receiving and transmitting voice telephony traffic which includes Google Voice via the OBiTalk ATA devices as well as on the MagicJack and Vonage ATA network devices.
20560 TCP UDP Unofficial Killing Floor
20595 --- UDP Unofficial 0 A.D. Empires Ascendant
20808 --- UDP Unofficial Ableton Link
21025 TCP --- Unofficial Starbound Server (default), Starbound
22000 TCP --- Unofficial Syncthing (default)
22136 TCP --- Unofficial FLIR Systems Camera Resource Protocol
22222 TCP --- Unofficial Davis Instruments, WeatherLink IP
23073 --- --- Unofficial Soldat Dedicated Server
23399 --- --- Unofficial Skype default protocol
23513 ??? ??? Unofficial Duke Nukem 3D source ports
24441 TCP UDP Unofficial Pyzor spam detection network
24444 --- --- Unofficial NetBeans integrated development environment
24465 TCP UDP Official Tonido Directory Server for Tonido which is a Personal Web App and P2P platform
24554 TCP UDP Official BINKP, Fidonet mail transfers over TCP/IP
24800 --- --- Unofficial Synergy: keyboard/mouse sharing software
24842 --- --- Unofficial StepMania: Online: Dance Dance Revolution Simulator
25565 TCP --- Unofficial Minecraft multiplayer server
25565 --- UDP Unofficial Minecraft multiplayer server query
25575 --- UDP Unofficial Minecraft multiplayer server RCON
25826 --- UDP Unofficial collectd default port
26000 TCP UDP Official id Software's Quake server
26000 TCP --- Unofficial EVE Online
26000 --- UDP Unofficial Xonotic, an open source arena shooter
26900,26901 TCP --- Unofficial EVE Online
27000-27030 --- UDP Unofficial Steam, client
27000-27006 --- UDP Unofficial id Software's QuakeWorld master server
27000 TCP --- Unofficial PowerBuilder SySAM license server
27000,27001,27002,27003,27004,27005,27006,27007,27008,27009 TCP UDP Official FlexNet Publisher's License server (from the range of default ports)
27014-27050 TCP --- Unofficial Steam, file downloads
27015 --- UDP Unofficial GoldSrc and Source engine dedicated server port
27015 --- UDP Unofficial Unturned, multiplayer survival video game
27016 --- --- Unofficial Magicka server port
27017 TCP --- Unofficial MongoDB daemon process (mongod) and routing service (mongos)
27031-27036 --- UDP Unofficial Steam, In-Home Streaming (LAN only)
27374 --- --- Unofficial Sub7 default.
27500-27900 --- UDP Unofficial id Software's QuakeWorld
27888 --- UDP Unofficial Kaillera server
27901-27910 --- UDP Unofficial id Software's Quake II master server
27950 --- UDP Unofficial OpenArena outgoing
27960-27969 --- UDP Unofficial Activision's Enemy Territory and id Software's Quake III Arena, Quake III and Quake Live and some ioquake3 derived games, such as Urban Terror (OpenArena incoming)
28001 --- --- Unofficial Starsiege: Tribes
28015 --- UDP Unofficial Rust (video game)
28770-28771 --- UDP Unofficial AssaultCube Reloaded, a video game based upon a modification of AssaultCube
28785-28786 --- UDP Unofficial Cube 2: Sauerbraten
28852 TCP UDP Unofficial Killing Floor
28910 TCP UDP Unofficial Nintendo Wi-Fi Connection
28960 TCP UDP Unofficial Call of Duty; Call of Duty: United Offensive; Call of Duty 2; Call of Duty 4: Modern Warfare; Call of Duty: World at War (PC platform)
29000 ??? ??? Unofficial Perfect World, an adventure and fantasy MMORPG
29070 TCP UDP Unofficial Jedi Knight: Jedi Academy by Ravensoft
29900-29901 TCP UDP Unofficial Nintendo Wi-Fi Connection
29920 TCP UDP Unofficial Nintendo Wi-Fi Connection
30564 TCP --- Unofficial Multiplicity: keyboard/mouse/clipboard sharing software
31337 TCP --- Unofficial Back Orifice remote administration tool
31416 ??? ??? Unofficial BOINC RPC
31438 TCP --- Unofficial Rocket U2
31457 TCP --- Official TetriNET
32137 TCP UDP Unofficial Immunet Protect (UDP in version 2.0, TCP since version 3.0)
32400 TCP --- Official Plex Media Server
32764 TCP --- Unofficial A backdoor found on certain Linksys, Netgear and other wireless DSL modems/combination routers
32887 TCP --- Unofficial Ace of Spades, a multiplayer FPS video game
32976 TCP --- Unofficial LogMeIn Hamachi, a VPN application; also TCP port 12975 and SSL (TCP 443).
33434 TCP UDP Official traceroute
33848 --- UDP Unofficial Jenkins, a continuous integration (CI) tool
34000 --- UDP Unofficial Infestation: Survivor Stories (formerly known as The War Z), a multiplayer zombie video game
34197 --- UDP Unofficial Factorio, a multiplayer survival and factory-building game
35357 TCP --- Official OpenStack Identity (Keystone) administration
37008 --- UDP Unofficial TZSP intrusion detection
40000 TCP UDP Official SafetyNET p - a real-time Industrial Ethernet protocol
43110 TCP --- Unofficial ZeroNet web UI default port
43594-43595 ??? ??? Unofficial RuneScape
44405 TCP --- Unofficial Mu Online Connect Server
44818 TCP UDP Official EtherNet/IP explicit messaging
47001 TCP --- Official Windows Remote Management Service (WinRM)
47808 TCP UDP Official BACnet Building Automation and Control Networks (4780810 = BAC016)
49151 TCP UDP Official Reserved
49152-65535 TCP UDP Unofficial Certificate Management over CMS
60000-61000 TCP UDP Unofficial Range from which Mosh - a remote-terminal application similar to SSH (port: 22)- typically assigns ports for ongoing sessions between Mosh servers and Mosh clients
EndOfMessage
@nikallass
Copy link
Author

Get information about known ports. Search via port numbers, and search through descriptions.

@nikallass
Copy link
Author

port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment