· 6 years ago · Dec 31, 2019, 06:32 AM
1r 0/tcp # Reserved<BR>
2r 0/udp # Reserved<BR>
3tcpmux 1/tcp # TCP Port Service Multiplexer One of original portmappers. SGI/IRIX is still using it, thus scans for it are probable attempts to locate IRIX targets. A "HELP" request to it returns Irix host's service listings.
4tcpmux 1/udp # TCP Port Service Multiplexer One of original portmappers. SGI/IRIX is still using it, thus scans for it are probable attempts to locate IRIX targets. A "HELP" request to it returns Irix host's service listings.
5compressnet 2/tcp # Management Utility<BR>
6compressnet 2/udp # Management Utility<BR>
7compressnet 3/tcp # Compression Process<BR>
8compressnet 3/udp # Compression Process<BR>
9rje 5/tcp # Remote Job Entry<BR>
10rje 5/udp # Remote Job Entry<BR>
11echo 7/tcp # Echo<BR><br> Used to trouble-shoot remote TCP/IP stacks (telnet to remote echo port, then type ... all keystrokes will echo back if target stack is working thru app layer. <BR> <br> DOS Threat: Attackers use it to relay flooding data. If relayed to a network broadcast, entire subnet can flood. To a syslog-loghost, logs can flood. Returns it to whatever you forged as your source socket. Any data sent can flood, but looping data output ports (eg: chargen, time, daytime) create deadly streaming floods. <BR> <br> Disable on all hosts; enable only for brief trouble-shooting. <BR>
12echo 7/udp # Echo<BR><br> Used to trouble-shoot remote TCP/IP stacks (telnet to remote echo port, then type ... all keystrokes will echo back if target stack is working thru app layer. <BR> <br> DOS Threat: Attackers use it to relay flooding data. If relayed to a network broadcast, entire subnet can flood. To a syslog-loghost, logs can flood. Returns it to whatever you forged as your source socket. Any data sent can flood, but looping data output ports (eg: chargen, time, daytime) create deadly streaming floods. <BR> <br> Disable on all hosts; enable only for brief trouble-shooting. <BR>
13discard 9/tcp # Discard<BR><br> Port equiv to /dev/null. Reads pkts, then discards them. Allows knowledge the host is alive and processing pkts. Used while trouble-shooting local stack's transmit ability (telnet to discard on remote host, knowing all transmitted keystrokes will just be discarded ... no worry of corrupting host processes). <BR> <br> No threat, but block on hosts and perimeter network devices as general rule. <BR>
14discard 9/udp # Discard<BR><br> Port equiv to /dev/null. Reads pkts, then discards them. Allows knowledge the host is alive and processing pkts. Used while trouble-shooting local stack's transmit ability (telnet to discard on remote host, knowing all transmitted keystrokes will just be discarded ... no worry of corrupting host processes). <BR> <br> No threat, but block on hosts and perimeter network devices as general rule. <BR>
15systat 11/tcp # Active Users<BR><br> Provides very useful info to attackers (host's usernames, login times, origination hosts, etc.). <BR> <br> Disable this port on all hosts. <BR>
16systat 11/udp # Active Users<BR><br> Provides very useful info to attackers (host's usernames, login times, origination hosts, etc.). <BR> <br> Disable this port on all hosts. <BR>
17daytime 13/tcp # Daytime<BR><br> Returns the time of day in machine language; can return OS version. Provides host time, which can be useful in timing attacks. Also creates a DOS threat when its output is looped echo port (7). <BR> <br> Disable this port on all hosts. <BR>
18daytime 13/udp # Daytime<BR><br> Returns the time of day in machine language; can return OS version. Provides host time, which can be useful in timing attacks. Also creates a DOS threat when its output is looped echo port (7). <BR> <br> Disable this port on all hosts. <BR>
19netstat 15/tcp # Now Unassigned (was netstat)<BR><br> Netstat was similar to systat and is still active on some operating systems. Provides remote attackers info about the host and network (socket status, route tables, arp table, multicast group members, per- protocol stat's, interfaces status, etc.). <BR> <br> Disable this port on all hosts. <BR>
20netstat 15/udp # Now Unassigned (was netstat)<BR><br> Netstat was similar to systat and is still active on some operating systems. Provides remote attackers info about the host and network (socket status, route tables, arp table, multicast group members, per- protocol stat's, interfaces status, etc.). <BR> <br> Disable this port on all hosts. <BR>
21qotd 17/tcp # Quote of the Day (QOTD)<BR><br> Used to receive remote QOTDs. Used for social engineering attacks, where users receive fake instructions to verify passwords , etc. <BR> <br> Disable this port on all hosts. <BR>
22qotd 17/udp # Quote of the Day (QOTD)<BR><br> Used to receive remote QOTDs. Used for social engineering attacks, where users receive fake instructions to verify passwords , etc. <BR> <br> Disable this port on all hosts. <BR>
23msp 18/tcp # Message Send Protocol<BR>
24msp 18/udp # Message Send Protocol<BR>
25chargen 19/tcp # Character Generator<BR><br> Used to trouble-shoot TCP/IP stacks. Generates random characters at a high rate. <BR> <br> DOS Threat: Attackers will loop it to the echo port, creating a very effective host and subnet DOS. <BR> <br> Disable this port on all hosts, enable only for brief trouble-shooting tests.
26chargen 19/udp # Character Generator<BR><br> Used to trouble-shoot TCP/IP stacks. Generates random characters at a high rate. <BR> <br> DOS Threat: Attackers will loop it to the echo port, creating a very effective host and subnet DOS. <BR> <br> Disable this port on all hosts, enable only for brief trouble-shooting tests.
27ftp-data 20/tcp # Default FTP Data Transfer Port<BR><br> Is FTP service's default data transfer port; required inbound if internal users are allowed access to external FTP sites, yet open port poses a threat (hole for network mapping, etc). Modern firewalls solve this by keeping it closed until a valid FTP session exists, then only opening it between those hosts. <BR> <br> Control via a stateful-tracking firewall, do not simply open at perimeter. <BR>
28ftp-data 20/udp # Default FTP Data Transfer Port<BR><br> Is FTP service's default data transfer port; required inbound if internal users are allowed access to external FTP sites, yet open port poses a threat (hole for network mapping, etc). Modern firewalls solve this by keeping it closed until a valid FTP session exists, then only opening it between those hosts. <BR> <br> Control via a stateful-tracking firewall, do not simply open at perimeter. <BR>
29ftp-control 21/tcp # FTP Control Port<BR><br> Is FTP service control port. Firewall rules focus on this port, then open port 20 only when required for a data transfer. <BR> Security Concerns with FTP: <BR> - Cleartext, re-usable passwords <BR> - Portal for user account grinding <BR> - FTP Bounce, where attacker uses ftp's "port" command to redirect the FTP transfer to a port & IP other than default port 20 on the FTP server. Attacks can include "bouncing" internal network scans, email forging/flooding, etc. <BR> <br> CERT Advisories: CA-97.16, CA-99.13 <BR> <br> Disable port on non-FTP servers. <BR> <br> Open at perimeter only with static route to internal FTP server(s). <BR>
30ftp-control/ftp 21/udp # FTP Control Port<BR><br> Is FTP service control port. Firewall rules focus on this port, then open port 20 only when required for a data transfer. <BR> Security Concerns with FTP: <BR> - Cleartext, re-usable passwords <BR> - Portal for user account grinding <BR> - FTP Bounce, where attacker uses ftp's "port" command to redirect the FTP transfer to a port & IP other than default port 20 on the FTP server. Attacks can include "bouncing" internal network scans, email forging/flooding, etc. <BR> <br> CERT Advisories: CA-97.16, CA-99.13 <BR> <br> Disable port on non-FTP servers. <BR> <br> Open at perimeter only with static route to internal FTP server(s). <BR> , ftp<br><br>file transfer [control]<br>
31ssh 22/tcp # SSH Remote Login Protocol<BR>
32ssh/pcanywherestat 22/udp # SSH Remote Login Protocol<BR>, pcAnywhere Status<BR><br> Default udp status port for v2.0 thru v7.51, plus CE. Versions v8+ on use tcp 5631 & udp 5632. <BR>
33telnet 23/tcp # Telnet<BR><br> Standard for remote host admin. <BR> Security Concerns of Telnet: <BR> - Cleartext, re-usable passwords <BR> - Portal for user account grinding <BR> <br> CERT Advisories: CA-89.03, CA-95.14 <BR> <br> Replace with SSH on critical hosts. <BR>
34telnet 23/udp # Telnet<BR><br> Standard for remote host admin. <BR> Security Concerns of Telnet: <BR> - Cleartext, re-usable passwords <BR> - Portal for user account grinding <BR> <br> CERT Advisories: CA-89.03, CA-95.14 <BR> <br> Replace with SSH on critical hosts. <BR>
35smtp/smtp 25/tcp # Simple Mail Transfer<BR><br> Used by mail servers to receive inbound email. <BR> Security Concerns: Email servers are complex engines, often run as root, and required open at most network perimeters. Thus are popular for attackers and new DOS or intrusion hacks always being found. <BR> <br> Disable on non-mail server hosts. <BR> <br> Open at perimeter only with static route to internal mail server. <BR> , smtp<br><br>simple mail transfer<br>
36smtp 25/udp # smtp<br><br>simple mail transfer<br>
37nsw-fe 27/tcp # NSW User System FE<BR>
38nsw-fe 27/udp # NSW User System FE<BR>
39msg-icp 29/tcp # MSG ICP<BR>
40msg-icp 29/udp # MSG ICP<BR>
41msg-auth 31/tcp # MSG Authentication<BR>
42msg-auth 31/udp # MSG Authentication<BR>
43dsp 33/tcp # Display Support Protocol<BR>
44dsp 33/udp # Display Support Protocol<BR>
45printer-any/priv-print 35/tcp # Any Private Printer Server<BR>, priv-print<br><br>any private printer server<br>
46printer-any/priv-print 35/udp # Any Private Printer Server<BR>, priv-print<br><br>any private printer server<br>
47time 37/tcp # Time<BR><br> Provides remote timing stat's of internal processing events. <BR> Security Concerns: Gives remote attacker info on host's internal processing load. Can identify critical processing times, plus output can be looped to echo port (7) and create a DOS threat to the subnet. <BR> <br> Disable this port on all hosts. <BR>
48time 37/udp # Time<BR><br> Provides remote timing stat's of internal processing events. <BR> Security Concerns: Gives remote attacker info on host's internal processing load. Can identify critical processing times, plus output can be looped to echo port (7) and create a DOS threat to the subnet. <BR> <br> Disable this port on all hosts. <BR>
49rap 38/tcp # Route Access Protocol<BR>
50rap 38/udp # Route Access Protocol<BR>
51rlp 39/tcp # Resource Location Protocol<BR>
52rlp/rlp 39/udp # Resource Location Protocol<BR>, rlp<br><br>resource location, resource location protocol<br>
53graphics 41/tcp # Graphics<BR>
54graphics 41/udp # Graphics<BR>
55nameserver 42/tcp # Host Name Server<BR><br> Obsolete nameserver (originally DARPA's trivial name server, replaced by DNS). Is currently used by Microsoft hosts for WINS server for NetBIOS name resolves. May also be still found on some older Unix systems. <BR> <br> Disable on all non-MS-WINS hosts. <BR>
56nameserver/name 42/udp # Host Name Server<BR><br> Obsolete nameserver (originally DARPA's trivial name server, replaced by DNS). Is currently used by Microsoft hosts for WINS server for NetBIOS name resolves. May also be still found on some older Unix systems. <BR> <br> Disable on all non-MS-WINS hosts. <BR> , name<br><br>host name server<br>
57nicname 43/tcp # Whois<BR><br> Is the whois service, used to provide domain-level info. Sites today rarely run whois servers, is mostly just used now by Internic. Somewhat similar in function to "finger" and can suffer from same data-driven attacks. <BR> <br> Disable this port on all hosts. <BR>
58nicname/nicname 43/udp # Whois<BR><br> Is the whois service, used to provide domain-level info. Sites today rarely run whois servers, is mostly just used now by Internic. Somewhat similar in function to "finger" and can suffer from same data-driven attacks. <BR> <br> Disable this port on all hosts. <BR> , nicname<br><br>who is, nicname<br>
59mpm-flags 44/tcp # MPM FLAGS Protocol<BR>
60mpm-flags 44/udp # MPM FLAGS Protocol<BR>
61mpm 45/tcp # Message Processing Module [recv]<BR>
62mpm 45/udp # Message Processing Module [recv]<BR>
63mpm-snd 46/tcp # MPM [default send]<BR>
64mpm-snd 46/udp # MPM [default send]<BR>
65ni-ftp 47/tcp # NI FTP<BR>
66ni-ftp 47/udp # NI FTP<BR>
67auditd 48/tcp # Digital Audit Daemon<BR>
68auditd 48/udp # Digital Audit Daemon<BR>
69tacacs 49/tcp # Login Host Protocol (TACACS)<BR><br> Auth protocol for older terminal server logins. <BR> Security Concerns: Passwords are transmitted in cleartext <BR> <br> Previously known as bbn-login. <BR> <br> Disable this port on all hosts. <BR>
70tacacs 49/udp # Login Host Protocol (TACACS)<BR><br> Auth protocol for older terminal server logins. <BR> Security Concerns: Passwords are transmitted in cleartext <BR> <br> Previously known as bbn-login. <BR> <br> Disable this port on all hosts. <BR>
71re-mail-ck 50/tcp # Remote Mail Checking Protocol<BR>
72re-mail-ck 50/udp # Remote Mail Checking Protocol<BR>
73la-maint 51/tcp # IMP Logical Address Maintenance<BR>
74la-maint 51/udp # IMP Logical Address Maintenance<BR>
75xns-time 52/tcp # XNS Time Protocol<BR>
76xns-time 52/udp # XNS Time Protocol<BR>
77domain 53/tcp # Domain Name Server (DNS)<BR><br> DNS servers offer different services on TCP and UDP. TCP is used for "zone transfers" of full name record databases, while UDP is used for individual lookups. <BR> Security Concerns: <BR> - Zone Transfers give away entire network maps; high value to attackers <BR> - DNS (BIND) is a popular target, since DNS servers must exist, must be reachable, and exploits usually result DOS or root <BR> <br> Keep BIND version/patches current (refer to www.isca.org). <BR> <br> Use "split-DNS
78domain/domain 53/udp # Domain Name Server (DNS)<BR><br> DNS servers offer different services on TCP and UDP. TCP is used for "zone transfers" of full name record databases, while UDP is used for individual lookups. <BR> Security Concerns: <BR> - Zone Transfers give away entire network maps; high value to attackers <BR> - DNS (BIND) is a popular target, since DNS servers must exist, must be reachable, and exploits usually result DOS or root <BR> <br> Keep BIND version/patches current (refer to www.isca.org). <BR> <br> Use "split-DNS, domain<br><br>domain name server<br>
79xns-ch 54/tcp # XNS Clearinghouse<BR>
80xns-ch 54/udp # XNS Clearinghouse<BR>
81isi-gl 55/tcp # ISI Graphics Language<BR>
82isi-gl 55/udp # ISI Graphics Language<BR>
83xns-auth 56/tcp # XNS Authentication<BR>
84xns-auth 56/udp # XNS Authentication<BR>
85terminal-any 57/tcp # Any Private Terminal Access<BR>
86terminal-any/priv-term 57/udp # Any Private Terminal Access<BR>, priv-term<br><br>any private terminal access<br>
87xns-mail 58/tcp # XNS Mail<BR>
88xns-mail 58/udp # XNS Mail<BR>
89dialout-any/priv-file 59/tcp # Any Private File Service<BR>, priv-file<br><br>any private file service<br>
90dialout-any/priv-file 59/udp # Any Private File Service<BR>, priv-file<br><br>any private file service<br>
91ni-mail 61/tcp # NI MAIL<BR>
92ni-mail 61/udp # NI MAIL<BR>
93acas 62/tcp # ACA Services<BR>
94acas 62/udp # ACA Services<BR>
95whois++ 63/tcp # whois++<BR>
96whois++ 63/udp # whois++<BR>
97covia 64/tcp # Communications Integrator (CI)<BR>
98covia 64/udp # Communications Integrator (CI)<BR>
99tacacs-ds 65/tcp # TACACS-Database Service<BR>
100tacacs-ds 65/udp # TACACS-Database Service<BR>
101sql--net/sql*net 66/tcp # Oracle SQL<br>NET<BR><br> Used for Oracle DB access. <BR> Security Concerns: Auth scheme can be either Oracle or Unix username & password combo, but both passed cleartext by default. <BR> <br> Oracle's security options: <BR> - Can encrypt the re-usable password <BR> - Can upgrade to one-time-passwords <BR> - Can enable VPN for remote access <BR> <br> Block this port at network's perimeter; use only VPN-encrypted data transfers across perimeter. <BR> , sql*net<br><br>oracle sql*net<br>
102sql*net 66/udp # sql*net<br><br>oracle sql*net<br>
103bootps 67/tcp # Bootstrap Protocol Server<BR><br> Listening port on bootp & DHCP servers. Clients broadcast to it for boot or network parameters. <BR> Security Concern: Can probe NIS domain name, plus a valued DOS target. <BR>
104bootps/bootps 67/udp # Bootstrap Protocol Server<BR><br> Listening port on bootp & DHCP servers. Clients broadcast to it for boot or network parameters. <BR> Security Concern: Can probe NIS domain name, plus a valued DOS target. <BR> , bootps<br><br>bootp/dhcp server, bootstrap protocol server<br>
105bootpc 68/tcp # Bootstrap Protocol Client<BR><br> Listening port on bootp & DHCP clients. Servers respond to it with boot or network parameters. <BR>
106bootpc/bootpc 68/udp # Bootstrap Protocol Client<BR><br> Listening port on bootp & DHCP clients. Servers respond to it with boot or network parameters. <BR> , bootpc<br><br>bootp/dhcp client, bootstrap protocol client<br>
107tftp 69/tcp # Trivial File Transfer<BR><br> Non-auth ftp service, used primarily by diskless clients to pull boot files. <BR> Security Concerns: Remote attackers can download server files without auth. Can extend to sensitive files (eg: passwd file) if server is poorly configured. Since file transfer is cleartext, all boot info passed to clients is vulnerable. For routers, this can include passwords. <BR> <br> Disable on host unless TFTP server. <BR>
108tftp/tftp 69/udp # Trivial File Transfer<BR><br> Non-auth ftp service, used primarily by diskless clients to pull boot files. <BR> Security Concerns: Remote attackers can download server files without auth. Can extend to sensitive files (eg: passwd file) if server is poorly configured. Since file transfer is cleartext, all boot info passed to clients is vulnerable. For routers, this can include passwords. <BR> <br> Disable on host unless TFTP server. <BR> , tftp<br><br>trivial file transfer, trivial file transfer protocol<br>
109gopher 70/tcp # <br> Older search engine server. Used little today, but still installed with MS's IIS.<BR><br> Disable on host unless TFTP server. <BR>
110gopher 70/udp # <br> Older search engine server. Used little today, but still installed with MS's IIS.<BR><br> Disable on host unless TFTP server. <BR>
111netrjs-1 71/tcp # Remote Job Service<BR>
112netrjs-1 71/udp # Remote Job Service<BR>
113netrjs-2 72/tcp # Remote Job Service<BR>
114netrjs-2 72/udp # Remote Job Service<BR>
115netrjs-3 73/tcp # Remote Job Service<BR>
116netrjs-3 73/udp # Remote Job Service<BR>
117netrjs-4 74/tcp # Remote Job Service<BR>
118netrjs-4 74/udp # Remote Job Service<BR>
119deos 76/tcp # Distributed External Object Store<BR>
120deos 76/udp # Distributed External Object Store<BR>
121rje-service-any 77/tcp # Any Private RJE Service<BR>
122rje-service-any/priv-rje 77/udp # Any Private RJE Service<BR>, priv-rje<br><br>any private rje service, netjrs<br>
123vettcp 78/tcp # vettcp<BR>
124vettcp 78/udp # vettcp<BR>
125finger 79/tcp # Finger<BR><br> <BR> Security Concerns: <BR> - Provides key host info to attacker <BR> - Fingered host can be DOS'd if hit with a recursive finger script till its memory and swap space fill. <BR> - Fingering clients can be DOS'd if they finger a maliciously configured host (returns data overload, causing client to beep continually, etc.). <BR> - If fingering clients allow programmable keys, a maliciously configured host can return a finger response that maps a key to "rm -rf /<br>". <BR> <br> Disable on all host unless finger service is stubbed to only provide scripted data response (eg: system admin contact info, etc.). <BR>
126finger 79/udp # Finger<BR><br> <BR> Security Concerns: <BR> - Provides key host info to attacker <BR> - Fingered host can be DOS'd if hit with a recursive finger script till its memory and swap space fill. <BR> - Fingering clients can be DOS'd if they finger a maliciously configured host (returns data overload, causing client to beep continually, etc.). <BR> - If fingering clients allow programmable keys, a maliciously configured host can return a finger response that maps a key to "rm -rf /<br>". <BR> <br> Disable on all host unless finger service is stubbed to only provide scripted data response (eg: system admin contact info, etc.). <BR>
127http 80/tcp # 'HTTP Standard web server port. '
128http 80/udp # http<br><br>hypertext transfer protocol, world wide web http<br>
129SIPS 5061/tcp # SIP over TLS/SSL
130 /udp #
131hosts2-ns 81/tcp # HOSTS2 Name Server<BR>
132hosts2-ns 81/udp # HOSTS2 Name Server<BR>
133xfer 82/tcp # XFER Utility<BR>
134xfer 82/udp # XFER Utility<BR>
135mit-ml-dev 83/tcp # MIT ML Device<BR>
136mit-ml-dev 83/udp # MIT ML Device<BR>
137ctf 84/tcp # Common Trace Facility<BR>
138ctf 84/udp # Common Trace Facility<BR>
139mit-ml-dev 85/tcp # MIT ML Device<BR>
140mit-ml-dev 85/udp # MIT ML Device<BR>
141mfcobol 86/tcp # Micro Focus Cobol<BR>
142mfcobol 86/udp # Micro Focus Cobol<BR>
143link/link 87/tcp # Any Private Terminal Link<BR><br> Popular attack target. Consider any connection attempts to it as an attack signature. <BR> , link<br><br>any private terminal link, ttylink<br>
144link 87/udp # Any Private Terminal Link<BR><br> Popular attack target. Consider any connection attempts to it as an attack signature. <BR>
145kerberos 88/tcp # Kerberos<BR>
146kerberos/kerberos 88/udp # Kerberos<BR>, kerberos<br><br>kerberos (v5), krb5 <br>
147su-mit-tg 89/tcp # SU/MIT Telnet Gateway<BR>
148su-mit-tg 89/udp # SU/MIT Telnet Gateway<BR>
149dnsix/pointcast 90/tcp # DNSIX Securit Attribute Token Map<BR>, PointCast<BR>
150dnsix/pointcast 90/udp # DNSIX Securit Attribute Token Map<BR>, PointCast<BR>
151mit-dov 91/tcp # MIT Dover Spooler<BR>
152mit-dov 91/udp # MIT Dover Spooler<BR>
153npp 92/tcp # Network Printing Protocol<BR>
154npp 92/udp # Network Printing Protocol<BR>
155dcp 93/tcp # Device Control Protocol<BR>
156dcp 93/udp # Device Control Protocol<BR>
157objcall 94/tcp # Tivoli Object Dispatcher<BR>
158objcall 94/udp # Tivoli Object Dispatcher<BR>
159supdup 95/tcp # SUPDUP<BR><br> Somewhat similar to telnet, designed for remote job entry. Is rarely used anymore, but remains a popular intruder target. Consider any connection attempts to it as an attack signature. <BR>
160supdup/supdup 95/udp # SUPDUP<BR><br> Somewhat similar to telnet, designed for remote job entry. Is rarely used anymore, but remains a popular intruder target. Consider any connection attempts to it as an attack signature. <BR> , supdup<br><br>supdup<br>
161dixie 96/tcp # DIXIE Protocol Specification<BR>
162dixie 96/udp # DIXIE Protocol Specification<BR>
163swift-rvf 97/tcp # Swift Remote Virtural File Protocol<BR>
164swift-rvf 97/udp # Swift Remote Virtural File Protocol<BR>
165tacnews/linux-conf 98/tcp # TAC News<BR>, Linux Console Manager<BR>
166tacnews/tacnews 98/udp # TAC News<BR>, tacnews<br><br>tac news<br>
167metagram 99/tcp # Metagram Relay<BR>
168metagram 99/udp # Metagram Relay<BR>
169newacct 100/tcp #
170 /udp #
171hostname 101/tcp # NIC Host Name Server<BR>
172hostname/hostname 101/udp # NIC Host Name Server<BR>, hostname<br><br>nic host name server, hostnames nic host name server<br>
173iso-tsap/X.500 102/tcp # ISO-TSAP Class 0<BR>, X.500 Directory Service<BR><br> Used to distribute user names, user info, and public keys. <BR> Security Concerns: Depending on vendor implementation, probes can reveal valuable user info for follow-on attacks. On poorly configured servers, attackers can replace public keys for data capture or DOS purpose. <BR>
174iso-tsap/iso-tsap 102/udp # ISO-TSAP Class 0<BR>, iso-tsap<br><br>tsap iso-tsap class 0, iso-tsap class 0<br>
175X.400/gppitnp 103/tcp # X.400 Mail Messaging<BR><br> Both ports are used with X.400 Email std., but not widely used. No known vul's, but would similar to data-driven attacks common to smtp, plus poss. direct attacks such as with sendmail. <BR> <br> Always static route inbound mail to a protected, hardened email server. <BR> , Genesis Point-to-Point Trans Net<BR>
176gppitnp/gppitnp 103/udp # Genesis Point-to-Point Trans Net<BR>, gppitnp<br><br>genesis point-to-point trans net<br>
177acr-nema 104/tcp # ACR-NEMA Digital Imag. & Comm. 300<BR>
178acr-nema 104/udp # ACR-NEMA Digital Imag. & Comm. 300<BR>
179csnet-ns/cso 105/tcp # Mailbox Name Nameserver<BR>, CCSO name server protocol<BR>
180csnet-ns/cso/cso 105/udp # Mailbox Name Nameserver<BR>, CCSO name server protocol<BR>, cso<br><br>ccso name server protocol, mailbox name nameserver<br>
1813com-tsmux/poppassd 106/tcp # 3COM-TSMUX<BR>, POP poppassd
1823com-tsmux 106/udp # 3COM-TSMUX<BR>
183rtelnet 107/tcp # Remote Telnet Service<BR>
184rtelnet/rtelnet 107/udp # Remote Telnet Service<BR>, rtelnet<br><br>remote telnet service<br>
185snagas 108/tcp # SNA Gateway Access Server<BR>
186snagas 108/udp # SNA Gateway Access Server<BR>
187pop2 109/tcp # Post Office Protocol - Version 2<BR><br> Older POP email protocol. Replaced by POP3 (110). <BR>
188pop2/pop2 109/udp # Post Office Protocol - Version 2<BR><br> Older POP email protocol. Replaced by POP3 (110). <BR> , pop2<br><br>postoffice v.2, post office protocol - version 2<br>
189pop3 110/tcp # Post Office Protocol - Version 3<BR><br> Most widely used client email protocol. Used by mail clients to collect mail off server. <BR> Security Concerns: <BR> - Re-usable cleartext password <BR> - No auditing of connections & attempts, thus subject to grinding <BR> - Some POP3 server versions have had buffer overflow problems <BR> <br> CERT Advisories: CA-97.09 <BR>
190pop3/pop3 110/udp # Post Office Protocol - Version 3<BR><br> Most widely used client email protocol. Used by mail clients to collect mail off server. <BR> Security Concerns: <BR> - Re-usable cleartext password <BR> - No auditing of connections & attempts, thus subject to grinding <BR> - Some POP3 server versions have had buffer overflow problems <BR> <br> CERT Advisories: CA-97.09 <BR> , pop3<br><br>postoffice v.3, post office protocol - version 3<br>
191sunrpc 111/tcp # Sun's RPC Portmapper<BR><br> Used to map non-registered rpc service ports on most Unix systems (Irix uses port 1). <BR> Security Concerns: <BR> - Provides rpc port map w/o auth <BR> - Has no filtering or logging <BR> - Attacker rpcinfo probes quickly find your Unix hosts <BR> - Solaris hosts open a second port above 32770. Attackers will scan for and use it, knowing net devices won't watch & log this like 111 traffic. <BR> <br> Enhance your portmapper to get ACL filtering and logging: <BR> - BSD: Install "portmap wrapper" <BR> - System V & Solaris: Install Venema's "rpcbind replacement" <BR> <br> Both require libwrap.a from a compiled TCP Wrapper program. <BR> <br> Shut down portmapper on any hosts not requiring rpc's. <BR> <br> Ensure blocked at all net perimeters <BR>
192sunrpc/sunrpc 111/udp # Sun's RPC Portmapper<BR><br> Used to map non-registered rpc service ports on most Unix systems (Irix uses port 1). <BR> Security Concerns: <BR> - Provides rpc port map w/o auth <BR> - Has no filtering or logging <BR> - Attacker rpcinfo probes quickly find your Unix hosts <BR> - Solaris hosts open a second port above 32770. Attackers will scan for and use it, knowing net devices won't watch & log this like 111 traffic. <BR> <br> Enhance your portmapper to get ACL filtering and logging: <BR> - BSD: Install "portmap wrapper" <BR> - System V & Solaris: Install Venema's "rpcbind replacement" <BR> <br> Both require libwrap.a from a compiled TCP Wrapper program. <BR> <br> Shut down portmapper on any hosts not requiring rpc's. <BR> <br> Ensure blocked at all net perimeters <BR> , sunrpc<br><br>portmapper, rpcbind, sun remote procedure call<br>
193mcidas 112/tcp # McIDAS Data Transmission Protocol<BR>
194mcidas 112/udp # McIDAS Data Transmission Protocol<BR>
195ident/auth 113/tcp # Ident<BR><br> Some versions vulnerable to root-level intrusion! Check! <BR> , Authentication Service<BR><br> Used by hosts to acquire info on users engaged in connections (eg: it sends socket info to remote hosts, who then passes back user info - generally data from the /etc/passwd file). Can be used to probe remote passwd file for usernames. <BR> <br> Allows you to see what account is running a particular service (eg: ident of a service can tell you if its run by root, etc.). <BR>
196auth/auth 113/udp # Authentication Service<BR><br> Used by hosts to acquire info on users engaged in connections (eg: it sends socket info to remote hosts, who then passes back user info - generally data from the /etc/passwd file). Can be used to probe remote passwd file for usernames. <BR> <br> Allows you to see what account is running a particular service (eg: ident of a service can tell you if its run by root, etc.). <BR> , auth<br><br>authentication service, ident, tap, authentication service<br>
197audionews 114/tcp # Audio News Multicast<BR>
198audionews 114/udp # Audio News Multicast<BR>
199sftp 115/tcp # Simple File Transfer Protocol<BR><br>Not<br> Secure FTP (ftps), which operates on ports 990 &989. <BR>
200sftp 115/udp # Simple File Transfer Protocol<BR><br>Not<br> Secure FTP (ftps), which operates on ports 990 &989. <BR>
201ansanotify 116/tcp # ANSA REX Notify<BR>
202ansanotify 116/udp # ANSA REX Notify<BR>
203uucp-path 117/tcp # UUCP Path Service<BR>
204uucp-path 117/udp # UUCP Path Service<BR>
205sqlserv 118/tcp # SQL Services<BR>
206sqlserv 118/udp # SQL Services<BR>
207nntp 119/tcp # Network News Transfer Protocol<BR><br> Usenet server feeds (uucp can be used for this too). <BR> <br> If used, config nntp server with ACL to control client access. <BR> <br> If config'd to allow non-admins to create new newsgroups, host is vulnerable to command meta-character attacks (eg: ";"). <BR> <br> nntp messages are simple ascii -- susceptable to capture, modification, & forgery. <BR> <br> If an nntp server is not hosted at site, ensure it is blocked at firewall. If a server exists and firewall hole is required, proxy server in the DMZ and disable the automated group creation feature. Note that nntp servers can be established in a split-server mode similar to DNS. <BR> <br> For outbound nntp to external nntp servers (eg: Internet Usenet), primary threat is download and execution of malicious code. <BR>
208nntp/nntp 119/udp # Network News Transfer Protocol<BR><br> Usenet server feeds (uucp can be used for this too). <BR> <br> If used, config nntp server with ACL to control client access. <BR> <br> If config'd to allow non-admins to create new newsgroups, host is vulnerable to command meta-character attacks (eg: ";"). <BR> <br> nntp messages are simple ascii -- susceptable to capture, modification, & forgery. <BR> <br> If an nntp server is not hosted at site, ensure it is blocked at firewall. If a server exists and firewall hole is required, proxy server in the DMZ and disable the automated group creation feature. Note that nntp servers can be established in a split-server mode similar to DNS. <BR> <br> For outbound nntp to external nntp servers (eg: Internet Usenet), primary threat is download and execution of malicious code. <BR> , nntp<br><br>network news transfer protocol<br>
209cfdptkt 120/tcp # CFDPTKT<BR>
210cfdptkt 120/udp # CFDPTKT<BR>
211erpc 121/tcp # Encore Expedited Remote Pro.Call<BR>
212erpc 121/udp # Encore Expedited Remote Pro.Call<BR>
213smakynet 122/tcp # SMAKYNET<BR>
214smakynet 122/udp # SMAKYNET<BR>
215ntp 123/tcp # Network Time Protocol<BR><br> Provides time synch between computers and network systems. Assists in database mgmt, auth schemes, and audit/logging accuracy. <BR> Security Concerns: It provides both info and an avenue of attack for intruders. Info gathered can include: system uptime, time since reset, time server pkt, I/O, & memory statistics, and ntp peer list. Further, if a host is susceptible to time altering via ntp, an attacker can: <BR> 1) Run replay attacks, using captured OTP and Kerberos tickets before they expire. <BR> 2) Stop security-related cron jobs from running or cause them to run at incorrect times. <BR> 3) Make system and audit logs unreliable, since time is alterable. <BR>
216ntp 123/udp # Network Time Protocol<BR><br> Provides time synch between computers and network systems. Assists in database mgmt, auth schemes, and audit/logging accuracy. <BR> Security Concerns: It provides both info and an avenue of attack for intruders. Info gathered can include: system uptime, time since reset, time server pkt, I/O, & memory statistics, and ntp peer list. Further, if a host is susceptible to time altering via ntp, an attacker can: <BR> 1) Run replay attacks, using captured OTP and Kerberos tickets before they expire. <BR> 2) Stop security-related cron jobs from running or cause them to run at incorrect times. <BR> 3) Make system and audit logs unreliable, since time is alterable. <BR>
217ansatrader 124/tcp # ANSA REX Trader<BR>
218ansatrader 124/udp # ANSA REX Trader<BR>
219locus-map 125/tcp # Locus PC-Interface Net Map Server<BR>
220locus-map 125/udp # Locus PC-Interface Net Map Server<BR>
221nxedit/unitary 126/tcp # NXEdit<BR>, Unisys Unitary Login<BR>
222nxedit/unitary 126/udp # NXEdit<BR>, Unisys Unitary Login<BR>
223locus-con 127/tcp # Locus PC-Interface Conn Server<BR>
224locus-con 127/udp # Locus PC-Interface Conn Server<BR>
225gss-xlicen 128/tcp # GSS X License Verification<BR>
226gss-xlicen 128/udp # GSS X License Verification<BR>
227pwdgen 129/tcp # Password Generator Protocol<BR>
228pwdgen 129/udp # Password Generator Protocol<BR>
229cisco-fna 130/tcp # cisco FNATIVE<BR>
230cisco-fna 130/udp # cisco FNATIVE<BR>
231cisco-tna 131/tcp # cisco TNATIVE<BR>
232cisco-tna 131/udp # cisco TNATIVE<BR>
233cisco-sys 132/tcp # cisco SYSMAINT<BR>
234cisco-sys 132/udp # cisco SYSMAINT<BR>
235statsrv 133/tcp # Statistics Service<BR>
236statsrv 133/udp # Statistics Service<BR>
237ingres-net 134/tcp # INGRES-NET Service<BR>
238ingres-net 134/udp # INGRES-NET Service<BR>
239loc-srv/epmap 135/tcp # Location Service<BR><br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). TCP 135 is used for authentication, MS's DHCP Mgr, DNS admin, WINS Mgr, Exchange admin, MS RPCs, and most MS client/server apps. <br>Security Concerns: Key target in auth & DOS attacks. Block at all perimeters; NIC-filter on public-exposed MS hosts., DCE endpoint resolution<br> Common on Unix hosts for certain x-displays, remote perfmon, etc.<BR>
240loc-srv/epmap/epmap 135/udp # Location Service<BR><br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). TCP 135 is used for authentication, MS's DHCP Mgr, DNS admin, WINS Mgr, Exchange admin, MS RPCs, and most MS client/server apps. <br>Security Concerns: Key target in auth & DOS attacks. Block at all perimeters; NIC-filter on public-exposed MS hosts., DCE endpoint resolution<br> Common on Unix hosts for certain x-displays, remote perfmon, etc.<BR> , epmap<br><br>dce endpoint resolution, location service<br>
241profile 136/tcp # PROFILE Naming System<BR>
242profile 136/udp # PROFILE Naming System<BR>
243netbios-ns 137/tcp # netbios-ns<br><br>netbios name service<br>
244netbios-ns/netbios-ns 137/udp # NETBIOS Name Service<BR><br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). UDP 137 is used for browsing, logon sequence, pass-thru validations, printing support, trust support, WinNT Secure Channel, and WINS registration.<br>Security Concerns: Key target in auth & DOS attacks. Block at all perimeters; NIC-filter on public-exposed MS hosts., netbios-ns<br><br>netbios name service<br>
245netbios-dgm 138/tcp # NETBIOS Datagram Service<BR><br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). UDP 137 is used for browsing, directory replication, logon sequence, netlogon, pass-thru validation, printing support, trusts, and WinNT Secure Channel.<BR> Security Concerns: Key target in auth & DOS attacks. Block at all perimeters; NIC-filter on public-exposed MS hosts.
246netbios-dgm 138/udp # NETBIOS Datagram Service<BR><br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). UDP 137 is used for browsing, directory replication, logon sequence, netlogon, pass-thru validation, printing support, trusts, and WinNT Secure Channel.<BR> Security Concerns: Key target in auth & DOS attacks. Block at all perimeters; NIC-filter on public-exposed MS hosts.
247netbios-ssn/netbios-ssn 139/tcp # <br> A principle rqmt for NetBIOS services on MS hosts (Win9x/ME/NT/Win2000). TCP 139 is used for directory replication, event viewer, file sharing, logon sequence, pass-thru validation, performance monitoring, printing, registry editor, server manager, trusts, user manager, WinNT Diagnostics, and WinNT Secure Channel.<br>Security Concerns: Key target in auth & DOS attacks, plus sniffer capture of sensitive data transfers. Block at all perimeters; NIC-filter on public-exposed MS hosts., netbios-ssn<br><br>netbios session service<br>
248netbios-ssn 139/udp # netbios-ssn<br><br>netbios session service<br>
249emfis-data 140/tcp # EMFIS Data Service<BR>
250emfis-data 140/udp # EMFIS Data Service<BR>
251emfis-cntl 141/tcp # EMFIS Control Service<BR>
252emfis-cntl 141/udp # EMFIS Control Service<BR>
253bl-idm 142/tcp # Britton-Lee IDM<BR>
254bl-idm 142/udp # Britton-Lee IDM<BR>
255imap2 143/tcp # Internet Message Access Protocol v2<BR><br> Widely used client email protocol. Used by mail clients to collect mail off server. A superset of POP3, with enhancements. <BR> Security Concerns: <BR> - Re-usable cleartext password <BR> - No auditing of connections/attempts, thus subject to grinding <BR> - Some IMAP server versions have buffer overflow problems <BR> <br> CERT Advisories: CA-98.09, CA-97.09. <BR> <br> IMAP v3 uses port 220. <BR>
256imap2/imap 143/udp # Internet Message Access Protocol v2<BR><br> Widely used client email protocol. Used by mail clients to collect mail off server. A superset of POP3, with enhancements. <BR> Security Concerns: <BR> - Re-usable cleartext password <BR> - No auditing of connections/attempts, thus subject to grinding <BR> - Some IMAP server versions have buffer overflow problems <BR> <br> CERT Advisories: CA-98.09, CA-97.09. <BR> <br> IMAP v3 uses port 220. <BR> , imap<br><br>internet message access protocol, internet message access proto, interim mail access protocol v2<br>
257news/uma 144/tcp # NeWS<BR><br> Obsolete windowing system; has known vulnerabilities. Should be no reason to be enabled on any host or network perimeter. <BR> , Universal Management Architecture<BR>
258news/uma 144/udp # NeWS<BR><br> Obsolete windowing system; has known vulnerabilities. Should be no reason to be enabled on any host or network perimeter. <BR> , Universal Management Architecture<BR>
259uaac 145/tcp # UAAC Protocol<BR>
260uaac 145/udp # UAAC Protocol<BR>
261iso-tp0 146/tcp # ISO-IP0<BR>
262iso-tp0 146/udp # ISO-IP0<BR>
263iso-ip 147/tcp # ISO-IP<BR>
264iso-ip 147/udp # ISO-IP<BR>
265cronus/jargon 148/tcp # CRONUS-SUPPORT<BR>, Jargon<BR>
266cronus/jargon 148/udp # CRONUS-SUPPORT<BR>, Jargon<BR>
267aed-512 149/tcp # AED 512 Emulation Service<BR>
268aed-512 149/udp # AED 512 Emulation Service<BR>
269sql-net 150/tcp # SQL-NET<BR>
270sql-net 150/udp # SQL-NET<BR>
271hems 151/tcp # HEMS<BR>
272hems 151/udp # HEMS<BR>
273bftp 152/tcp # Background File Transfer Program<BR>
274bftp/bftp 152/udp # Background File Transfer Program<BR>, bftp<br><br>background file transfer program<br>
275sgmp 153/tcp # SGMP<BR>
276sgmp 153/udp # SGMP<BR>
277netsc-prod 154/tcp # NETSC<BR>
278netsc-prod 154/udp # NETSC<BR>
279netsc-dev 155/tcp # NETSC<BR>
280netsc-dev 155/udp # NETSC<BR>
281sqlsrv 156/tcp # SQL Service<BR>
282sqlsrv 156/udp # SQL Service<BR>
283knet-cmp 157/tcp # KNET/VM Command/Message Protocol<BR>
284knet-cmp 157/udp # KNET/VM Command/Message Protocol<BR>
285pcmail-srv 158/tcp # PCMail Server<BR>
286pcmail-srv 158/udp # PCMail Server<BR>
287nss-routing 159/tcp # NSS-Routing<BR>
288nss-routing 159/udp # NSS-Routing<BR>
289sgmp-traps 160/tcp # SGMP-Traps<BR>
290sgmp-traps 160/udp # SGMP-Traps<BR>
291 /tcp #
292snmp 161/udp # SNMP Agent<BR><br> Used to connect with and configure or request data from a running snmp agent on a network host. <BR> Security Concerns: Many! <BR> - Default community strings: "public" <BR> - Cleartext data exchanges (inluding auth with string) <BR> - Not hard to trick agent into revealing its string & manager IP <BR> - To access agent's data or reconfig it, only need string and source IP of snmp manager (then spoof manager) <BR> <br> Snmp v2 has better security, but is not incorporated into many products. <BR> <br> Snmp v3 is being fielded, thus will slowly take over. <BR>
293 /tcp #
294snmptrap 162/udp # SNMPTrap<BR><br> Used for agent alerts to snmp manager. Data is cleartext and sniffable. Manager is susceptible to forged alert floods. <BR>
295cmip-man 163/tcp # CMIP/TCP Manager<BR>
296cmip-man/cmip-man 163/udp # CMIP/TCP Manager<BR>, cmip-man<br><br>cmip/tcp manager<br>
297cmip-agent 164/tcp # CMIP/TCP Agent<BR>
298cmip-agent/smip-agent 164/udp # CMIP/TCP Agent<BR>, smip-agent<br><br>cmip/tcp agent<br>
299xns-courier 165/tcp # Xerox<BR>
300xns-courier 165/udp # Xerox<BR>
301s-net 166/tcp # Sirius Systems<BR>
302s-net 166/udp # Sirius Systems<BR>
303namp 167/tcp # NAMP<BR>
304namp 167/udp # NAMP<BR>
305rsvd 168/tcp # RSVD<BR>
306rsvd 168/udp # RSVD<BR>
307send 169/tcp # SEND<BR>
308send 169/udp # SEND<BR>
309print-srv 170/tcp # Network PostScript<BR>
310print-srv 170/udp # Network PostScript<BR>
311multiplex 171/tcp # Network Innovations Multiplex<BR>
312multiplex 171/udp # Network Innovations Multiplex<BR>
313cl/1 172/tcp # Network Innovations CL/1<BR>
314cl/1 172/udp # Network Innovations CL/1<BR>
315xyplex-mux 173/tcp # Xyplex<BR>
316xyplex-mux 173/udp # Xyplex<BR>
317mailq 174/tcp # MAILQ<BR>
318mailq/mailq 174/udp # MAILQ<BR>, mailq<br><br>mailq<br>
319vmnet 175/tcp # VMNET<BR>
320vmnet 175/udp # VMNET<BR>
321genrad-mux 176/tcp # GENRAD-MUX<BR>
322genrad-mux 176/udp # GENRAD-MUX<BR>
323xdmcp 177/tcp # X Display Manager Control (X11 Logon)<BR><br> Used by X-Display Manager for logins. Localhost's CDE needs xdmcp open, it accesses the xdmcp daemon via tcp connection call to itself. <BR> Security Concerns: Vulnerable to sniffing, spoofing, and session hijacking. If needed open to support localhost CDE, wrap it! <BR>
324xdmcp/xdmcp 177/udp # X Display Manager Control (X11 Logon)<BR><br> Used by X-Display Manager for logins. Localhost's CDE needs xdmcp open, it accesses the xdmcp daemon via tcp connection call to itself. <BR> Security Concerns: Vulnerable to sniffing, spoofing, and session hijacking. If needed open to support localhost CDE, wrap it! <BR> , xdmcp<br><br>x display manager control protocol<br>
325nextstep 178/tcp # NextStep Window Server<BR><br> Auth protocol used by the NEXTSTEP Windows Server, of which few remain in existence. It is unlikely to be required on the network and should be blocked. <BR>
326nextstep/nextstep 178/udp # NextStep Window Server<BR><br> Auth protocol used by the NEXTSTEP Windows Server, of which few remain in existence. It is unlikely to be required on the network and should be blocked. <BR> , nextstep<br><br>nextstep window server, server<br>
327bgp 179/tcp # Border Gateway Protocol<BR><br> One of the several route protocols in use. <BR>
328bgp/bgp 179/udp # Border Gateway Protocol<BR><br> One of the several route protocols in use. <BR> , bgp<br><br>border gateway protocol<br>
329ris 180/tcp # Intergraph<BR>
330ris 180/udp # Intergraph<BR>
331unify 181/tcp # Unify<BR>
332unify 181/udp # Unify<BR>
333audit 182/tcp # Unisys Audit SITP<BR>
334audit 182/udp # Unisys Audit SITP<BR>
335ocbinder 183/tcp # OCBinder<BR>
336ocbinder 183/udp # OCBinder<BR>
337ocserver 184/tcp # OCServer<BR>
338ocserver 184/udp # OCServer<BR>
339remote-kis 185/tcp # Remote-KIS<BR>
340remote-kis 185/udp # Remote-KIS<BR>
341kis 186/tcp # KIS Protocol<BR>
342kis 186/udp # KIS Protocol<BR>
343aci 187/tcp # Application Communication Interface<BR>
344aci 187/udp # Application Communication Interface<BR>
345mumps 188/tcp # Plus Five's MUMPS<BR>
346mumps 188/udp # Plus Five's MUMPS<BR>
347qft 189/tcp # Queued File Transport<BR>
348qft 189/udp # Queued File Transport<BR>
349gacp 190/tcp # Gateway Access Control Protocol<BR>
350gacp 190/udp # Gateway Access Control Protocol<BR>
351prospero 191/tcp # Prospero Directory Service<BR>
352prospero/prospero 191/udp # Prospero Directory Service<BR>, prospero<br><br>prospero directory service<br>
353osu-nms 192/tcp # OSU Network Monitoring System<BR>
354osu-nms 192/udp # OSU Network Monitoring System<BR>
355srmp 193/tcp # Spider Remote Monitoring Protocol<BR>
356srmp 193/udp # Spider Remote Monitoring Protocol<BR>
357irc 194/tcp # Internet Relay Chat Protocol<BR>
358irc/irc 194/udp # Internet Relay Chat Protocol<BR>, irc<br><br>internet relay chat protocol<br>
359dn6-nlm-aud 195/tcp # DNSIX Network Level Module Audit<BR>
360dn6-nlm-aud 195/udp # DNSIX Network Level Module Audit<BR>
361dn6-smm-red 196/tcp # DNSIX Session Mgt Module Audit Redir<BR>
362dn6-smm-red 196/udp # DNSIX Session Mgt Module Audit Redir<BR>
363dls 197/tcp # Directory Location Service<BR>
364dls 197/udp # Directory Location Service<BR>
365dls-mon 198/tcp # Directory Location Service Monitor<BR>
366dls-mon 198/udp # Directory Location Service Monitor<BR>
367smux 199/tcp # SMUX (SNMP Unix Multiplexer)<BR>
368smux/smux 199/udp # SMUX (SNMP Unix Multiplexer)<BR>, smux<br><br>smux<br>
369src 200/tcp # IBM System Resource Controller<BR>
370src 200/udp # IBM System Resource Controller<BR>
371at-rtmp 201/tcp # AppleTalk Routing Maintenance<BR>
372at-rtmp/at-rtmp 201/udp # AppleTalk Routing Maintenance<BR>, at-rtmp<br><br>appletalk routing maintenance<br>
373at-nbp 202/tcp # AppleTalk Name Binding<BR>
374at-nbp 202/udp # AppleTalk Name Binding<BR>
375at-3 203/tcp # AppleTalk Unused<BR>
376at-3 203/udp # AppleTalk Unused<BR>
377at-echo 204/tcp # AppleTalk Echo<BR>
378at-echo 204/udp # AppleTalk Echo<BR>
379at-5 205/tcp # AppleTalk Unused<BR>
380at-5 205/udp # AppleTalk Unused<BR>
381at-zis 206/tcp # AppleTalk Zone Info<BR>
382at-zis 206/udp # AppleTalk Zone Info<BR>
383at-7 207/tcp # AppleTalk Unused<BR>
384at-7 207/udp # AppleTalk Unused<BR>
385at-8 208/tcp # AppleTalk Unused<BR>
386at-8 208/udp # AppleTalk Unused<BR>
387qmtp 209/tcp # Quick Mail Transfer Protocol<BR>
388qmtp 209/udp # Quick Mail Transfer Protocol<BR>
389wais/z39.50 210/tcp # Wide Area Info Service (WAIS)<BR><br> Old, once popular as a database indexing and search tool. Being replaced by web structures and web-based search engines. <BR> Security Concerns: <BR> - Access control was only source IP based, thus vulnerable to spoofing <BR> - Would allow unchecked files to be retrieved and run, opening dangers to malicious code being downloaded to client <BR> , ANSI Z39.50<BR>
390z39.50/z39.50 210/udp # ANSI Z39.50<BR>, z39.50<br><br>wais, ansi z39.50, ansi z39.50<br>
391914c/g 211/tcp # Texas Instruments 914C/G-Terminal<BR>
392914c/g 211/udp # Texas Instruments 914C/G-Terminal<BR>
393anet 212/tcp # ATEXSSTR<BR>
394anet 212/udp # ATEXSSTR<BR>
395ipx 213/tcp # IPX<BR>
396ipx 213/udp # IPX<BR>
397vmpwscs 214/tcp # VM PWSCS<BR>
398vmpwscs 214/udp # VM PWSCS<BR>
399softpc 215/tcp # Insignia Solutions<BR>
400softpc 215/udp # Insignia Solutions<BR>
401CAIlic 216/tcp # Computer Associates Int'l License Server<BR>
402CAIlic 216/udp # Computer Associates Int'l License Server<BR>
403dbase 217/tcp # dBASE Unix<BR>
404dbase 217/udp # dBASE Unix<BR>
405mpp 218/tcp # Netix Message Posting Protocol<BR>
406mpp 218/udp # Netix Message Posting Protocol<BR>
407uarps 219/tcp # Unisys ARPs<BR>
408uarps 219/udp # Unisys ARPs<BR>
409imap3 220/tcp # Interactive Mail Access Protocol v3<BR>
410imap3/imap3 220/udp # Interactive Mail Access Protocol v3<BR>, imap3<br><br>protocol v3, interactive mail access protocol v3<br>
411fln-spx 221/tcp # Berkeley rlogind with SPX auth<BR>
412fln-spx 221/udp # Berkeley rlogind with SPX auth<BR>
413rsh-spx 222/tcp # Berkeley rshd with SPX auth<BR>
414rsh-spx 222/udp # Berkeley rshd with SPX auth<BR>
415cdc 223/tcp # Certificate Distribution Center<BR>
416cdc 223/udp # Certificate Distribution Center<BR>
417masqdialer 224/tcp # Masqdialer<BR>
418masqdialer 224/udp # Masqdialer<BR>
419#direct/direct 242/tcp # Now Unassigned (Was "Direct")<BR>, direct<br><br>direct<br>
420#direct/direct 242/udp # Now Unassigned (Was "Direct")<BR>, direct<br><br>direct<br>
421sur-meas 243/tcp # Survey Measurement<BR>
422sur-meas 243/udp # Survey Measurement<BR>
423#dayna/inbusiness 244/tcp # Now Unassigned (Was "Dayna")<BR>, InBusiness<BR>
424#dayna/inbusiness 244/udp # Now Unassigned (Was "Dayna")<BR>, InBusiness<BR>
425link 245/tcp # LINK<BR>
426link 245/udp # LINK<BR>
427dsp3270 246/tcp # Display Systems Protocol<BR>
428dsp3270 246/udp # Display Systems Protocol<BR>
429subntbcst_tftp 247/tcp # SUBNTBCST_TFTP<BR>
430subntbcst_tftp 247/udp # SUBNTBCST_TFTP<BR>
431bhfhs 248/tcp # bhfhs<BR>
432bhfhs 248/udp # bhfhs<BR>
433fw1-mgmt/rap 256/tcp # Firewall-1 Mgmt Console (CheckPoint)<BR><br> FW-1's Mgmt Console port. Functions include: <BR> - CA/DH key exchange for FWZ & SKIP VPN crypto schemes <BR> - SecuRemote connection to pull net topology & crypto keys (v40, changed to tcp 254 in v4.1). <BR> - Mgmt Console connection to managed firewalls & policies <BR> - Fail-over FW-1 heartbeat cks (pkt tx every 50ms) <BR> <br> FW-1 Ports: tcp 256, tcp/udp 259, udp 500, tcp 900 <BR> , RAP<BR>
434rap 256/udp # RAP<BR>
435set 257/tcp # Secure Electronic Transaction<BR>
436set 257/udp # Secure Electronic Transaction<BR>
437yak-chat 258/tcp # Yak Winsock Personal Chat<BR>
438yak-chat 258/udp # Yak Winsock Personal Chat<BR>
439fw1-auth/esro-gen 259/tcp # Firewall-1 Auth (CheckPoint)<BR><br> FW-1's user & client auth port. Remote clients telnet to this on perimeter firewall and auth to access internal resources (encryption an option). Services via this telnet include internal FTP, HTTP/HTTPS servers, plus relay to other internal hosts via add'l telnets/rlogins. <BR> <br> FW-1 Ports: tcp 256, tcp/udp 259, udp 500, tcp 900 <BR> , Efficient Short Remote Operations<BR>
440fw1-rpc/esro-gen 259/udp # Firewall-1 RDP (CheckPoint)<BR><br> FW-1's Reliable Datagram Protocol, used by FW-1's to agree on VPN crypto parameters. RDP provides out-of-band sessions, plus: <BR> - Negotiation of session keys <BR> - Agreement on session crypto algorithm (DES or FWZ-1) <BR> - Decision on if MD5 data integrity will be used <BR> - Ensures dropped UDP pkts are retransmitted <BR> <br> FW-1 Ports: tcp 256, tcp/udp 259, udp 500, tcp 900 <BR> , Efficient Short Remote Operations<BR>
441openport 260/tcp # Openport<BR>
442openport 260/udp # Openport<BR>
443nsiiops 261/tcp # IIOP Name Service over TLS/SSL<BR>
444nsiiops 261/udp # IIOP Name Service over TLS/SSL<BR>
445arcisdms 262/tcp # Arcisdms<BR>
446arcisdms 262/udp # Arcisdms<BR>
447hdap 263/tcp # HDAP<BR>
448hdap 263/udp # HDAP<BR>
449bgmp 264/tcp # BGMP<BR>
450bgmp 264/udp # BGMP<BR>
451x-bone-ctl 265/tcp # X-Bone CTL<BR>
452x-bone-ctl 265/udp # X-Bone CTL<BR>
453http-mgmt 280/tcp # http-mgmt<BR>
454http-mgmt 280/udp # http-mgmt<BR>
455personal-link 281/tcp # Personal Link<BR>
456personal-link 281/udp # Personal Link<BR>
457cableport-ax 282/tcp # Cable Port A/X<BR>
458cableport-ax 282/udp # Cable Port A/X<BR>
459rescap 283/tcp # rescap<BR>
460rescap 283/udp # rescap<BR>
461corerjd 284/tcp # corerjd<BR>
462corerjd 284/udp # corerjd<BR>
463novastorbakcup 308/tcp # Novastor Backup<BR>
464novastorbakcup 308/udp # Novastor Backup<BR>
465entrusttime 309/tcp # EntrustTime<BR>
466entrusttime 309/udp # EntrustTime<BR>
467bhmds 310/tcp # bhmds<BR>
468bhmds 310/udp # bhmds<BR>
469asip-webadmin 311/tcp # AppleShare IP WebAdmin<BR>
470asip-webadmin 311/udp # AppleShare IP WebAdmin<BR>
471vslmp 312/tcp # VSLMP<BR>
472vslmp 312/udp # VSLMP<BR>
473magenta-logic 313/tcp # Magenta Logic<BR>
474magenta-logic 313/udp # Magenta Logic<BR>
475opalis-robot 314/tcp # Opalis Robot<BR>
476opalis-robot 314/udp # Opalis Robot<BR>
477dpsi 315/tcp # DPSI<BR>
478dpsi 315/udp # DPSI<BR>
479decauth 316/tcp # decAuth<BR>
480decauth 316/udp # decAuth<BR>
481zannet 317/tcp # Zannet<BR>
482zannet 317/udp # Zannet<BR>
483pkix-timestamp 318/tcp # PKIX TimeStamp<BR>
484pkix-timestamp 318/udp # PKIX TimeStamp<BR>
485ptp-event 319/tcp # PTP Event<BR>
486ptp-event 319/udp # PTP Event<BR>
487ptp-general 320/tcp # PTP General<BR>
488ptp-general 320/udp # PTP General<BR>
489pip 321/tcp # PIP<BR>
490pip 321/udp # PIP<BR>
491rtsps 322/tcp # RTSPS<BR>
492rtsps 322/udp # RTSPS<BR>
493texar 333/tcp # Texar Security Port<BR>
494texar 333/udp # Texar Security Port<BR>
495pdap 344/tcp # Prospero Data Access Protocol<BR>
496pdap 344/udp # Prospero Data Access Protocol<BR>
497pawserv 345/tcp # Perf Analysis Workbench<BR>
498pawserv 345/udp # Perf Analysis Workbench<BR>
499zserv 346/tcp # Zebra server<BR>
500zserv 346/udp # Zebra server<BR>
501fatserv 347/tcp # Fatmen Server<BR>
502fatserv 347/udp # Fatmen Server<BR>
503csi-sgwp 348/tcp # Cabletron Management Protocol<BR>
504csi-sgwp 348/udp # Cabletron Management Protocol<BR>
505mftp 349/tcp # mftp<BR>
506mftp 349/udp # mftp<BR>
507matip-type-a 350/tcp # MATIP Type A<BR>
508matip-type-a 350/udp # MATIP Type A<BR>
509matip-type-b/bhoetty 351/tcp # MATIP Type B<BR>, bhoetty<BR>
510matip-type-b/bhoetty/matip-type-b 351/udp # MATIP Type B<BR>, bhoetty<BR>, matip-type-b<br><br>unassigned but widespread use, matip type b or bhoetty, bhoetty, matip type b<br>
511bhoedap4/dtag-ste-sb 352/tcp # bhoedap4<BR>, DTAG<BR>
512bhoedap4/dtag-ste-sb/dtag-ste-sb 352/udp # bhoedap4<BR>, DTAG<BR>, dtag-ste-sb<br><br>dtag, unassigned but widespread use, dtag, or bhoedap4, bhoedap4<br>
513ndsauth 353/tcp # NDSAUTH<BR>
514ndsauth 353/udp # NDSAUTH<BR>
515bh611 354/tcp # bh611<BR>
516bh611 354/udp # bh611<BR>
517date-asn/datex-asn 355/tcp # DATEX-ASN<BR>, datex-asn<br><br>datex-asn<br>
518date-asn/datex-asn 355/udp # DATEX-ASN<BR>, datex-asn<br><br>datex-asn<br>
519cloanto-net-1 356/tcp # Cloanto Net 1<BR>
520cloanto-net-1 356/udp # Cloanto Net 1<BR>
521bhevent 357/tcp # bhevent<BR>
522bhevent 357/udp # bhevent<BR>
523shrinkwrap 358/tcp # Shrinkwrap<BR>
524shrinkwrap 358/udp # Shrinkwrap<BR>
525tenebris_nts 359/tcp # Tenebris Network Trace Service<BR>
526tenebris_nts 359/udp # Tenebris Network Trace Service<BR>
527scoi2odialog 360/tcp # scoi2odialog<BR>
528scoi2odialog 360/udp # scoi2odialog<BR>
529semantix 361/tcp # Semantix<BR>
530semantix 361/udp # Semantix<BR>
531srssend 362/tcp # SRS Send<BR>
532srssend 362/udp # SRS Send<BR>
533rsvp_tunnel 363/tcp # RSVP Tunnel<BR>
534rsvp_tunnel 363/udp # RSVP Tunnel<BR>
535aurora-cmgr 364/tcp # Aurora CMGR<BR>
536aurora-cmgr 364/udp # Aurora CMGR<BR>
537dtk 365/tcp # Deception Tool Kit<BR><br> Deception Tool Kit (DTK), a honeypot kit available at http://all.net/dtk/. On this port DTK advertises itself as a honeypot. Concept is that it will be spotted in scans and attackers will realize the net has defenses and move on. To attackers "not in the know
538dtk 365/udp # Deception Tool Kit<BR><br> Deception Tool Kit (DTK), a honeypot kit available at http://all.net/dtk/. On this port DTK advertises itself as a honeypot. Concept is that it will be spotted in scans and attackers will realize the net has defenses and move on. To attackers "not in the know
539odmr 366/tcp # ODMR<BR>
540odmr 366/udp # ODMR<BR>
541mortgageware 367/tcp # MortgageWare<BR>
542mortgageware 367/udp # MortgageWare<BR>
543qbikgdp 368/tcp # QbikGDP<BR>
544qbikgdp 368/udp # QbikGDP<BR>
545rpc2portmap 369/tcp # rpc2portmap<BR>
546rpc2portmap 369/udp # rpc2portmap<BR>
547codaauth2 370/tcp # codaauth2<BR>
548codaauth2/backweb 370/udp # codaauth2<BR>, BackWeb<BR><br> UDP service similar to PointCast's TCP service. <BR>
549clearcase 371/tcp # Clearcase<BR>
550clearcase 371/udp # Clearcase<BR>
551ulistproc 372/tcp # Unix Listserv<BR>
552ulistproc 372/udp # Unix Listserv<BR>
553legent-1 373/tcp # Legent Corporation<BR>
554legent-1 373/udp # Legent Corporation<BR>
555legent-2 374/tcp # Legent Corporation<BR>
556legent-2 374/udp # Legent Corporation<BR>
557hassle 375/tcp # Hassle<BR>
558hassle 375/udp # Hassle<BR>
559nip 376/tcp # Amiga Envoy Network Inquiry Proto<BR>
560nip 376/udp # Amiga Envoy Network Inquiry Proto<BR>
561tnETOS 377/tcp # NEC Corporation<BR>
562tnETOS 377/udp # NEC Corporation<BR>
563dsETOS 378/tcp # NEC Corporation<BR>
564dsETOS 378/udp # NEC Corporation<BR>
565is99c 379/tcp # TIA/EIA/IS-99 modem client<BR>
566is99c 379/udp # TIA/EIA/IS-99 modem client<BR>
567is99s 380/tcp # TIA/EIA/IS-99 modem server<BR>
568is99s 380/udp # TIA/EIA/IS-99 modem server<BR>
569hp-collector 381/tcp # HP Performance Data Collector<BR>
570hp-collector 381/udp # HP Performance Data Collector<BR>
571hp-managed-node 382/tcp # HP Performance Data Managed Node<BR><br> Host port for centralized performance monitor access. <BR>
572hp-managed-node 382/udp # HP Performance Data Managed Node<BR><br> Host port for centralized performance monitor access. <BR>
573hp-alarm-mgr 383/tcp # HP Performance Data Alarm Manager<BR>
574hp-alarm-mgr 383/udp # HP Performance Data Alarm Manager<BR>
575arns 384/tcp # A Remote Network Server System<BR>
576arns 384/udp # A Remote Network Server System<BR>
577ibm-app 385/tcp # IBM Application<BR>
578ibm-app 385/udp # IBM Application<BR>
579asa 386/tcp # ASA Message Router Object Def.<BR>
580asa 386/udp # ASA Message Router Object Def.<BR>
581aurp 387/tcp # Appletalk Update-Based Routing Pro.<BR>
582aurp 387/udp # Appletalk Update-Based Routing Pro.<BR>
583unidata-ldm 388/tcp # Unidata LDM Version 4<BR>
584unidata-ldm 388/udp # Unidata LDM Version 4<BR>
585ldap 389/tcp # Lightweight Directory Access Protocol<BR><br> LDAP server's port, an adaptation of x.500 dir std. Through it, LDAP clients access central dir to retrieve, add, and modify info. Examples: <BR> - Database for PKI systems <BR> - Address book for mail & personnel progs <BR> - Internet Directory Service that tracks users of collaborative apps (chat, video, audio, etc.). Would track who is on-line, their IP, and data about user.<br> Used by Win2000 Active Directory<br> SSL version at TCP 636<BR> Security Concerns: Valuable source of user info used in attacks; excellent target for DOS attack. <BR>
586ldap 389/udp # Lightweight Directory Access Protocol<BR><br> LDAP server's port, an adaptation of x.500 dir std. Through it, LDAP clients access central dir to retrieve, add, and modify info. Examples: <BR> - Database for PKI systems <BR> - Address book for mail & personnel progs <BR> - Internet Directory Service that tracks users of collaborative apps (chat, video, audio, etc.). Would track who is on-line, their IP, and data about user.<br> Used by Win2000 Active Directory<br> SSL version at TCP 636<BR> Security Concerns: Valuable source of user info used in attacks; excellent target for DOS attack. <BR>
587uis 390/tcp # UIS<BR>
588uis 390/udp # UIS<BR>
589synotics-relay 391/tcp # SynOptics SNMP Relay Port<BR>
590synotics-relay 391/udp # SynOptics SNMP Relay Port<BR>
591synotics-broker 392/tcp # SynOptics Port Broker Port<BR>
592synotics-broker 392/udp # SynOptics Port Broker Port<BR>
593dis 393/tcp # Data Interpretation System<BR>
594dis 393/udp # Data Interpretation System<BR>
595embl-ndt 394/tcp # EMBL Nucleic Data Transfer<BR>
596embl-ndt 394/udp # EMBL Nucleic Data Transfer<BR>
597netcp 395/tcp # NETscout Control Protocol<BR>
598netcp 395/udp # NETscout Control Protocol<BR>
599netware-ip 396/tcp # Novell Netware over IP<BR>
600netware-ip 396/udp # Novell Netware over IP<BR>
601mptn 397/tcp # Multi Protocol Trans. Net.<BR>
602mptn 397/udp # Multi Protocol Trans. Net.<BR>
603kryptolan 398/tcp # Kryptolan<BR>
604kryptolan 398/udp # Kryptolan<BR>
605iso-tsap-c2 399/tcp # ISO Transport Class-2 Non-Ctrl over TCP<BR>
606iso-tsap-c2 399/udp # ISO Transport Class-2 Non-Ctrl over TCP<BR>
607work-sol 400/tcp # Workstation Solutions<BR>
608work-sol 400/udp # Workstation Solutions<BR>
609ups 401/tcp # Uninterruptible Power Supply<BR>
610ups 401/udp # Uninterruptible Power Supply<BR>
611genie 402/tcp # Genie Protocol<BR>
612genie 402/udp # Genie Protocol<BR>
613decap 403/tcp # decap<BR>
614decap 403/udp # decap<BR>
615nced 404/tcp # nced<BR>
616nced 404/udp # nced<BR>
617ncld 405/tcp # ncld<BR>
618ncld 405/udp # ncld<BR>
619imsp 406/tcp # Interactive Mail Support Protocol<BR>
620imsp 406/udp # Interactive Mail Support Protocol<BR>
621timbuktu 407/tcp # Timbuktu<BR>
622timbuktu 407/udp # Timbuktu<BR>
623prm-sm 408/tcp # Prospero Resource Manager - Sys. Mgr<BR>
624prm-sm 408/udp # Prospero Resource Manager - Sys. Mgr<BR>
625prm-nm 409/tcp # Prospero Resource Manager - Node Mgr<BR>
626prm-nm 409/udp # Prospero Resource Manager - Node Mgr<BR>
627decladebug 410/tcp # DECLadebug Remote Debug Protocol<BR>
628decladebug 410/udp # DECLadebug Remote Debug Protocol<BR>
629rmt 411/tcp # Remote MT Protocol<BR>
630rmt 411/udp # Remote MT Protocol<BR>
631synoptics-trap 412/tcp # Trap Convention Port<BR>
632synoptics-trap 412/udp # Trap Convention Port<BR>
633smsp 413/tcp # SMSP<BR>
634smsp 413/udp # SMSP<BR>
635infoseek 414/tcp # InfoSeek<BR>
636infoseek 414/udp # InfoSeek<BR>
637bnet 415/tcp # BNet<BR>
638bnet 415/udp # BNet<BR>
639silverplatter 416/tcp # SilverPlatter<BR>
640silverplatter 416/udp # SilverPlatter<BR>
641onmux 417/tcp # Onmux<BR>
642onmux 417/udp # Onmux<BR>
643hyper-g 418/tcp # Hyper-G<BR>
644hyper-g 418/udp # Hyper-G<BR>
645ariel1 419/tcp # Ariel<BR>
646ariel1 419/udp # Ariel<BR>
647smpte 420/tcp # SMPTE<BR>
648smpte 420/udp # SMPTE<BR>
649wrapper-backdoor/ariel2 421/tcp # Intruder Backdoor vis TCP Wrappers<BR><br> Primary web site for TCP Wrapper distro was compromised in Jan 99 and wrapper software was trojanized. Was caught almost immediately, but some downloads occurred. Installing it open a backdoor on tcp port 421. Hosts with open tcp port 421 and wrappers should be investigated. <BR> , Ariel<BR>
650ariel2 421/udp # Ariel<BR>
651ariel3 422/tcp # Ariel<BR>
652ariel3 422/udp # Ariel<BR>
653opc-job-start 423/tcp # IBM Operations Planning and Control Start<BR>
654opc-job-start 423/udp # IBM Operations Planning and Control Start<BR>
655opc-job-track 424/tcp # IBM Operations Planning and Control Track<BR>
656opc-job-track 424/udp # IBM Operations Planning and Control Track<BR>
657icad-el 425/tcp # ICAD<BR>
658icad-el 425/udp # ICAD<BR>
659smartsdp 426/tcp # smartsdp<BR>
660smartsdp 426/udp # smartsdp<BR>
661svrloc 427/tcp # Server Location<BR><br> Open on Win95 hosts (only open default port). Useful for finding Win95 hosts. No know "direct attack" vulnerabilities. <BR>
662svrloc 427/udp # Server Location<BR><br> Open on Win95 hosts (only open default port). Useful for finding Win95 hosts. No know "direct attack" vulnerabilities. <BR>
663ocs_cmu 428/tcp # OCS_CMU<BR>
664ocs_cmu 428/udp # OCS_CMU<BR>
665ocs_amu 429/tcp # OCS_AMU<BR>
666ocs_amu 429/udp # OCS_AMU<BR>
667utmpsd 430/tcp # UTMPSD<BR>
668utmpsd 430/udp # UTMPSD<BR>
669utmpcd 431/tcp # UTMPCD<BR>
670utmpcd 431/udp # UTMPCD<BR>
671iasd 432/tcp # IASD<BR>
672iasd 432/udp # IASD<BR>
673nnsp 433/tcp # NNSP<BR>
674nnsp/nnsp 433/udp # NNSP<BR>, nnsp<br><br>nnsp<br>
675mobileip-agent 434/tcp # MobileIP-Agent<BR>
676mobileip-agent 434/udp # MobileIP-Agent<BR>
677mobilip-mn 435/tcp # MobilIP-MN<BR>
678mobilip-mn 435/udp # MobilIP-MN<BR>
679dna-cml 436/tcp # DNA-CML<BR>
680dna-cml 436/udp # DNA-CML<BR>
681comscm 437/tcp # comscm<BR>
682comscm 437/udp # comscm<BR>
683dsfgw 438/tcp # dsfgw<BR>
684dsfgw 438/udp # dsfgw<BR>
685dasp 439/tcp # dasp<BR>
686dasp/dasp 439/udp # dasp<BR>, dasp<br><br>dasp tommy@inlab.m.eunet.de<br>
687sgcp 440/tcp # sgcp<BR>
688sgcp 440/udp # sgcp<BR>
689decvms-sysmgt 441/tcp # decvms-sysmgt<BR>
690decvms-sysmgt 441/udp # decvms-sysmgt<BR>
691cvc_hostd 442/tcp # cvc_hostd<BR>
692cvc_hostd 442/udp # cvc_hostd<BR>
693https 443/tcp # HTTP over TLS/SSL
694https 443/udp # https<br><br>http protocol over tls/ssl<br>
695snpp 444/tcp # Simple Network Paging Protocol<BR>
696snpp 444/udp # Simple Network Paging Protocol<BR>
697microsoft-ds 445/tcp # Microsoft Direct Host<BR>
698microsoft-ds 445/udp # Microsoft Direct Host<BR>
699ddm-rdb 446/tcp # DDM-RDB<BR>
700ddm-rdb 446/udp # DDM-RDB<BR>
701ddm-dfm 447/tcp # DDM-RFM<BR>
702ddm-dfm 447/udp # DDM-RFM<BR>
703ddm-ssl 448/tcp # DDM-SSL<BR><br> Also known as "ddm-byte" <BR>
704ddm-ssl 448/udp # DDM-SSL<BR><br> Also known as "ddm-byte" <BR>
705as-servermap 449/tcp # AS Server Mapper<BR>
706as-servermap 449/udp # AS Server Mapper<BR>
707tserver 450/tcp # TServer<BR>
708tserver 450/udp # TServer<BR>
709sfs-smp-net 451/tcp # Cray Network Semaphore server<BR>
710sfs-smp-net 451/udp # Cray Network Semaphore server<BR>
711sfs-config 452/tcp # Cray SFS config server<BR>
712sfs-config 452/udp # Cray SFS config server<BR>
713creativeserver 453/tcp # CreativeServer<BR>
714creativeserver 453/udp # CreativeServer<BR>
715contentserver 454/tcp # ContentServer<BR>
716contentserver 454/udp # ContentServer<BR>
717creativepartnr 455/tcp # CreativePartnr<BR>
718creativepartnr 455/udp # CreativePartnr<BR>
719macon-tcp 456/tcp # macon-tcp<BR>
720macon-udp 456/udp # macon-udp<BR>
721scohelp 457/tcp # scohelp<BR>
722scohelp 457/udp # scohelp<BR>
723appleqtc 458/tcp # apple quick time<BR>
724appleqtc 458/udp # apple quick time<BR>
725ampr-rcmd 459/tcp # ampr-rcmd<BR>
726ampr-rcmd 459/udp # ampr-rcmd<BR>
727skronk 460/tcp # skronk<BR>
728skronk 460/udp # skronk<BR>
729datasurfsrv 461/tcp # DataRampSrv<BR>
730datasurfsrv 461/udp # DataRampSrv<BR>
731datasurfsrvsec 462/tcp # DataRampSrvSec<BR>
732datasurfsrvsec 462/udp # DataRampSrvSec<BR>
733alpes 463/tcp # alpes<BR>
734alpes 463/udp # alpes<BR>
735kpasswd 464/tcp # kpasswd<BR>
736kpasswd 464/udp # kpasswd<BR>
737smtps 465/tcp # SMTP over TLS/SSL (was ssmtp)<BR>
738smtps 465/udp # SMTP over TLS/SSL (was ssmtp)<BR>
739digital-vrc 466/tcp # digital-vrc<BR>
740digital-vrc 466/udp # digital-vrc<BR>
741mylex-mapd 467/tcp # mylex-mapd<BR>
742mylex-mapd 467/udp # mylex-mapd<BR>
743photuris 468/tcp # proturis<BR>
744photuris/photuris 468/udp # proturis<BR>, photuris<br><br>proturis<br>
745rcp 469/tcp # Radio Control Protocol<BR>
746rcp 469/udp # Radio Control Protocol<BR>
747scx-proxy 470/tcp # scx-proxy<BR>
748scx-proxy 470/udp # scx-proxy<BR>
749mondex 471/tcp # Mondex<BR>
750mondex 471/udp # Mondex<BR>
751ljk-login 472/tcp # ljk-login<BR>
752ljk-login 472/udp # ljk-login<BR>
753hybrid-pop 473/tcp # hybrid-pop<BR>
754hybrid-pop 473/udp # hybrid-pop<BR>
755tn-tl-w1 474/tcp # tn-tl-w1<BR>
756tn-tl-w1/tn-tl-w2 474/udp # tn-tl-w1<BR>, tn-tl-w2<br><br>tn-tl-w2<br>
757tcpnethaspsrv 475/tcp # tcpnethaspsrv<BR>
758tcpnethaspsrv 475/udp # tcpnethaspsrv<BR>
759tn-tl-fd1 476/tcp # tn-tl-fd1<BR>
760tn-tl-fd1 476/udp # tn-tl-fd1<BR>
761ss7ns 477/tcp # ss7ns<BR>
762ss7ns 477/udp # ss7ns<BR>
763spsc 478/tcp # spsc<BR>
764spsc 478/udp # spsc<BR>
765iafserver 479/tcp # iafserver<BR>
766iafserver 479/udp # iafserver<BR>
767iafdbase 480/tcp # iafdbase<BR>
768iafdbase 480/udp # iafdbase<BR>
769ph 481/tcp # Ph service<BR>
770ph 481/udp # Ph service<BR>
771bgs-nsi 482/tcp # bgs-nsi<BR>
772bgs-nsi 482/udp # bgs-nsi<BR>
773ulpnet 483/tcp # ulpnet<BR>
774ulpnet 483/udp # ulpnet<BR>
775integra-sme 484/tcp # Integra Software Mgmt Environment<BR>
776integra-sme 484/udp # Integra Software Mgmt Environment<BR>
777powerburst 485/tcp # Air Soft Power Burst<BR>
778powerburst 485/udp # Air Soft Power Burst<BR>
779avian 486/tcp # avian<BR>
780avian 486/udp # avian<BR>
781saft 487/tcp # saft<BR>
782saft 487/udp # saft<BR>
783gss-http 488/tcp # gss-http<BR>
784gss-http 488/udp # gss-http<BR>
785nest-protocol 489/tcp # nest-protocol<BR>
786nest-protocol 489/udp # nest-protocol<BR>
787micom-pfs 490/tcp # micom-pfs<BR>
788micom-pfs 490/udp # micom-pfs<BR>
789go-login 491/tcp # go-login<BR>
790go-login 491/udp # go-login<BR>
791ticf-1 492/tcp # Transport Independent Convergence, FNA<BR>
792ticf-1 492/udp # Transport Independent Convergence, FNA<BR>
793ticf-2 493/tcp # Transport Independent Convergence, FNA<BR>
794ticf-2 493/udp # Transport Independent Convergence, FNA<BR>
795pov-ray 494/tcp # POV-Ray<BR>
796pov-ray 494/udp # POV-Ray<BR>
797intecourier 495/tcp # intecourier<BR>
798intecourier 495/udp # intecourier<BR>
799pim-rp-disc 496/tcp # PIM-RP-DISC<BR>
800pim-rp-disc 496/udp # PIM-RP-DISC<BR>
801dantz 497/tcp # dantz<BR>
802dantz 497/udp # dantz<BR>
803siam 498/tcp # siam<BR>
804siam 498/udp # siam<BR>
805iso-ill 499/tcp # ISO ILL Protocol<BR>
806iso-ill 499/udp # ISO ILL Protocol<BR>
807 /tcp #
808isakmp 500/udp # isakmp<BR><br> Used in FW-1 VPN for key exchange & synch when using ISAKMP or IPSEC crypto between FW-1's. <BR> <br> FW-1 Ports: tcp 256, tcp/udp 259, udp 500, tcp 900 <BR>
809stmf 501/tcp # STMF<BR>
810stmf 501/udp # STMF<BR>
811asa-appl-proto 502/tcp # ASA Application Protocol<BR>
812asa-appl-proto 502/udp # ASA Application Protocol<BR>
813intrinsa 503/tcp # Intrinsa<BR>
814intrinsa 503/udp # Intrinsa<BR>
815citadel 504/tcp # citadel<BR>
816citadel 504/udp # citadel<BR>
817mailbox-lm 505/tcp # Mailbox License Manager<BR>
818mailbox-lm 505/udp # Mailbox License Manager<BR>
819ohimsrv 506/tcp # ohimsrv<BR>
820ohimsrv 506/udp # ohimsrv<BR>
821crs 507/tcp # crs<BR>
822crs 507/udp # crs<BR>
823xvttp 508/tcp # xvttp<BR>
824xvttp 508/udp # xvttp<BR>
825snare 509/tcp # snare<BR>
826snare 509/udp # snare<BR>
827fcp 510/tcp # FirstClass Protocol<BR>
828fcp 510/udp # FirstClass Protocol<BR>
829mynet/passgo 511/tcp # mynet-as<BR>, PassGo<BR>
830mynet/passgo 511/udp # mynet-as<BR>, PassGo<BR>
831nt-printer-client/exec 512/tcp # NT v4 Printer Client Source Ports<BR><br> NT v4 client uses random source port in 512-1023 range. Older NT v3x was limited to 721-731 port range, which restricted to ten the number of consecutive print jobs a client could initiate. <BR> , Remote Execution<BR><br> Allows remote execution of commands without logon. <BR> Security Concerns: <BR> - Susceptable to trust attacks <BR> - Usernames & passwords are cleartext and reusable <BR> - Returns "Login incorrect" on incorrect usernames; allows username guessing. <BR> - Returns "Password incorrect" on incorrect password for valid username; allows scripted dictionary grinding. <BR> <br> As with all BSD "r" commands, client uses a random source port below 1023; causes rule headaches. <BR>
832biff/comsat 512/udp # Mail System Notify<BR><br> Email arrival notifier. Susceptable to notification flooding, where remote attacker causes DOS of user screen by flooding it with mail notices. <BR> 512 udp ComSat <BR> ComSat <BR> , comsat<br><br>biff the dog, used by mail system to notify users, comsat<br>
833login 513/tcp # Remote Login<BR><br> Remote term service that operates via telnet process, but with automatic auth performed based on trust. If no trust, will prompt for username/password logon similar to telnet. <BR> Security Concerns: <BR> - Susceptable to trust attacks <BR> - Usernames & passwords are cleartext and reusable <BR> <br> As with all BSD "r" commands, client uses a random source port below 1023; causes rule headaches. <BR> <br> CERT Advisories: CA-97.06 <BR>
834who 513/udp # Remote Logon Database Lookup<BR><br> Gathers active user info from local and net hosts. <BR> Security Concerns: <BR> - Excellent source of user info <BR> - Guides user-session attacks <BR> - Vul to being fed malicious data and crashing <BR> - Vul to buffer overflow allowing remote execution of arbitrary commands with root privilege <BR>
835shell 514/tcp # Remote Shell<BR><br> Provides shell connections from remote hosts. <BR> Security Concerns: <BR> - Susceptable to trust attacks <BR> - Usernames & passwords are cleartext and reusable <BR> - Returns "Login incorrect" on incorrect usernames; allows username guessing. <BR> - Returns "Password incorrect" on incorrect password for valid username; allows scripted dictionary grinding. <BR> <br> As with all BSD "r" commands, client uses a random source port below 1023; causes rule headaches. <BR>
836syslog 514/udp # Remote Syslog Writes<BR><br> Accepts syslog entries from remote hosts. Localhost syslog daemon processes and logs them, thus allowing for centralization of system logs onto a hardened loghost. <BR> Security Concerns: <BR> - Vul to malicious log flooding <BR> - Vul to injection of false, misleading entries to cover other activity <BR> <br> Newer Linux & Solaris v2.6+ will not accept syslog entries by default. Requires syslog.conf edit to enable. <BR> <br> CERT Advisories: CA-95.13 <BR>
837printer 515/tcp # lp & lpr spooler<BR><br> Service port accepting remote print jobs. <BR> Security Concerns: <BR> - Susceptable to trust attacks <BR> - Usernames & passwords are cleartext and reusable <BR> - Vul to assortment of printer service attacks (version dependent) <BR> <br> As with all BSD "r" commands, client uses a random source port below 1023; causes rule headaches. <BR>
838printer/printer 515/udp # lp & lpr spooler<BR><br> Service port accepting remote print jobs. <BR> Security Concerns: <BR> - Susceptable to trust attacks <BR> - Usernames & passwords are cleartext and reusable <BR> - Vul to assortment of printer service attacks (version dependent) <BR> <br> As with all BSD "r" commands, client uses a random source port below 1023; causes rule headaches. <BR> , printer<br><br>spooler, spooler (lpd)<br>
839videotex 516/tcp # videotex<BR>
840videotex 516/udp # videotex<BR>
841 /tcp #
842talk 517/udp # Like tenex link, but remote<BR><br> Older talk program. Uses udp 517 to establish session and negotiate random-high tcp port for the data tx. <BR> Security Concerns: <BR> - Usernames & passwords are cleartext and reusable <BR> - Vul to buffer overflow <BR> <br> CERT Advisories: CA-97.04 <BR>
843ntalk 518/tcp # ntalk<br><br>(talkd)<br>
844ntalk/ntalk 518/udp # New Talk<BR><br> Similar to talk, but more advanced in memory use and ability to work between CPU types. Like talk, it uses udp port to establish session and negotiate a random-high tcp port for the data tx. <BR> Security Concerns: <BR> - Usernames & passwords are cleartext and reusable <BR> - Vul to buffer overflow <BR> , ntalk<br><br>(talkd)<br>
845utime 519/tcp # unixtime<BR>
846utime 519/udp # unixtime<BR>
847efs 520/tcp # Extended file name server<BR>
848router 520/udp # Route Info Protocol (RIP)<BR><br> Used between routing hosts to advertise route table. <BR> Security Concerns: <BR> - Vul to malicious route updates, which provides several attack possibilities: <BR> -- DOS network w/ bad updates <BR> -- Route traffic to you for exploit <BR> -- Route your attack pkts around network defenses <BR>
849ripng 521/tcp # ripng<BR>
850ripng/ripng 521/udp # ripng<BR>, ripng<br><br>ripng<br>
851ulp 522/tcp # User Locator Service<BR><br> Used by collaborative apps to track/locate active users (eg: NetMeeting). <BR> Security Concerns: Provides valuable user info for user-level attacks. Do not allow across untrusted nets without encryption. <BR>
852ulp 522/udp # User Locator Service<BR><br> Used by collaborative apps to track/locate active users (eg: NetMeeting). <BR> Security Concerns: Provides valuable user info for user-level attacks. Do not allow across untrusted nets without encryption. <BR>
853ibm-db2 523/tcp # IBM-DB2<BR>
854ibm-db2 523/udp # IBM-DB2<BR>
855ncp 524/tcp # NCP<BR>
856ncp 524/udp # NCP<BR>
857timed 525/tcp # Time Server<BR>
858timed 525/udp # Time Server<BR>
859tempo 526/tcp # NewDate<BR>
860tempo 526/udp # NewDate<BR>
861stx 527/tcp # Stock IXChange<BR>
862stx 527/udp # Stock IXChange<BR>
863custix 528/tcp # Customer IXChange<BR>
864custix 528/udp # Customer IXChange<BR>
865irc-serv 529/tcp # IRC-SERV<BR>
866irc-serv 529/udp # IRC-SERV<BR>
867courier 530/tcp # rpc<BR>
868courier/courier 530/udp # rpc<BR>, courier<br><br>rpc<br>
869conference 531/tcp # Chat<BR>
870conference 531/udp # Chat<BR>
871netnews 532/tcp # ReadNews<BR>
872netnews 532/udp # ReadNews<BR>
873netwall 533/tcp # For emergency broadcasts<BR>
874netwall/netwall 533/udp # For emergency broadcasts<BR>, netwall<br><br>-for emergency broadcasts, for emergency broadcasts<br>
875mm-admin 534/tcp # MegaMedia Admin<BR>
876mm-admin 534/udp # MegaMedia Admin<BR>
877iiop 535/tcp # iiop<BR>
878iiop 535/udp # iiop<BR>
879opalis-rdv 536/tcp # opalis-rdv<BR>
880opalis-rdv 536/udp # opalis-rdv<BR>
881nmsp 537/tcp # Networked Media Streaming Protocol<BR>
882nmsp 537/udp # Networked Media Streaming Protocol<BR>
883gdomap 538/tcp # gdomap<BR>
884gdomap 538/udp # gdomap<BR>
885apertus-ldp 539/tcp # Apertus Tech Load Determination<BR>
886apertus-ldp 539/udp # Apertus Tech Load Determination<BR>
887uucp 540/tcp # Unix to Unix Copy<BR><br> Original Unix copy service, becoming obsolete. Is still used to some remote sites where periodic connection & download of spooled data files is the normal comm. <BR> Security Concern: Usernames & passwords are cleartext and reusable. <BR>
888uucp/uucp 540/udp # Unix to Unix Copy<BR><br> Original Unix copy service, becoming obsolete. Is still used to some remote sites where periodic connection & download of spooled data files is the normal comm. <BR> Security Concern: Usernames & passwords are cleartext and reusable. <BR> , uucp<br><br>uucpd<br>
889uucp-rlogin 541/tcp # uucp-rlogin<BR>
890uucp-rlogin/uucp-rlogin 541/udp # uucp-rlogin<BR>, uucp-rlogin<br><br>uucp-rlogin<br>
891commerce 542/tcp # commerce<BR>
892commerce 542/udp # commerce<BR>
893klogin 543/tcp # klogin<BR>
894klogin/klogin 543/udp # klogin<BR>, klogin<br><br>kerberos (v4/v5)<br>
895kshell 544/tcp # krcmd<BR>
896kshell/kshell 544/udp # krcmd<BR>, kshell<br><br>krcmd, kerberos (v4/v5), krcmd kerberos (v4/v5)<br>
897appleqtcsrvr 545/tcp # appleqtcsrvr<BR>
898appleqtcsrvr/appleqtcsrvr 545/udp # appleqtcsrvr<BR>, appleqtcsrvr<br><br>appleqtcsrvr<br>
899dhcpv6-client 546/tcp # DHCPv6 Client<BR>
900dhcpv6-client 546/udp # DHCPv6 Client<BR>
901dhcpv6-server 547/tcp # DHCPv6 Server<BR>
902dhcpv6-server 547/udp # DHCPv6 Server<BR>
903afpovertcp 548/tcp # AFP over TCP<BR>
904afpovertcp/afpovertcp 548/udp # AFP over TCP<BR>, afpovertcp<br><br>appleshareip protocol, afp over tcp, afp over udp<br>
905idfp 549/tcp # IDFP<BR>
906idfp 549/udp # IDFP<BR>
907new-rwho 550/tcp # new-who<BR>
908new-rwho/new-rwho 550/udp # new-who<BR>, new-rwho<br><br>new-who, experimental<br>
909cybercash 551/tcp # cybercash<BR>
910cybercash 551/udp # cybercash<BR>
911deviceshare 552/tcp # deviceshare<BR>
912deviceshare 552/udp # deviceshare<BR>
913pirp 553/tcp # pirp<BR>
914pirp 553/udp # pirp<BR>
915rtsp 554/tcp # Real Time Stream Control Protocol<BR>
916rtsp 554/udp # Real Time Stream Control Protocol<BR>
917dsf 555/tcp # dsf<BR>
918dsf 555/udp # dsf<BR>
919remotefs 556/tcp # rfs server<BR>
920remotefs 556/udp # rfs server<BR>
921openvms-sysipc 557/tcp # openvms-sysipc<BR>
922openvms-sysipc 557/udp # openvms-sysipc<BR>
923sdnskmp 558/tcp # SDNSKMP<BR>
924sdnskmp 558/udp # SDNSKMP<BR>
925teedtap 559/tcp # TEEDTAP<BR>
926teedtap 559/udp # TEEDTAP<BR>
927rmonitor 560/tcp # rmonitord<BR>
928rmonitor/rmonitor 560/udp # rmonitord<BR>, rmonitor<br><br>experimental, rmonitord<br>
929monitor 561/tcp # monitor<BR>
930monitor/monitor 561/udp # monitor<BR>, monitor<br><br>experimental<br>
931chshell 562/tcp # chcmd<BR>
932chshell 562/udp # chcmd<BR>
933nntps 563/tcp # NNTP over TLS/SSL<BR><br> Was formerly snntp, snews <BR>
934nntps 563/udp # NNTP over TLS/SSL<BR><br> Was formerly snntp, snews <BR>
9359pfs 564/tcp # Plan 9 file service<BR>
9369pfs 564/udp # Plan 9 file service<BR>
937whoami 565/tcp # whoami<BR>
938whoami 565/udp # whoami<BR>
939streettalk 566/tcp # streettalk<BR>
940streettalk 566/udp # streettalk<BR>
941banyan-rpc 567/tcp # banyan-rpc<BR>
942banyan-rpc 567/udp # banyan-rpc<BR>
943ms-shuttle 568/tcp # microsoft shuttle<BR>
944ms-shuttle 568/udp # microsoft shuttle<BR>
945ms-rome 569/tcp # microsoft rome<BR>
946ms-rome 569/udp # microsoft rome<BR>
947meter 570/tcp # demon<BR>
948meter 570/udp # demon<BR>
949meter 571/tcp # udemon<BR>
950meter 571/udp # udemon<BR>
951sonar 572/tcp # sonar<BR>
952sonar 572/udp # sonar<BR>
953banyan-vip 573/tcp # banyan-vip<BR>
954banyan-vip 573/udp # banyan-vip<BR>
955ftp-agent 574/tcp # FTP Software Agent System<BR>
956ftp-agent 574/udp # FTP Software Agent System<BR>
957vemmi 575/tcp # VEMMI<BR>
958vemmi 575/udp # VEMMI<BR>
959ipcd 576/tcp # ipcd<BR>
960ipcd 576/udp # ipcd<BR>
961vnas 577/tcp # vnas<BR>
962vnas 577/udp # vnas<BR>
963ipdd 578/tcp # ipdd<BR>
964ipdd 578/udp # ipdd<BR>
965decbsrv 579/tcp # decbsrv<BR>
966decbsrv 579/udp # decbsrv<BR>
967sntp-heartbeat 580/tcp # SNTP HEARTBEAT<BR>
968sntp-heartbeat 580/udp # SNTP HEARTBEAT<BR>
969bdp 581/tcp # Bundle Discovery Protocol<BR>
970bdp 581/udp # Bundle Discovery Protocol<BR>
971scc-security 582/tcp # SCC Security<BR>
972scc-security 582/udp # SCC Security<BR>
973philips-vc 583/tcp # Philips Video-Conferencing<BR>
974philips-vc 583/udp # Philips Video-Conferencing<BR>
975keyserver 584/tcp # Key Server<BR>
976keyserver 584/udp # Key Server<BR>
977imap4-ssl 585/tcp # IMAP4+SSL<BR>
978imap4-ssl/imap4-ssl 585/udp # IMAP4+SSL<BR>, imap4-ssl<br><br>use 993 instead), imap4+ssl (use 993 instead)<br>
979password-chg 586/tcp # Password Change<BR>
980password-chg 586/udp # Password Change<BR>
981submission 587/tcp # Submission<BR>
982submission 587/udp # Submission<BR>
983cal 588/tcp # CAL<BR>
984cal 588/udp # CAL<BR>
985eyelink 589/tcp # EyeLink<BR>
986eyelink 589/udp # EyeLink<BR>
987tns-cml 590/tcp # TNS CML<BR>
988tns-cml 590/udp # TNS CML<BR>
989http-alt 591/tcp # FileMaker, Inc. - HTTP Alternative<BR>
990http-alt 591/udp # FileMaker, Inc. - HTTP Alternative<BR>
991eudora-set 592/tcp # Eudora Set<BR>
992eudora-set 592/udp # Eudora Set<BR>
993http-rpc-epmap 593/tcp # HTTP RPC Ep Map<BR><br> Enabled on NT servers running SNA RPC. <BR>
994http-rpc-epmap 593/udp # HTTP RPC Ep Map<BR><br> Enabled on NT servers running SNA RPC. <BR>
995tpip 594/tcp # TPIP<BR>
996tpip 594/udp # TPIP<BR>
997cab-protocol 595/tcp # CAB Protocol<BR>
998cab-protocol 595/udp # CAB Protocol<BR>
999smsd 596/tcp # SMSD<BR>
1000smsd 596/udp # SMSD<BR>
1001ptcnameservice 597/tcp # PTC Name Service<BR>
1002ptcnameservice 597/udp # PTC Name Service<BR>
1003sco-websrvmg3/sco-websrvrmg3 598/tcp # SCO Web Server Manager 3<BR>, sco-websrvrmg3<br><br>sco web server manager 3<br>
1004sco-websrvmg3/sco-websrvrmg3 598/udp # SCO Web Server Manager 3<BR>, sco-websrvrmg3<br><br>sco web server manager 3<br>
1005acp 599/tcp # Aeolon Core Protocol<BR>
1006acp 599/udp # Aeolon Core Protocol<BR>
1007ipcserver 600/tcp # Sun IPC server<BR>
1008ipcserver/ipcserver 600/udp # Sun IPC server<BR>, ipcserver<br><br>sun ipc server<br>
1009urm 606/tcp # Cray Unified Resource Manager<BR>
1010urm 606/udp # Cray Unified Resource Manager<BR>
1011nqs 607/tcp # nqs<BR>
1012nqs 607/udp # nqs<BR>
1013sift-uft 608/tcp # Sender-Initiated/Unsolicited File Tx<BR>
1014sift-uft 608/udp # Sender-Initiated/Unsolicited File Tx<BR>
1015npmp-trap 609/tcp # npmp-trap<BR>
1016npmp-trap 609/udp # npmp-trap<BR>
1017npmp-local 610/tcp # npmp-local<BR>
1018npmp-local 610/udp # npmp-local<BR>
1019npmp-gui 611/tcp # npmp-gui<BR>
1020npmp-gui 611/udp # npmp-gui<BR>
1021hmmp-ind 612/tcp # HMMP Indication<BR>
1022hmmp-ind 612/udp # HMMP Indication<BR>
1023hmmp-op 613/tcp # HMMP Operation<BR>
1024hmmp-op 613/udp # HMMP Operation<BR>
1025sshell 614/tcp # SSLshell<BR>
1026sshell 614/udp # SSLshell<BR>
1027sco-inetmgr 615/tcp # SCO Internet Configuration Manager<BR>
1028sco-inetmgr 615/udp # SCO Internet Configuration Manager<BR>
1029sco-sysmgr 616/tcp # SCO System Administration Server<BR>
1030sco-sysmgr 616/udp # SCO System Administration Server<BR>
1031sco-dtmgr 617/tcp # SCO Desktop Administration Server<BR>
1032sco-dtmgr 617/udp # SCO Desktop Administration Server<BR>
1033dei-icda 618/tcp # DEI-ICDA<BR>
1034dei-icda 618/udp # DEI-ICDA<BR>
1035digital-evm 619/tcp # Digital EVM<BR>
1036digital-evm 619/udp # Digital EVM<BR>
1037sco-websrvrmgr 620/tcp # SCO WebServer Manager<BR>
1038sco-websrvrmgr 620/udp # SCO WebServer Manager<BR>
1039escp-ip 621/tcp # ESCP<BR>
1040escp-ip 621/udp # ESCP<BR>
1041collaborator 622/tcp # Collaborator<BR>
1042collaborator 622/udp # Collaborator<BR>
1043aux_bus_shunt 623/tcp # Aux Bus Shunt<BR>
1044aux_bus_shunt 623/udp # Aux Bus Shunt<BR>
1045cryptoadmin 624/tcp # Crypto Admin<BR>
1046cryptoadmin 624/udp # Crypto Admin<BR>
1047dec_dlm 625/tcp # DEC DLM<BR>
1048dec_dlm 625/udp # DEC DLM<BR>
1049asia 626/tcp # ASIA<BR>
1050asia 626/udp # ASIA<BR>
1051passgo-tivoli 627/tcp # PassGo Tivoli<BR>
1052passgo-tivoli 627/udp # PassGo Tivoli<BR>
1053qmqp 628/tcp # QMQP<BR>
1054qmqp/qmqp 628/udp # QMQP<BR>, qmqp<br><br>qmqp<br>
10553com-amp3 629/tcp # 3Com AMP3<BR>
10563com-amp3 629/udp # 3Com AMP3<BR>
1057rda 630/tcp # RDA<BR>
1058rda 630/udp # RDA<BR>
1059ipp 631/tcp # Internet Printing Protocol<BR>
1060ipp 631/udp # Internet Printing Protocol<BR>
1061bmpp 632/tcp # bmpp<BR>
1062bmpp 632/udp # bmpp<BR>
1063servstat 633/tcp # Service Status update (Sterling Software)<BR>
1064servstat 633/udp # Service Status update (Sterling Software)<BR>
1065ginad 634/tcp # ginad<BR>
1066ginad 634/udp # ginad<BR>
1067linux-mountd/rlzdbase 635/tcp # Linux mountd port<BR><br> Linux mountd rpc port, supports NFS-type services. <BR> Security Concerns: Popular attack target on Linux hosts, sue to buffer overflow vul on some Linux versions. <BR> , RLZ DBase<BR>
1068linux-mountd/rlzdbase/rlzdbase 635/udp # Linux mountd port<BR><br> Linux mountd rpc port, supports NFS-type services. <BR> Security Concerns: Popular attack target on Linux hosts, sue to buffer overflow vul on some Linux versions. <BR> , RLZ DBase<BR>, rlzdbase<br><br>nfs mount service, rlz dbase<br>
1069ldaps 636/tcp # LDAP using TLS/SSL (was sldap)<BR>
1070ldaps 636/udp # LDAP using TLS/SSL (was sldap)<BR>
1071lanserver 637/tcp # lanserver<BR>
1072lanserver 637/udp # lanserver<BR>
1073mcns-sec 638/tcp # mcns-sec<BR>
1074mcns-sec 638/udp # mcns-sec<BR>
1075msdp 639/tcp # MSDP<BR>
1076msdp 639/udp # MSDP<BR>
1077entrust-sps 640/tcp # Entrust-SPS<BR>
1078entrust-sps/entrust-sps 640/udp # Entrust-SPS<BR>, entrust-sps<br><br>entrust-sps, pc-nfs dos authentication<br>
1079repcmd 641/tcp # RepCmd<BR>
1080repcmd 641/udp # RepCmd<BR>
1081esro-emsdp 642/tcp # ESRO-EMSDP v1.3<BR>
1082esro-emsdp 642/udp # ESRO-EMSDP v1.3<BR>
1083sanity 643/tcp # SANity<BR>
1084sanity 643/udp # SANity<BR>
1085dwr 644/tcp # dwr<BR>
1086dwr 644/udp # dwr<BR>
1087pssc 645/tcp # PCCS<BR>
1088pssc 645/udp # PCCS<BR>
1089ldp 646/tcp #
1090ldp 646/udp #
1091rrp 648/tcp # Registry Registrar Protocol (RRP)<BR>
1092rrp 648/udp # Registry Registrar Protocol (RRP)<BR>
1093aminet 649/tcp # Aminet<BR>
1094aminet 649/udp # Aminet<BR>
1095obex 650/tcp # OBEX<BR>
1096obex/obex 650/udp # OBEX<BR>, obex<br><br>bw-nfs dos authentication, obex<br>
1097ieee-mms 651/tcp # IEEE MMS<BR>
1098ieee-mms 651/udp # IEEE MMS<BR>
1099udir-dtcp/udlr-dtcp 652/tcp # UDLR_DTCP<BR>, udlr-dtcp<br><br>udlr_dtcp<br>
1100udir-dtcp/udlr-dtcp 652/udp # UDLR_DTCP<BR>, udlr-dtcp<br><br>udlr_dtcp<br>
1101repscmd 653/tcp # RepCmd<BR>
1102repscmd 653/udp # RepCmd<BR>
1103aodv 654/tcp # AODV<BR>
1104aodv 654/udp # AODV<BR>
1105tinc 655/tcp # TINC<BR>
1106tinc 655/udp # TINC<BR>
1107spmp 656/tcp # SPMP<BR>
1108spmp 656/udp # SPMP<BR>
1109rmc 657/tcp # RMC<BR>
1110rmc 657/udp # RMC<BR>
1111tenfold 658/tcp # TenFold<BR>
1112tenfold 658/udp # TenFold<BR>
1113url-rendezvous 659/tcp # URL Rendezvous<BR>
1114url-rendezvous 659/udp # URL Rendezvous<BR>
1115mac-srvr-admin 660/tcp # MacOS<BR>
1116mac-srvr-admin 660/udp # MacOS<BR>
1117hap 661/tcp # HAP<BR>
1118hap 661/udp # HAP<BR>
1119pftp 662/tcp # PFTP<BR>
1120pftp 662/udp # PFTP<BR>
1121purenoise 663/tcp # PureNoise<BR>
1122purenoise 663/udp # PureNoise<BR>
1123secure-aux-bus 664/tcp # Secure Aux Bus<BR>
1124secure-aux-bus 664/udp # Secure Aux Bus<BR>
1125sun-dr 665/tcp # Sun DR<BR>
1126sun-dr 665/udp # Sun DR<BR>
1127mdqs/doom 666/tcp # MDQS<BR>, doom Id Software<BR><br> Might get shot!! <Grin Seriously, root-level exploit exists thru Doom on some Unix hosts (Linux confirmed). <BR>
1128mdqs/doom 666/udp # MDQS<BR>, doom Id Software<BR><br> Might get shot!! <Grin Seriously, root-level exploit exists thru Doom on some Unix hosts (Linux confirmed). <BR>
1129disclose 667/tcp # Campaign Contribution Disclosures<BR>
1130disclose 667/udp # Campaign Contribution Disclosures<BR>
1131mecomm 668/tcp # MeComm<BR>
1132mecomm 668/udp # MeComm<BR>
1133meregister 669/tcp # MeRegister<BR>
1134meregister 669/udp # MeRegister<BR>
1135vacdsm-sws 670/tcp # VACDSM-SWS<BR>
1136vacdsm-sws 670/udp # VACDSM-SWS<BR>
1137vacdsm-app 671/tcp # VACDSM-APP<BR>
1138vacdsm-app 671/udp # VACDSM-APP<BR>
1139vpps-qua 672/tcp # VPPS-QUA<BR>
1140vpps-qua 672/udp # VPPS-QUA<BR>
1141cimplex 673/tcp # CIMPLEX<BR>
1142cimplex 673/udp # CIMPLEX<BR>
1143acap 674/tcp # ACAP<BR>
1144acap 674/udp # ACAP<BR>
1145dctp 675/tcp # DCTP<BR>
1146dctp 675/udp # DCTP<BR>
1147vpps-via 676/tcp # VPPS Via<BR>
1148vpps-via 676/udp # VPPS Via<BR>
1149vpp 677/tcp # Virtual Presence Protocol<BR>
1150vpp 677/udp # Virtual Presence Protocol<BR>
1151ggf-ncp 678/tcp # GNU Generation Foundation NCP<BR>
1152ggf-ncp/ggf-ncp 678/udp # GNU Generation Foundation NCP<BR>, ggf-ncp<br><br>gnu generation foundation ncp<br>
1153mrm 679/tcp # MRM<BR>
1154mrm 679/udp # MRM<BR>
1155entrust-aaas 680/tcp # Entrust-aaas<BR>
1156entrust-aaas 680/udp # Entrust-aaas<BR>
1157entrust-aams 681/tcp # Entrust-aams<BR>
1158entrust-aams 681/udp # Entrust-aams<BR>
1159xfr 682/tcp # XFR<BR>
1160xfr 682/udp # XFR<BR>
1161corba-iiop 683/tcp # CORBA IIOP<BR>
1162corba-iiop 683/udp # CORBA IIOP<BR>
1163corba-iiop-ssl 684/tcp # CORBA IIOP SSL<BR>
1164corba-iiop-ssl 684/udp # CORBA IIOP SSL<BR>
1165mdc-portmapper 685/tcp # MDC Port Mapper<BR>
1166mdc-portmapper 685/udp # MDC Port Mapper<BR>
1167hcp-wismar 686/tcp # Hardware Control Protocol Wismar<BR>
1168hcp-wismar 686/udp # Hardware Control Protocol Wismar<BR>
1169asipregistry 687/tcp # asipregistry<BR>
1170asipregistry 687/udp # asipregistry<BR>
1171realm-rusd 688/tcp # REALM-RUSD<BR>
1172realm-rusd 688/udp # REALM-RUSD<BR>
1173nmap 689/tcp # NMAP<BR>
1174nmap 689/udp # NMAP<BR>
1175vatp 690/tcp # VATP<BR>
1176vatp 690/udp # VATP<BR>
1177msexch-routing 691/tcp # MS Exchange Routing<BR>
1178msexch-routing 691/udp # MS Exchange Routing<BR>
1179hyperwave-isp 692/tcp # Hyperwave-ISP<BR>
1180hyperwave-isp 692/udp # Hyperwave-ISP<BR>
1181connedp/connendp 693/tcp # connendp<BR>, connendp<br><br>connendp<br>
1182connedp/connendp 693/udp # connendp<BR>, connendp<br><br>connendp<br>
1183ha-cluster 694/tcp # ha-cluster<BR>
1184ha-cluster 694/udp # ha-cluster<BR>
1185elcsd 704/tcp # errlog copy/server daemon<BR>
1186elcsd 704/udp # errlog copy/server daemon<BR>
1187agentx 705/tcp # AgentX<BR>
1188agentx 705/udp # AgentX<BR>
1189borland-dsj 707/tcp # Borland DSJ<BR>
1190borland-dsj 707/udp # Borland DSJ<BR>
1191entrust-kmsh 709/tcp # Entrust Key Mgmt Service Handler<BR>
1192entrust-kmsh 709/udp # Entrust Key Mgmt Service Handler<BR>
1193entrust-ash 710/tcp # Entrust Admin Service Handler<BR>
1194entrust-ash 710/udp # Entrust Admin Service Handler<BR>
1195cisco-tdp 711/tcp # Cisco TDP<BR>
1196cisco-tdp 711/udp # Cisco TDP<BR>
1197nt 721/tcp # Windows NT v3.5x Printer Ports<BR><br> Print jobs from NT v3.5x hosts are sourced from tcp 721-731, sequentially. Changed under NT v4.0, the lpd client now uses random source port between 512 and 1023. Was changed to provide higher consecutive print volume. <BR>
1198 /udp #
1199netviewdm1 729/tcp # IBM NetView DM/6000 Server/Client<BR>
1200netviewdm1 729/udp # IBM NetView DM/6000 Server/Client<BR>
1201netviewdm2 730/tcp # IBM NetView DM/6000 send/tcp<BR>
1202netviewdm2 730/udp # IBM NetView DM/6000 send/tcp<BR>
1203netviewdm3 731/tcp # IBM NetView DM/6000 receive/tcp<BR>
1204netviewdm3 731/udp # IBM NetView DM/6000 receive/tcp<BR>
1205netgw 741/tcp # netGW<BR>
1206netgw 741/udp # netGW<BR>
1207netrcs 742/tcp # Network based Rev. Cont. Sys.<BR>
1208netrcs 742/udp # Network based Rev. Cont. Sys.<BR>
1209flexlm 744/tcp # Flexible License Manager<BR>
1210flexlm 744/udp # Flexible License Manager<BR>
1211fujitsu-dev 747/tcp # Fujitsu Device Control<BR>
1212fujitsu-dev 747/udp # Fujitsu Device Control<BR>
1213ris-cm 748/tcp # Russell Info Sci Calendar Manager<BR>
1214ris-cm 748/udp # Russell Info Sci Calendar Manager<BR>
1215kerberos-adm 749/tcp # kerberos administration<BR>
1216kerberos-adm/kerberos-adm 749/udp # kerberos administration<BR>, kerberos-adm<br><br>kerberos administration, kerberos 5 admin/changepw<br>
1217rfile 750/tcp # rfile<BR>
1218rfile/loadav/kerberos-iv 750/udp # rfile<BR>, loadav<BR>, Kerberos Version IV<BR>
1219pump 751/tcp # Pump<BR>
1220pump/pump 751/udp # Pump<BR>, pump<br><br>kerberos `kadmin' (v4), kerberos authentication, kerberos admin server udp<br>
1221qrh 752/tcp # qrh<BR>
1222qrh 752/udp # qrh<BR>
1223rrh 753/tcp # rrh<BR>
1224rrh 753/udp # rrh<BR>
1225tell 754/tcp # send<BR>
1226tell/tell 754/udp # send<BR>, tell<br><br>send<br>
1227nlogin 758/tcp # nlogin<BR>
1228nlogin 758/udp # nlogin<BR>
1229con 759/tcp # con<BR>
1230con 759/udp # con<BR>
1231ns 760/tcp # ns<BR>
1232ns/ns 760/udp # ns<BR>, ns<br><br><br>
1233rxe 761/tcp # rxe<BR>
1234rxe/rxe 761/udp # rxe<BR>, rxe<br><br><br>
1235quotad 762/tcp # quotad<BR>
1236quotad 762/udp # quotad<BR>
1237cycleserv 763/tcp # cycleserv<BR>
1238cycleserv 763/udp # cycleserv<BR>
1239omserv 764/tcp # omserv<BR>
1240omserv 764/udp # omserv<BR>
1241webster 765/tcp # webster<BR>
1242webster/webster 765/udp # webster<BR>, webster<br><br><br>
1243phonebook 767/tcp # phone<BR>
1244phonebook 767/udp # phone<BR>
1245vid 769/tcp # vid<BR>
1246vid 769/udp # vid<BR>
1247cadlock 770/tcp # cadlock<BR>
1248cadlock 770/udp # cadlock<BR>
1249rtip 771/tcp # rtip<BR>
1250rtip 771/udp # rtip<BR>
1251cycleserv2 772/tcp # cycleserv2<BR>
1252cycleserv2 772/udp # cycleserv2<BR>
1253submit 773/tcp # submit<BR>
1254submit/notify 773/udp # submit<BR>, Notify<BR>
1255rpasswd 774/tcp # rpasswd<BR>
1256acmaint_dbd 774/udp # acmaint_dbd<BR>
1257entomb/sms_db 775/tcp # entomb<BR>, Microsoft NT SMS Database<BR>
1258acmaint_transd/sms_db 775/udp # acmaint_transd<BR>, Microsoft NT SMS Database<BR>
1259wpages 776/tcp # wpages<BR>
1260wpages 776/udp # wpages<BR>
1261multiling-http/sms_update 777/tcp # Multiling HTTP<BR>, Microsoft NT SMS Update<BR>
1262multiling-http/sms_update 777/udp # Multiling HTTP<BR>, Microsoft NT SMS Update<BR>
1263wpgs 780/tcp # wpgs<BR>
1264wpgs 780/udp # wpgs<BR>
1265concert 786/tcp # Concert<BR>
1266concert 786/udp # Concert<BR>
1267qsc 787/tcp # QSC<BR>
1268qsc 787/udp # QSC<BR>
1269off-explorer/mdbs_daemon 800/tcp # Office Explorer<BR>Security Concerns: Allows remote viewing of a user's web cache. Traversal bug also allows viewing of files outside cache using "GET......" style commands. <BR> , mdbs_daemon<BR>
1270mdbs_daemon 800/udp # mdbs_daemon<BR>
1271device 801/tcp # device<BR>
1272device 801/udp # device<BR>
1273fcp-tcp 810/tcp # FCP<BR>
1274fcp-udp 810/udp # FCP Datagram<BR>
1275itm-mcell-s 828/tcp # itm-mcell-s<BR>
1276itm-mcell-s 828/udp # itm-mcell-s<BR>
1277pkix-3-ca-ra 829/tcp # PKIX-3 CA/RA<BR>
1278pkix-3-ca-ra 829/udp # PKIX-3 CA/RA<BR>
1279rsync 873/tcp # rsync<BR>
1280rsync/rsync 873/udp # rsync<BR>, rsync<br><br>rsync<br>
1281iclcnet-locate 886/tcp # ICL coNETion locate server<BR>
1282iclcnet-locate 886/udp # ICL coNETion locate server<BR>
1283iclcnet_svinfo 887/tcp # ICL coNETion server info<BR>
1284iclcnet_svinfo 887/udp # ICL coNETion server info<BR>
1285accessbuilder/cddbp 888/tcp # AccessBuilder<BR>, CD Database Protocol<BR>
1286accessbuilder/accessbuilder 888/udp # AccessBuilder<BR>, accessbuilder<br><br>accessbuilder<br>
1287fw-1_http/omginitialrefs 900/tcp # Firewall-1 Web Access Port (CheckPoint)<BR><br> FW-1's remote user access/auth port via browser (http). Is alternative to telnet to FW's tcp 259. Via browser connection, user can auth and use all permitted web resources of the internal network. <BR> <br> FW-1 Ports: tcp 256, tcp/udp 259, udp 500, tcp 900 <BR> , OMG Initial Refs<BR>
1288omginitialrefs 900/udp # OMG Initial Refs<BR>
1289smpnamers 901/tcp # SMPNAMERES<BR>
1290smpnamers/smpnameres 901/udp # SMPNAMERES<BR>, smpnameres<br><br>smpnameres<br>
1291ideaform-chat/ideafarm-chat 902/tcp # IdeaFarm-Chat<BR>, ideafarm-chat<br><br>ideafarm-chat<br>
1292ideaform-chat/ideafarm-chat 902/udp # IdeaFarm-Chat<BR>, ideafarm-chat<br><br>ideafarm-chat<br>
1293ideaform-catch/ideafarm-catch 903/tcp # IdeaFarm-Catch<BR>, ideafarm-catch<br><br>ideafarm-catch<br>
1294ideaform-catch/ideafarm-catch 903/udp # IdeaFarm-Catch<BR>, ideafarm-catch<br><br>ideafarm-catch<br>
1295xact-backup 911/tcp # xact-backup<BR>
1296xact-backup 911/udp # xact-backup<BR>
1297ftps-data 989/tcp # Secure FTP Data Port (TLS/SSL)<BR>
1298ftps-data 989/udp # Secure FTP Data Port (TLS/SSL)<BR>
1299ftps 990/tcp # Secure FTP Control Port (TLS/SSL)<BR>
1300ftps 990/udp # Secure FTP Control Port (TLS/SSL)<BR>
1301nas 991/tcp # Netnews Administration System<BR>
1302nas 991/udp # Netnews Administration System<BR>
1303telnets 992/tcp # telnet protocol over TLS/SSL<BR>
1304telnets 992/udp # telnet protocol over TLS/SSL<BR>
1305imaps 993/tcp # imap4 protocol over TLS/SSL<BR>
1306imaps/imaps 993/udp # imap4 protocol over TLS/SSL<BR>, imaps<br><br>imap4 protocol over tls/ssl<br>
1307ircs 994/tcp # irc protocol over TLS/SSL<BR>
1308ircs 994/udp # irc protocol over TLS/SSL<BR>
1309pop3s 995/tcp # Secured POP3 (TLS/SSL) [was spop3]<BR><br> SSL-encrypted POP3 service for encrypted mail transfer. Also used by mail servers such as NT's Exchange Server for user auth. <BR>
1310pop3s/pop3s 995/udp # Secured POP3 (TLS/SSL) [was spop3]<BR><br> SSL-encrypted POP3 service for encrypted mail transfer. Also used by mail servers such as NT's Exchange Server for user auth. <BR> , pop3s<br><br>pop3 protocol over tls/ssl (was spop3)<br>
1311vsinet 996/tcp # vsinet<BR>
1312vsinet/vsinet 996/udp # vsinet<BR>, vsinet<br><br>vsinet<br>
1313maitrd 997/tcp # maitrd<BR>
1314maitrd 997/udp # maitrd<BR>
1315busboy 998/tcp # busboy<BR>
1316puparp 998/udp # puparp<BR>
1317garcon/puprouter 999/tcp # garcon<BR>, puprouter<BR>
1318applix/puprouter 999/udp # Applix ac<BR>, puprouter<BR>
1319cadlock2 1000/tcp # Cadlock-2<BR>
1320cadlock2/ock 1000/udp # Cadlock-2<BR>, ock<BR>
1321surf 1010/tcp # Surf<BR>
1322surf 1010/udp # Surf<BR>
1323--Buffer-- 1023/tcp # Unused Buffer Ports<BR>
1324--Buffer-- 1023/udp # Unused Buffer Ports<BR>
1325blackjack/listener 1025/tcp # Network Blackjack<BR>, System V R3 listener; used by uucp<BR>
1326blackjack/listener/blackjack 1025/udp # Network Blackjack<BR>, System V R3 listener; used by uucp<BR>, blackjack<br><br>network blackjack<br>
1327iad1 1030/tcp # BBN IAD<BR>
1328iad1 1030/udp # BBN IAD<BR>
1329iad2/inetinfo 1031/tcp # BBN IAD<BR>, NT's Inetinfo<BR>
1330iad2 1031/udp # BBN IAD<BR>
1331iad3 1032/tcp # BBN IAD<BR>
1332iad3 1032/udp # BBN IAD<BR>
1333neod1 1047/tcp # Sun's NEO Object Request Broker<BR>
1334neod1 1047/udp # Sun's NEO Object Request Broker<BR>
1335neod2 1048/tcp # Sun's NEO Object Request Broker<BR>
1336neod2 1048/udp # Sun's NEO Object Request Broker<BR>
1337backdoor-port 1049/tcp # Reported Backdoor<BR><br> Reported to have appeared on Linux hosts as a hacked backdoor, along with tcp 65534 (both open on same host). Little else known. <BR>
1338 /udp #
1339nim 1058/tcp # nim<BR>
1340nim 1058/udp # nim<BR>
1341nimreg 1059/tcp # nimreg<BR>
1342nimreg 1059/udp # nimreg<BR>
1343instl_boots 1067/tcp # Instal Bootstrap Protocol Server<BR>
1344instl_boots 1067/udp # Instal Bootstrap Protocol Server<BR>
1345instl_bootc 1068/tcp # Instal Bootstrap Protocol Client<BR>
1346instl_bootc 1068/udp # Instal Bootstrap Protocol Client<BR>
1347socks 1080/tcp # SOCKS<BR><br> SOCKS port, used to support outbound tcp services (FTP, HTTP, etc.). Vulnerable similar to FTP Bounce, in that attacker can connect to this port and "bounce" out to another internal host. Done to either reach a protected internal host or mask true source of attack. <BR> <br> Listen for connection attempts to this port -- good sign of port scans, SOCKS-probes, or bounce attacks. <BR> <br> Also a means to access restricted resources. Example: Bouncing off a MILNET gateway SOCKS port allows attacker to access web sites, etc. that were restricted only to .mil domain hosts. <BR>
1348socks 1080/udp # SOCKS<BR><br> SOCKS port, used to support outbound tcp services (FTP, HTTP, etc.). Vulnerable similar to FTP Bounce, in that attacker can connect to this port and "bounce" out to another internal host. Done to either reach a protected internal host or mask true source of attack. <BR> <br> Listen for connection attempts to this port -- good sign of port scans, SOCKS-probes, or bounce attacks. <BR> <br> Also a means to access restricted resources. Example: Bouncing off a MILNET gateway SOCKS port allows attacker to access web sites, etc. that were restricted only to .mil domain hosts. <BR>
1349ansoft-lm-1 1083/tcp # Anasoft License Manager<BR>
1350ansoft-lm-1 1083/udp # Anasoft License Manager<BR>
1351ansoft-lm-2 1084/tcp # Anasoft License Manager<BR>
1352ansoft-lm-2 1084/udp # Anasoft License Manager<BR>
1353webobjects 1085/tcp # Web Objects<BR>
1354webobjects 1085/udp # Web Objects<BR>
1355sunclustermgr 1097/tcp # Sun Cluster Manager<BR>
1356sunclustermgr 1097/udp # Sun Cluster Manager<BR>
1357rmiactivation 1098/tcp # RMI Activation<BR>
1358rmiactivation 1098/udp # RMI Activation<BR>
1359rmiregistry 1099/tcp # RMI Registry<BR>
1360rmiregistry 1099/udp # RMI Registry<BR>
1361kpop 1109/tcp # Pop with Kerberos<BR>
1362 /udp #
1363nfsd-status 1110/tcp # NFSD cluster status info<BR>
1364nfsd-keepalive 1110/udp # NFSD client status info<BR>
1365lmsocialserver 1111/tcp # LM Social Server<BR>
1366lmsocialserver 1111/udp # LM Social Server<BR>
1367mini-sql 1114/tcp # Mini SQL<BR>
1368mini-sql 1114/udp # Mini SQL<BR>
1369murray 1123/tcp # Murray<BR>
1370murray 1123/udp # Murray<BR>
1371nfa 1155/tcp # Network File Access<BR>
1372nfa 1155/udp # Network File Access<BR>
1373health-polling 1161/tcp # Health Polling<BR>
1374health-polling 1161/udp # Health Polling<BR>
1375health-trap 1162/tcp # Health Trap<BR>
1376health-trap 1162/udp # Health Trap<BR>
1377 /tcp #
1378phone 1167/udp # Internet Phone<BR>
1379mc-client 1180/tcp # Millicent Client Proxy<BR>
1380mc-client 1180/udp # Millicent Client Proxy<BR>
1381scol 1200/tcp # SCOL<BR>
1382scol 1200/udp # SCOL<BR>
1383caiccipc 1202/tcp # caiccipc<BR>
1384caiccipc 1202/udp # caiccipc<BR>
1385lupa 1212/tcp # lupa<BR>
1386lupa 1212/udp # lupa<BR>
1387scanstat-1 1215/tcp # scanSTAT 1.0<BR>
1388scanstat-1 1215/udp # scanSTAT 1.0<BR>
1389nerv 1222/tcp # SNI R&D network<BR>
1390nerv 1222/udp # SNI R&D network<BR>
1391search-agent 1234/tcp # Infoseek Search Agent<BR>
1392search-agent 1234/udp # Infoseek Search Agent<BR>
1393vosiac 1235/tcp # Vosiac<BR><br> Audio/video protocol based on Video Datagram Protocol (VDP). Also uses udp 61801-61821. <BR>
1394 /udp #
1395nmsd 1239/tcp # NMSD<BR>
1396nmsd 1239/udp # NMSD<BR>
1397subsevel-infection 1243/tcp # SubSevel Infection Port<BR><br> One of the known SubSeven tcp control ports. Others include tcp 6711, 6712, 6713, 6776. Default is tcp 27374. <BR>
1398 /udp #
1399hermes 1248/tcp # hermes<BR>
1400hermes 1248/udp # hermes<BR>
1401h323hostcallsc 1300/tcp # H.323 Host Call Secure<BR>
1402h323hostcallsc 1300/udp # H.323 Host Call Secure<BR>
1403husky 1310/tcp # Husky<BR>
1404husky 1310/udp # Husky<BR>
1405rxmon 1311/tcp # RxMon<BR>
1406rxmon 1311/udp # RxMon<BR>
1407sti-envision 1312/tcp # STI Envision<BR>
1408sti-envision 1312/udp # STI Envision<BR>
1409bmc_patroldb/dynamo-db 1313/tcp # BMC_Patrol Database<BR>, Dynamo Database<BR><br> Test Dynamo app's database port. Used on Dynamo server for testing (provides "some" db for the Dynamo app to test functionality with upon initial install. Used when a live db is unavailable or undesirable for test. <BR>
1410bmc_patroldb/bmc-patroldb 1313/udp # BMC_Patrol Database<BR>, bmc-patroldb<br><br>bmc_patroldb<br>
1411pdps 1314/tcp # Photoscript Distributed Print System<BR>
1412pdps 1314/udp # Photoscript Distributed Print System<BR>
1413panja-axbnet 1320/tcp # Panja-AXBNET<BR>
1414panja-axbnet 1320/udp # Panja-AXBNET<BR>
1415pip 1321/tcp #
1416pip 1321/udp #
1417digital-notary 1335/tcp # Digital Notary Protocol<BR>
1418digital-notary 1335/udp # Digital Notary Protocol<BR>
1419VMOTelnet 1342/tcp # VMODEM telnet redirect<BR>
1420VMOTelnet 1342/udp # VMODEM telnet redirect<BR>
1421vpjp 1345/tcp # VPJP<BR>
1422vpjp 1345/udp # VPJP<BR>
1423alta-ana-lm 1346/tcp # Alta Analytics License Manager<BR>
1424alta-ana-lm 1346/udp # Alta Analytics License Manager<BR>
1425bbn-mmc 1347/tcp # Multimedia conferencing<BR>
1426bbn-mmc 1347/udp # Multimedia conferencing<BR>
1427bbn-mmx 1348/tcp # Multimedia conferencing<BR>
1428bbn-mmx 1348/udp # Multimedia conferencing<BR>
1429sbook 1349/tcp # Registration Network Protocol<BR>
1430sbook 1349/udp # Registration Network Protocol<BR>
1431editbench 1350/tcp # Registration Network Protocol<BR>
1432editbench 1350/udp # Registration Network Protocol<BR>
1433equationbuilder 1351/tcp # Digital Tool Works (MIT)<BR>
1434equationbuilder 1351/udp # Digital Tool Works (MIT)<BR>
1435lotusnote 1352/tcp # Lotus Notes<BR><br> Lotus Notes provides a range of services on tcp 1352, including email (others include replication to DRA-mirrored systems, app client/server calls, etc). Vulnerable to much of same attacks poss. on tcp 25, including data disclosure, modification, and forgery, plus DOS flooding. <BR>
1436lotusnote 1352/udp # Lotus Notes<BR><br> Lotus Notes provides a range of services on tcp 1352, including email (others include replication to DRA-mirrored systems, app client/server calls, etc). Vulnerable to much of same attacks poss. on tcp 25, including data disclosure, modification, and forgery, plus DOS flooding. <BR>
1437relief 1353/tcp # Relief Consulting<BR>
1438relief 1353/udp # Relief Consulting<BR>
1439rightbrain 1354/tcp # RightBrain Software<BR>
1440rightbrain 1354/udp # RightBrain Software<BR>
1441cuillamartin 1356/tcp # CuillaMartin Company<BR>
1442cuillamartin 1356/udp # CuillaMartin Company<BR>
1443pegboard 1357/tcp # Electronic PegBoard<BR>
1444pegboard 1357/udp # Electronic PegBoard<BR>
1445connlcli 1358/tcp # CONNLCLI<BR>
1446connlcli 1358/udp # CONNLCLI<BR>
1447ftsrv 1359/tcp # FTSRV<BR>
1448ftsrv 1359/udp # FTSRV<BR>
1449mimer 1360/tcp # MIMER<BR>
1450mimer 1360/udp # MIMER<BR>
1451linx 1361/tcp # LinX<BR>
1452linx 1361/udp # LinX<BR>
1453timeflies 1362/tcp # TimeFlies<BR>
1454timeflies 1362/udp # TimeFlies<BR>
1455ndm-requester 1363/tcp # Network DataMover Requester<BR>
1456ndm-requester 1363/udp # Network DataMover Requester<BR>
1457ndm-server 1364/tcp # Network DataMover Server<BR>
1458ndm-server 1364/udp # Network DataMover Server<BR>
1459adapt-sna 1365/tcp # Network Software Associates<BR>
1460adapt-sna 1365/udp # Network Software Associates<BR>
1461netware-csp 1366/tcp # Novell NetWare Comm Service Platform<BR>
1462netware-csp 1366/udp # Novell NetWare Comm Service Platform<BR>
1463dcs 1367/tcp # DCS<BR>
1464dcs 1367/udp # DCS<BR>
1465screencast 1368/tcp # ScreenCast<BR>
1466screencast 1368/udp # ScreenCast<BR>
1467gv-us 1369/tcp # GlobalView to Unix Shell<BR>
1468gv-us 1369/udp # GlobalView to Unix Shell<BR>
1469us-gv 1370/tcp # Unix Shell to GlobalView<BR>
1470us-gv 1370/udp # Unix Shell to GlobalView<BR>
1471fc-cli 1371/tcp # Fujitsu Config Protocol<BR>
1472fc-cli 1371/udp # Fujitsu Config Protocol<BR>
1473fc-ser 1372/tcp # Fujitsu Config Protocol<BR>
1474fc-ser 1372/udp # Fujitsu Config Protocol<BR>
1475chromagrafx 1373/tcp # Chromagrafx<BR>
1476chromagrafx 1373/udp # Chromagrafx<BR>
1477molly 1374/tcp # EPI Software Systems<BR>
1478molly 1374/udp # EPI Software Systems<BR>
1479bytex 1375/tcp # Bytex<BR>
1480bytex 1375/udp # Bytex<BR>
1481ibm-pps 1376/tcp # IBM Person to Person Software<BR>
1482ibm-pps 1376/udp # IBM Person to Person Software<BR>
1483cichlid 1377/tcp # Cichlid License Manager<BR>
1484cichlid 1377/udp # Cichlid License Manager<BR>
1485elan 1378/tcp # Elan License Manager<BR>
1486elan 1378/udp # Elan License Manager<BR>
1487dbreporter 1379/tcp # Integrity Solutions<BR>
1488dbreporter 1379/udp # Integrity Solutions<BR>
1489telesis-licman 1380/tcp # Telesis Network License Manager<BR>
1490telesis-licman 1380/udp # Telesis Network License Manager<BR>
1491apple-licman 1381/tcp # Apple Network License Manager<BR>
1492apple-licman 1381/udp # Apple Network License Manager<BR>
1493udt_os 1382/tcp # udt_os<BR>
1494udt_os 1382/udp # udt_os<BR>
1495gwha 1383/tcp # GW Hannaway Network License Manager<BR>
1496gwha 1383/udp # GW Hannaway Network License Manager<BR>
1497os-licman 1384/tcp # Objective Solutions License Manager<BR>
1498os-licman 1384/udp # Objective Solutions License Manager<BR>
1499atex_elmd 1385/tcp # Atex Publishing License Manager<BR>
1500atex_elmd 1385/udp # Atex Publishing License Manager<BR>
1501checksum 1386/tcp # CheckSum License Manager<BR>
1502checksum 1386/udp # CheckSum License Manager<BR>
1503cadsi-lm 1387/tcp # CAD Software Inc LM<BR>
1504cadsi-lm 1387/udp # CAD Software Inc LM<BR>
1505objective-dbc 1388/tcp # Objective Solutions DataBase Cache<BR>
1506objective-dbc 1388/udp # Objective Solutions DataBase Cache<BR>
1507iclpv-dm 1389/tcp # Document Manager<BR>
1508iclpv-dm 1389/udp # Document Manager<BR>
1509iclpv-sc 1390/tcp # Storage Controller<BR>
1510iclpv-sc 1390/udp # Storage Controller<BR>
1511iclpv-sas 1391/tcp # Storage Access Server<BR>
1512iclpv-sas 1391/udp # Storage Access Server<BR>
1513iclpv-pm 1392/tcp # Print Manager<BR>
1514iclpv-pm 1392/udp # Print Manager<BR>
1515iclpv-nls 1393/tcp # Network Log Server<BR>
1516iclpv-nls 1393/udp # Network Log Server<BR>
1517iclpv-nlc 1394/tcp # Network Log Client<BR>
1518iclpv-nlc 1394/udp # Network Log Client<BR>
1519iclpv-wsm 1395/tcp # PC Workstation Manager software<BR>
1520iclpv-wsm 1395/udp # PC Workstation Manager software<BR>
1521dvl-activemail 1396/tcp # DVL Active Mail<BR>
1522dvl-activemail 1396/udp # DVL Active Mail<BR>
1523audio-activmail 1397/tcp # Audio Active Mail<BR>
1524audio-activmail 1397/udp # Audio Active Mail<BR>
1525video-activmail 1398/tcp # Video Active Mail<BR>
1526video-activmail 1398/udp # Video Active Mail<BR>
1527cadkey-licman 1399/tcp # Cadkey License Manager<BR>
1528cadkey-licman 1399/udp # Cadkey License Manager<BR>
1529cadkey-tablet 1400/tcp # Cadkey Tablet Daemon<BR>
1530cadkey-tablet 1400/udp # Cadkey Tablet Daemon<BR>
1531goldleaf-licman 1401/tcp # Goldleaf License Manager<BR>
1532goldleaf-licman 1401/udp # Goldleaf License Manager<BR>
1533prm-sm-np 1402/tcp # Prospero Resource Manager<BR>
1534prm-sm-np 1402/udp # Prospero Resource Manager<BR>
1535prm-nm-np 1403/tcp # Prospero Resource Manager<BR>
1536prm-nm-np 1403/udp # Prospero Resource Manager<BR>
1537igi-lm 1404/tcp # Infinite Graphics License Manager<BR>
1538igi-lm 1404/udp # Infinite Graphics License Manager<BR>
1539ibm-res 1405/tcp # IBM Remote Execution Starter<BR>
1540ibm-res 1405/udp # IBM Remote Execution Starter<BR>
1541netlabs-lm 1406/tcp # NetLabs License Manager<BR>
1542netlabs-lm 1406/udp # NetLabs License Manager<BR>
1543dbsa-lm 1407/tcp # DBSA License Manager<BR>
1544dbsa-lm 1407/udp # DBSA License Manager<BR>
1545sophia-lm 1408/tcp # Sophia License Manager<BR>
1546sophia-lm 1408/udp # Sophia License Manager<BR>
1547here-lm 1409/tcp # Here License Manager<BR>
1548here-lm 1409/udp # Here License Manager<BR>
1549hiq 1410/tcp # HiQ License Manager<BR>
1550hiq 1410/udp # HiQ License Manager<BR>
1551af 1411/tcp # AudioFile<BR>
1552af 1411/udp # AudioFile<BR>
1553innosys 1412/tcp # InnoSys<BR>
1554innosys 1412/udp # InnoSys<BR>
1555innosys-acl 1413/tcp # Innosys-ACL<BR>
1556innosys-acl 1413/udp # Innosys-ACL<BR>
1557ibm-mqseries 1414/tcp # IBM MQSeries<BR>
1558ibm-mqseries 1414/udp # IBM MQSeries<BR>
1559dbstar 1415/tcp # DBStar<BR>
1560dbstar 1415/udp # DBStar<BR>
1561novell-lu6.2 1416/tcp # Novell LU6.2<BR>
1562novell-lu6.2 1416/udp # Novell LU6.2<BR>
1563timbuktu-srv1 1417/tcp # Timbuktu Service 1 Port<BR>
1564timbuktu-srv1 1417/udp # Timbuktu Service 1 Port<BR>
1565timbuktu-srv2 1418/tcp # Timbuktu Service 2 Port<BR>
1566timbuktu-srv2 1418/udp # Timbuktu Service 2 Port<BR>
1567timbuktu-srv3 1419/tcp # Timbuktu Service 3 Port<BR>
1568timbuktu-srv3 1419/udp # Timbuktu Service 3 Port<BR>
1569timbuktu-srv4 1420/tcp # Timbuktu Service 4 Port<BR>
1570timbuktu-srv4 1420/udp # Timbuktu Service 4 Port<BR>
1571gandalf-lm 1421/tcp # Gandalf License Manager<BR>
1572gandalf-lm 1421/udp # Gandalf License Manager<BR>
1573autodesk-lm 1422/tcp # Autodesk License Manager<BR>
1574autodesk-lm 1422/udp # Autodesk License Manager<BR>
1575essbase 1423/tcp # Essbase Arbor Software<BR>
1576essbase 1423/udp # Essbase Arbor Software<BR>
1577hybrid 1424/tcp # Hybrid Encryption Protocol<BR>
1578hybrid 1424/udp # Hybrid Encryption Protocol<BR>
1579zion-lm 1425/tcp # Zion Software License Manager<BR>
1580zion-lm 1425/udp # Zion Software License Manager<BR>
1581sais 1426/tcp # Satellite-data Acquisition System 1<BR>
1582sais 1426/udp # Satellite-data Acquisition System 1<BR>
1583mloadd 1427/tcp # mloadd monitoring tool<BR>
1584mloadd 1427/udp # mloadd monitoring tool<BR>
1585informatik-lm 1428/tcp # Informatik License Manager<BR>
1586informatik-lm 1428/udp # Informatik License Manager<BR>
1587nms 1429/tcp # Hypercom NMS<BR>
1588nms 1429/udp # Hypercom NMS<BR>
1589tpdu 1430/tcp # Hypercom TPDU<BR>
1590tpdu 1430/udp # Hypercom TPDU<BR>
1591rgtp 1431/tcp # Reverse Gossip Transport<BR>
1592rgtp 1431/udp # Reverse Gossip Transport<BR>
1593blueberry-lm 1432/tcp # Blueberry Software License Manager<BR>
1594blueberry-lm 1432/udp # Blueberry Software License Manager<BR>
1595ms-sql-s 1433/tcp # Microsoft SQL Server<BR><br> Also known as "TDS" for "Tabular Data Stream" DB-library, used by Microsoft's SQL server. <BR>
1596ms-sql-s 1433/udp # Microsoft SQL Server<BR><br> Also known as "TDS" for "Tabular Data Stream" DB-library, used by Microsoft's SQL server. <BR>
1597ms-sql-m 1434/tcp # Microsoft SQL Monitor<BR>
1598ms-sql-m 1434/udp # Microsoft SQL Monitor<BR>
1599ibm-cics 1435/tcp # IBM CICS<BR>
1600ibm-cics 1435/udp # IBM CICS<BR>
1601saism 1436/tcp # Satellite-data Acquisition System 2<BR>
1602saism 1436/udp # Satellite-data Acquisition System 2<BR>
1603tabula 1437/tcp # Tabula<BR>
1604tabula 1437/udp # Tabula<BR>
1605eicon-server 1438/tcp # Eicon Security Agent/Server<BR>
1606eicon-server 1438/udp # Eicon Security Agent/Server<BR>
1607eicon-x25 1439/tcp # Eicon X25/SNA Gateway<BR>
1608eicon-x25 1439/udp # Eicon X25/SNA Gateway<BR>
1609eicon-slp 1440/tcp # Eicon Service Location Protocol<BR>
1610eicon-slp 1440/udp # Eicon Service Location Protocol<BR>
1611cadis-1 1441/tcp # Cadis License Management<BR>
1612cadis-1 1441/udp # Cadis License Management<BR>
1613cadis-2 1442/tcp # Cadis License Management<BR>
1614cadis-2 1442/udp # Cadis License Management<BR>
1615ies-lm 1443/tcp # Integrated Engineering Software<BR>
1616ies-lm 1443/udp # Integrated Engineering Software<BR>
1617marcam-lm 1444/tcp # Marcam License Management<BR>
1618marcam-lm 1444/udp # Marcam License Management<BR>
1619proxima-lm 1445/tcp # Proxima License Manager<BR>
1620proxima-lm 1445/udp # Proxima License Manager<BR>
1621ora-lm 1446/tcp # Optical Research Associates LM<BR>
1622ora-lm 1446/udp # Optical Research Associates LM<BR>
1623apri-lm 1447/tcp # Applied Parallel Research LM<BR>
1624apri-lm 1447/udp # Applied Parallel Research LM<BR>
1625oc-lm 1448/tcp # OpenConnect License Manager<BR>
1626oc-lm 1448/udp # OpenConnect License Manager<BR>
1627peport 1449/tcp # PEport<BR>
1628peport 1449/udp # PEport<BR>
1629dwf 1450/tcp # Tandem Distrib Workbench Facility<BR>
1630dwf 1450/udp # Tandem Distrib Workbench Facility<BR>
1631infoman 1451/tcp # IBM Info Management<BR>
1632infoman 1451/udp # IBM Info Management<BR>
1633gtegsc-lm 1452/tcp # GTE Government Systems LM<BR>
1634gtegsc-lm 1452/udp # GTE Government Systems LM<BR>
1635genie-lm 1453/tcp # Genie License Manager<BR>
1636genie-lm 1453/udp # Genie License Manager<BR>
1637interhdl_elmd 1454/tcp # interHDL License Manager<BR>
1638interhdl_elmd 1454/udp # interHDL License Manager<BR>
1639esl-lm 1455/tcp # ESL License Manager<BR>
1640esl-lm 1455/udp # ESL License Manager<BR>
1641dca 1456/tcp # DCA<BR>
1642dca 1456/udp # DCA<BR>
1643valisys-lm 1457/tcp # Valisys License Manager<BR>
1644valisys-lm 1457/udp # Valisys License Manager<BR>
1645nrcabq-lm 1458/tcp # Nichols Research Corp.<BR>
1646nrcabq-lm 1458/udp # Nichols Research Corp.<BR>
1647proshare1 1459/tcp # Proshare Notebook Application<BR>
1648proshare1 1459/udp # Proshare Notebook Application<BR>
1649proshare2 1460/tcp # Proshare Notebook Application<BR>
1650proshare2 1460/udp # Proshare Notebook Application<BR>
1651ibm_wrless_lan 1461/tcp # IBM Wireless LAN<BR>
1652ibm_wrless_lan 1461/udp # IBM Wireless LAN<BR>
1653world-lm 1462/tcp # World License Manager<BR>
1654world-lm 1462/udp # World License Manager<BR>
1655nucleus 1463/tcp # Nucleus<BR>
1656nucleus 1463/udp # Nucleus<BR>
1657msl_lmd 1464/tcp # MSL License Manager<BR>
1658msl_lmd 1464/udp # MSL License Manager<BR>
1659pipes 1465/tcp # Pipes Platform<BR>
1660pipes/pipes 1465/udp # Pipes Platform<BR>, pipes<br><br>pipes platform mfarlin@peerlogic.com<br>
1661oceansoft-lm 1466/tcp # Ocean Software License Manager<BR>
1662oceansoft-lm 1466/udp # Ocean Software License Manager<BR>
1663csdmbase 1467/tcp # CSDMBASE<BR>
1664csdmbase 1467/udp # CSDMBASE<BR>
1665csdm 1468/tcp # CSDM<BR>
1666csdm 1468/udp # CSDM<BR>
1667aal-lm 1469/tcp # Active Analysis Limited LM<BR>
1668aal-lm 1469/udp # Active Analysis Limited LM<BR>
1669uaiact 1470/tcp # Universal Analytics<BR>
1670uaiact 1470/udp # Universal Analytics<BR>
1671csdmbase 1471/tcp # csdmbase<BR>
1672csdmbase 1471/udp # csdmbase<BR>
1673csdm 1472/tcp # csdm<BR>
1674csdm 1472/udp # csdm<BR>
1675openmath 1473/tcp # OpenMath<BR>
1676openmath 1473/udp # OpenMath<BR>
1677telefinder 1474/tcp # Telefinder<BR>
1678telefinder 1474/udp # Telefinder<BR>
1679taligent-lm 1475/tcp # Taligent License Manager<BR>
1680taligent-lm 1475/udp # Taligent License Manager<BR>
1681clvm-cfg 1476/tcp # clvm-cfg<BR>
1682clvm-cfg 1476/udp # clvm-cfg<BR>
1683ms-sna-server 1477/tcp # ms-sna-server<BR>
1684ms-sna-server 1477/udp # ms-sna-server<BR>
1685ms-sna-base 1478/tcp # ms-sna-base<BR>
1686ms-sna-base 1478/udp # ms-sna-base<BR>
1687dberegister 1479/tcp # dberegister<BR>
1688dberegister 1479/udp # dberegister<BR>
1689pacerforum 1480/tcp # PacerForum<BR>
1690pacerforum 1480/udp # PacerForum<BR>
1691airs 1481/tcp # AIRS<BR>
1692airs 1481/udp # AIRS<BR>
1693miteksys-lm 1482/tcp # Miteksys License Manager<BR>
1694miteksys-lm 1482/udp # Miteksys License Manager<BR>
1695afs 1483/tcp # AFS License Manager<BR>
1696afs 1483/udp # AFS License Manager<BR>
1697confluent 1484/tcp # Confluent License Manager<BR>
1698confluent 1484/udp # Confluent License Manager<BR>
1699lansource 1485/tcp # LANSource<BR>
1700lansource 1485/udp # LANSource<BR>
1701nms_topo_serv 1486/tcp # nms_topo_serv<BR>
1702nms_topo_serv 1486/udp # nms_topo_serv<BR>
1703localinfosrvr 1487/tcp # LocalInfoSrvr<BR>
1704localinfosrvr 1487/udp # LocalInfoSrvr<BR>
1705docstor 1488/tcp # DocStor<BR>
1706docstor 1488/udp # DocStor<BR>
1707dmdocbroker 1489/tcp # dmdocbroker<BR>
1708dmdocbroker 1489/udp # dmdocbroker<BR>
1709vocaltec/insitu-conf 1490/tcp # VocalTec Internet Phone<BR><br> Video-Teleconferencing. Also uses tcp 6670 & 25793, tcp/udp 22555. <BR> , insitu-conf<BR>
1710insitu-conf 1490/udp # insitu-conf<BR>
1711anynetgateway 1491/tcp # Anynet Gateway<BR>
1712anynetgateway 1491/udp # Anynet Gateway<BR>
1713stone-design-1 1492/tcp # Stone Design 1<BR>
1714stone-design-1 1492/udp # Stone Design 1<BR>
1715netmap_lm 1493/tcp # Netmap License Manager<BR>
1716netmap_lm 1493/udp # Netmap License Manager<BR>
1717ica/winframe 1494/tcp # ICA<BR>, WinFrame remote LAN service<br> Used on MS hosts for ICA Citrix Client<BR>
1718ica 1494/udp # ICA<BR>
1719cvc 1495/tcp # CVC<BR>
1720cvc 1495/udp # CVC<BR>
1721liberty-lm 1496/tcp # Liberty License Manager<BR>
1722liberty-lm 1496/udp # Liberty License Manager<BR>
1723rfx-lm 1497/tcp # RFX License Manager<BR>
1724rfx-lm 1497/udp # RFX License Manager<BR>
1725watcom-sql/sybase-sqlany 1498/tcp # Watcom SQL<BR>, Sybase SQL Any<BR>
1726watcom-sql/sybase-sqlany 1498/udp # Watcom SQL<BR>, Sybase SQL Any<BR>
1727fhc 1499/tcp # Federico Heinz Consultora<BR>
1728fhc 1499/udp # Federico Heinz Consultora<BR>
1729vlsi-lm 1500/tcp # VLSI License Manager<BR>
1730vlsi-lm 1500/udp # VLSI License Manager<BR>
1731saiscm 1501/tcp # Satellite-data Acquisition System 3<BR>
1732saiscm 1501/udp # Satellite-data Acquisition System 3<BR>
1733shivadiscovery 1502/tcp # Shiva<BR>
1734shivadiscovery 1502/udp # Shiva<BR>
1735imtc-mcs/netmeeting 1503/tcp # Databeam T-120<BR><br> Used by multimedia collaborative apps such as NetMeeting to establish and control a collaborative session. <BR> , Microsoft NetMeeting<BR>
1736imtc-mcs 1503/udp # Databeam T-120<BR><br> Used by multimedia collaborative apps such as NetMeeting to establish and control a collaborative session. <BR>
1737evb-elm 1504/tcp # EVB Software Engineering License Mgr<BR>
1738evb-elm 1504/udp # EVB Software Engineering License Mgr<BR>
1739funkproxy 1505/tcp # Funk Software, Inc.<BR>
1740funkproxy 1505/udp # Funk Software, Inc.<BR>
1741utcd 1506/tcp # Universal Time daemon (utcd)<BR>
1742utcd 1506/udp # Universal Time daemon (utcd)<BR>
1743symplex 1507/tcp # symplex<BR>
1744symplex 1507/udp # symplex<BR>
1745diagmond 1508/tcp # Diagnostic Monitor<BR>
1746diagmond 1508/udp # Diagnostic Monitor<BR>
1747robcad-lm 1509/tcp # Robcad License Manager<BR>
1748robcad-lm 1509/udp # Robcad License Manager<BR>
1749mvx-lm 1510/tcp # Midland Valley Exploration LM<BR>
1750mvx-lm 1510/udp # Midland Valley Exploration LM<BR>
17513l-l1 1511/tcp # 3l-l1<BR>
17523l-l1 1511/udp # 3l-l1<BR>
1753wins 1512/tcp # Windows Internet Name Service (WINS)<BR><br> Was reserved by Microsoft for WINS, however WINS actually uses old ARPAnet Naming Service port (tcp 42). <BR>
1754wins 1512/udp # Windows Internet Name Service (WINS)<BR><br> Was reserved by Microsoft for WINS, however WINS actually uses old ARPAnet Naming Service port (tcp 42). <BR>
1755fujitsu-dtc 1513/tcp # Fujitsu Systems Bus. of America, Inc<BR>
1756fujitsu-dtc 1513/udp # Fujitsu Systems Bus. of America, Inc<BR>
1757fujitsu-dtcns 1514/tcp # Fujitsu Systems Business of America, Inc<BR>
1758fujitsu-dtcns 1514/udp # Fujitsu Systems Business of America, Inc<BR>
1759ifor-protocol 1515/tcp # ifor-protocol<BR>
1760ifor-protocol 1515/udp # ifor-protocol<BR>
1761vpad 1516/tcp # Virtual Places Audio data<BR>
1762vpad 1516/udp # Virtual Places Audio data<BR>
1763vpac 1517/tcp # Virtual Places Audio control<BR>
1764vpac 1517/udp # Virtual Places Audio control<BR>
1765vpvd 1518/tcp # Virtual Places Video data<BR>
1766vpvd 1518/udp # Virtual Places Video data<BR>
1767vpvc 1519/tcp # Virtual Places Video control<BR>
1768vpvc 1519/udp # Virtual Places Video control<BR>
1769atm-zip-office 1520/tcp # ATM Zip Office<BR>
1770atm-zip-office 1520/udp # ATM Zip Office<BR>
1771ncube-lm/sqlnet 1521/tcp # nCube License Manager<BR>, SQLnet<BR>
1772ncube-lm/sqlnet 1521/udp # nCube License Manager<BR>, SQLnet<BR>
1773ricardo-lm 1522/tcp # Ricardo North America LM<BR>
1774ricardo-lm 1522/udp # Ricardo North America LM<BR>
1775sqlnet2/cichild-lm 1523/tcp # SQLnet2<BR><br> Oracle connection thru firewall. <BR> , cichild<BR>
1776cichild-lm 1523/udp # cichild<BR>
1777ingreslock 1524/tcp # ingres<BR><br> Popular tcp port for backdoor (eg: Trinoo relay slave). Watch for connection attempts to it at perimeter and within network. <BR>
1778ingreslock 1524/udp # ingres<BR><br> Popular tcp port for backdoor (eg: Trinoo relay slave). Watch for connection attempts to it at perimeter and within network. <BR>
1779orasrv/prospero-np 1525/tcp # Oracle<BR>, Prospero Directory Service non-priv<BR>
1780archie/orasrv/prospero-np/orasrv 1525/udp # <br> Old search engine for anomymous ftp archieves; replaced by web and its search engines. Unlikely to still find in use.<BR>, Oracle<BR>, Prospero Directory Service non-priv<BR>, orasrv<br><br>prospero directory service non-priv, oracle<br>
1781pdap-np/sqlnet 1526/tcp # Prospero Data Access Prot non-priv<BR>, SQLnet<BR>
1782pdap-np/sqlnet 1526/udp # Prospero Data Access Prot non-priv<BR>, SQLnet<BR>
1783tlisrv 1527/tcp # Oracle<BR>
1784tlisrv 1527/udp # Oracle<BR>
1785mciautoreg 1528/tcp # micautoreg<BR>
1786mciautoreg 1528/udp # micautoreg<BR>
1787coauthor 1529/tcp # Oracle<BR>
1788coauthor/coauthor 1529/udp # Oracle<BR>, coauthor<br><br>oracle<br>
1789rap-service 1530/tcp # rap-service<BR>
1790rap-service 1530/udp # rap-service<BR>
1791rap-listen 1531/tcp # rap-listen<BR>
1792rap-listen 1531/udp # rap-listen<BR>
1793miroconnect 1532/tcp # miroconnect<BR>
1794miroconnect 1532/udp # miroconnect<BR>
1795virtual-places 1533/tcp # Virtual Places Software<BR>
1796virtual-places 1533/udp # Virtual Places Software<BR>
1797micromuse-lm 1534/tcp # Micromuse License Manager<BR>
1798micromuse-lm 1534/udp # Micromuse License Manager<BR>
1799ampr-info 1535/tcp # ampr-info<BR>
1800ampr-info 1535/udp # ampr-info<BR>
1801ampr-inter 1536/tcp # ampr-inter<BR>
1802ampr-inter 1536/udp # ampr-inter<BR>
1803sdsc-lm 1537/tcp # isi-lm<BR>
1804sdsc-lm 1537/udp # isi-lm<BR>
18053ds-lm 1538/tcp # 3ds-lm<BR>
18063ds-lm 1538/udp # 3ds-lm<BR>
1807intellistor-lm 1539/tcp # Intellistor License Manager<BR>
1808intellistor-lm 1539/udp # Intellistor License Manager<BR>
1809rds 1540/tcp # rds<BR>
1810rds 1540/udp # rds<BR>
1811rds2 1541/tcp # rds2<BR>
1812rds2 1541/udp # rds2<BR>
1813gridgen-elmd 1542/tcp # gridgen-elmd<BR>
1814gridgen-elmd 1542/udp # gridgen-elmd<BR>
1815simba-cs 1543/tcp # simba-cs<BR>
1816simba-cs 1543/udp # simba-cs<BR>
1817aspeclmd 1544/tcp # aspeclmd<BR>
1818aspeclmd 1544/udp # aspeclmd<BR>
1819vistium-share 1545/tcp # vistium-share<BR>
1820vistium-share 1545/udp # vistium-share<BR>
1821abbaccuray 1546/tcp # abbaccuray<BR>
1822abbaccuray 1546/udp # abbaccuray<BR>
1823laplink 1547/tcp # laplink<BR>
1824laplink 1547/udp # laplink<BR>
1825axon-lm 1548/tcp # Axon License Manager<BR>
1826axon-lm 1548/udp # Axon License Manager<BR>
1827shivahose 1549/tcp # Shiva Hose<BR>
1828shivasound 1549/udp # Shiva Sound<BR>
18293m-image-lm 1550/tcp # Image Storage LM, 3M Inc<BR>
18303m-image-lm 1550/udp # Image Storage LM, 3M Inc<BR>
1831hecmtl-db 1551/tcp # HECMTL-DB<BR>
1832hecmtl-db 1551/udp # HECMTL-DB<BR>
1833pciarray 1552/tcp # pciarray<BR>
1834pciarray 1552/udp # pciarray<BR>
1835sna-cs 1553/tcp # sna-cs<BR>
1836sna-cs 1553/udp # sna-cs<BR>
1837caci-lm 1554/tcp # CACI Products Company LM<BR>
1838caci-lm 1554/udp # CACI Products Company LM<BR>
1839livelan 1555/tcp # livelan<BR>
1840livelan 1555/udp # livelan<BR>
1841ashwin 1556/tcp # AshWin CI Tecnologies<BR>
1842ashwin 1556/udp # AshWin CI Tecnologies<BR>
1843arbortext-lm 1557/tcp # ArborText License Manager<BR>
1844arbortext-lm 1557/udp # ArborText License Manager<BR>
1845xingmpeg 1558/tcp # xingmpeg<BR>
1846xingmpeg/streamworks/xing 1558/udp # xingmpeg<BR>, StreamWorks<BR><br> Used for tx of high quality video (Xing) <BR> , Xing Stream Works<BR><br> Used for streaming video. <BR>
1847web2host 1559/tcp # web2host<BR>
1848web2host 1559/udp # web2host<BR>
1849asci-val 1560/tcp # asci-val<BR>
1850asci-val 1560/udp # asci-val<BR>
1851facilityview 1561/tcp # facilityview<BR>
1852facilityview 1561/udp # facilityview<BR>
1853pconnectmgr 1562/tcp # pconnectmgr<BR>
1854pconnectmgr 1562/udp # pconnectmgr<BR>
1855cadabra-lm 1563/tcp # Cadabra License Manager<BR>
1856cadabra-lm 1563/udp # Cadabra License Manager<BR>
1857pay-per-view 1564/tcp # Pay-Per-View<BR>
1858pay-per-view 1564/udp # Pay-Per-View<BR>
1859winddlb 1565/tcp # WinDD<BR>
1860winddlb 1565/udp # WinDD<BR>
1861corelvideo 1566/tcp # CORELVIDEO<BR>
1862corelvideo 1566/udp # CORELVIDEO<BR>
1863jlicelmd 1567/tcp # jlicelmd<BR>
1864jlicelmd 1567/udp # jlicelmd<BR>
1865tsspmap 1568/tcp # tsspmap<BR>
1866tsspmap 1568/udp # tsspmap<BR>
1867ets 1569/tcp # ets<BR>
1868ets 1569/udp # ets<BR>
1869orbixd 1570/tcp # orbixd<BR>
1870orbixd 1570/udp # orbixd<BR>
1871rdb-dbs-disp 1571/tcp # Oracle Remote Data Base<BR>
1872rdb-dbs-disp 1571/udp # Oracle Remote Data Base<BR>
1873chip-lm 1572/tcp # Chipcom License Manager<BR>
1874chip-lm 1572/udp # Chipcom License Manager<BR>
1875itscomm-ns 1573/tcp # itscomm-ns<BR>
1876itscomm-ns 1573/udp # itscomm-ns<BR>
1877mvel-lm 1574/tcp # mvel-lm<BR>
1878mvel-lm 1574/udp # mvel-lm<BR>
1879oraclenames 1575/tcp # oraclenames<BR>
1880oraclenames 1575/udp # oraclenames<BR>
1881moldflow-lm 1576/tcp # moldflow-lm<BR>
1882moldflow-lm 1576/udp # moldflow-lm<BR>
1883hypercube-lm 1577/tcp # hypercube-lm<BR>
1884hypercube-lm 1577/udp # hypercube-lm<BR>
1885jacobus-lm 1578/tcp # Jacobus License Manager<BR>
1886jacobus-lm 1578/udp # Jacobus License Manager<BR>
1887ioc-sea-lm 1579/tcp # ioc-sea-lm<BR>
1888ioc-sea-lm 1579/udp # ioc-sea-lm<BR>
1889tn-tl-r1 1580/tcp # tn-tl-r1<BR>
1890tn-t1-r2/tn-tl-r2 1580/udp # tc-t1-r2<BR>, tn-tl-r2<br><br>tn-tl-r2<br>
1891mil-2045-47001/vmf-msg-port 1581/tcp # MIL-2045-47001<BR>, vmf-msg-port<BR>
1892mil-2045-47001/vmf-msg-port 1581/udp # MIL-2045-47001<BR>, vmf-msg-port<BR>
1893msims 1582/tcp # MSIMS<BR>
1894msims 1582/udp # MSIMS<BR>
1895simbaexpress 1583/tcp # simbaexpress<BR>
1896simbaexpress 1583/udp # simbaexpress<BR>
1897tn-tl-fd2 1584/tcp # tn-tl-fd2<BR>
1898tn-tl-fd2 1584/udp # tn-tl-fd2<BR>
1899intv 1585/tcp # intv<BR>
1900intv 1585/udp # intv<BR>
1901ibm-abtact 1586/tcp # ibm-abtact<BR>
1902ibm-abtact 1586/udp # ibm-abtact<BR>
1903pra_elmd 1587/tcp # pra_elmd<BR>
1904pra_elmd 1587/udp # pra_elmd<BR>
1905triquest-lm 1588/tcp # triquest-lm<BR>
1906triquest-lm 1588/udp # triquest-lm<BR>
1907vqp 1589/tcp # VQP<BR>
1908vqp 1589/udp # VQP<BR>
1909gemini-lm 1590/tcp # gemini-lm<BR>
1910gemini-lm 1590/udp # gemini-lm<BR>
1911ncpm-pm 1591/tcp # ncpm-pm<BR>
1912ncpm-pm 1591/udp # ncpm-pm<BR>
1913commonspace 1592/tcp # commonspace<BR>
1914commonspace 1592/udp # commonspace<BR>
1915mainsoft-lm 1593/tcp # mainsoft-lm<BR>
1916mainsoft-lm 1593/udp # mainsoft-lm<BR>
1917sixtrak 1594/tcp # sixtrak<BR>
1918sixtrak 1594/udp # sixtrak<BR>
1919radio 1595/tcp # radio<BR>
1920radio 1595/udp # radio<BR>
1921radio-sm 1596/tcp # radio-sm<BR>
1922radio-bc 1596/udp # radio-bc<BR>
1923orbplus-iiop 1597/tcp # orbplus-iiop<BR>
1924orbplus-iiop 1597/udp # orbplus-iiop<BR>
1925picknfs 1598/tcp # picknfs<BR>
1926picknfs 1598/udp # picknfs<BR>
1927simbaservices 1599/tcp # simbaservices<BR>
1928simbaservices 1599/udp # simbaservices<BR>
1929issd 1600/tcp # issd<BR>
1930issd 1600/udp # issd<BR>
1931aas 1601/tcp # aas<BR>
1932aas 1601/udp # aas<BR>
1933inspect 1602/tcp # inspect<BR>
1934inspect 1602/udp # inspect<BR>
1935picodbc 1603/tcp # pickodbc<BR>
1936picodbc 1603/udp # pickodbc<BR>
1937icabrowser 1604/tcp # icabrowser<BR>
1938icabrowser 1604/udp # icabrowser<BR>
1939slp 1605/tcp # Salutation Mgr (Salutation Protocol)<BR>
1940slp 1605/udp # Salutation Mgr (Salutation Protocol)<BR>
1941slm-api 1606/tcp # Salutation Manager (SLM-API)<BR>
1942slm-api 1606/udp # Salutation Manager (SLM-API)<BR>
1943stt 1607/tcp # stt<BR>
1944stt 1607/udp # stt<BR>
1945smart-lm 1608/tcp # Smart Corp. License Manager<BR>
1946smart-lm 1608/udp # Smart Corp. License Manager<BR>
1947isysg-lm 1609/tcp # isysg-lm<BR>
1948isysg-lm 1609/udp # isysg-lm<BR>
1949taurus-wh 1610/tcp # taurus-wh<BR>
1950taurus-wh 1610/udp # taurus-wh<BR>
1951ill 1611/tcp # Inter Library Loan<BR>
1952ill 1611/udp # Inter Library Loan<BR>
1953netbill-trans 1612/tcp # NetBill Transaction Server<BR>
1954netbill-trans 1612/udp # NetBill Transaction Server<BR>
1955netbill-keyrep 1613/tcp # NetBill Key Repository<BR>
1956netbill-keyrep 1613/udp # NetBill Key Repository<BR>
1957netbill-cred 1614/tcp # NetBill Credential Server<BR>
1958netbill-cred 1614/udp # NetBill Credential Server<BR>
1959netbill-auth 1615/tcp # NetBill Authorization Server<BR>
1960netbill-auth 1615/udp # NetBill Authorization Server<BR>
1961netbill-prod 1616/tcp # NetBill Product Server<BR>
1962netbill-prod 1616/udp # NetBill Product Server<BR>
1963nimrod-agent 1617/tcp # Nimrod Inter-Agent Communication<BR>
1964nimrod-agent 1617/udp # Nimrod Inter-Agent Communication<BR>
1965skytelnet 1618/tcp # skytelnet<BR>
1966skytelnet 1618/udp # skytelnet<BR>
1967xs-openstorage 1619/tcp # xs-openstorage<BR>
1968xs-openstorage 1619/udp # xs-openstorage<BR>
1969faxportwinport 1620/tcp # Faxportwinport<BR>
1970faxportwinport 1620/udp # Faxportwinport<BR>
1971softdataphone 1621/tcp # Softdataphone<BR>
1972softdataphone 1621/udp # Softdataphone<BR>
1973ontime 1622/tcp # OnTime Calendar Services<BR>
1974ontime 1622/udp # OnTime Calendar Services<BR>
1975jaleosnd 1623/tcp # jaleosnd<BR>
1976jaleosnd 1623/udp # jaleosnd<BR>
1977udp-sr-port 1624/tcp # udp-sr-port<BR>
1978udp-sr-port 1624/udp # udp-sr-port<BR>
1979svs-omagent 1625/tcp # svs-omagent<BR>
1980svs-omagent 1625/udp # svs-omagent<BR>
1981shockwave 1626/tcp # Shockwave<BR>
1982shockwave 1626/udp # Shockwave<BR>
1983t128-gateway 1627/tcp # T.128 Gateway<BR>
1984t128-gateway 1627/udp # T.128 Gateway<BR>
1985longtalk-norm/lontalk-norm 1628/tcp # LongTalk normal<BR>, lontalk-norm<br><br>lontalk normal<br>
1986longtalk-norm/lontalk-norm 1628/udp # LongTalk normal<BR>, lontalk-norm<br><br>lontalk normal<br>
1987longtalk-urgnt/lontalk-urgnt 1629/tcp # LongTalk urgent<BR>, lontalk-urgnt<br><br>lontalk urgent<br>
1988longtalk-urgnt/lontalk-urgnt 1629/udp # LongTalk urgent<BR>, lontalk-urgnt<br><br>lontalk urgent<br>
1989oraclenet8cman 1630/tcp # Oracle Net8 Cman<BR>
1990oraclenet8cman 1630/udp # Oracle Net8 Cman<BR>
1991visitview 1631/tcp # Visit View<BR>
1992visitview 1631/udp # Visit View<BR>
1993pammratc 1632/tcp # PAMMRATC<BR>
1994pammratc 1632/udp # PAMMRATC<BR>
1995pammrpc 1633/tcp # PAMMRPC<BR>
1996pammrpc 1633/udp # PAMMRPC<BR>
1997loaprobe 1634/tcp # EDB Server 1<BR>
1998loaprobe 1634/udp # EDB Server 1<BR>
1999edb-server1 1635/tcp # EDB Server 1<BR>
2000edb-server1 1635/udp # EDB Server 1<BR>
2001cncp 1636/tcp # CableNet Control Protocol<BR>
2002cncp 1636/udp # CableNet Control Protocol<BR>
2003cnap 1637/tcp # CableNet Admin Protocol<BR>
2004cnap 1637/udp # CableNet Admin Protocol<BR>
2005cnip 1638/tcp # CableNet Info Protocol<BR>
2006cnip 1638/udp # CableNet Info Protocol<BR>
2007cert-initiator 1639/tcp # cert-initiator<BR>
2008cert-initiator 1639/udp # cert-initiator<BR>
2009cert-responder 1640/tcp # cert-responder<BR>
2010cert-responder 1640/udp # cert-responder<BR>
2011invision 1641/tcp # InVision<BR>
2012invision 1641/udp # InVision<BR>
2013isis-am 1642/tcp # isis-am<BR>
2014isis-am 1642/udp # isis-am<BR>
2015isis-ambc 1643/tcp # isis-ambc<BR>
2016isis-ambc 1643/udp # isis-ambc<BR>
2017saiseh/saiseh 1644/tcp # Satellite-Data Acquisition System 4<BR>, saiseh<br><br>satellite-data acquisition system 4<br>
2018saiseh 1644/udp # Satellite-Data Acquisition System 4<BR>
2019datametrics/radius 1645/tcp # datametrics<BR>, Radius Authentication Services<BR>
2020datametrics/radius/datametrics 1645/udp # datametrics<BR>, Radius Authentication Services<BR>, datametrics<br><br>radius authentication, datametrics<br>
2021sa-msg-port 1646/tcp # sa-msg-port<BR>
2022sa-msg-port/sa-msg-port 1646/udp # sa-msg-port<BR>, sa-msg-port<br><br>sa-msg-port, radius accounting<br>
2023rsap 1647/tcp # rsap<BR>
2024rsap 1647/udp # rsap<BR>
2025concurrent-lm 1648/tcp # concurrent-lm<BR>
2026concurrent-lm 1648/udp # concurrent-lm<BR>
2027inspect/kermit 1649/tcp # inspect<BR>, kermit<BR>
2028inspect/kermit 1649/udp # inspect<BR>, kermit<BR>
2029nkd 1650/tcp # nkd<BR>
2030nkd 1650/udp # nkd<BR>
2031shiva_confsrvr 1651/tcp # shiva_confsrvr<BR>
2032shiva_confsrvr 1651/udp # shiva_confsrvr<BR>
2033xnmp 1652/tcp # xnmp<BR>
2034xnmp 1652/udp # xnmp<BR>
2035alphatech-lm 1653/tcp # alphatech-lm<BR>
2036alphatech-lm 1653/udp # alphatech-lm<BR>
2037stargatealerts 1654/tcp # stargatealerts<BR>
2038stargatealerts 1654/udp # stargatealerts<BR>
2039dec-mbadmin 1655/tcp # dec-mbadmin<BR>
2040dec-mbadmin 1655/udp # dec-mbadmin<BR>
2041dec-mbadmin-h 1656/tcp # dec-mbadmin-h<BR>
2042dec-mbadmin-h 1656/udp # dec-mbadmin-h<BR>
2043fujitsu-mmpdc 1657/tcp # fujitsu-mmpdc<BR>
2044fujitsu-mmpdc 1657/udp # fujitsu-mmpdc<BR>
2045sixnetudr 1658/tcp # sixnetudr<BR>
2046sixnetudr 1658/udp # sixnetudr<BR>
2047sg-lm 1659/tcp # Silicon Grail License Manager<BR>
2048sg-lm 1659/udp # Silicon Grail License Manager<BR>
2049skip-mc-gikreq 1660/tcp # skip-mc-gikreq<BR>
2050skip-mc-gikreq 1660/udp # skip-mc-gikreq<BR>
2051netview-aix-1 1661/tcp # netview-aix-1<BR>
2052netview-aix-1 1661/udp # netview-aix-1<BR>
2053netview-aix-2 1662/tcp # netview-aix-2<BR>
2054netview-aix-2 1662/udp # netview-aix-2<BR>
2055netview-aix-3 1663/tcp # netview-aix-3<BR>
2056netview-aix-3 1663/udp # netview-aix-3<BR>
2057netview-aix-4 1664/tcp # netview-aix-4<BR>
2058netview-aix-4 1664/udp # netview-aix-4<BR>
2059netview-aix-5 1665/tcp # netview-aix-5<BR>
2060netview-aix-5 1665/udp # netview-aix-5<BR>
2061netview-aix-6 1666/tcp # netview-aix-6<BR>
2062maze/netview-aix-6 1666/udp # maze<BR>, netview-aix-6<BR>
2063netview-aix-7 1667/tcp # netview-aix-7<BR>
2064netview-aix-7 1667/udp # netview-aix-7<BR>
2065netview-aix-8 1668/tcp # netview-aix-8<BR>
2066netview-aix-8 1668/udp # netview-aix-8<BR>
2067netview-aix-9 1669/tcp # netview-aix-9<BR>
2068netview-aix-9 1669/udp # netview-aix-9<BR>
2069netview-aix-10 1670/tcp # netview-aix-10<BR>
2070netview-aix-10 1670/udp # netview-aix-10<BR>
2071netview-aix-11 1671/tcp # netview-aix-11<BR>
2072netview-aix-11 1671/udp # netview-aix-11<BR>
2073netview-aix-12 1672/tcp # netview-aix-12<BR>
2074netview-aix-12 1672/udp # netview-aix-12<BR>
2075proshare-mc-1 1673/tcp # Intel Proshare Multicast<BR>
2076proshare-mc-1 1673/udp # Intel Proshare Multicast<BR>
2077proshare-mc-2 1674/tcp # Intel Proshare Multicast<BR>
2078proshare-mc-2 1674/udp # Intel Proshare Multicast<BR>
2079pdp 1675/tcp # Pacific Data Products<BR>
2080pdp 1675/udp # Pacific Data Products<BR>
2081netcomm1 1676/tcp # netcomm1<BR>
2082netcomm1/netcomm2 1676/udp # netcomm1<BR>, netcomm2<br><br>netcomm2<br>
2083groupwise 1677/tcp # groupwise<BR>
2084groupwise 1677/udp # groupwise<BR>
2085prolink 1678/tcp # prolink<BR>
2086prolink 1678/udp # prolink<BR>
2087darcorp-lm 1679/tcp # darcorp-lm<BR>
2088darcorp-lm 1679/udp # darcorp-lm<BR>
2089microcom-sbp 1680/tcp # microcom-sbp<BR>
2090microcom-sbp 1680/udp # microcom-sbp<BR>
2091sd-elmd 1681/tcp # sd-elmd<BR>
2092sd-elmd 1681/udp # sd-elmd<BR>
2093lanyon-lantern 1682/tcp # lanyon-lantern<BR>
2094lanyon-lantern 1682/udp # lanyon-lantern<BR>
2095ncpm-hip 1683/tcp # ncpm-hip<BR>
2096ncpm-hip 1683/udp # ncpm-hip<BR>
2097snaresecure 1684/tcp # SnareSecure<BR>
2098snaresecure 1684/udp # SnareSecure<BR>
2099n2nremote 1685/tcp # n2nremote<BR>
2100n2nremote 1685/udp # n2nremote<BR>
2101cvmon 1686/tcp # cvmon<BR>
2102cvmon 1686/udp # cvmon<BR>
2103nsjtp-ctrl 1687/tcp # nsjtp-ctrl<BR>
2104nsjtp-ctrl 1687/udp # nsjtp-ctrl<BR>
2105nsjtp-data 1688/tcp # nsjtp-data<BR>
2106nsjtp-data 1688/udp # nsjtp-data<BR>
2107firefox 1689/tcp # firefox<BR>
2108firefox 1689/udp # firefox<BR>
2109ng-umds 1690/tcp # ng-umds<BR>
2110ng-umds 1690/udp # ng-umds<BR>
2111empire-empuma 1691/tcp # empire-empuma<BR>
2112empire-empuma 1691/udp # empire-empuma<BR>
2113sstsys-lm 1692/tcp # sstsys-lm<BR>
2114sstsys-lm 1692/udp # sstsys-lm<BR>
2115rrirtr 1693/tcp # rrirtr<BR>
2116rrirtr 1693/udp # rrirtr<BR>
2117rrimwm 1694/tcp # rrimwm<BR>
2118rrimwm 1694/udp # rrimwm<BR>
2119rrilwm 1695/tcp # rrilwm<BR>
2120rrilwm 1695/udp # rrilwm<BR>
2121rrifmm 1696/tcp # rrifmm<BR>
2122rrifmm 1696/udp # rrifmm<BR>
2123rrisat 1697/tcp # rrisat<BR>
2124rrisat 1697/udp # rrisat<BR>
2125rsvp-encap-1 1698/tcp # RSVP-ENCAPSULATION-1<BR>
2126rsvp-encap-1 1698/udp # RSVP-ENCAPSULATION-1<BR>
2127rsvp-encap-2 1699/tcp # RSVP-ENCAPSULATION-2<BR>
2128rsvp-encap-2 1699/udp # RSVP-ENCAPSULATION-2<BR>
2129mps-raft 1700/tcp # mps-raft<BR>
2130mps-raft 1700/udp # mps-raft<BR>
2131l2f/l2tp 1701/tcp # l2f<BR>, Layer Two Tunneling Protocol (L2TP)<BR> <br> L2TP is MS's VPN protocol, replacing PPTP.<BR>
2132l2f/l2tp/ipsec 1701/udp # l2f<BR>, Layer Two Tunneling Protocol (L2TP)<BR> <br> L2TP is MS's VPN protocol, replacing PPTP.<BR>, IPSEC Setup<BR><br> VPN negotiation port for IPSEC setup (eg: MS's L2TP VPN). <BR>
2133deskshare 1702/tcp # Deskshare<BR>
2134deskshare 1702/udp # Deskshare<BR>
2135hb-engine 1703/tcp # HB Engine<BR>
2136hb-engine 1703/udp # HB Engine<BR>
2137bcs-broker 1704/tcp # BCS Broker<BR>
2138bcs-broker 1704/udp # BCS Broker<BR>
2139slingshot 1705/tcp # Slingshot<BR>
2140slingshot 1705/udp # Slingshot<BR>
2141jetform 1706/tcp # Jetform<BR>
2142jetform 1706/udp # Jetform<BR>
2143vdmplay 1707/tcp # VDMPlay<BR>
2144vdmplay 1707/udp # VDMPlay<BR>
2145gat-lmd 1708/tcp # gat-lmd<BR>
2146gat-lmd 1708/udp # gat-lmd<BR>
2147centra 1709/tcp # Centra<BR>
2148centra 1709/udp # Centra<BR>
2149impera 1710/tcp # Impera<BR>
2150impera 1710/udp # Impera<BR>
2151pptconference 1711/tcp # PPT Conference<BR>
2152pptconference 1711/udp # PPT Conference<BR>
2153registrar 1712/tcp # Resource Monitoring Service<BR>
2154registrar 1712/udp # Resource Monitoring Service<BR>
2155conferencetalk 1713/tcp # ConferenceTalk<BR>
2156conferencetalk 1713/udp # ConferenceTalk<BR>
2157sesi-lm 1714/tcp # SESI License Manager<BR>
2158sesi-lm 1714/udp # SESI License Manager<BR>
2159houdini-lm 1715/tcp # Houdini License Manager<BR>
2160houdini-lm 1715/udp # Houdini License Manager<BR>
2161xmsg 1716/tcp # XMSG<BR>
2162xmsg 1716/udp # XMSG<BR>
2163fj-hdnet 1717/tcp # fj-hdnet<BR>
2164convoy/fj-hdnet 1717/udp # Convoy Clustering (WLBS)<br> Used in NT/Win2000 clustering.<BR> , fj-hdnet<BR>
2165h323gatedisc 1718/tcp # H.323 Gatedisc<BR>
2166h323gatedisc 1718/udp # H.323 Gatedisc<BR>
2167h323gatestat 1719/tcp # H.323 Gatestat<BR>
2168h323gatestat 1719/udp # H.323 Gatestat<BR>
2169h323hostcall/livelan 1720/tcp # H.323 Hostcall<BR><br> H.323 call setup protocol used by multimedia collaborative apps such as NetMeeting to establish and control a collaborative session. Session data transfer will use H.323 udp streaming (AKA: RealTime Protocol [RTP]). <BR> , LiveLan (H.323 compliant)<BR>
2170h323hostcall 1720/udp # H.323 Hostcall<BR><br> H.323 call setup protocol used by multimedia collaborative apps such as NetMeeting to establish and control a collaborative session. Session data transfer will use H.323 udp streaming (AKA: RealTime Protocol [RTP]). <BR>
2171caicci 1721/tcp # caicci<BR>
2172caicci 1721/udp # caicci<BR>
2173hks-lm 1722/tcp # HKS License Manager<BR>
2174hks-lm 1722/udp # HKS License Manager<BR>
2175pptpc 1723/tcp # PPTP Control Channel<BR><br> NT's Point-to-Point-Tunneling Protocol, used for VPNs. Noted to be weak, due to non-changing random seed for RC4 streaming algorithm (used user's password for random seed, which does not change for each session). Captured streams could be xor'd against each other to recover the seed (user password). MS has replaced it with L2TP using tcp 1701. <BR>
2176pptpc/pptp 1723/udp # PPTP Control Channel<BR><br> NT's Point-to-Point-Tunneling Protocol, used for VPNs. Noted to be weak, due to non-changing random seed for RC4 streaming algorithm (used user's password for random seed, which does not change for each session). Captured streams could be xor'd against each other to recover the seed (user password). MS has replaced it with L2TP using tcp 1701. <BR> , pptp<br><br>pptp<br>
2177csbphonemaster 1724/tcp # csbphonemaster<BR>
2178csbphonemaster 1724/udp # csbphonemaster<BR>
2179iden-ralp/pptp 1725/tcp # iden-ralp<BR>, PPTP Data Port<BR><br> See comments on pptpc (1723) <BR>
2180iden-ralp 1725/udp # iden-ralp<BR>
2181iberiagames 1726/tcp # IBERIAGAMES<BR>
2182iberiagames 1726/udp # IBERIAGAMES<BR>
2183winddx 1727/tcp # winddx<BR>
2184winddx 1727/udp # winddx<BR>
2185telindus 1728/tcp # TELINDUS<BR>
2186telindus 1728/udp # TELINDUS<BR>
2187citynl 1729/tcp # CityNL License Management<BR>
2188citynl 1729/udp # CityNL License Management<BR>
2189roketz 1730/tcp # roketz<BR>
2190roketz 1730/udp # roketz<BR>
2191msiccp 1731/tcp # MS ICCP (Audio Call Control Protocol)<BR><br> Used to establish and maintain datastream sessions for multimedia collaborative apps such as NetMeeting. Concern is in its random-high selection for datastream udp ports for each session, complicating packet filtering decisions. <BR>
2192msiccp 1731/udp # MS ICCP (Audio Call Control Protocol)<BR><br> Used to establish and maintain datastream sessions for multimedia collaborative apps such as NetMeeting. Concern is in its random-high selection for datastream udp ports for each session, complicating packet filtering decisions. <BR>
2193proxim 1732/tcp # proxim<BR>
2194proxim 1732/udp # proxim<BR>
2195siipat 1733/tcp # SIMS - SIIPAT Protocol for Alarms<BR>
2196siipat 1733/udp # SIMS - SIIPAT Protocol for Alarms<BR>
2197cambertx-lm 1734/tcp # Camber Corporation License Manager<BR>
2198cambertx-lm 1734/udp # Camber Corporation License Manager<BR>
2199privatechat 1735/tcp # PrivateChat<BR>
2200privatechat 1735/udp # PrivateChat<BR>
2201street-stream 1736/tcp # Street-Stream<BR>
2202street-stream 1736/udp # Street-Stream<BR>
2203ultimad 1737/tcp # UltiMad<BR>
2204ultimad 1737/udp # UltiMad<BR>
2205gamegen1 1738/tcp # GameGen1<BR>
2206gamegen1 1738/udp # GameGen1<BR>
2207webaccess 1739/tcp # webaccess<BR>
2208webaccess 1739/udp # webaccess<BR>
2209encore 1740/tcp # Encore<BR>
2210encore 1740/udp # Encore<BR>
2211cisco-net-mgmt 1741/tcp # Cisco Network Mgmt<BR>
2212cisco-net-mgmt 1741/udp # Cisco Network Mgmt<BR>
22133Com-nsd 1742/tcp # 3Com-nsd<BR>
22143Com-nsd 1742/udp # 3Com-nsd<BR>
2215cinegrfx-lm 1743/tcp # Cinema Graphics License Manager<BR>
2216cinegrfx-lm 1743/udp # Cinema Graphics License Manager<BR>
2217ncpm-ft 1744/tcp # ncpm-ft<BR>
2218ncpm-ft 1744/udp # ncpm-ft<BR>
2219remote-winsock 1745/tcp # Remote-WINSOCK<BR><br> Used as a Winsock control channel between internal clients and site proxy. Example is MS-Proxy, where it establishes Winsock client and proxy connection, exchanges LAT info, etc. <BR>
2220remote-winsock 1745/udp # Remote-WINSOCK<BR><br> Used as a Winsock control channel between internal clients and site proxy. Example is MS-Proxy, where it establishes Winsock client and proxy connection, exchanges LAT info, etc. <BR>
2221ftrapid-1 1746/tcp # ftrapid-1<BR>
2222ftrapid-1 1746/udp # ftrapid-1<BR>
2223ftrapid-2 1747/tcp # ftrapid-2<BR>
2224ftrapid-2 1747/udp # ftrapid-2<BR>
2225oracle-em1 1748/tcp # oracle-em1<BR>
2226oracle-em1 1748/udp # oracle-em1<BR>
2227aspen-services 1749/tcp # aspen-services<BR>
2228aspen-services 1749/udp # aspen-services<BR>
2229sslp 1750/tcp # Simple Socket Library's PortMaster<BR>
2230sslp 1750/udp # Simple Socket Library's PortMaster<BR>
2231swiftnet 1751/tcp # SwiftNet<BR>
2232swiftnet 1751/udp # SwiftNet<BR>
2233lofr-lm 1752/tcp # Leap of Faith Research License Manager<BR>
2234lofr-lm 1752/udp # Leap of Faith Research License Manager<BR>
2235translogic-lm 1753/tcp # Translogic License Manager<BR>
2236translogic-lm 1753/udp # Translogic License Manager<BR>
2237oracle-em2 1754/tcp # oracle-em2<BR>
2238oracle-em2 1754/udp # oracle-em2<BR>
2239ms-streaming 1755/tcp # Microsoft NetShow Command Port<BR><br> Server control port. Two conflicting reports on port server sets up as data stream back to client: <BR> - On udp 1755 to the client <BR> - On random udp between 1024-5000 <BR>
2240ms-streaming 1755/udp # Microsoft NetShow Command Port<BR><br> Server control port. Two conflicting reports on port server sets up as data stream back to client: <BR> - On udp 1755 to the client <BR> - On random udp between 1024-5000 <BR>
2241capfast-lmd 1756/tcp # capfast-lmd<BR>
2242capfast-lmd 1756/udp # capfast-lmd<BR>
2243cnhrp 1757/tcp # cnhrp<BR>
2244cnhrp 1757/udp # cnhrp<BR>
2245tftp-mcast 1758/tcp # tftp-mcast<BR>
2246tftp-mcast 1758/udp # tftp-mcast<BR>
2247spss-lm 1759/tcp # SPSS License Manager<BR>
2248spss-lm 1759/udp # SPSS License Manager<BR>
2249www-ldap-gw 1760/tcp # www-ldap-gw<BR>
2250www-ldap-gw 1760/udp # www-ldap-gw<BR>
2251cft-0 1761/tcp # cft-0<BR>
2252cft-0 1761/udp # cft-0<BR>
2253cft-1 1762/tcp # cft-1<BR>
2254cft-1 1762/udp # cft-1<BR>
2255cft-2 1763/tcp # cft-2<BR>
2256cft-2 1763/udp # cft-2<BR>
2257cft-3 1764/tcp # cft-3<BR>
2258cft-3 1764/udp # cft-3<BR>
2259cft-4 1765/tcp # cft-4<BR>
2260cft-4 1765/udp # cft-4<BR>
2261cft-5 1766/tcp # cft-5<BR>
2262cft-5 1766/udp # cft-5<BR>
2263cft-6 1767/tcp # cft-6<BR>
2264cft-6 1767/udp # cft-6<BR>
2265cft-7 1768/tcp # cft-7<BR>
2266cft-7 1768/udp # cft-7<BR>
2267bmc-net-adm 1769/tcp # bmc-net-adm<BR>
2268bmc-net-adm 1769/udp # bmc-net-adm<BR>
2269bmc-net-svc 1770/tcp # bmc-net-svc<BR>
2270bmc-net-svc 1770/udp # bmc-net-svc<BR>
2271vaultbase 1771/tcp # vaultbase<BR>
2272vaultbase 1771/udp # vaultbase<BR>
2273essweb-gw 1772/tcp # EssWeb Gateway<BR>
2274essweb-gw 1772/udp # EssWeb Gateway<BR>
2275kmscontrol 1773/tcp # KMSControl<BR>
2276kmscontrol 1773/udp # KMSControl<BR>
2277global-dtserv 1774/tcp # global-dtserv<BR>
2278global-dtserv 1774/udp # global-dtserv<BR>
2279femis 1776/tcp # Fed Emergency Mgmt Info System<BR>
2280femis 1776/udp # Fed Emergency Mgmt Info System<BR>
2281powerguardian 1777/tcp # PowerGuardian<BR>
2282powerguardian 1777/udp # PowerGuardian<BR>
2283prodigy-internet/prodigy-intrnet 1778/tcp # prodigy-internet<BR>, prodigy-intrnet<br><br>prodigy-internet<br>
2284prodigy-internet/prodigy-intrnet 1778/udp # prodigy-internet<BR>, prodigy-intrnet<br><br>prodigy-internet<br>
2285pharmasoft 1779/tcp # pharmasoft<BR>
2286pharmasoft 1779/udp # pharmasoft<BR>
2287dpkeyserv 1780/tcp # DP Key Server<BR>
2288dpkeyserv 1780/udp # DP Key Server<BR>
2289answersoft-lm 1781/tcp # AnswerSoft License Manager<BR>
2290answersoft-lm 1781/udp # AnswerSoft License Manager<BR>
2291hp-hcip 1782/tcp # hp-hcip<BR>
2292hp-hcip 1782/udp # hp-hcip<BR>
2293fjris 1783/tcp # Fujitsu Remote Install Service<BR>
2294fjris 1783/udp # Fujitsu Remote Install Service<BR>
2295finle-lm 1784/tcp # Finle License Manager<BR>
2296finle-lm 1784/udp # Finle License Manager<BR>
2297windlm 1785/tcp # Wind River Systems License Manager<BR>
2298windlm 1785/udp # Wind River Systems License Manager<BR>
2299funk-logger 1786/tcp # funk-logger<BR>
2300funk-logger 1786/udp # funk-logger<BR>
2301funk-license 1787/tcp # funk-license<BR>
2302funk-license 1787/udp # funk-license<BR>
2303psmond 1788/tcp # psmond<BR>
2304psmond 1788/udp # psmond<BR>
2305hello 1789/tcp # hello<BR>
2306hello 1789/udp # hello<BR>
2307nmsp 1790/tcp # Narrative Media Streaming Protocol<BR>
2308nmsp 1790/udp # Narrative Media Streaming Protocol<BR>
2309ea1 1791/tcp # EA1<BR>
2310ea1 1791/udp # EA1<BR>
2311ibm-dt-2 1792/tcp # ibm-dt-2<BR>
2312ibm-dt-2 1792/udp # ibm-dt-2<BR>
2313rsc-robot 1793/tcp # rsc-robot<BR>
2314rsc-robot 1793/udp # rsc-robot<BR>
2315cera-bcm 1794/tcp # cera-bcm<BR>
2316cera-bcm 1794/udp # cera-bcm<BR>
2317dpi-proxy 1795/tcp # dpi-proxy<BR>
2318dpi-proxy 1795/udp # dpi-proxy<BR>
2319vocaltec-admin 1796/tcp # Vocaltec Server Administration<BR>
2320vocaltec-admin 1796/udp # Vocaltec Server Administration<BR>
2321uma 1797/tcp # UMA<BR>
2322uma 1797/udp # UMA<BR>
2323etp 1798/tcp # Event Transfer Protocol<BR>
2324etp 1798/udp # Event Transfer Protocol<BR>
2325netrisk 1799/tcp # NETRISK<BR>
2326netrisk 1799/udp # NETRISK<BR>
2327ansys-lm 1800/tcp # ANSYS-License manager<BR>
2328ansys-lm 1800/udp # ANSYS-License manager<BR>
2329msmq 1801/tcp # Microsoft Message Que<BR>
2330msmq 1801/udp # Microsoft Message Que<BR>
2331concomp1 1802/tcp # ConComp1<BR>
2332concomp1 1802/udp # ConComp1<BR>
2333hp-hcip-gwy 1803/tcp # HP-HCIP-GWY<BR>
2334hp-hcip-gwy 1803/udp # HP-HCIP-GWY<BR>
2335enl 1804/tcp # ENL<BR>
2336enl 1804/udp # ENL<BR>
2337enl-name 1805/tcp # ENL-Name<BR>
2338enl-name 1805/udp # ENL-Name<BR>
2339musiconline 1806/tcp # Musiconline<BR>
2340musiconline 1806/udp # Musiconline<BR>
2341fhsp 1807/tcp # Fujitsu Hot Standby Protocol<BR>
2342fhsp 1807/udp # Fujitsu Hot Standby Protocol<BR>
2343oracle-vp2 1808/tcp # Oracle-VP2<BR>
2344oracle-vp2 1808/udp # Oracle-VP2<BR>
2345oracle-vp1 1809/tcp # Oracle-VP1<BR>
2346oracle-vp1 1809/udp # Oracle-VP1<BR>
2347jerand-lm 1810/tcp # Jerand License Manager<BR>
2348jerand-lm 1810/udp # Jerand License Manager<BR>
2349scientia-sdb 1811/tcp # Scientia-SDB<BR>
2350scientia-sdb 1811/udp # Scientia-SDB<BR>
2351radius 1812/tcp # RADIUS<BR>
2352radius/radius 1812/udp # RADIUS<BR>, radius<br><br>radius, radius authentication protocol (iana sanctioned), radius authentication protocol (rfc 2138)<br>
2353radius-acct 1813/tcp # RADIUS Accounting<BR>
2354radius-acct/radius-acct 1813/udp # RADIUS Accounting<BR>, radius-acct<br><br>radius accounting protocol (rfc 2139), radius accounting, radius accounting protocol (iana sanctioned)<br>
2355tdp-suite 1814/tcp # TDP Suite<BR>
2356tdp-suite 1814/udp # TDP Suite<BR>
2357mmpft 1815/tcp # MMPFT<BR>
2358mmpft 1815/udp # MMPFT<BR>
2359harp 1816/tcp # HARP<BR>
2360harp 1816/udp # HARP<BR>
2361rkb-oscs 1817/tcp # RKB-OSCS<BR>
2362rkb-oscs 1817/udp # RKB-OSCS<BR>
2363etftp 1818/tcp # Enhanced TFTP<BR>
2364etftp 1818/udp # Enhanced TFTP<BR>
2365plato-lm 1819/tcp # Plato License Manager<BR>
2366plato-lm 1819/udp # Plato License Manager<BR>
2367mcagent 1820/tcp # MC Agent<BR>
2368mcagent 1820/udp # MC Agent<BR>
2369donnyworld 1821/tcp # DonnyWorld<BR>
2370donnyworld 1821/udp # DonnyWorld<BR>
2371es-elmd 1822/tcp # es-elmd<BR>
2372es-elmd 1822/udp # es-elmd<BR>
2373unisys-lm 1823/tcp # Unisys Natural Language LM<BR>
2374unisys-lm 1823/udp # Unisys Natural Language LM<BR>
2375metrics-pas 1824/tcp # metrics-pas<BR>
2376metrics-pas 1824/udp # metrics-pas<BR>
2377direcpc-video/ardusmu1 1825/tcp # DirecPC Video<BR>, ARDUS Multicast<BR>
2378direcpc-video/ardusmu1 1825/udp # DirecPC Video<BR>, ARDUS Multicast<BR>
2379ardt 1826/tcp # ARDT<BR>
2380ardt 1826/udp # ARDT<BR>
2381asi 1827/tcp # ASI<BR>
2382asi/asi 1827/udp # ASI<BR>, asi<br><br>asi<br>
2383itm-mcell-u 1828/tcp # itm-mcell-u<BR>
2384itm-mcell-u 1828/udp # itm-mcell-u<BR>
2385optika-emedia 1829/tcp # Opika eMedia<BR>
2386optika-emedia 1829/udp # Opika eMedia<BR>
2387net8-cman 1830/tcp # Oracle Net8 Cman Admin<BR>
2388net8-cman 1830/udp # Oracle Net8 Cman Admin<BR>
2389myrtle 1831/tcp # Myrtle<BR>
2390myrtle 1831/udp # Myrtle<BR>
2391tht-treasure 1832/tcp # ThoughtTreasure<BR>
2392tht-treasure 1832/udp # ThoughtTreasure<BR>
2393udpradio 1833/tcp # udpradio<br><br>udpradio<br>
2394udpradio/udpradio 1833/udp # UDP Radio<BR>, udpradio<br><br>udpradio<br>
2395ardusuni 1834/tcp # ARDUS Unicast<BR>
2396ardusuni 1834/udp # ARDUS Unicast<BR>
2397ste-smsc 1836/tcp # ste-smsc<BR>
2398ste-smsc 1836/udp # ste-smsc<BR>
2399csoft1 1837/tcp # csoft1<BR>
2400csoft1 1837/udp # csoft1<BR>
2401talnet 1838/tcp # TALNET<BR>
2402talnet 1838/udp # TALNET<BR>
2403netopia-vo1 1839/tcp # netopia-vo1<BR>
2404netopia-vo1 1839/udp # netopia-vo1<BR>
2405netopia-vo2 1840/tcp # netopia-vo2<BR>
2406netopia-vo2 1840/udp # netopia-vo2<BR>
2407netopia-vo3 1841/tcp # netopia-vo3<BR>
2408netopia-vo3 1841/udp # netopia-vo3<BR>
2409netopia-vo4 1842/tcp # netopia-vo4<BR>
2410netopia-vo4 1842/udp # netopia-vo4<BR>
2411netopia-vo5 1843/tcp # netopia-vo5<BR>
2412netopia-vo5 1843/udp # netopia-vo5<BR>
2413direcpc-dll 1844/tcp # DirectPC-DLL<BR>
2414direcpc-dll 1844/udp # DirectPC-DLL<BR>
2415gsi 1850/tcp # GSI<BR>
2416gsi 1850/udp # GSI<BR>
2417ctcd 1851/tcp # ctcd<BR>
2418ctcd 1851/udp # ctcd<BR>
2419sunscalar-svc 1860/tcp # SunSCALAR Services<BR>
2420sunscalar-svc 1860/udp # SunSCALAR Services<BR>
2421lecroy-vicp 1861/tcp # LeCroy VICP<BR>
2422lecroy-vicp 1861/udp # LeCroy VICP<BR>
2423techra-server 1862/tcp # Techra Server<BR>
2424techra-server 1862/udp # Techra Server<BR>
2425msnp 1863/tcp # MSNP<BR>
2426msnp 1863/udp # MSNP<BR>
2427paradym-31port 1864/tcp # Paradym 31 Port<BR>
2428paradym-31port 1864/udp # Paradym 31 Port<BR>
2429entp 1865/tcp # ENTP<BR>
2430entp 1865/udp # ENTP<BR>
2431sunscalar-dns 1870/tcp # SunSCALAR DNS Service<BR>
2432sunscalar-dns 1870/udp # SunSCALAR DNS Service<BR>
2433canocentral0 1871/tcp # Cano Central 0<BR>
2434canocentral0 1871/udp # Cano Central 0<BR>
2435canocentral1 1872/tcp # Cano Central 1<BR>
2436canocentral1 1872/udp # Cano Central 1<BR>
2437fjmpjps 1873/tcp # fjmpjps<BR>
2438fjmpjps 1873/udp # fjmpjps<BR>
2439fjswapsnp 1874/tcp # fjswapsnp<BR>
2440fjswapsnp 1874/udp # fjswapsnp<BR>
2441ibm-mqseries2 1881/tcp # IBM MQSeries<BR>
2442ibm-mqseries2 1881/udp # IBM MQSeries<BR>
2443vista-4gl 1895/tcp # Vista 4GL<BR>
2444vista-4gl 1895/udp # Vista 4GL<BR>
2445mc2studios 1896/tcp # MC2Studios<BR>
2446mc2studios 1896/udp # MC2Studios<BR>
2447ssdp 1900/tcp # SSDP<BR>
2448ssdp 1900/udp # SSDP<BR>
2449fjicl-tep-a 1901/tcp # Fujitsu ICL Terminal Emulator Program A<BR>
2450fjicl-tep-a 1901/udp # Fujitsu ICL Terminal Emulator Program A<BR>
2451fjicl-tep-b 1902/tcp # Fujitsu ICL Terminal Emulator Program B<BR>
2452fjicl-tep-b 1902/udp # Fujitsu ICL Terminal Emulator Program B<BR>
2453linkname 1903/tcp # Local Link Name Resolution<BR>
2454linkname 1903/udp # Local Link Name Resolution<BR>
2455fjicl-tep-c 1904/tcp # Fujitsu ICL Terminal Emulator Program C<BR>
2456fjicl-tep-c 1904/udp # Fujitsu ICL Terminal Emulator Program C<BR>
2457sugp 1905/tcp # Secure UP.Link Gateway Protocol<BR>
2458sugp 1905/udp # Secure UP.Link Gateway Protocol<BR>
2459tpmd 1906/tcp # TPortMapperReq<BR>
2460tpmd 1906/udp # TPortMapperReq<BR>
2461intrastar 1907/tcp # IntraSTAR<BR>
2462intrastar 1907/udp # IntraSTAR<BR>
2463dawn 1908/tcp # Dawn<BR>
2464dawn 1908/udp # Dawn<BR>
2465global-wlink 1909/tcp # Global World Link<BR>
2466global-wlink 1909/udp # Global World Link<BR>
2467ultrabac 1910/tcp # ultrabac<BR>
2468ultrabac 1910/udp # ultrabac<BR>
2469mtp 1911/tcp # Starlight Net Multimedia Tx Protocol<BR>
2470mtp 1911/udp # Starlight Net Multimedia Tx Protocol<BR>
2471rhp-iibp 1912/tcp # rhp-iibp<BR>
2472rhp-iibp 1912/udp # rhp-iibp<BR>
2473armadp 1913/tcp # Armadp<BR>
2474armadp 1913/udp # Armadp<BR>
2475elm-momentum 1914/tcp # Elm-Momentum<BR>
2476elm-momentum 1914/udp # Elm-Momentum<BR>
2477facelink 1915/tcp # FACELINK<BR>
2478facelink 1915/udp # FACELINK<BR>
2479persona 1916/tcp # Persoft Persona<BR>
2480persona 1916/udp # Persoft Persona<BR>
2481noagent 1917/tcp # NoAgent<BR>
2482noagent 1917/udp # NoAgent<BR>
2483can-nds 1918/tcp # Candle Directory Service - NDS<BR>
2484can-nds 1918/udp # Candle Directory Service - NDS<BR>
2485can-dch 1919/tcp # Candle Directory Service - DCH<BR>
2486can-dch 1919/udp # Candle Directory Service - DCH<BR>
2487can-ferret 1920/tcp # Candle Directory Service - FERRET<BR>
2488can-ferret 1920/udp # Candle Directory Service - FERRET<BR>
2489noadmin 1921/tcp # NoAdmin<BR>
2490noadmin 1921/udp # NoAdmin<BR>
2491tapestry 1922/tcp # Tapestry<BR>
2492tapestry 1922/udp # Tapestry<BR>
2493spice 1923/tcp # SPICE<BR>
2494spice 1923/udp # SPICE<BR>
2495xiip 1924/tcp # XIIP<BR>
2496xiip 1924/udp # XIIP<BR>
2497driveappserver 1930/tcp # Drive App Server<BR>
2498driveappserver 1930/udp # Drive App Server<BR>
2499amdsched 1931/tcp # AMD Scheduler<BR>
2500amdsched 1931/udp # AMD Scheduler<BR>
2501close-combat 1944/tcp # Close Combat<BR>
2502close-combat 1944/udp # Close Combat<BR>
2503dialogic-elmd 1945/tcp # dialogic-elmd<BR>
2504dialogic-elmd 1945/udp # dialogic-elmd<BR>
2505tekpls 1946/tcp # tekpls<BR>
2506tekpls 1946/udp # tekpls<BR>
2507hlserver 1947/tcp # HL Server<BR>
2508hlserver 1947/udp # HL Server<BR>
2509eye2eye 1948/tcp # eye2eye<BR>
2510eye2eye 1948/udp # eye2eye<BR>
2511ismaeasdaqlive 1949/tcp # ISMA Easdaq Live<BR>
2512ismaeasdaqlive 1949/udp # ISMA Easdaq Live<BR>
2513ismaeasdaqtest 1950/tcp # ISMA Easdaq Test<BR>
2514ismaeasdaqtest 1950/udp # ISMA Easdaq Test<BR>
2515bcs-lmserver 1951/tcp # bcs-lmserver<BR>
2516bcs-lmserver 1951/udp # bcs-lmserver<BR>
2517mpnjsc 1952/tcp # mpnjsc<BR>
2518mpnjsc 1952/udp # mpnjsc<BR>
2519rapidbase 1953/tcp # Rapid Base<BR>
2520rapidbase 1953/udp # Rapid Base<BR>
2521bts-appserver 1961/tcp # BTS App Server<BR>
2522bts-appserver 1961/udp # BTS App Server<BR>
2523solid-e-engine 1964/tcp # Solid E Engine<BR>
2524solid-e-engine 1964/udp # Solid E Engine<BR>
2525tivoli-npm 1965/tcp # Tivoli NPM<BR>
2526tivoli-npm 1965/udp # Tivoli NPM<BR>
2527slush 1966/tcp # Slush<BR>
2528slush 1966/udp # Slush<BR>
2529sns-quote 1967/tcp # SNS Quote<BR>
2530sns-quote 1967/udp # SNS Quote<BR>
2531nfr-flightjacket 1968/tcp # NFR FlightJacket (New Control Port)<BR><br> Used for mgmt of NFR FlightJacket Intrusion Detection Systems. <BR> <br> NFR Ports: tcp 1968, 2008, 2009 <BR>
2532 /udp #
2533intersys-cache 1972/tcp # Cache<BR>
2534intersys-cache 1972/udp # Cache<BR>
2535dlsrap 1973/tcp # Data Link Switching Remote Access Protocol<BR>
2536dlsrap 1973/udp # Data Link Switching Remote Access Protocol<BR>
2537drp 1974/tcp # DRP<BR>
2538drp 1974/udp # DRP<BR>
2539banner/tcoflashagent 1975/tcp # Banner Ad Download<BR><br> Several progs use this port to download banner ads, plus pull some data back up to server (such as what ads were clicked on, etc.). The client piece supporting this is advert.dll. Two progs using this are NetVampire and Go!Zilla. <BR> , TCO Flash Agent<BR>
2540banner/tcoflashagent 1975/udp # Banner Ad Download<BR><br> Several progs use this port to download banner ads, plus pull some data back up to server (such as what ads were clicked on, etc.). The client piece supporting this is advert.dll. Two progs using this are NetVampire and Go!Zilla. <BR> , TCO Flash Agent<BR>
2541tcoregagent 1976/tcp # TCO Reg Agent<BR>
2542tcoregagent 1976/udp # TCO Reg Agent<BR>
2543tcoaddressbook 1977/tcp # TCO Address Book<BR>
2544tcoaddressbook 1977/udp # TCO Address Book<BR>
2545unisql 1978/tcp # UniSQL<BR>
2546unisql 1978/udp # UniSQL<BR>
2547unisql-java 1979/tcp # UniSQL Java<BR>
2548unisql-java 1979/udp # UniSQL Java<BR>
2549shockwave-trojan 1981/tcp # Backdoor, planted via Shockwave Trojan<BR>Note: This is a backdoor port planted via infected Shockwave software. <BR>
2550shockwave-trojan 1981/udp # Backdoor, planted via Shockwave Trojan<BR>Note: This is a backdoor port planted via infected Shockwave software. <BR>
2551bb 1984/tcp # BB<BR>
2552bb 1984/udp # BB<BR>
2553hsrp/foliocorp 1985/tcp # Hot Standby Router Protocol<BR>, Folio Remote Server<BR>
2554hsrp/foliocorp 1985/udp # Hot Standby Router Protocol<BR>, Folio Remote Server<BR>
2555licensedaemon 1986/tcp # Cisco License Manager<BR>
2556licensedaemon 1986/udp # Cisco License Manager<BR>
2557tr-rsrb-p1 1987/tcp # Cisco RSRB Priority 1 port<BR>
2558tr-rsrb-p1 1987/udp # Cisco RSRB Priority 1 port<BR>
2559tr-rsrb-p2 1988/tcp # Cisco RSRB Priority 2 port<BR>
2560tr-rsrb-p2 1988/udp # Cisco RSRB Priority 2 port<BR>
2561tr-rsrb-p3/mshnet 1989/tcp # Cisco RSRB Priority 3 port<BR>, MHSnet system<BR>
2562tr-rsrb-p3/mshnet 1989/udp # Cisco RSRB Priority 3 port<BR>, MHSnet system<BR>
2563stun-p1 1990/tcp # Cisco STUN Priority 1 port<BR>
2564stun-p1 1990/udp # Cisco STUN Priority 1 port<BR>
2565stun-p2 1991/tcp # Cisco STUN Priority 2 port<BR>
2566stun-p2 1991/udp # Cisco STUN Priority 2 port<BR>
2567stun-p3/ipsendmsg 1992/tcp # Cisco STUN Priority 3 port<BR>, IPsendmsg<BR>
2568stun-p3/ipsendmsg 1992/udp # Cisco STUN Priority 3 port<BR>, IPsendmsg<BR>
2569snmp-tcp-port 1993/tcp # Cisco SNMP TCP port<BR>
2570snmp-tcp-port 1993/udp # Cisco SNMP TCP port<BR>
2571stun-port 1994/tcp # Cisco serial tunnel port<BR>
2572stun-port 1994/udp # Cisco serial tunnel port<BR>
2573perf-port 1995/tcp # Cisco perf port<BR>
2574perf-port 1995/udp # Cisco perf port<BR>
2575tr-rsrb-port 1996/tcp # Cisco Remote SRB port<BR>
2576tr-rsrb-port 1996/udp # Cisco Remote SRB port<BR>
2577gdp-port 1997/tcp # Cisco Gateway Discovery Protocol<BR>
2578gdp-port 1997/udp # Cisco Gateway Discovery Protocol<BR>
2579x25-svc-port 1998/tcp # Cisco X.25 service (XOT)<BR>
2580x25-svc-port 1998/udp # Cisco X.25 service (XOT)<BR>
2581tcp-id-port 1999/tcp # Cisco identification port<BR>
2582tcp-id-port 1999/udp # Cisco identification port<BR>
2583callbook/openwin/MikroT Router OS Bandwidth Test Server 2000/tcp # Callbook<BR>, Sun Openwin<BR><br> Similar to X11, used for remote OpenWindows connections. Vulnerable to spoofing and session hijacking. <BR> ,
2584callbook/openwin 2000/udp # Callbook<BR>, Sun Openwin<BR><br> Similar to X11, used for remote OpenWindows connections. Vulnerable to spoofing and session hijacking. <BR>
2585glimpse/wizard 2001/tcp # Glimpse Server Search Engine<BR>, Curry<BR>
2586wizard/dc/wizard 2001/udp # Curry<BR>, DC<BR>, wizard<br><br>curry<br>
2587globe 2002/tcp # Globe<BR>
2588globe 2002/udp # Globe<BR>
2589mailbox 2004/tcp # Mailbox<BR>
2590emce 2004/udp # CCWS MM Conf<BR>
2591berknet 2005/tcp # Berknet<BR>
2592oracle 2005/udp # Oracle<BR>
2593invokator 2006/tcp # Invokator<BR>
2594raid-cc 2006/udp # RAID-CC<BR>
2595dectalk 2007/tcp # DecTalk<BR>
2596raid-am 2007/udp # RAID-AM<BR>
2597nfr-flightjacket 2008/tcp # NFR FlightJacket (Old Control Port)<BR><br> Open on NFR FlightJacket IDS agent, for control comms from manager. <BR> <br> NFR Ports: tcp 1968, 2008, 2009 <BR>
2598conf/terminaldb 2008/udp # conf<BR>, terminaldb<BR>
2599nfr-flightjacket/news 2009/tcp # NFR FlightJacket (Old Control Port)<BR><br> Open on NFR FlightJacket IDS Manager, to receive comms from agents. <BR> <br> NFR Ports: tcp 1968, 2008, 2009 <BR> , news<BR>
2600whosockami 2009/udp # whosockami<BR>
2601search 2010/tcp # search<BR>
2602pipe_server 2010/udp # pipe_server<BR>
2603raid-cc 2011/tcp # RAID-CC<BR>
2604servserv 2011/udp # servserv<BR>
2605ttyinfo 2012/tcp # ttyinfo<BR>
2606raid-ac 2012/udp # RAID-AC<BR>
2607raid-am 2013/tcp # RAID-AM<BR>
2608raid-cd 2013/udp # RAID-CD<BR>
2609troff 2014/tcp # troff<BR>
2610raid-sf 2014/udp # RAID-SF<BR>
2611cypress 2015/tcp # cypress<BR>
2612raid-cs 2015/udp # RAID-CS<BR>
2613bootserver 2016/tcp # bootserver<BR>
2614bootserver 2016/udp # bootserver<BR>
2615cypress-stat 2017/tcp # cypress-stat<BR>
2616bootclient 2017/udp # bootclient<BR>
2617terminaldb 2018/tcp # terminaldb<BR>
2618rellpack 2018/udp # rellpack<BR>
2619whosockami 2019/tcp # whosockami<BR>
2620about 2019/udp # about<BR>
2621xinupageserver 2020/tcp # xinupageserver<BR>
2622xinupageserver 2020/udp # xinupageserver<BR>
2623servexec 2021/tcp # servexec<BR>
2624xinuexpansion1 2021/udp # xinuexpansion1<BR>
2625down 2022/tcp # down<BR>
2626xinuexpansion2 2022/udp # xinuexpansion2<BR>
2627xinuexpansion3 2023/tcp # xinuexpansion3<BR>
2628xinuexpansion3 2023/udp # xinuexpansion3<BR>
2629xinuexpansion4 2024/tcp # xinuexpansion4<BR>
2630xinuexpansion4 2024/udp # xinuexpansion4<BR>
2631ellpack 2025/tcp # ell pack<BR>
2632xribs 2025/udp # xribs<BR>
2633scrabble 2026/tcp # scrabble<BR>
2634scrabble 2026/udp # scrabble<BR>
2635shadowserver 2027/tcp # shadow server<BR>
2636shadowserver 2027/udp # shadow server<BR>
2637submitserver 2028/tcp # submit server<BR>
2638submitserver 2028/udp # submit server<BR>
2639device2 2030/tcp # device2<BR>
2640device2 2030/udp # device2<BR>
2641blackboard 2032/tcp # blackboard<BR>
2642blackboard 2032/udp # blackboard<BR>
2643glogger 2033/tcp # glogger<BR>
2644glogger 2033/udp # glogger<BR>
2645scoremgr 2034/tcp # score manager<BR>
2646scoremgr 2034/udp # score manager<BR>
2647imsldoc 2035/tcp # imsldoc<BR>
2648imsldoc 2035/udp # imsldoc<BR>
2649objectmanager 2038/tcp # object manager<BR>
2650objectmanager 2038/udp # object manager<BR>
2651lam 2040/tcp # lab<BR>
2652lam 2040/udp # lab<BR>
2653interbase 2041/tcp # interbase<BR>
2654interbase 2041/udp # interbase<BR>
2655isis 2042/tcp # isis<BR>
2656isis 2042/udp # isis<BR>
2657isis-bcast 2043/tcp # isis-bcast<BR>
2658isis-bcast 2043/udp # isis-bcast<BR>
2659rimsl 2044/tcp # rimsl<BR>
2660rimsl 2044/udp # rimsl<BR>
2661cdfunc 2045/tcp # cdfunc<BR>
2662cdfunc 2045/udp # cdfunc<BR>
2663sdfunc 2046/tcp # sdfunc<BR>
2664sdfunc 2046/udp # sdfunc<BR>
2665dls 2047/tcp # dls<BR>
2666dls 2047/udp # dls<BR>
2667dls-monitor 2048/tcp # dls-monitor<BR>
2668dls-monitor 2048/udp # dls-monitor<BR>
2669shilp/nfs 2049/tcp # shilp<BR>, NFS - Sun Microsystems<BR><br> Default port for rpc NFS. <BR> - NFS relies on client host to have already auth'd user (and it assumes there are no rogue hosts or users on network) <BR> - NFS doesn't recheck the client's auth on every request (thus attacker with forged or captured file handle can access exports, even after access perms to original client are terminated [because NFS has no method to cancel a file handle]). <BR> - Intruder bypass the portmapper and directly access tcp 2049, or highport 4045. <BR> <br> CERT Advisory: 95.15. <BR>
2670shilp/nfs/shilp 2049/udp # shilp<BR>, NFS - Sun Microsystems<BR><br> Default port for rpc NFS. <BR> - NFS relies on client host to have already auth'd user (and it assumes there are no rogue hosts or users on network) <BR> - NFS doesn't recheck the client's auth on every request (thus attacker with forged or captured file handle can access exports, even after access perms to original client are terminated [because NFS has no method to cancel a file handle]). <BR> - Intruder bypass the portmapper and directly access tcp 2049, or highport 4045. <BR> <br> CERT Advisory: 95.15. <BR> , shilp<br><br>networked file system, nfs server daemon (clts), nfs server daemon, network file system - sun microsystems, sun nfs, nfs server<br>
2671knetd 2053/tcp # Kerberos de-multiplexer<BR>
2672 /udp #
2673rc5des/distrib-netassholes 2064/tcp # RC5 & DES Cracker; Distributed<BR><br> Port for controlling distributed rc5des password cracking clients. The rc5des prog is a distributed password cracking client package, designed to brute force RC5 and DES encrypted strings using multiple cracking hosts. If port is found open on a host, confirm cracking software presence by locating files: rc5desg.exe, buff-in.rc5, boff-out.rc5 <BR> , distrib-netassholes<br><br>a group of lamers working on a silly closed-source client for solving the rsa cryptographic challenge. this is the keyblock proxy port.<br>
2674rc5des 2064/udp # RC5 & DES Cracker; Distributed<BR><br> Port for controlling distributed rc5des password cracking clients. The rc5des prog is a distributed password cracking client package, designed to brute force RC5 and DES encrypted strings using multiple cracking hosts. If port is found open on a host, confirm cracking software presence by locating files: rc5desg.exe, buff-in.rc5, boff-out.rc5 <BR>
2675dlsrpn 2065/tcp # Data Link Switch Read Port Number<BR>
2676dlsrpn 2065/udp # Data Link Switch Read Port Number<BR>
2677dlswpn 2067/tcp # Data Link Switch Write Port Number<BR>
2678dlswpn 2067/udp # Data Link Switch Write Port Number<BR>
2679lrp 2090/tcp # Load Report Protocol<BR>
2680lrp 2090/udp # Load Report Protocol<BR>
2681prp 2091/tcp # PRP<BR>
2682prp 2091/udp # PRP<BR>
2683descent3 2092/tcp # Descent 3<BR>
2684descent3 2092/udp # Descent 3<BR>
2685nbx-cc 2093/tcp # NBX CC<BR>
2686nbx-cc 2093/udp # NBX CC<BR>
2687nbx-au 2094/tcp # NBX AU<BR>
2688nbx-au 2094/udp # NBX AU<BR>
2689nbx-ser 2095/tcp # NBX SER<BR>
2690nbx-ser 2095/udp # NBX SER<BR>
2691nbx-dir 2096/tcp # NBX DIR<BR>
2692nbx-dir 2096/udp # NBX DIR<BR>
2693jetformpreview 2097/tcp # Jet Form Preview<BR>
2694jetformpreview 2097/udp # Jet Form Preview<BR>
2695dialog-port 2098/tcp # Dialog Port<BR>
2696dialog-port 2098/udp # Dialog Port<BR>
2697h2250-annex-g 2099/tcp # H.225.0 Annex G<BR>
2698h2250-annex-g 2099/udp # H.225.0 Annex G<BR>
2699amiganetfs 2100/tcp # amiganetfs<BR>
2700amiganetfs 2100/udp # amiganetfs<BR>
2701rtcm-sc104 2101/tcp # rtcm-sc104<BR>
2702rtcm-sc104 2101/udp # rtcm-sc104<BR>
2703zephyr-srv 2102/tcp # Zephyr server<BR>
2704zephyr-srv 2102/udp # Zephyr server<BR>
2705zephyr-clt 2103/tcp # Zephyr serv-hm connection<BR>
2706zephyr-clt 2103/udp # Zephyr serv-hm connection<BR>
2707zephyr-hm 2104/tcp # Zephyr hostmanager<BR>
2708zephyr-hm 2104/udp # Zephyr hostmanager<BR>
2709eklogin/minipay 2105/tcp # Kerberos encrypted rlogon<BR>, MiniPay<BR>
2710minipay/minipay 2105/udp # MiniPay<BR>, minipay<br><br>kerberos (v4) encrypted rlogin, minipay<br>
2711mzap 2106/tcp # MZAP<BR>
2712mzap/mzap 2106/udp # MZAP<BR>, mzap<br><br>kerberos (v4) encrypted rshell, mzap<br>
2713bintec-admin 2107/tcp # BinTec Admin<BR>
2714bintec-admin 2107/udp # BinTec Admin<BR>
2715ergolight 2108/tcp # Ergolight<BR>
2716ergolight/comcam 2108/udp # Ergolight<BR>, comcam<br><br>comcam, kerberos (v4) remote initialization<br>
2717x-bone-api 2165/tcp # X-Bone API<BR>
2718x-bone-api 2165/udp # X-Bone API<BR>
2719mc-gt-srv 2180/tcp # Millicent Vendor Gateway Server<BR>
2720mc-gt-srv 2180/udp # Millicent Vendor Gateway Server<BR>
2721eforward 2181/tcp # eforward<BR>
2722eforward 2181/udp # eforward<BR>
2723ici 2200/tcp # ICI<BR>
2724ici 2200/udp # ICI<BR>
2725ats 2201/tcp # Advanced Training System Program<BR>
2726ats 2201/udp # Advanced Training System Program<BR>
2727imtc-map 2202/tcp # Int. Multimedia Teleconf. Cosortium<BR>
2728imtc-map 2202/udp # Int. Multimedia Teleconf. Cosortium<BR>
2729kali 2213/tcp # Kali<BR>
2730kali 2213/udp # Kali<BR>
2731ganymede 2220/tcp # Ganymede<BR>
2732ganymede 2220/udp # Ganymede<BR>
2733rockwell-csp1/unreg-ab1 2221/tcp # Rockwell CSP1<BR>, Allen-Bradley unregistered port<BR>
2734rockwell-csp1/unreg-ab1 2221/udp # Rockwell CSP1<BR>, Allen-Bradley unregistered port<BR>
2735rockwell-csp2/unreg-ab2/DirectAdmin 2222/tcp # Rockwell CSP2<BR>, Allen-Bradley unregistered port<BR>, Direct Admin - http://www.directadmin.com
2736rockwell-csp2/unreg-ab2 2222/udp # Rockwell CSP2<BR>, Allen-Bradley unregistered port<BR>
2737rockwell-csp3/inreg-ab3 2223/tcp # Rockwell CSP3<BR>, Allen-Bradley unregistered port<BR>
2738rockwell-csp3/inreg-ab3 2223/udp # Rockwell CSP3<BR>, Allen-Bradley unregistered port<BR>
2739ivs-video 2232/tcp # IVS Video default<BR>
2740ivs-video 2232/udp # IVS Video default<BR>
2741infocrypt 2233/tcp # INFOCRYPT<BR>
2742infocrypt 2233/udp # INFOCRYPT<BR>
2743directplay 2234/tcp # DirectPlay<BR>
2744directplay 2234/udp # DirectPlay<BR>
2745sercomm-wlink 2235/tcp # Sercomm-WLink<BR>
2746sercomm-wlink 2235/udp # Sercomm-WLink<BR>
2747nani 2236/tcp # Nani<BR>
2748nani 2236/udp # Nani<BR>
2749optech-port1-lm 2237/tcp # Optech Port1 License Manager<BR>
2750optech-port1-lm 2237/udp # Optech Port1 License Manager<BR>
2751aviva-sna 2238/tcp # AVIVA SNA SERVER<BR>
2752aviva-sna 2238/udp # AVIVA SNA SERVER<BR>
2753imagequery 2239/tcp # Image Query<BR>
2754imagequery 2239/udp # Image Query<BR>
2755recipe 2240/tcp # Recipe<BR>
2756recipe 2240/udp # Recipe<BR>
2757ivsd 2241/tcp # IVS Daemon<BR>
2758ivsd 2241/udp # IVS Daemon<BR>
2759foliocorp 2242/tcp # Folio Remote Server<BR>
2760foliocorp 2242/udp # Folio Remote Server<BR>
2761magicom 2243/tcp # Magicom Protocol<BR>
2762magicom 2243/udp # Magicom Protocol<BR>
2763nmsserver/ctaccess 2244/tcp # NMS Server<BR>, Natural MicroSystem CTAccess Server, www.nmscommunications.com
2764nmsserver 2244/udp # NMS Server<BR>
2765hao 2245/tcp # HaO<BR>
2766hao 2245/udp # HaO<BR>
2767xmquery 2279/tcp # xmquery<BR>
2768xmquery 2279/udp # xmquery<BR>
2769lnvpoller 2280/tcp # LNVPOLLER<BR>
2770lnvpoller 2280/udp # LNVPOLLER<BR>
2771lnvconsole 2281/tcp # LNVCONSOLE<BR>
2772lnvconsole 2281/udp # LNVCONSOLE<BR>
2773lnvalarm 2282/tcp # LNVALARM<BR>
2774lnvalarm 2282/udp # LNVALARM<BR>
2775lnvstatus 2283/tcp # LNVSTATUS<BR>
2776lnvstatus 2283/udp # LNVSTATUS<BR>
2777lnvmaps 2284/tcp # LNVMAPS<BR>
2778lnvmaps 2284/udp # LNVMAPS<BR>
2779lnvmailmon 2285/tcp # LNVMAILMON<BR>
2780lnvmailmon 2285/udp # LNVMAILMON<BR>
2781nas-metering 2286/tcp # NAS-Metering<BR>
2782nas-metering 2286/udp # NAS-Metering<BR>
2783dna 2287/tcp # DNA<BR>
2784dna 2287/udp # DNA<BR>
2785netml 2288/tcp # NETML<BR>
2786netml 2288/udp # NETML<BR>
2787konshus-lm 2294/tcp # Konsus License Manager (FLEX)<BR>
2788konshus-lm 2294/udp # Konsus License Manager (FLEX)<BR>
2789advant-lm 2295/tcp # Advant License Manager<BR>
2790advant-lm 2295/udp # Advant License Manager<BR>
2791theta-lm 2296/tcp # Theta License Manager (Rainbow)<BR>
2792theta-lm 2296/udp # Theta License Manager (Rainbow)<BR>
2793d2k-datamover1 2297/tcp # D2K DataMover1<BR>
2794d2k-datamover1 2297/udp # D2K DataMover1<BR>
2795d2k-datamover2 2298/tcp # D2K DataMover2<BR>
2796d2k-datamover2 2298/udp # D2K DataMover2<BR>
2797pc-telecommute 2299/tcp # PC Telecommute<BR>
2798pc-telecommute 2299/udp # PC Telecommute<BR>
2799cvmmon 2300/tcp # CVMMON<BR>
2800cvmmon 2300/udp # CVMMON<BR>
2801cpq-wbem 2301/tcp # Compaq HTTP<BR>
2802cpq-wbem 2301/udp # Compaq HTTP<BR>
2803binderysupport 2302/tcp # Bindery Support<BR>
2804binderysupport 2302/udp # Bindery Support<BR>
2805proxy-gateway 2303/tcp # Proxy Gateway<BR>
2806proxy-gateway 2303/udp # Proxy Gateway<BR>
2807attachmate-uts 2304/tcp # Attachmate UTS<BR>
2808attachmate-uts 2304/udp # Attachmate UTS<BR>
2809mt-scaleserver 2305/tcp # MT ScaleServer<BR>
2810mt-scaleserver 2305/udp # MT ScaleServer<BR>
2811tappi-boxnet 2306/tcp # TAPPI BoxNet<BR>
2812tappi-boxnet 2306/udp # TAPPI BoxNet<BR>
2813pehelp 2307/tcp # pehelp<BR>
2814pehelp 2307/udp # pehelp<BR>
2815sdhelp 2308/tcp # sdhelp<BR>
2816sdhelp 2308/udp # sdhelp<BR>
2817sdserver 2309/tcp # SD Server<BR>
2818sdserver 2309/udp # SD Server<BR>
2819sdclient 2310/tcp # SD Client<BR>
2820sdclient 2310/udp # SD Client<BR>
2821messageserver/messageservice 2311/tcp # Message Service<BR>, messageservice<br><br>message service<br>
2822messageserver/messageservice 2311/udp # Message Service<BR>, messageservice<br><br>message service<br>
2823iapp 2313/tcp # IAPP<BR>
2824iapp 2313/udp # IAPP<BR>
2825cr-websystems 2314/tcp # CR WebSystems<BR>
2826cr-websystems 2314/udp # CR WebSystems<BR>
2827precise-sft 2315/tcp # Precise Sft.<BR>
2828precise-sft 2315/udp # Precise Sft.<BR>
2829sent-lm 2316/tcp # SENT License Manager<BR>
2830sent-lm 2316/udp # SENT License Manager<BR>
2831attachmate-g32 2317/tcp # Attachmate G32<BR>
2832attachmate-g32 2317/udp # Attachmate G32<BR>
2833cadencecontrol 2318/tcp # Cadence Control<BR>
2834cadencecontrol 2318/udp # Cadence Control<BR>
2835infolibria 2319/tcp # InfoLibria<BR>
2836infolibria 2319/udp # InfoLibria<BR>
2837siebel-ns 2320/tcp # Siebel NS<BR>
2838siebel-ns 2320/udp # Siebel NS<BR>
2839rdlap 2321/tcp # RDLAP<BR>
2840rdlap/rdlap 2321/udp # RDLAP<BR>, rdlap<br><br>rdlap<br>
2841ofsd 2322/tcp # ofsd<BR>
2842ofsd 2322/udp # ofsd<BR>
28433d-nfsd 2323/tcp # 3d-nfsd<BR>
28443d-nfsd 2323/udp # 3d-nfsd<BR>
2845cosmocall 2324/tcp # Cosmocall<BR>
2846cosmocall 2324/udp # Cosmocall<BR>
2847designspace-lm 2325/tcp # Design Space License Manager<BR>
2848designspace-lm 2325/udp # Design Space License Manager<BR>
2849idcp 2326/tcp # IDCP<BR>
2850idcp 2326/udp # IDCP<BR>
2851xingcsm 2327/tcp # xingsm<BR>
2852xingcsm/netscape 2327/udp # xingsm<BR>, Netscape Audio-Conferencing<BR>Note: Also see tcp 6498 & 6502 <BR>
2853netrix-sftm 2328/tcp # Netrix SFTM<BR>
2854netrix-sftm 2328/udp # Netrix SFTM<BR>
2855nvd 2329/tcp # NVD<BR>
2856nvd 2329/udp # NVD<BR>
2857tscchat 2330/tcp # TSCCHAT<BR>
2858tscchat 2330/udp # TSCCHAT<BR>
2859agentview 2331/tcp # AGENTVIEW<BR>
2860agentview 2331/udp # AGENTVIEW<BR>
2861rcc-host 2332/tcp # RCC Host<BR>
2862rcc-host 2332/udp # RCC Host<BR>
2863snapp 2333/tcp # SNAPP<BR>
2864snapp 2333/udp # SNAPP<BR>
2865ace-client 2334/tcp # ACE Client Auth<BR>
2866ace-client 2334/udp # ACE Client Auth<BR>
2867ace-proxy 2335/tcp # ACE Proxy<BR>
2868ace-proxy 2335/udp # ACE Proxy<BR>
2869appleugcontrol 2336/tcp # Apple UG Control<BR>
2870appleugcontrol 2336/udp # Apple UG Control<BR>
2871ideesr/ideesrv 2337/tcp # ideesrv<BR>, ideesrv<br><br>ideesrv<br>
2872ideesr/ideesrv 2337/udp # ideesrv<BR>, ideesrv<br><br>ideesrv<br>
2873norton-lambert 2338/tcp # Norton Lambert<BR>
2874norton-lambert 2338/udp # Norton Lambert<BR>
28753com-webview 2339/tcp # 3com Webview<BR>
28763com-webview 2339/udp # 3com Webview<BR>
2877wrs_registry 2340/tcp # WRS Registry<BR>
2878wrs_registry 2340/udp # WRS Registry<BR>
2879xiostatus 2341/tcp # CIO Status<BR>
2880xiostatus 2341/udp # CIO Status<BR>
2881manage-exec 2342/tcp # Seagate Manage Exec<BR>
2882manage-exec 2342/udp # Seagate Manage Exec<BR>
2883nati-logos 2343/tcp # nati logos<BR>
2884nati-logos 2343/udp # nati logos<BR>
2885fcmsys 2344/tcp # fcmsys<BR>
2886fcmsys 2344/udp # fcmsys<BR>
2887dbm 2345/tcp # dbm<BR>
2888dbm 2345/udp # dbm<BR>
2889redstorm_join 2346/tcp # Game Connection Port<BR>
2890redstorm_join 2346/udp # Game Connection Port<BR>
2891redstorm_find 2347/tcp # Game Announcement and Location<BR>
2892redstorm_find 2347/udp # Game Announcement and Location<BR>
2893redstorm_info 2348/tcp # Info to query for game status<BR>
2894redstorm_info 2348/udp # Info to query for game status<BR>
2895redstorm_diag 2349/tcp # Diagnostics Port<BR>
2896redstorm_diag/redstorm_diag 2349/udp # Diagnostics Port<BR>, redstorm_diag<br><br>disgnostics port<br>
2897psbserver 2350/tcp # psbserver<BR>
2898psbserver 2350/udp # psbserver<BR>
2899psrserver 2351/tcp # psrserver<BR>
2900psrserver 2351/udp # psrserver<BR>
2901pslserver 2352/tcp # pslserver<BR>
2902pslserver 2352/udp # pslserver<BR>
2903pspserver 2353/tcp # pspserver<BR>
2904pspserver 2353/udp # pspserver<BR>
2905psprserver 2354/tcp # psprserver<BR>
2906psprserver 2354/udp # psprserver<BR>
2907psdbserver 2355/tcp # psdbserver<BR>
2908psdbserver 2355/udp # psdbserver<BR>
2909gxtelmd 2356/tcp # GXT License Management<BR>
2910gxtelmd 2356/udp # GXT License Management<BR>
2911unihub-server 2357/tcp # UniHub Server<BR>
2912unihub-server 2357/udp # UniHub Server<BR>
2913futrix 2358/tcp # Futrix<BR>
2914futrix 2358/udp # Futrix<BR>
2915flukeserver 2359/tcp # FlukeServer<BR>
2916flukeserver 2359/udp # FlukeServer<BR>
2917nexstorindltd 2360/tcp # NexstorIndLtd<BR>
2918nexstorindltd 2360/udp # NexstorIndLtd<BR>
2919tl1 2361/tcp # TL1<BR>
2920tl1 2361/udp # TL1<BR>
2921digiman 2362/tcp # Digiman<BR>
2922digiman 2362/udp # Digiman<BR>
2923mediacntrlnfsd 2363/tcp # Media Central NFSD<BR>
2924mediacntrlnfsd 2363/udp # Media Central NFSD<BR>
2925oi-2000 2364/tcp # OI-2000<BR>
2926oi-2000 2364/udp # OI-2000<BR>
2927dbref 2365/tcp # dbref<BR>
2928dbref 2365/udp # dbref<BR>
2929qip-login 2366/tcp # qup-login<BR>
2930qip-login 2366/udp # qup-login<BR>
2931service-ctrl 2367/tcp # Service Control<BR>
2932service-ctrl 2367/udp # Service Control<BR>
2933opentable 2368/tcp # OpenTable<BR>
2934opentable 2368/udp # OpenTable<BR>
2935acs2000-dsp 2369/tcp # ACS2000 DSP<BR>
2936acs2000-dsp 2369/udp # ACS2000 DSP<BR>
2937l3-hbmon 2370/tcp # L3-HBMon<BR>
2938l3-hbmon 2370/udp # L3-HBMon<BR>
2939compaq-https 2381/tcp # Compaq HTTPS<BR>
2940compaq-https 2381/udp # Compaq HTTPS<BR>
2941ms-olap3 2382/tcp # MS OLAP 3<BR>
2942ms-olap3 2382/udp # MS OLAP 3<BR>
2943ms-olap4 2383/tcp # MS OLAP 4<BR>
2944ms-olap4 2383/udp # MS OLAP 4<BR>
2945ovsessionmgr 2389/tcp # OpenView Session Manager<BR>
2946ovsessionmgr 2389/udp # OpenView Session Manager<BR>
2947rsmtp 2390/tcp # RSMTP<BR>
2948rsmtp 2390/udp # RSMTP<BR>
29493com-net-mgmt 2391/tcp # 3COM Net Management<BR>
29503com-net-mgmt 2391/udp # 3COM Net Management<BR>
2951tacticalauth 2392/tcp # Tactical Auth<BR>
2952tacticalauth 2392/udp # Tactical Auth<BR>
2953ms-olap1 2393/tcp # MS OLAP 1<BR>
2954ms-olap1 2393/udp # MS OLAP 1<BR>
2955ms-olap2 2394/tcp # MS OLAP 2<BR>
2956ms-olap2/ms-olap2 2394/udp # MS OLAP 2<BR>, ms-olap2<br><br>ma olap 2<br>
2957lan900_remote 2395/tcp # LAN900 Remote<BR>
2958lan900_remote 2395/udp # LAN900 Remote<BR>
2959wusage 2396/tcp # Wusage<BR>
2960wusage 2396/udp # Wusage<BR>
2961ncl 2397/tcp # NCL<BR>
2962ncl 2397/udp # NCL<BR>
2963orbiter 2398/tcp # Orbiter<BR>
2964orbiter 2398/udp # Orbiter<BR>
2965fmpro-fdal 2399/tcp # FileMaker, Inc. - Data Access Layer<BR>
2966fmpro-fdal 2399/udp # FileMaker, Inc. - Data Access Layer<BR>
2967opequus-server 2400/tcp # OpEquus Server<BR>
2968opequus-server 2400/udp # OpEquus Server<BR>
2969cvspserver 2401/tcp # cvspserver<BR>
2970cvspserver 2401/udp # cvspserver<BR>
2971taskmaster2000 2402/tcp # TaskMaster 2000 Server<BR>
2972taskmaster2000 2402/udp # TaskMaster 2000 Server<BR>
2973taskmaster2000 2403/tcp # TaskMaster 2000 Web<BR>
2974taskmaster2000 2403/udp # TaskMaster 2000 Web<BR>
2975iec870-5-104 2404/tcp # IEC870-5-104<BR>
2976iec870-5-104 2404/udp # IEC870-5-104<BR>
2977trc-netpoll 2405/tcp # TRC Netpoll<BR>
2978trc-netpoll 2405/udp # TRC Netpoll<BR>
2979jediserver 2406/tcp # JediServer<BR>
2980jediserver 2406/udp # JediServer<BR>
2981orion 2407/tcp # Orion<BR>
2982orion 2407/udp # Orion<BR>
2983optimanet 2408/tcp # OptimaNet<BR>
2984optimanet 2408/udp # OptimaNet<BR>
2985sns-protocol 2409/tcp # SNS Protocol<BR>
2986sns-protocol 2409/udp # SNS Protocol<BR>
2987vrts-registry 2410/tcp # VRTS Registry<BR>
2988vrts-registry 2410/udp # VRTS Registry<BR>
2989netwave-ap-mgmt 2411/tcp # Netwave AP Management<BR>
2990netwave-ap-mgmt 2411/udp # Netwave AP Management<BR>
2991cdn 2412/tcp # CDN<BR>
2992cdn 2412/udp # CDN<BR>
2993orion-rmi-reg 2413/tcp # orion-rmi-reg<BR>
2994orion-rmi-reg 2413/udp # orion-rmi-reg<BR>
2995interlinua/interlingua 2414/tcp # Interlingua<BR>, interlingua<br><br>interlingua<br>
2996interlinua/interlingua 2414/udp # Interlingua<BR>, interlingua<br><br>interlingua<br>
2997comtest 2415/tcp # COMTEST<BR>
2998comtest 2415/udp # COMTEST<BR>
2999rmtserver 2416/tcp # RMT Server<BR>
3000rmtserver 2416/udp # RMT Server<BR>
3001composit-server 2417/tcp # Composit Server<BR>
3002composit-server 2417/udp # Composit Server<BR>
3003cas 2418/tcp # cas<BR>
3004cas 2418/udp # cas<BR>
3005attachmate-s2s 2419/tcp # Attachmate S2S<BR>
3006attachmate-s2s 2419/udp # Attachmate S2S<BR>
3007dslremote-mgmt 2420/tcp # DSL Remote Management<BR>
3008dslremote-mgmt 2420/udp # DSL Remote Management<BR>
3009g-talk 2421/tcp # G-Talk<BR>
3010g-talk 2421/udp # G-Talk<BR>
3011crmsbits 2422/tcp # CRMSBITS<BR>
3012crmsbits 2422/udp # CRMSBITS<BR>
3013rnrp 2423/tcp # RNRP<BR>
3014rnrp 2423/udp # RNRP<BR>
3015kofax-svr 2424/tcp # LPFAX-SVR<BR>
3016kofax-svr 2424/udp # LPFAX-SVR<BR>
3017fjitsuappmgr 2425/tcp # Fujitsu App Manager<BR>
3018fjitsuappmgr 2425/udp # Fujitsu App Manager<BR>
3019applianttcp 2426/tcp # Applicant TCP<BR>
3020appliantudp 2426/udp # Applicant UDP<BR>
3021stgcp/mgcp-gateway 2427/tcp # Simple Telephony Gateway Control Protocol<BR>, Media Gateway Control Protocol Gateway<BR>
3022stgcp/mgcp-gateway 2427/udp # Simple Telephony Gateway Control Protocol<BR>, Media Gateway Control Protocol Gateway<BR>
3023ott 2428/tcp # One-way Trip Timer<BR>
3024ott 2428/udp # One-way Trip Timer<BR>
3025ft-role 2429/tcp # FT-ROLE<BR>
3026ft-role 2429/udp # FT-ROLE<BR>
3027venus 2430/tcp # venus<BR>
3028venus 2430/udp # venus<BR>
3029venus-se 2431/tcp # venus-se<BR>
3030venus-se 2431/udp # venus-se<BR>
3031codasrv 2432/tcp # codasrv<BR>
3032codasrv 2432/udp # codasrv<BR>
3033codasrv-se 2433/tcp # cosasrv-se<BR>
3034codasrv-se 2433/udp # cosasrv-se<BR>
3035pxc-epmap 2434/tcp # pxc-epmap<BR>
3036pxc-epmap 2434/udp # pxc-epmap<BR>
3037optilogic 2435/tcp # OptiLogic<BR>
3038optilogic 2435/udp # OptiLogic<BR>
3039topx 2436/tcp # TOP/X<BR>
3040topx 2436/udp # TOP/X<BR>
3041unicontrol 2437/tcp # UniControl<BR>
3042unicontrol 2437/udp # UniControl<BR>
3043msp 2438/tcp # MSP<BR>
3044msp 2438/udp # MSP<BR>
3045sybasedbsynch 2439/tcp # SybaseDBSynch<BR>
3046sybasedbsynch 2439/udp # SybaseDBSynch<BR>
3047spearway 2440/tcp # Spearway Lockers<BR>
3048spearway/spearway 2440/udp # Spearway Lockers<BR>, spearway<br><br>spearway lockser<br>
3049pvsw-inet 2441/tcp # pvsw-inet<BR>
3050pvsw-inet 2441/udp # pvsw-inet<BR>
3051netangel 2442/tcp # Netangel<BR>
3052netangel 2442/udp # Netangel<BR>
3053powerclientcsf 2443/tcp # PowerClient Central Storage Facility<BR>
3054powerclientcsf 2443/udp # PowerClient Central Storage Facility<BR>
3055btpp2sectrans 2444/tcp # BT PP2 Sectrans<BR>
3056btpp2sectrans 2444/udp # BT PP2 Sectrans<BR>
3057dtn1 2445/tcp # DTN1<BR>
3058dtn1 2445/udp # DTN1<BR>
3059bues_service 2446/tcp # bues_service<BR>
3060bues_service 2446/udp # bues_service<BR>
3061ovwdb 2447/tcp # OpenView NNM daemon<BR>
3062ovwdb 2447/udp # OpenView NNM daemon<BR>
3063hpppssvr 2448/tcp # hpppssvr<BR>
3064hpppssvr 2448/udp # hpppssvr<BR>
3065ratl 2449/tcp # RATL<BR>
3066ratl 2449/udp # RATL<BR>
3067netadmin 2450/tcp # netadmin<BR>
3068netadmin 2450/udp # netadmin<BR>
3069netchat 2451/tcp # netchat<BR>
3070netchat 2451/udp # netchat<BR>
3071snifferclient 2452/tcp # SnifferClient<BR>
3072snifferclient 2452/udp # SnifferClient<BR>
3073madge-om 2453/tcp # madge-om<BR>
3074madge-om 2453/udp # madge-om<BR>
3075indx-dds 2454/tcp # IndX-DDS<BR>
3076indx-dds 2454/udp # IndX-DDS<BR>
3077wago-io-system 2455/tcp # WAGO-IO-SYSTEM<BR>
3078wago-io-system 2455/udp # WAGO-IO-SYSTEM<BR>
3079altav-remmgt 2456/tcp # altav-remmgt<BR>
3080altav-remmgt 2456/udp # altav-remmgt<BR>
3081rapido-ip 2457/tcp # Rapico_IP<BR>
3082rapido-ip 2457/udp # Rapico_IP<BR>
3083griffin 2458/tcp # griffin<BR>
3084griffin 2458/udp # griffin<BR>
3085community 2459/tcp # Community<BR>
3086community 2459/udp # Community<BR>
3087ms-theater 2460/tcp # ms-theater<BR>
3088ms-theater 2460/udp # ms-theater<BR>
3089qadmifoper 2461/tcp # qadmifoper<BR>
3090qadmifoper 2461/udp # qadmifoper<BR>
3091qadmifevent 2462/tcp # qadmifevent<BR>
3092qadmifevent 2462/udp # qadmifevent<BR>
3093symbios-raid 2463/tcp # Symbios Raid<BR>
3094symbios-raid 2463/udp # Symbios Raid<BR>
3095direcpc-si 2464/tcp # DirecPC SI<BR>
3096direcpc-si 2464/udp # DirecPC SI<BR>
3097lbm 2465/tcp # Load Balance Management<BR>
3098lbm 2465/udp # Load Balance Management<BR>
3099lbf 2466/tcp # Load Balance Forwarding<BR>
3100lbf 2466/udp # Load Balance Forwarding<BR>
3101high-criteria 2467/tcp # High Criteria<BR>
3102high-criteria 2467/udp # High Criteria<BR>
3103qip_msgd/qip-msgd 2468/tcp # qip_msgd<BR>, qip-msgd<br><br>qip_msgd<br>
3104qip_msgd/qip-msgd 2468/udp # qip_msgd<BR>, qip-msgd<br><br>qip_msgd<br>
3105mti-tcs-comm 2469/tcp # MTI-TCS-COMM<BR>
3106mti-tcs-comm 2469/udp # MTI-TCS-COMM<BR>
3107taskman_port/taskman-port 2470/tcp # taskman port<BR>, taskman-port<br><br>taskman port<br>
3108taskman_port/taskman-port 2470/udp # taskman port<BR>, taskman-port<br><br>taskman port<br>
3109seaodbc 2471/tcp # SeaODBC<BR>
3110seaodbc 2471/udp # SeaODBC<BR>
3111c3 2472/tcp # C3<BR>
3112c3 2472/udp # C3<BR>
3113aker-cdp 2473/tcp # Aker-cdp<BR>
3114aker-cdp 2473/udp # Aker-cdp<BR>
3115vitalanalysis 2474/tcp # Vital Analysis<BR>
3116vitalanalysis 2474/udp # Vital Analysis<BR>
3117ace-server 2475/tcp # ACE Server<BR>
3118ace-server 2475/udp # ACE Server<BR>
3119ace-svr-prop 2476/tcp # ACE Server Propagation<BR>
3120ace-svr-prop 2476/udp # ACE Server Propagation<BR>
3121ssm-cvs 2477/tcp # SecurSight Certificate Valifation Service<BR>
3122ssm-cvs 2477/udp # SecurSight Certificate Valifation Service<BR>
3123ssm-cssps 2478/tcp # SecurSight Authentication Server (SSL)<BR>
3124ssm-cssps/ssm-cssps 2478/udp # SecurSight Authentication Server (SSL)<BR>, ssm-cssps<br><br>secursight authentication server (ssl)<br>
3125ssm-els 2479/tcp # SecurSight Event Logging Server (SSL)<BR>
3126ssm-els 2479/udp # SecurSight Event Logging Server (SSL)<BR>
3127lingwood 2480/tcp # Lingwood's Detail<BR>
3128lingwood 2480/udp # Lingwood's Detail<BR>
3129giop 2481/tcp # Oracle GIOP<BR>
3130giop 2481/udp # Oracle GIOP<BR>
3131giop-ssl 2482/tcp # Oracle GIOP SSL<BR>
3132giop-ssl 2482/udp # Oracle GIOP SSL<BR>
3133ttc 2483/tcp # Oracle TTC<BR>
3134ttc/ttc 2483/udp # Oracle TTC<BR>, ttc<br><br>oracel ttc<br>
3135ttc-ssl 2484/tcp # Oracle TTC SSL<BR>
3136ttc-ssl 2484/udp # Oracle TTC SSL<BR>
3137netobjects1 2485/tcp # NetObjects1<BR>
3138netobjects1 2485/udp # NetObjects1<BR>
3139netobjects2 2486/tcp # NetObjects2<BR>
3140netobjects2 2486/udp # NetObjects2<BR>
3141pns 2487/tcp # Policy Notice Service<BR>
3142pns 2487/udp # Policy Notice Service<BR>
3143moy-corp 2488/tcp # Moy Corporation<BR>
3144moy-corp 2488/udp # Moy Corporation<BR>
3145tsilb 2489/tcp # TSILB<BR>
3146tsilb 2489/udp # TSILB<BR>
3147qip_qdhcp/qip-qdhcp 2490/tcp # qip_qdhcp<BR>, qip-qdhcp<br><br>qip_qdhcp<br>
3148qip_qdhcp/qip-qdhcp 2490/udp # qip_qdhcp<BR>, qip-qdhcp<br><br>qip_qdhcp<br>
3149conclave-cpp 2491/tcp # Conclave CPP<BR>
3150conclave-cpp 2491/udp # Conclave CPP<BR>
3151groove 2492/tcp # GROOVE<BR>
3152groove 2492/udp # GROOVE<BR>
3153talarian-mqs 2493/tcp # Talarian MQS<BR>
3154talarian-mqs 2493/udp # Talarian MQS<BR>
3155bmc-ar 2494/tcp # BMC AR<BR>
3156bmc-ar 2494/udp # BMC AR<BR>
3157fast-rem-serv 2495/tcp # Fast Remote Services<BR>
3158fast-rem-serv 2495/udp # Fast Remote Services<BR>
3159dirgis 2496/tcp # DIRGIS<BR>
3160dirgis 2496/udp # DIRGIS<BR>
3161quaddb 2497/tcp # Quad DB<BR>
3162quaddb 2497/udp # Quad DB<BR>
3163odn-castraq 2498/tcp # ODN-CasTraq<BR>
3164odn-castraq 2498/udp # ODN-CasTraq<BR>
3165unicontrol 2499/tcp # UniControl<BR>
3166unicontrol 2499/udp # UniControl<BR>
3167rtsserv 2500/tcp # Resource Tracking System Server<BR>
3168rtsserv 2500/udp # Resource Tracking System Server<BR>
3169rtsclient 2501/tcp # Resource Tracking System Client<BR>
3170rtsclient 2501/udp # Resource Tracking System Client<BR>
3171kentrox-prot 2502/tcp # Kentrox Protocol<BR>
3172kentrox-prot 2502/udp # Kentrox Protocol<BR>
3173nms-dpnss 2503/tcp # NMS-DPNSS
3174nms-dpnss 2503/udp # NMS-DPNSS
3175wlbs 2504/tcp # SLBS<BR>
3176wlbs/wlbs 2504/udp # WLBS<br> Used in NT/Win2000 clustering.<BR> , SLBS<BR>
3177torque-traffic 2505/tcp # torque-traffic<BR>
3178torque-traffic 2505/udp # torque-traffic<BR>
3179jbroker 2506/tcp # jbroker<BR>
3180jbroker 2506/udp # jbroker<BR>
3181spock 2507/tcp # spock<BR>
3182spock 2507/udp # spock<BR>
3183jdatastore 2508/tcp # JDataStore<BR>
3184jdatastore 2508/udp # JDataStore<BR>
3185fjmpss 2509/tcp # fjmpss<BR>
3186fjmpss 2509/udp # fjmpss<BR>
3187fjappmgrbulk 2510/tcp # fjappmgrbulk<BR>
3188fjappmgrbulk 2510/udp # fjappmgrbulk<BR>
3189metastorm 2511/tcp # Metastorm<BR>
3190metastorm 2511/udp # Metastorm<BR>
3191citrixima 2512/tcp # Citrix IMA<BR>
3192citrixima 2512/udp # Citrix IMA<BR>
3193citrixadmin 2513/tcp # Citrix Admin<BR>
3194citrixadmin 2513/udp # Citrix Admin<BR>
3195facsys-ntp 2514/tcp # Facsys NTP<BR>
3196facsys-ntp 2514/udp # Facsys NTP<BR>
3197facsys-router 2515/tcp # Facsys Router<BR>
3198facsys-router 2515/udp # Facsys Router<BR>
3199maincontrol 2516/tcp # Main Control<BR>
3200maincontrol 2516/udp # Main Control<BR>
3201call-sig-trans 2517/tcp # Call Signalling Transport<BR>
3202call-sig-trans 2517/udp # Call Signalling Transport<BR>
3203willy 2518/tcp # Willy<BR>
3204willy 2518/udp # Willy<BR>
3205globmsgsvc 2519/tcp # globmsgsvc<BR>
3206globmsgsvc 2519/udp # globmsgsvc<BR>
3207pvsw 2520/tcp # pvsw<BR>
3208pvsw 2520/udp # pvsw<BR>
3209adaptexmgr/adaptecmgr 2521/tcp # Adaptec Manager<BR>, adaptecmgr<br><br>adaptec manager<br>
3210adaptexmgr/adaptecmgr 2521/udp # Adaptec Manager<BR>, adaptecmgr<br><br>adaptec manager<br>
3211windb 2522/tcp # WinDb<BR>
3212windb 2522/udp # WinDb<BR>
3213qke-11c-v3/qke-llc-v3 2523/tcp # Qke LLC V.3<BR>, qke-llc-v3<br><br>qke llc v.3<br>
3214qke-11c-v3/qke-llc-v3 2523/udp # Qke LLC V.3<BR>, qke-llc-v3<br><br>qke llc v.3<br>
3215optiwave-1m/optiwave-lm 2524/tcp # Optiwave License Manager<BR>, optiwave-lm<br><br>optiwave license management<br>
3216optiwave-1m/optiwave-lm 2524/udp # Optiwave License Manager<BR>, optiwave-lm<br><br>optiwave license management<br>
3217ms-v-worlds 2525/tcp # MS V-Worlds<BR>
3218ms-v-worlds 2525/udp # MS V-Worlds<BR>
3219ema-sent-lm 2526/tcp # EMA License Manager<BR>
3220ema-sent-lm 2526/udp # EMA License Manager<BR>
3221iqserver 2527/tcp # IQ Server<BR>
3222iqserver 2527/udp # IQ Server<BR>
3223ncr_ccl 2528/tcp # NCR CCL<BR>
3224ncr_ccl 2528/udp # NCR CCL<BR>
3225utsftp 2529/tcp # UTS FTP<BR>
3226utsftp 2529/udp # UTS FTP<BR>
3227vrcommerce 2530/tcp # VR Commerce<BR>
3228vrcommerce 2530/udp # VR Commerce<BR>
3229ito-e-gui 2531/tcp # ITO-E GUI<BR>
3230ito-e-gui 2531/udp # ITO-E GUI<BR>
3231ovtopmd 2532/tcp # OVTOPMD<BR>
3232ovtopmd 2532/udp # OVTOPMD<BR>
3233snifferserver 2533/tcp # SnifferServer<BR>
3234snifferserver 2533/udp # SnifferServer<BR>
3235combox-web-acc 2534/tcp # Combox Web Access<BR>
3236combox-web-acc 2534/udp # Combox Web Access<BR>
3237mdhcp/madcap 2535/tcp # MDHCP<BR>, madcap<br><br>madcap<br>
3238mdhcp/madcap 2535/udp # MDHCP<BR>, madcap<br><br>madcap<br>
3239btpp2audctr1 2536/tcp # btpp2audctrl<BR>
3240btpp2audctr1 2536/udp # btpp2audctrl<BR>
3241upgrade 2537/tcp # Upgrade Protocol<BR>
3242upgrade 2537/udp # Upgrade Protocol<BR>
3243vnwk-prapi 2538/tcp # vnwk-prapi<BR>
3244vnwk-prapi 2538/udp # vnwk-prapi<BR>
3245vsiadmin 2539/tcp # VSI Admin<BR>
3246vsiadmin 2539/udp # VSI Admin<BR>
3247lonworks 2540/tcp # LonWorks<BR>
3248lonworks 2540/udp # LonWorks<BR>
3249lonworks2 2541/tcp # LonWorks2<BR>
3250lonworks2 2541/udp # LonWorks2<BR>
3251davinci 2542/tcp # DaVinci<BR>
3252davinci 2542/udp # DaVinci<BR>
3253reftek 2543/tcp # REFTEK<BR>
3254reftek 2543/udp # REFTEK<BR>
3255novell-zen/novell-zen 2544/tcp # Novell ZEN<BR>, novell-zen<br><br>novell zen<br>
3256novell-zen 2544/udp # Novell ZEN<BR>
3257sis-emt 2545/tcp # sis-emt<BR>
3258sis-emt 2545/udp # sis-emt<BR>
3259vytalvaultbrtp 2546/tcp # vytalvaultbrtp<BR>
3260vytalvaultbrtp 2546/udp # vytalvaultbrtp<BR>
3261vytalvaultvsmp 2547/tcp # vytalvaultvsmp<BR>
3262vytalvaultvsmp 2547/udp # vytalvaultvsmp<BR>
3263vytalvaultpipe 2548/tcp # vytalvaultpipe<BR>
3264vytalvaultpipe 2548/udp # vytalvaultpipe<BR>
3265ipass 2549/tcp # IPASS<BR>
3266ipass 2549/udp # IPASS<BR>
3267ads 2550/tcp # ADS<BR>
3268ads 2550/udp # ADS<BR>
3269isg-uda-server 2551/tcp # ISG UDA Server<BR>
3270isg-uda-server 2551/udp # ISG UDA Server<BR>
3271call-logging 2552/tcp # Call Logging<BR>
3272call-logging 2552/udp # Call Logging<BR>
3273efidiningport 2553/tcp # efidiningport<BR>
3274efidiningport 2553/udp # efidiningport<BR>
3275vcnet-link-v10 2554/tcp # Vcnet-Link v10<BR>
3276vcnet-link-v10 2554/udp # Vcnet-Link v10<BR>
3277compaq-wcp 2555/tcp # Compaq WCP<BR>
3278compaq-wcp 2555/udp # Compaq WCP<BR>
3279nicetec-nmsvc 2556/tcp # nicetec-nmsvc<BR>
3280nicetec-nmsvc 2556/udp # nicetec-nmsvc<BR>
3281nicetec-mgmt 2557/tcp # nicetec-mgmt<BR>
3282nicetec-mgmt 2557/udp # nicetec-mgmt<BR>
3283pclemultimedia 2558/tcp # PCLE Multi Media<BR>
3284pclemultimedia 2558/udp # PCLE Multi Media<BR>
3285lstp 2559/tcp # LSTP<BR>
3286lstp 2559/udp # LSTP<BR>
3287labrat 2560/tcp # labrat<BR>
3288labrat 2560/udp # labrat<BR>
3289mosaixcc 2561/tcp # MosaixCC<BR>
3290mosaixcc 2561/udp # MosaixCC<BR>
3291delibo 2562/tcp # Delibo<BR>
3292delibo 2562/udp # Delibo<BR>
3293cti-redwood 2563/tcp # CTI Redwood<BR>
3294cti-redwood 2563/udp # CTI Redwood<BR>
3295hp-3000-telnet/hp-3000-telnet 2564/tcp # HP 3000 NS/VT block mode telnet<BR>, hp-3000-telnet<br><br>hp 3000 ns/vt block mode telnet<br>
3296hp-3000-telnet 2564/udp # HP 3000 NS/VT block mode telnet<BR>
3297coord-svr 2565/tcp # Coordinator Server<BR>
3298coord-svr 2565/udp # Coordinator Server<BR>
3299pcs-pcw 2566/tcp # pcs-pcw<BR>
3300pcs-pcw 2566/udp # pcs-pcw<BR>
3301clp 2567/tcp # Cisco Line Protocol<BR>
3302clp 2567/udp # Cisco Line Protocol<BR>
3303spamtrap 2568/tcp # SPAM Trap<BR>
3304spamtrap 2568/udp # SPAM Trap<BR>
3305sonuscallsig 2569/tcp # Sonus Call Signal<BR>
3306sonuscallsig 2569/udp # Sonus Call Signal<BR>
3307hs-port 2570/tcp # HS Port<BR>
3308hs-port 2570/udp # HS Port<BR>
3309cecsvc 2571/tcp # CECSVC<BR>
3310cecsvc 2571/udp # CECSVC<BR>
3311ibp 2572/tcp # IBP<BR>
3312ibp 2572/udp # IBP<BR>
3313trustestablish 2573/tcp # Trust Establish<BR>
3314trustestablish 2573/udp # Trust Establish<BR>
3315blockade-bpsp 2574/tcp # Blockade BPSP<BR>
3316blockade-bpsp 2574/udp # Blockade BPSP<BR>
3317hl7 2575/tcp # HL7<BR>
3318hl7 2575/udp # HL7<BR>
3319tclprodebugger 2576/tcp # TCL Pro Debugger<BR>
3320tclprodebugger 2576/udp # TCL Pro Debugger<BR>
3321scipticslsrvr 2577/tcp # Scriptics Lsrvr<BR>
3322scipticslsrvr 2577/udp # Scriptics Lsrvr<BR>
3323rvs-isdn-dcp 2578/tcp # RVS ISDN DCP<BR>
3324rvs-isdn-dcp 2578/udp # RVS ISDN DCP<BR>
3325mpfoncl 2579/tcp # mpfoncl<BR>
3326mpfoncl 2579/udp # mpfoncl<BR>
3327tributary 2580/tcp # Tributary<BR>
3328tributary 2580/udp # Tributary<BR>
3329argis-te 2581/tcp # ARGIS TE<BR>
3330argis-te 2581/udp # ARGIS TE<BR>
3331argis-ds 2582/tcp # ARGIS DS<BR>
3332argis-ds 2582/udp # ARGIS DS<BR>
3333mon 2583/tcp # MON<BR>
3334mon 2583/udp # MON<BR>
3335cyaserv 2584/tcp # cyaserv<BR>
3336cyaserv 2584/udp # cyaserv<BR>
3337netx-server 2585/tcp # NETX Server<BR>
3338netx-server 2585/udp # NETX Server<BR>
3339netx-agent 2586/tcp # NETX Agent
3340netx-agent 2586/udp # NETX Agent
3341masc 2587/tcp # MASC<BR>
3342masc 2587/udp # MASC<BR>
3343privilege 2588/tcp # Privilege<BR>
3344privilege 2588/udp # Privilege<BR>
3345quartus-tcl 2589/tcp # Quartus TCL<BR>
3346quartus-tcl 2589/udp # Quartus TCL<BR>
3347idotdist 2590/tcp # idotdist<BR>
3348idotdist 2590/udp # idotdist<BR>
3349maytagshuffle 2591/tcp # Maytag Shuffle<BR>
3350maytagshuffle 2591/udp # Maytag Shuffle<BR>
3351netrek 2592/tcp # netrek<BR>
3352netrek 2592/udp # netrek<BR>
3353mns-mail 2593/tcp # MNS Mail Notice Service<BR>
3354mns-mail 2593/udp # MNS Mail Notice Service<BR>
3355dts 2594/tcp # Data Base Server<BR>
3356dts 2594/udp # Data Base Server<BR>
3357worldfusion1 2595/tcp # World Fusion 1<BR>
3358worldfusion1 2595/udp # World Fusion 1<BR>
3359worldfusion2 2596/tcp # World Fusion 2<BR>
3360worldfusion2 2596/udp # World Fusion 2<BR>
3361homesteadglory 2597/tcp # Homestead Glory<BR>
3362homesteadglory 2597/udp # Homestead Glory<BR>
3363citrixmaclient/citriximaclient 2598/tcp # Citrix MA Client<BR>, citriximaclient<br><br>citrix ma client<br>
3364citrixmaclient/citriximaclient 2598/udp # Citrix MA Client<BR>, citriximaclient<br><br>citrix ma client<br>
3365meridiandata 2599/tcp # Meridian Data<BR>
3366meridiandata 2599/udp # Meridian Data<BR>
3367hpstgmgr 2600/tcp # HPSTGMGR<BR>
3368hpstgmgr/hpstgmgr 2600/udp # HPSTGMGR<BR>, hpstgmgr<br><br>hpstgmgr<br>
3369discp-client 2601/tcp # discp client<BR>
3370discp-client/discp-client 2601/udp # discp client<BR>, discp-client<br><br>discp client<br>
3371discp-server 2602/tcp # discp server<BR>
3372discp-server/discp-server 2602/udp # discp server<BR>, discp-server<br><br>discp server<br>
3373servicemeter 2603/tcp # Service Meter<BR>
3374servicemeter/servicemeter 2603/udp # Service Meter<BR>, servicemeter<br><br>service meter<br>
3375nsc-ccs 2604/tcp # NSC CCS<BR>
3376nsc-ccs/nsc-ccs 2604/udp # NSC CCS<BR>, nsc-ccs<br><br>nsc ccs<br>
3377nsc-posa 2605/tcp # NSC POSA<BR>
3378nsc-posa/nsc-posa 2605/udp # NSC POSA<BR>, nsc-posa<br><br>nsc posa<br>
3379netmon 2606/tcp # Dell Netmon<BR>
3380netmon 2606/udp # Dell Netmon<BR>
3381connection 2607/tcp # Dell Connection<BR>
3382connection 2607/udp # Dell Connection<BR>
3383wag-service 2608/tcp # Wag Service<BR>
3384wag-service 2608/udp # Wag Service<BR>
3385system-monitor 2609/tcp # System Monitor<BR>
3386system-monitor 2609/udp # System Monitor<BR>
3387versa-tek 2610/tcp # VersaTek<BR>
3388versa-tek 2610/udp # VersaTek<BR>
3389linonhead/lionhead 2611/tcp # LIONHEAD<BR>, lionhead<br><br>lionhead<br>
3390linonhead/lionhead 2611/udp # LIONHEAD<BR>, lionhead<br><br>lionhead<br>
3391qpasa-agent 2612/tcp # Qpasa Agent<BR>
3392qpasa-agent 2612/udp # Qpasa Agent<BR>
3393smntubootstrap 2613/tcp # SMNTUBootstrap<BR>
3394smntubootstrap 2613/udp # SMNTUBootstrap<BR>
3395neveroffline 2614/tcp # Never Offline<BR>
3396neveroffline 2614/udp # Never Offline<BR>
3397firepower 2615/tcp # Firepower<BR>
3398firepower 2615/udp # Firepower<BR>
3399appswitch-emp 2616/tcp # appswitch-emp<BR>
3400appswitch-emp 2616/udp # appswitch-emp<BR>
3401cmadmin 2617/tcp # Clinical Context Managers<BR>
3402cmadmin 2617/udp # Clinical Context Managers<BR>
3403priority-e-com 2618/tcp # Priority E-Com<BR>
3404priority-e-com 2618/udp # Priority E-Com<BR>
3405bruce 2619/tcp # bruce<BR>
3406bruce 2619/udp # bruce<BR>
3407lpsrecommender 2620/tcp # LPSEecommender<BR>
3408lpsrecommender 2620/udp # LPSEecommender<BR>
3409miles-apart 2621/tcp # Miles Apart Jukebox Server<BR>
3410miles-apart 2621/udp # Miles Apart Jukebox Server<BR>
3411metricadbc 2622/tcp # MetricaDBC<BR>
3412metricadbc 2622/udp # MetricaDBC<BR>
3413lmdp 2623/tcp # LMDP<BR>
3414lmdp 2623/udp # LMDP<BR>
3415aria 2624/tcp # Aria<BR>
3416aria 2624/udp # Aria<BR>
3417blwnkl-port 2625/tcp # Blwnkl Port<BR>
3418blwnkl-port 2625/udp # Blwnkl Port<BR>
3419gbjd816 2626/tcp # gbj816<BR>
3420gbjd816 2626/udp # gbj816<BR>
3421moshebeeri 2627/tcp # Moshe Beeri<BR>
3422moshebeeri/moshebeeri 2627/udp # Moshe Beeri<BR>, moshebeeri<br><br>moshe beeri<br>
3423dict 2628/tcp # DICT<BR>
3424dict 2628/udp # DICT<BR>
3425sitaraserver 2629/tcp # Sitara Server<BR>
3426sitaraserver 2629/udp # Sitara Server<BR>
3427sitaramgmt 2630/tcp # Sitra Management<BR>
3428sitaramgmt 2630/udp # Sitra Management<BR>
3429sitaradir 2631/tcp # Sitra Dir<BR>
3430sitaradir 2631/udp # Sitra Dir<BR>
3431irdg-post 2632/tcp # Irdg Post<BR>
3432irdg-post 2632/udp # Irdg Post<BR>
3433interintelli 2633/tcp # InterIntelli<BR>
3434interintelli 2633/udp # InterIntelli<BR>
3435pk-electronics 2634/tcp # PK Electronics<BR>
3436pk-electronics 2634/udp # PK Electronics<BR>
3437backburner 2635/tcp # Back Burner<BR>
3438backburner 2635/udp # Back Burner<BR>
3439solve 2636/tcp # Solve<BR>
3440solve 2636/udp # Solve<BR>
3441imdocsvc 2637/tcp # Import Document Service<BR>
3442imdocsvc 2637/udp # Import Document Service<BR>
3443sybaseanywhere 2638/tcp # Sybase Anywhere<BR>
3444sybaseanywhere 2638/udp # Sybase Anywhere<BR>
3445aminet 2639/tcp # AMInet<BR>
3446aminet 2639/udp # AMInet<BR>
3447sai_sentlm 2640/tcp # Sabbagh Associates License Manager<BR>
3448sai_sentlm 2640/udp # Sabbagh Associates License Manager<BR>
3449hdl-srv 2641/tcp # HDL Server<BR>
3450hdl-srv 2641/udp # HDL Server<BR>
3451tragic 2642/tcp # Tragic<BR>
3452tragic 2642/udp # Tragic<BR>
3453gte-samp 2643/tcp # GTE-SAMP<BR>
3454gte-samp 2643/udp # GTE-SAMP<BR>
3455travsoft-ipx-t 2644/tcp # Travsoft IPX Tunnel<BR>
3456travsoft-ipx-t 2644/udp # Travsoft IPX Tunnel<BR>
3457novell-ipx-cmd 2645/tcp # Novell IPX CMD<BR>
3458novell-ipx-cmd 2645/udp # Novell IPX CMD<BR>
3459and-lm 2646/tcp # AND License Manager<BR>
3460and-lm/and-lm 2646/udp # AND License Manager<BR>, and-lm<br><br>and license manager<br>
3461syncserver 2647/tcp # SyncServer<BR>
3462syncserver 2647/udp # SyncServer<BR>
3463upsnotifyprot 2648/tcp # Upsnotifyprot<BR>
3464upsnotifyprot 2648/udp # Upsnotifyprot<BR>
3465vpsipport 2649/tcp # VPSIPPORT<BR>
3466vpsipport 2649/udp # VPSIPPORT<BR>
3467eristwoguns 2650/tcp # eristwoguns<BR>
3468eristwoguns 2650/udp # eristwoguns<BR>
3469ebinsite 2651/tcp # EBInSite<BR>
3470ebinsite 2651/udp # EBInSite<BR>
3471interpathpanel 2652/tcp # InterPathPanel<BR>
3472interpathpanel 2652/udp # InterPathPanel<BR>
3473sonus 2653/tcp # Sonus<BR>
3474sonus 2653/udp # Sonus<BR>
3475corel_vncadmin 2654/tcp # Corel VNC Admin<BR>
3476corel_vncadmin 2654/udp # Corel VNC Admin<BR>
3477unglue 2655/tcp # Unix Nt Glue<BR>
3478unglue 2655/udp # Unix Nt Glue<BR>
3479kana 2656/tcp # Kana<BR>
3480kana 2656/udp # Kana<BR>
3481sns-dispatcher 2657/tcp # SNS Dispatcher<BR>
3482sns-dispatcher 2657/udp # SNS Dispatcher<BR>
3483sns-admin 2658/tcp # SNS Admin<BR>
3484sns-admin 2658/udp # SNS Admin<BR>
3485sns-query 2659/tcp # SNS Query<BR>
3486sns-query 2659/udp # SNS Query<BR>
3487gcmonitor 2660/tcp # GC Monitor<BR>
3488gcmonitor 2660/udp # GC Monitor<BR>
3489olhost 2661/tcp # OLHOST<BR>
3490olhost 2661/udp # OLHOST<BR>
3491bintec-capi 2662/tcp # BinTec-CAPI<BR>
3492bintec-capi 2662/udp # BinTec-CAPI<BR>
3493bintec-tapi 2663/tcp # BinTec-TAPI<BR>
3494bintec-tapi 2663/udp # BinTec-TAPI<BR>
3495command-mq-gm 2664/tcp # Command MQ GM<BR>
3496command-mq-gm 2664/udp # Command MQ GM<BR>
3497command-mq-pm 2665/tcp # Command MQ PM<BR>
3498command-mq-pm 2665/udp # Command MQ PM<BR>
3499extensis 2666/tcp # Extensis<BR>
3500extensis 2666/udp # Extensis<BR>
3501alarm-clock-s 2667/tcp # Alarm Clock Server<BR>
3502alarm-clock-s 2667/udp # Alarm Clock Server<BR>
3503alarm-clock-c 2668/tcp # Alarm Clock Client<BR>
3504alarm-clock-c 2668/udp # Alarm Clock Client<BR>
3505toad 2669/tcp # TOAD<BR>
3506toad 2669/udp # TOAD<BR>
3507tve-announce 2670/tcp # TVE Announce<BR>
3508tve-announce 2670/udp # TVE Announce<BR>
3509newlixreg 2671/tcp # newlixreg<BR>
3510newlixreg 2671/udp # newlixreg<BR>
3511nhserver 2672/tcp # nhserver<BR>
3512nhserver 2672/udp # nhserver<BR>
3513firstcall42 2673/tcp # First Call 42<BR>
3514firstcall42 2673/udp # First Call 42<BR>
3515ewnn 2674/tcp # ewnn<BR>
3516ewnn 2674/udp # ewnn<BR>
3517ttc-etap 2675/tcp # TTC ETAP<BR>
3518ttc-etap 2675/udp # TTC ETAP<BR>
3519simslink 2676/tcp # SIMSLink<BR>
3520simslink 2676/udp # SIMSLink<BR>
3521gadgetgate1way 2677/tcp # Gadget Gate 1 Way<BR>
3522gadgetgate1way 2677/udp # Gadget Gate 1 Way<BR>
3523gadgetgate2way 2678/tcp # Gadget Gate 2 Way<BR>
3524gadgetgate2way 2678/udp # Gadget Gate 2 Way<BR>
3525syncserverssl 2679/tcp # Sync Server SSL<BR>
3526syncserverssl 2679/udp # Sync Server SSL<BR>
3527pxc-sapxom 2680/tcp # pxc-sapxom<BR>
3528pxc-sapxom 2680/udp # pxc-sapxom<BR>
3529mpnjsomb 2681/tcp # mpnjsomb<BR>
3530mpnjsomb 2681/udp # mpnjsomb<BR>
3531srsp 2682/tcp # SRSP<BR>
3532srsp 2682/udp # SRSP<BR>
3533ncdloadbalance 2683/tcp # NCDLoadBalance<BR>
3534ncdloadbalance 2683/udp # NCDLoadBalance<BR>
3535mpnjsosv 2684/tcp # mpnjsosv<BR>
3536mpnjsosv 2684/udp # mpnjsosv<BR>
3537mpnjsoc1/mpnjsocl 2685/tcp # mpnjsoc1<BR>, mpnjsocl<br><br>mpnjsocl<br>
3538mpnjsoc1/mpnjsocl 2685/udp # mpnjsoc1<BR>, mpnjsocl<br><br>mpnjsocl<br>
3539mpnjsomg 2686/tcp # mpnjsomg<BR>
3540mpnjsomg 2686/udp # mpnjsomg<BR>
3541pq-lic-mgmt 2687/tcp # pq-lic-mgmt<BR>
3542pq-lic-mgmt 2687/udp # pq-lic-mgmt<BR>
3543md-cg-http 2688/tcp # md-cf-http<BR>
3544md-cg-http 2688/udp # md-cf-http<BR>
3545fastlynx 2689/tcp # FastLynx<BR>
3546fastlynx 2689/udp # FastLynx<BR>
3547hp-nnm-data 2690/tcp # HP NNM Embedded Database<BR>
3548hp-nnm-data 2690/udp # HP NNM Embedded Database<BR>
3549itinternet 2691/tcp # IT Internet<BR>
3550itinternet 2691/udp # IT Internet<BR>
3551admins-lms 2692/tcp # Admins LMS<BR>
3552admins-lms 2692/udp # Admins LMS<BR>
3553berarc-http/belarc-http 2693/tcp # belarc-http<BR>, belarc-http<br><br>belarc-http<br>
3554berarc-http/belarc-http 2693/udp # belarc-http<BR>, belarc-http<br><br>belarc-http<br>
3555pwrsevent 2694/tcp # pwrsevent<BR>
3556pwrsevent 2694/udp # pwrsevent<BR>
3557vspread 2695/tcp # VSPREAD<BR>
3558vspread 2695/udp # VSPREAD<BR>
3559unifyadmin 2696/tcp # Unify Admin<BR>
3560unifyadmin 2696/udp # Unify Admin<BR>
3561oce-snmp-trap 2697/tcp # Oce SNMP Trap Port<BR>
3562oce-snmp-trap 2697/udp # Oce SNMP Trap Port<BR>
3563mck-ivpip 2698/tcp # MCK-IVPIP<BR>
3564mck-ivpip 2698/udp # MCK-IVPIP<BR>
3565csoft-plusclnt 2699/tcp # Csoft Plus Client<BR>
3566csoft-plusclnt 2699/udp # Csoft Plus Client<BR>
3567tqdata 2700/tcp # tqdata<BR>
3568tqdata 2700/udp # tqdata<BR>
3569sms-rcinfo 2701/tcp # SMS RCINFO<BR>
3570sms-rcinfo 2701/udp # SMS RCINFO<BR>
3571sms-xfer 2702/tcp # SMS XFER<BR>
3572sms-xfer 2702/udp # SMS XFER<BR>
3573sms-chat 2703/tcp # SMS CHAT<BR>
3574sms-chat 2703/udp # SMS CHAT<BR>
3575sms-remctrl 2704/tcp # SMS REMCTRL<BR>
3576sms-remctrl 2704/udp # SMS REMCTRL<BR>
3577sds-admin 2705/tcp # SDS Admin<BR>
3578sds-admin 2705/udp # SDS Admin<BR>
3579ncdmirroring 2706/tcp # NCD Mirroring<BR>
3580ncdmirroring 2706/udp # NCD Mirroring<BR>
3581emcsymapiport 2707/tcp # EMCSYMAPIPORT<BR>
3582emcsymapiport 2707/udp # EMCSYMAPIPORT<BR>
3583banyan-net 2708/tcp # Banyan-Net<BR>
3584banyan-net 2708/udp # Banyan-Net<BR>
3585supermon 2709/tcp # Supermon<BR>
3586supermon 2709/udp # Supermon<BR>
3587sso-service 2710/tcp # SSO Service<BR>
3588sso-service 2710/udp # SSO Service<BR>
3589sso-control 2711/tcp # SSO Control<BR>
3590sso-control 2711/udp # SSO Control<BR>
3591aocp 2712/tcp # Axapta Object Comm Protocol<BR>
3592aocp 2712/udp # Axapta Object Comm Protocol<BR>
3593raven1 2713/tcp # Raven-1<BR>
3594raven1 2713/udp # Raven-1<BR>
3595raven2/raven2 2714/tcp # Raven-2<BR>, raven2<br><br>raven2<br>
3596raven2 2714/udp # Raven-2<BR>
3597hpstgmgr2 2715/tcp # HPSTGMGR-2<BR>
3598hpstgmgr2 2715/udp # HPSTGMGR-2<BR>
3599inova-ip-disco 2716/tcp # Inova IP Disco<BR>
3600inova-ip-disco 2716/udp # Inova IP Disco<BR>
3601pn-requester 2717/tcp # PN REQUESTER<BR>
3602pn-requester 2717/udp # PN REQUESTER<BR>
3603pn-requester2 2718/tcp # PN REQUESTER 2<BR>
3604pn-requester2 2718/udp # PN REQUESTER 2<BR>
3605scan-change 2719/tcp # Scan & Change<BR>
3606scan-change 2719/udp # Scan & Change<BR>
3607wkars 2720/tcp # wkars<BR>
3608wkars 2720/udp # wkars<BR>
3609smart-diagnose 2721/tcp # Smart Diagnose<BR>
3610smart-diagnose 2721/udp # Smart Diagnose<BR>
3611proactivesrvr 2722/tcp # Proactive Server<BR>
3612proactivesrvr 2722/udp # Proactive Server<BR>
3613watchdognt 2723/tcp # WatchDog NT<BR>
3614watchdognt 2723/udp # WatchDog NT<BR>
3615qotps 2724/tcp # qotps<BR>
3616qotps 2724/udp # qotps<BR>
3617msolap-ptp2 2725/tcp # MSOLAP PTP2<BR>
3618msolap-ptp2 2725/udp # MSOLAP PTP2<BR>
3619tams 2726/tcp # TAMS<BR>
3620tams 2726/udp # TAMS<BR>
3621mgcp-callagent 2727/tcp # Media Gateway Control Protocol Call Agent<BR>
3622mgcp-callagent 2727/udp # Media Gateway Control Protocol Call Agent<BR>
3623sqdr 2728/tcp # SQDR<BR>
3624sqdr 2728/udp # SQDR<BR>
3625tcim-control 2729/tcp # TCIM Control<BR>
3626tcim-control 2729/udp # TCIM Control<BR>
3627nec-raidplus 2730/tcp # NEC RaidPlus<BR>
3628nec-raidplus 2730/udp # NEC RaidPlus<BR>
3629netdragon-msngr 2731/tcp # NetDragon Messanger<BR>
3630netdragon-msngr 2731/udp # NetDragon Messanger<BR>
3631g5m 2732/tcp # G5M<BR>
3632g5m 2732/udp # G5M<BR>
3633signet-ctf 2733/tcp # Signet CTF<BR>
3634signet-ctf 2733/udp # Signet CTF<BR>
3635ccs-software 2734/tcp # CCS Software<BR>
3636ccs-software 2734/udp # CCS Software<BR>
3637monitorconsole 2735/tcp # Monitor Console<BR>
3638monitorconsole 2735/udp # Monitor Console<BR>
3639radwiz-nms-srv 2736/tcp # RADWIZ NMS SRV<BR>
3640radwiz-nms-srv 2736/udp # RADWIZ NMS SRV<BR>
3641srp-feedback 2737/tcp # SRP Feedback<BR>
3642srp-feedback 2737/udp # SRP Feedback<BR>
3643ndl-tcp-ois-gw 2738/tcp # NDL TCP-OSI Gateway<BR>
3644ndl-tcp-ois-gw 2738/udp # NDL TCP-OSI Gateway<BR>
3645tn-timing 2739/tcp # TN Timing<BR>
3646tn-timing 2739/udp # TN Timing<BR>
3647alarm 2740/tcp # Alarm<BR>
3648alarm 2740/udp # Alarm<BR>
3649tsb 2741/tcp # TSB<BR>
3650tsb 2741/udp # TSB<BR>
3651tsb2 2742/tcp # TSB2<BR>
3652tsb2 2742/udp # TSB2<BR>
3653murx 2743/tcp # murx<BR>
3654murx 2743/udp # murx<BR>
3655honyaku 2744/tcp # honyaku<BR>
3656honyaku 2744/udp # honyaku<BR>
3657urbisnet 2745/tcp # URBISNET<BR>
3658urbisnet 2745/udp # URBISNET<BR>
3659cpudpencap 2746/tcp # CPUDPENCAP<BR>
3660cpudpencap 2746/udp # CPUDPENCAP<BR>
3661fjippol-swrly 2747/tcp # fjippol-swrly<BR>
3662fjippol-swrly 2747/udp # fjippol-swrly<BR>
3663fjippol-polsrv/fjippol-polsvr 2748/tcp # fjippol-polsrv<BR>, fjippol-polsvr<br><br><br>
3664fjippol-polsrv/fjippol-polsvr 2748/udp # fjippol-polsrv<BR>, fjippol-polsvr<br><br><br>
3665fjippol-cnsl 2749/tcp # fjippol-cnsl<BR>
3666fjippol-cnsl 2749/udp # fjippol-cnsl<BR>
3667fjippol-port1 2750/tcp # fjippol-port1<BR>
3668fjippol-port1 2750/udp # fjippol-port1<BR>
3669fjippol-port2 2751/tcp # fjippol-port2<BR>
3670fjippol-port2 2751/udp # fjippol-port2<BR>
3671rsisysaccess 2752/tcp # RSISYS ACCESS<BR>
3672rsisysaccess 2752/udp # RSISYS ACCESS<BR>
3673de-spot 2753/tcp # de-spot<BR>
3674de-spot 2753/udp # de-spot<BR>
3675apollo-cc 2754/tcp # APOLLO CC<BR>
3676apollo-cc 2754/udp # APOLLO CC<BR>
3677expresspay 2755/tcp # Express Pay<BR>
3678expresspay 2755/udp # Express Pay<BR>
3679simplement-tie 2756/tcp # simplement-tie<BR>
3680simplement-tie 2756/udp # simplement-tie<BR>
3681cnrp 2757/tcp # CNRP<BR>
3682cnrp 2757/udp # CNRP<BR>
3683apollo-status 2758/tcp # APOLLO Status<BR>
3684apollo-status 2758/udp # APOLLO Status<BR>
3685apollo-GMS 2759/tcp # APOLLO GMS<BR>
3686apollo-GMS 2759/udp # APOLLO GMS<BR>
3687sabams 2760/tcp # Saba MS<BR>
3688sabams 2760/udp # Saba MS<BR>
3689dicom-iscl 2761/tcp # DICOM ISCL<BR>
3690dicom-iscl 2761/udp # DICOM ISCL<BR>
3691dicom-tls 2762/tcp # DICOM TLS<BR>
3692dicom-tls 2762/udp # DICOM TLS<BR>
3693desktop-dna 2763/tcp # Desktop DNA<BR>
3694desktop-dna 2763/udp # Desktop DNA<BR>
3695data-insurance 2764/tcp # Data Insurance<BR>
3696data-insurance 2764/udp # Data Insurance<BR>
3697gip-audup/qip-audup 2765/tcp # qip-audup<BR>, qip-audup<br><br>qip-audup<br>
3698gip-audup/qip-audup 2765/udp # qip-audup<BR>, qip-audup<br><br>qip-audup<br>
3699listen/compaq-scp 2766/tcp # listen<BR><br> Similar to port 1025/listener, but with higher security concerns. <BR> , Compaq SCP<BR>
3700listen/compaq-scp/compaq-scp 2766/udp # listen<BR><br> Similar to port 1025/listener, but with higher security concerns. <BR> , Compaq SCP<BR>, compaq-scp<br><br>compaq scp<br>
3701uadtc 2767/tcp # UADTC<BR>
3702uadtc 2767/udp # UADTC<BR>
3703uacs 2768/tcp # UACS<BR>
3704uacs 2768/udp # UACS<BR>
3705singlept-mvs 2769/tcp # Single Point MVS<BR>
3706singlept-mvs 2769/udp # Single Point MVS<BR>
3707veronica 2770/tcp # Veronica<BR>
3708veronica 2770/udp # Veronica<BR>
3709vergencecm 2771/tcp # Vergence CM<BR>
3710vergencecm 2771/udp # Vergence CM<BR>
3711auris 2772/tcp # auris<BR>
3712auris 2772/udp # auris<BR>
3713pcbakcup1 2773/tcp # PC Backup 1<BR>
3714pcbakcup1 2773/udp # PC Backup 1<BR>
3715pcbakcup2 2774/tcp # PC Backup 2<BR>
3716pcbakcup2 2774/udp # PC Backup 2<BR>
3717smpp 2775/tcp # SMPP<BR>
3718smpp 2775/udp # SMPP<BR>
3719ridgeway1 2776/tcp # Ridgeway Systems & Software<BR>
3720ridgeway1 2776/udp # Ridgeway Systems & Software<BR>
3721ridgeway2 2777/tcp # Ridgeway Systems & Software<BR>
3722ridgeway2 2777/udp # Ridgeway Systems & Software<BR>
3723gwen-sonya 2778/tcp # Gwen-Sonya<BR>
3724gwen-sonya 2778/udp # Gwen-Sonya<BR>
3725lbc-sync 2779/tcp # LBC Sync<BR>
3726lbc-sync 2779/udp # LBC Sync<BR>
3727lbc-control 2780/tcp # LBC Control<BR>
3728lbc-control 2780/udp # LBC Control<BR>
3729whosells 2781/tcp # whosells<BR>
3730whosells 2781/udp # whosells<BR>
3731everydayrc 2782/tcp # everydayrc<BR>
3732everydayrc 2782/udp # everydayrc<BR>
3733aises 2783/tcp # AISES<BR>
3734aises 2783/udp # AISES<BR>
3735www-dev 2784/tcp # world wide web - development<BR>
3736www-dev 2784/udp # world wide web - development<BR>
3737aic-np 2785/tcp # aic-np<BR>
3738aic-np 2785/udp # aic-np<BR>
3739aic-oncrpc 2786/tcp # aic-oncrpc - Destiny MCD database<BR>
3740aic-oncrpc 2786/udp # aic-oncrpc - Destiny MCD database<BR>
3741piccolo 2787/tcp # piccolo - Cornerstone Software<BR>
3742piccolo 2787/udp # piccolo - Cornerstone Software<BR>
3743fryeserv 2788/tcp # NetWare NLM - Seagate Software<BR>
3744fryeserv 2788/udp # NetWare NLM - Seagate Software<BR>
3745media-agent 2789/tcp # Media Agent<BR>
3746media-agent 2789/udp # Media Agent<BR>
3747plgproxy 2790/tcp # PLG Proxy<BR>
3748plgproxy 2790/udp # PLG Proxy<BR>
3749mtport-regist 2791/tcp # MT Port Registrator<BR>
3750mtport-regist 2791/udp # MT Port Registrator<BR>
3751f5-globalsite 2792/tcp # f5-globalsite<BR>
3752f5-globalsite 2792/udp # f5-globalsite<BR>
3753initlsmsad 2793/tcp # initlsmsad<BR>
3754initlsmsad 2793/udp # initlsmsad<BR>
3755aaftp 2794/tcp # aaftp<BR>
3756aaftp 2794/udp # aaftp<BR>
3757livestats 2795/tcp # LiveStats<BR>
3758livestats 2795/udp # LiveStats<BR>
3759ac-tech 2796/tcp # ac-tech<BR>
3760ac-tech 2796/udp # ac-tech<BR>
3761esp-encap 2797/tcp # esp-encap<BR>
3762esp-encap 2797/udp # esp-encap<BR>
3763tmesis-upshot 2798/tcp # TMESIS-UPShot tcp/udp<BR>
3764tmesis-upshot 2798/udp # TMESIS-UPShot tcp/udp<BR>
3765icon-discover 2799/tcp # ICON Discover<BR>
3766icon-discover 2799/udp # ICON Discover<BR>
3767acc-raid 2800/tcp # ACC RAID<BR>
3768acc-raid 2800/udp # ACC RAID<BR>
3769igcp 2801/tcp # IGCP<BR>
3770igcp 2801/udp # IGCP<BR>
3771veritas-tcp1 2802/tcp # Veritas TCP1<BR>
3772veritas-udp1 2802/udp # Veritas UDP1<BR>
3773btprjctrl 2803/tcp # btprjctrl<BR>
3774btprjctrl 2803/udp # btprjctrl<BR>
3775telexis-vtu 2804/tcp # Telexis VTU<BR>
3776telexis-vtu 2804/udp # Telexis VTU<BR>
3777wta-wsp-s 2805/tcp # WTA WSP-S<BR>
3778wta-wsp-s 2805/udp # WTA WSP-S<BR>
3779cspuni 2806/tcp # cspuni<BR>
3780cspuni 2806/udp # cspuni<BR>
3781cspmulti 2807/tcp # cspmulti<BR>
3782cspmulti 2807/udp # cspmulti<BR>
3783j-lan-p 2808/tcp # J-LAN-P<BR>
3784j-lan-p 2808/udp # J-LAN-P<BR>
3785corbaloc 2809/tcp # CORBA LOC<BR>
3786corbaloc 2809/udp # CORBA LOC<BR>
3787netsteward 2810/tcp # Active Net Steward<BR>
3788netsteward 2810/udp # Active Net Steward<BR>
3789gsiftp 2811/tcp # GSI FTP<BR>
3790gsiftp 2811/udp # GSI FTP<BR>
3791atmtcp 2812/tcp # atmtcp<BR>
3792atmtcp 2812/udp # atmtcp<BR>
3793llm-pass 2813/tcp # llm-pass<BR>
3794llm-pass 2813/udp # llm-pass<BR>
3795llm-csv 2814/tcp # llm-csv<BR>
3796llm-csv 2814/udp # llm-csv<BR>
3797lbc-measure 2815/tcp # LBC Measurement<BR>
3798lbc-measure 2815/udp # LBC Measurement<BR>
3799lbc-watchdog 2816/tcp # LBC Watchdog<BR>
3800lbc-watchdog 2816/udp # LBC Watchdog<BR>
3801nmsigport 2817/tcp # NMSig Port<BR>
3802nmsigport 2817/udp # NMSig Port<BR>
3803rmlnk 2818/tcp # rmlnk<BR>
3804rmlnk 2818/udp # rmlnk<BR>
3805fc-faultnotify 2819/tcp # FC Fault Notification<BR>
3806fc-faultnotify 2819/udp # FC Fault Notification<BR>
3807univision 2820/tcp # UniVision<BR>
3808univision 2820/udp # UniVision<BR>
3809vml-dms 2821/tcp # vml-dms<BR>
3810vml-dms 2821/udp # vml-dms<BR>
3811ka0wuc 2822/tcp # ka0wuc<BR>
3812ka0wuc 2822/udp # ka0wuc<BR>
3813cqg-netlan 2823/tcp # CQG Net/LAN<BR>
3814cqg-netlan 2823/udp # CQG Net/LAN<BR>
3815slc-systemlog 2826/tcp # slc systemlog<BR>
3816slc-systemlog 2826/udp # slc systemlog<BR>
3817slc-strlrloops/slc-ctrlrloops 2827/tcp # slc ctrlrloops<BR>, slc-ctrlrloops<br><br>slc ctrlrloops<br>
3818slc-strlrloops/slc-ctrlrloops 2827/udp # slc ctrlrloops<BR>, slc-ctrlrloops<br><br>slc ctrlrloops<br>
3819itm-lm 2828/tcp # ITM License Manager<BR>
3820itm-lm 2828/udp # ITM License Manager<BR>
3821silkp1 2829/tcp # sildp1<BR>
3822silkp1 2829/udp # sildp1<BR>
3823silkp2 2830/tcp # sildp2<BR>
3824silkp2 2830/udp # sildp2<BR>
3825silkp3 2831/tcp # sildp3<BR>
3826silkp3 2831/udp # sildp3<BR>
3827silkp4 2832/tcp # sildp4<BR>
3828silkp4 2832/udp # sildp4<BR>
3829glishd 2833/tcp # glishd<BR>
3830glishd 2833/udp # glishd<BR>
3831evtp 2834/tcp # EVTP<BR>
3832evtp 2834/udp # EVTP<BR>
3833evtp-data 2835/tcp # EVTP-Data<BR>
3834evtp-data 2835/udp # EVTP-Data<BR>
3835catalyst 2836/tcp # catalyst<BR>
3836catalyst 2836/udp # catalyst<BR>
3837repliweb 2837/tcp # Repliweb<BR>
3838repliweb 2837/udp # Repliweb<BR>
3839starbot 2838/tcp # Starbot<BR>
3840starbot 2838/udp # Starbot<BR>
3841nmsigport 2839/tcp # NMSigPort<BR>
3842nmsigport 2839/udp # NMSigPort<BR>
384313-exprt/l3-exprt 2840/tcp # 13-exprt<BR>, l3-exprt<br><br>l3-exprt<br>
384413-exprt/l3-exprt 2840/udp # 13-exprt<BR>, l3-exprt<br><br>l3-exprt<br>
384513-ranger/l3-ranger 2841/tcp # 13-ranger<BR>, l3-ranger<br><br>l3-ranger<br>
384613-ranger/l3-ranger 2841/udp # 13-ranger<BR>, l3-ranger<br><br>l3-ranger<br>
384713-hawk/l3-hawk 2842/tcp # 13-hawk<BR>, l3-hawk<br><br>l3-hawk<br>
384813-hawk/l3-hawk 2842/udp # 13-hawk<BR>, l3-hawk<br><br>l3-hawk<br>
3849pdnet 2843/tcp # PDnet<BR>
3850pdnet 2843/udp # PDnet<BR>
3851bpcp-poll 2844/tcp # BPCP POLL<BR>
3852bpcp-poll 2844/udp # BPCP POLL<BR>
3853bpcp-trap 2845/tcp # BPCP TRAP<BR>
3854bpcp-trap 2845/udp # BPCP TRAP<BR>
3855aimpp-hello 2846/tcp # AIMPP Hello<BR>
3856aimpp-hello 2846/udp # AIMPP Hello<BR>
3857aimpp-port-req 2847/tcp # AIMPP Port Req<BR>
3858aimpp-port-req 2847/udp # AIMPP Port Req<BR>
3859amt-blc-port 2848/tcp # AMT-BLC-PORT<BR>
3860amt-blc-port 2848/udp # AMT-BLC-PORT<BR>
3861fxp 2849/tcp # FXP<BR>
3862fxp 2849/udp # FXP<BR>
3863metaconsole 2850/tcp # MetaConsole<BR>
3864metaconsole 2850/udp # MetaConsole<BR>
3865webemshttp 2851/tcp # webemshttp<BR>
3866webemshttp 2851/udp # webemshttp<BR>
3867bears-01 2852/tcp # bears-01<BR>
3868bears-01 2852/udp # bears-01<BR>
3869ispipes 2853/tcp # ISPipes<BR>
3870ispipes 2853/udp # ISPipes<BR>
3871infomover 2854/tcp # InfoMover<BR>
3872infomover 2854/udp # InfoMover<BR>
3873cesdinv 2856/tcp # cesdinv<BR>
3874cesdinv 2856/udp # cesdinv<BR>
3875simctlp 2857/tcp # SimCtIP<BR>
3876simctlp 2857/udp # SimCtIP<BR>
3877ecnp 2858/tcp # ECNP<BR>
3878ecnp 2858/udp # ECNP<BR>
3879activememory 2859/tcp # Active Memory<BR>
3880activememory 2859/udp # Active Memory<BR>
3881dialpad-voice1 2860/tcp # Dialpad Voice 1<BR>
3882dialpad-voice1 2860/udp # Dialpad Voice 1<BR>
3883dialpad-voice2 2861/tcp # Dialpad Voice 2<BR>
3884dialpad-voice2 2861/udp # Dialpad Voice 2<BR>
3885ttg-protocol 2862/tcp # TTG Protocol<BR>
3886ttg-protocol 2862/udp # TTG Protocol<BR>
3887sonardata 2863/tcp # Sonar Data<BR>
3888sonardata 2863/udp # Sonar Data<BR>
3889astromed-main 2864/tcp # main 5001 cmd<BR>
3890astromed-main 2864/udp # main 5001 cmd<BR>
3891pit-vpn 2865/tcp # pit-vpn<BR>
3892pit-vpn 2865/udp # pit-vpn<BR>
3893lwlistener 2866/tcp # lwlistener<BR>
3894lwlistener 2866/udp # lwlistener<BR>
3895esps-portal 2867/tcp # esps-portal<BR>
3896esps-portal 2867/udp # esps-portal<BR>
3897npep-messaging 2868/tcp # NPEP Messaging<BR>
3898npep-messaging 2868/udp # NPEP Messaging<BR>
3899icslap 2869/tcp # ICSLAP<BR>
3900icslap 2869/udp # ICSLAP<BR>
3901daishi 2870/tcp # daishi<BR>
3902daishi 2870/udp # daishi<BR>
3903msi-selectplay 2871/tcp # MSI Select Play<BR>
3904msi-selectplay 2871/udp # MSI Select Play<BR>
3905contract 2872/tcp # CONTRACT<BR>
3906contract 2872/udp # CONTRACT<BR>
3907paspar2-zoomin 2873/tcp # PASPAR2 ZoomIn<BR>
3908paspar2-zoomin 2873/udp # PASPAR2 ZoomIn<BR>
3909dxmessagebase1 2874/tcp # dxmessagebase1<BR>
3910dxmessagebase1 2874/udp # dxmessagebase1<BR>
3911dxmessagebase2 2875/tcp # dxmessagebase2<BR>
3912dxmessagebase2 2875/udp # dxmessagebase2<BR>
3913sps-tunnel 2876/tcp # SPS Tunnel<BR>
3914sps-tunnel 2876/udp # SPS Tunnel<BR>
3915bluelance 2877/tcp # BLUELANCE<BR>
3916bluelance 2877/udp # BLUELANCE<BR>
3917aap 2878/tcp # AAP<BR>
3918aap 2878/udp # AAP<BR>
3919ucentric-ds 2879/tcp # ucentric-ds<BR>
3920ucentric-ds 2879/udp # ucentric-ds<BR>
3921synapse 2880/tcp # synapse<BR>
3922synapse 2880/udp # synapse<BR>
3923ndsp 2881/tcp # NDSP<BR>
3924ndsp 2881/udp # NDSP<BR>
3925ndtp 2882/tcp # NDTP<BR>
3926ndtp 2882/udp # NDTP<BR>
3927ndnp 2883/tcp # NDNP<BR>
3928ndnp 2883/udp # NDNP<BR>
3929flashmsg 2884/tcp # Flash Msg<BR>
3930flashmsg 2884/udp # Flash Msg<BR>
3931topflow 2885/tcp # TopFlow<BR>
3932topflow 2885/udp # TopFlow<BR>
3933responselogic 2886/tcp # RESPONSELOGIC<BR>
3934responselogic 2886/udp # RESPONSELOGIC<BR>
3935aironetddp 2887/tcp # aironet<BR>
3936aironetddp 2887/udp # aironet<BR>
3937spcsdlobby 2888/tcp # SPCSDLOBBY<BR>
3938spcsdlobby 2888/udp # SPCSDLOBBY<BR>
3939rsom 2889/tcp # RSOM<BR>
3940rsom 2889/udp # RSOM<BR>
3941cspclmulti 2890/tcp # CSPCLMULTI<BR>
3942cspclmulti 2890/udp # CSPCLMULTI<BR>
3943cinegrfx-elmd 2891/tcp # CINEGRFX-ELMD License Manager<BR>
3944cinegrfx-elmd 2891/udp # CINEGRFX-ELMD License Manager<BR>
3945snifferdata 2892/tcp # SNIFFERDATA<BR>
3946snifferdata 2892/udp # SNIFFERDATA<BR>
3947vseconnector 2893/tcp # VSECONNECTOR<BR>
3948vseconnector 2893/udp # VSECONNECTOR<BR>
3949abacus-remote 2894/tcp # ABACUS-REMOTE<BR>
3950abacus-remote 2894/udp # ABACUS-REMOTE<BR>
3951natuslink 2895/tcp # NATUS LINK<BR>
3952natuslink 2895/udp # NATUS LINK<BR>
3953ecovisiong6-1 2896/tcp # ECOVISIONG6-1<BR>
3954ecovisiong6-1 2896/udp # ECOVISIONG6-1<BR>
3955citrix-rtmp 2897/tcp # Citrix RTMP<BR>
3956citrix-rtmp 2897/udp # Citrix RTMP<BR>
3957appliance-cfg 2898/tcp # APPLIANCE-CFG<BR>
3958appliance-cfg 2898/udp # APPLIANCE-CFG<BR>
3959powergemplus 2899/tcp # POWERGEMPLUS<BR>
3960powergemplus 2899/udp # POWERGEMPLUS<BR>
3961quicksuite 2900/tcp # QUICKSUITE<BR>
3962quicksuite 2900/udp # QUICKSUITE<BR>
3963allstorcns 2901/tcp # ALLSTORNCNS<BR>
3964allstorcns 2901/udp # ALLSTORNCNS<BR>
3965netaspi 2902/tcp # NET ASPI<BR>
3966netaspi 2902/udp # NET ASPI<BR>
3967suitcase 2903/tcp # SUITCASE<BR>
3968suitcase 2903/udp # SUITCASE<BR>
3969m2ua 2904/tcp # M2UA<BR>
3970m2ua 2904/udp # M2UA<BR>
3971m3ua 2905/tcp # M3UA<BR>
3972m3ua 2905/udp # M3UA<BR>
3973caller9 2906/tcp # CALLER9<BR>
3974caller9 2906/udp # CALLER9<BR>
3975webmethods-b2b 2907/tcp # Web Methods Business-to-Business<BR>
3976webmethods-b2b 2907/udp # Web Methods Business-to-Business<BR>
3977mao 2908/tcp # mao<BR>
3978mao 2908/udp # mao<BR>
3979funk-dialout 2909/tcp # Funk Dialout<BR>
3980funk-dialout 2909/udp # Funk Dialout<BR>
3981tdaccess 2910/tcp # TDAccess<BR>
3982tdaccess 2910/udp # TDAccess<BR>
3983blockade 2911/tcp # Blockade<BR>
3984blockade 2911/udp # Blockade<BR>
3985epiconl/epicon 2912/tcp # Epicon<BR>, epicon<br><br>epicon<br>
3986epiconl/epicon 2912/udp # Epicon<BR>, epicon<br><br>epicon<br>
3987boosterware 2913/tcp # Booster Ware<BR>
3988boosterware 2913/udp # Booster Ware<BR>
3989gamelobby 2914/tcp # Game Lobby<BR>
3990gamelobby 2914/udp # Game Lobby<BR>
3991tksocket 2915/tcp # TK Socket<BR>
3992tksocket 2915/udp # TK Socket<BR>
3993elvin_server 2916/tcp # Elvin Server<BR>
3994elvin_server 2916/udp # Elvin Server<BR>
3995elvin_client 2917/tcp # Elvin Client<BR>
3996elvin_client 2917/udp # Elvin Client<BR>
3997kastenchasepad 2918/tcp # Kasten Chase Pad<BR>
3998kastenchasepad 2918/udp # Kasten Chase Pad<BR>
3999roboer 2919/tcp # ROBOER<BR>
4000roboer 2919/udp # ROBOER<BR>
4001roboeda 2920/tcp # ROBOEDA<BR>
4002roboeda 2920/udp # ROBOEDA<BR>
4003cesdcdman 2921/tcp # CESD Contents Delivery Management<BR>
4004cesdcdman 2921/udp # CESD Contents Delivery Management<BR>
4005cesdcdtrn 2922/tcp # CESD Contents Delivery Data Transfer<BR>
4006cesdcdtrn 2922/udp # CESD Contents Delivery Data Transfer<BR>
4007wta-wsp-wtp-s 2923/tcp # WTA-WSP-WTP-S<BR>
4008wta-wsp-wtp-s 2923/udp # WTA-WSP-WTP-S<BR>
4009precise-vip 2924/tcp # PRECISE-VIP<BR>
4010precise-vip 2924/udp # PRECISE-VIP<BR>
4011frp 2925/tcp # Firewall Redundancy Protocol<BR>
4012frp 2925/udp # Firewall Redundancy Protocol<BR>
4013mobile-file-dl 2926/tcp # MOBILE-FILE-DL<BR>
4014mobile-file-dl 2926/udp # MOBILE-FILE-DL<BR>
4015unimobilectrl 2927/tcp # UNIMOBILECTRL<BR>
4016unimobilectrl 2927/udp # UNIMOBILECTRL<BR>
4017redstone-cpss 2928/tcp # REDSTONE-CPSS<BR>
4018redstone-cpss/redstone-cpss 2928/udp # REDSTONE-CPSS<BR>, redstone-cpss<br><br>redsonte-cpss<br>
4019panja-webadmin 2929/tcp # Panja Web Admin<BR>
4020panja-webadmin 2929/udp # Panja Web Admin<BR>
4021panja-weblinx 2930/tcp # Panja Web Linx<BR>
4022panja-weblinx 2930/udp # Panja Web Linx<BR>
4023circle-x 2931/tcp # Circle-X<BR>
4024circle-x 2931/udp # Circle-X<BR>
4025incp 2932/tcp # INCP<BR>
4026incp 2932/udp # INCP<BR>
40274-tieropmgw 2933/tcp # 4-Tief OPM CW<BR>
40284-tieropmgw 2933/udp # 4-Tief OPM CW<BR>
40294-tieropmcli 2934/tcp # 4-Tier OPM CLI<BR>
40304-tieropmcli 2934/udp # 4-Tier OPM CLI<BR>
4031qtp 2935/tcp # QTP<BR>
4032qtp 2935/udp # QTP<BR>
4033otpatch 2936/tcp # OTPatch<BR>
4034otpatch 2936/udp # OTPatch<BR>
4035pnaconsult-lm 2937/tcp # PNA Consult License Manager<BR>
4036pnaconsult-lm 2937/udp # PNA Consult License Manager<BR>
4037sm-pas-1 2938/tcp # SM-PAS-1<BR>
4038sm-pas-1 2938/udp # SM-PAS-1<BR>
4039sm-pas-2 2939/tcp # SM-PAS-2<BR>
4040sm-pas-2 2939/udp # SM-PAS-2<BR>
4041sm-pas-3 2940/tcp # SM-PAS-3<BR>
4042sm-pas-3 2940/udp # SM-PAS-3<BR>
4043sm-pas-4 2941/tcp # SM-PAS-4<BR>
4044sm-pas-4 2941/udp # SM-PAS-4<BR>
4045sm-pas-5 2942/tcp # SM-PAS-5<BR>
4046sm-pas-5 2942/udp # SM-PAS-5<BR>
4047ttnrepository 2943/tcp # TTN Repository<BR>
4048ttnrepository 2943/udp # TTN Repository<BR>
4049megaco-h248 2944/tcp # Megaco H248<BR>
4050megaco-h248 2944/udp # Megaco H248<BR>
4051h248-binary 2945/tcp # H248 Binary<BR>
4052h248-binary 2945/udp # H248 Binary<BR>
4053fjsvmpor 2946/tcp # FJSVmpor<BR>
4054fjsvmpor 2946/udp # FJSVmpor<BR>
4055gpsd 2947/tcp # GPSD<BR>
4056gpsd 2947/udp # GPSD<BR>
4057wap-push 2948/tcp # WAP PUSH<BR>
4058wap-push 2948/udp # WAP PUSH<BR>
4059wap-pushsecure 2949/tcp # WAP PUSH SECURE<BR>
4060wap-pushsecure 2949/udp # WAP PUSH SECURE<BR>
4061esip 2950/tcp # ESIP<BR>
4062esip 2950/udp # ESIP<BR>
4063ottp 2951/tcp # OTTP<BR>
4064ottp 2951/udp # OTTP<BR>
4065mpfwsas 2952/tcp # MPFWSAS<BR>
4066mpfwsas 2952/udp # MPFWSAS<BR>
4067ovalarmsrv 2953/tcp # OV Alarm Server<BR>
4068ovalarmsrv 2953/udp # OV Alarm Server<BR>
4069ovalarmsrv-cmd 2954/tcp # OV Alarm Server - Command<BR>
4070ovalarmsrv-cmd 2954/udp # OV Alarm Server - Command<BR>
4071csnotify 2955/tcp # CS Notify<BR>
4072csnotify 2955/udp # CS Notify<BR>
4073ovrimosdbman 2956/tcp # OVRIMOSDBMAN<BR>
4074ovrimosdbman 2956/udp # OVRIMOSDBMAN<BR>
4075jmact5 2957/tcp # JMACT5<BR>
4076jmact5 2957/udp # JMACT5<BR>
4077jmact6 2958/tcp # JMACT6<BR>
4078jmact6 2958/udp # JMACT6<BR>
4079rmopagt 2959/tcp # RMOPAGT<BR>
4080rmopagt 2959/udp # RMOPAGT<BR>
4081boldsoft-lm 2961/tcp # BoldSoft License Manager<BR>
4082boldsoft-lm 2961/udp # BoldSoft License Manager<BR>
4083iph-policy-cli 2962/tcp # IPH-Policy-CLI<BR>
4084iph-policy-cli 2962/udp # IPH-Policy-CLI<BR>
4085iph-policy-adm 2963/tcp # IPH-Policy-Admin<BR>
4086iph-policy-adm 2963/udp # IPH-Policy-Admin<BR>
4087bullant-srap 2964/tcp # Bullant SRP<BR>
4088bullant-srap 2964/udp # Bullant SRP<BR>
4089bullant-rap 2965/tcp # Bullant RAP<BR>
4090bullant-rap 2965/udp # Bullant RAP<BR>
4091idp-infotriev/idp-infotrieve 2966/tcp # IDP-INFOTRIEVE<BR>, idp-infotrieve<br><br>idp-infotrieve<br>
4092idp-infotriev/idp-infotrieve 2966/udp # IDP-INFOTRIEVE<BR>, idp-infotrieve<br><br>idp-infotrieve<br>
4093ssc-agent 2967/tcp # SSC Agent<BR>
4094ssc-agent 2967/udp # SSC Agent<BR>
4095enpp 2968/tcp # ENPP<BR>
4096enpp 2968/udp # ENPP<BR>
4097ESSP 2969/tcp # ESSP<BR>
4098ESSP 2969/udp # ESSP<BR>
4099index-net 2970/tcp # INDEX-NET<BR>
4100index-net 2970/udp # INDEX-NET<BR>
4101netclip 2971/tcp # Net Clip<BR>
4102netclip 2971/udp # Net Clip<BR>
4103pmsm-webrctl 2972/tcp # PMSM Webrctl<BR>
4104pmsm-webrctl 2972/udp # PMSM Webrctl<BR>
4105svnetworks 2973/tcp # SV Networks<BR>
4106svnetworks 2973/udp # SV Networks<BR>
4107signal 2974/tcp # Signal<BR>
4108signal 2974/udp # Signal<BR>
4109fjmpcm 2975/tcp # Fujitsu Configuration Mgmt Service<BR>
4110fjmpcm 2975/udp # Fujitsu Configuration Mgmt Service<BR>
4111cns-srv-port 2976/tcp # CNS Server Port<BR>
4112cns-srv-port 2976/udp # CNS Server Port<BR>
4113ttc-etap-ns 2977/tcp # TTCs Enterprise Test Access Protocol - NS<BR>
4114ttc-etap-ns 2977/udp # TTCs Enterprise Test Access Protocol - NS<BR>
4115ttc-etap-ds 2978/tcp # TTCs Enterprise Test Access Protocol - DS<BR>
4116ttc-etap-ds 2978/udp # TTCs Enterprise Test Access Protocol - DS<BR>
4117h263-video 2979/tcp # H.263 Video Streaming<BR>
4118h263-video 2979/udp # H.263 Video Streaming<BR>
4119wimd 2980/tcp # Instant Messaging Service<BR>
4120wimd 2980/udp # Instant Messaging Service<BR>
4121mylxamport 2981/tcp # MYLXAMPORT<BR>
4122mylxamport 2981/udp # MYLXAMPORT<BR>
4123iwb-whiteboard 2982/tcp # IWB Whiteboard<BR>
4124iwb-whiteboard 2982/udp # IWB Whiteboard<BR>
4125netplan 2983/tcp # NetPlan<BR>
4126netplan 2983/udp # NetPlan<BR>
4127hpidsadmin 2984/tcp # HP IDS Admin<BR>
4128hpidsadmin 2984/udp # HP IDS Admin<BR>
4129hpidsagent 2985/tcp # HP IDS Agent<BR>
4130hpidsagent/hpidsagnet 2985/udp # HP IDS Agent<BR>, hpidsagnet<br><br>hpidsagent<br>
4131stonefalls 2986/tcp # StoneFalls<BR>
4132stonefalls 2986/udp # StoneFalls<BR>
4133identify 2987/tcp # Identify<BR>
4134identify 2987/udp # Identify<BR>
4135classify 2988/tcp # Classify<BR>
4136classify 2988/udp # Classify<BR>
4137zarkov 2989/tcp # Zarkov<BR>
4138zarkov 2989/udp # Zarkov<BR>
4139boscap 2990/tcp # BOSCAP<BR>
4140boscap 2990/udp # BOSCAP<BR>
4141wkstn-mon 2991/tcp # WKSTN-MON<BR>
4142wkstn-mon 2991/udp # WKSTN-MON<BR>
4143itb301 2992/tcp # ITB301<BR>
4144itb301 2992/udp # ITB301<BR>
4145veritas-vis1 2993/tcp # Veritas Vis1<BR>
4146veritas-vis1 2993/udp # Veritas Vis1<BR>
4147veritas-vis2 2994/tcp # Veritas Vis2<BR>
4148veritas-vis2 2994/udp # Veritas Vis2<BR>
4149idrs 2995/tcp # IDRS<BR>
4150idrs 2995/udp # IDRS<BR>
4151vsixml 2996/tcp # vsixml<BR>
4152vsixml 2996/udp # vsixml<BR>
4153rebol 2997/tcp # REBOL<BR>
4154rebol 2997/udp # REBOL<BR>
4155realsecure 2998/tcp # Real Secure<BR>
4156realsecure 2998/udp # Real Secure<BR>
4157remoteware-un 2999/tcp # RemoteWare Unassigned<BR>
4158remoteware-un 2999/udp # RemoteWare Unassigned<BR>
4159ntop/remoteware-cl/hbci 3000/tcp # ntop<BR><br> Web port for ntop, which grabs/stores/analyzes network transfer info and protocol stat's. Defaults to port 3000 with no auth, can be configured to only allow connects from specific IPs. Is also its own web server. <BR> , RemoteWare Client<BR>, HBCI<BR>
4160remoteware-cl/hbci/hbci 3000/udp # RemoteWare Client<BR>, HBCI<BR>, hbci<br><br>remoteware client, hbci<br>
4161nessus-server/redwood-broker 3001/tcp # Nessus Server<BR>, Redwood Broker<BR>
4162redwood-broker 3001/udp # Redwood Broker<BR>
4163exlm-agent/remoteware-srv 3002/tcp # EXLM Agent<BR>, RemoteWare Server<BR>
4164exlm-agent/remoteware-srv 3002/udp # EXLM Agent<BR>, RemoteWare Server<BR>
4165cgms 3003/tcp # CGMS<BR>
4166cgms 3003/udp # CGMS<BR>
4167csoftragent 3004/tcp # Csoft Agent<BR>
4168csoftragent 3004/udp # Csoft Agent<BR>
4169geniuslm 3005/tcp # Genius License Manager<BR>
4170geniuslm/geniuslm 3005/udp # Genius License Manager<BR>, geniuslm<br><br>genius license manager<br>
4171ii-admin 3006/tcp # Instant Internet Admin<BR>
4172ii-admin 3006/udp # Instant Internet Admin<BR>
4173lotusmtap 3007/tcp # LotusMail Tracking Agent Protocol<BR>
4174lotusmtap 3007/udp # LotusMail Tracking Agent Protocol<BR>
4175midnight-tech 3008/tcp # Midnight Technologies<BR>
4176midnight-tech 3008/udp # Midnight Technologies<BR>
4177pxc-ntfy 3009/tcp # PXC-NTFY<BR>
4178pxc-ntfy 3009/udp # PXC-NTFY<BR>
4179gw 3010/tcp # Telerate Workstation<BR>
4180ping-pong 3010/udp # Telerate Workstation<BR>
4181trusted-web 3011/tcp # Trusted Web<BR>
4182trusted-web 3011/udp # Trusted Web<BR>
4183twsdss 3012/tcp # Trusted Web Client<BR>
4184twsdss 3012/udp # Trusted Web Client<BR>
4185gilatskysurfer 3013/tcp # Gilat Sky Surfer<BR>
4186gilatskysurfer 3013/udp # Gilat Sky Surfer<BR>
4187broker_service 3014/tcp # Broker Service<BR>
4188broker_service 3014/udp # Broker Service<BR>
4189nati-dstp 3015/tcp # NATI DSTP<BR>
4190nati-dstp 3015/udp # NATI DSTP<BR>
4191notify_srvr 3016/tcp # Notify Server<BR>
4192notify_srvr 3016/udp # Notify Server<BR>
4193event_listener 3017/tcp # Event Listener<BR>
4194event_listener 3017/udp # Event Listener<BR>
4195srvc_registry 3018/tcp # Service Registry<BR>
4196srvc_registry 3018/udp # Service Registry<BR>
4197resource_mgr 3019/tcp # Resource Manager<BR>
4198resource_mgr 3019/udp # Resource Manager<BR>
4199cifs 3020/tcp # CIFS<BR>
4200cifs 3020/udp # CIFS<BR>
4201agriserver 3021/tcp # AGRI Server<BR>
4202agriserver 3021/udp # AGRI Server<BR>
4203csregagent 3022/tcp # CSREGAGENT<BR>
4204csregagent 3022/udp # CSREGAGENT<BR>
4205magicnotes 3023/tcp # magicnotes<BR>
4206magicnotes 3023/udp # magicnotes<BR>
4207nds_sso 3024/tcp # NDS_SSO<BR>
4208nds_sso 3024/udp # NDS_SSO<BR>
4209arepa-raft 3025/tcp # Arepa Raft<BR>
4210arepa-raft 3025/udp # Arepa Raft<BR>
4211agri-gateway 3026/tcp # AGRI Gateway<BR>
4212agri-gateway 3026/udp # AGRI Gateway<BR>
4213liebdevmgmt_c 3027/tcp # LiebDevMgmt_C<BR>
4214liebdevmgmt_c 3027/udp # LiebDevMgmt_C<BR>
4215liebdevmgmt_dm 3028/tcp # liebdevmgmt_dm<BR>
4216liebdevmgmt_dm 3028/udp # liebdevmgmt_dm<BR>
4217liebdevmgmt_a 3029/tcp # liebdevmgmt_a<BR>
4218liebdevmgmt_a 3029/udp # liebdevmgmt_a<BR>
4219arepa-cas 3030/tcp # Arepa Cas<BR>
4220arepa-cas 3030/udp # Arepa Cas<BR>
4221agentvu 3031/tcp # Agent VU<BR>
4222agentvu 3031/udp # Agent VU<BR>
4223redwood-chat 3032/tcp # Redwood Chat<BR>
4224redwood-chat 3032/udp # Redwood Chat<BR>
4225pdb 3033/tcp # PDB<BR>
4226pdb 3033/udp # PDB<BR>
4227osmosis-aeea 3034/tcp # Osmosis AEEA<BR>
4228osmosis-aeea 3034/udp # Osmosis AEEA<BR>
4229fjsv-gssagt 3035/tcp # FJSV gssagt<BR>
4230fjsv-gssagt 3035/udp # FJSV gssagt<BR>
4231hagel-dump 3036/tcp # Hagel Dump<BR>
4232hagel-dump 3036/udp # Hagel Dump<BR>
4233hp-san-mgmt 3037/tcp # HP SAN Mgmt<BR>
4234hp-san-mgmt 3037/udp # HP SAN Mgmt<BR>
4235santak-ups 3038/tcp # Santak UPS<BR>
4236santak-ups 3038/udp # Santak UPS<BR>
4237cogitate 3039/tcp # Cogitate, Inc.<BR>
4238cogitate 3039/udp # Cogitate, Inc.<BR>
4239tomato-springs 3040/tcp # Tomato Springs<BR>
4240tomato-springs 3040/udp # Tomato Springs<BR>
4241di-traceware 3041/tcp # DI Traceware<BR>
4242di-traceware 3041/udp # DI Traceware<BR>
4243journee 3042/tcp # journee<BR>
4244journee 3042/udp # journee<BR>
4245brp 3043/tcp # BRP<BR>
4246brp 3043/udp # BRP<BR>
4247responsenet 3045/tcp # ResponseNet<BR>
4248responsenet 3045/udp # ResponseNet<BR>
4249di-ase 3046/tcp # di-ase<BR>
4250di-ase 3046/udp # di-ase<BR>
4251hlserver 3047/tcp # Fast Security HL Server<BR>
4252hlserver 3047/udp # Fast Security HL Server<BR>
4253pctrader 3048/tcp # Sierra Net PC Trader<BR>
4254pctrader 3048/udp # Sierra Net PC Trader<BR>
4255NSWS 3049/tcp # NSWS<BR>
4256NSWS/nsws 3049/udp # NSWS<BR>, nsws<br><br>nsws, cryptographic file system (nfs)<br>
4257gds_db 3050/tcp # gds)db<BR>
4258gds_db 3050/udp # gds)db<BR>
4259galaxy-server 3051/tcp # Galaxy Server<BR>
4260galaxy-server 3051/udp # Galaxy Server<BR>
4261apcpcns 3052/tcp # APCPCNS<BR>
4262apcpcns 3052/udp # APCPCNS<BR>
4263dsom-server 3053/tcp # DSOM Server<BR>
4264dsom-server 3053/udp # DSOM Server<BR>
4265amt-cnf-prot 3054/tcp # AMT CNF PROT<BR>
4266amt-cnf-prot 3054/udp # AMT CNF PROT<BR>
4267policyserver 3055/tcp # Policy Server<BR>
4268policyserver 3055/udp # Policy Server<BR>
4269cdl-server 3056/tcp # CDL Server<BR>
4270cdl-server 3056/udp # CDL Server<BR>
4271goahead-fldup 3057/tcp # GoAhead FldUp<BR>
4272goahead-fldup 3057/udp # GoAhead FldUp<BR>
4273videobeans 3058/tcp # VideoBeans<BR>
4274videobeans 3058/udp # VideoBeans<BR>
4275qsoft/qsoft 3059/tcp # QSoft<BR>, qsoft<br><br>qsoft<br>
4276qsoft 3059/udp # QSoft<BR>
4277interserver 3060/tcp # interserver<BR>
4278interserver 3060/udp # interserver<BR>
4279cautcpd 3061/tcp # cautcpd<BR>
4280cautcpd 3061/udp # cautcpd<BR>
4281ncacn-ip-tcp/ncacn-ip-tcp 3062/tcp # NCACN-IP-TCP<BR>, ncacn-ip-tcp<br><br>ncacn-ip-tcp<br>
4282ncacn-ip-tcp 3062/udp # ncacn-ip-tcp<br><br>ncacn-ip-tcp<br>
4283ncadg-ip-udp 3063/tcp # ncadg-ip-udp<br><br>ncadg-ip-udp<br>
4284ncacn-ip-udp/ncadg-ip-udp 3063/udp # NCACN-IP-UDP<BR>, ncadg-ip-udp<br><br>ncadg-ip-udp<br>
4285slinterbase 3065/tcp # SlinterBase<BR>
4286slinterbase 3065/udp # SlinterBase<BR>
4287netattachsdmp 3066/tcp # NETATTACHSDMP<BR>
4288netattachsdmp 3066/udp # NETATTACHSDMP<BR>
4289fjhpjp 3067/tcp # FJHPJP<BR>
4290fjhpjp 3067/udp # FJHPJP<BR>
4291ls3bcast 3068/tcp # ls3 Broadcast<BR>
4292ls3bcast 3068/udp # ls3 Broadcast<BR>
4293ls3 3069/tcp # ls3<BR>
4294ls3 3069/udp # ls3<BR>
4295mgxswitch 3070/tcp # MGXSwitch<BR>
4296mgxswitch 3070/udp # MGXSwitch<BR>
4297opsec-sam 3071/tcp # OPSEC SAM<BR>
4298opsec-sam 3071/udp # OPSEC SAM<BR>
4299opsec-lea 3072/tcp # OPSEC LEA<BR>
4300opsec-lea 3072/udp # OPSEC LEA<BR>
4301opsec-ela 3073/tcp # OPSEC ELA<BR>
4302opsec-ela 3073/udp # OPSEC ELA<BR>
4303opsec-omi 3074/tcp # OPSEC OMI<BR>
4304opsec-omi 3074/udp # OPSEC OMI<BR>
4305orbix-locator 3075/tcp # Orbix 2000 Locator<BR>
4306orbix-locator 3075/udp # Orbix 2000 Locator<BR>
4307orbix-config 3076/tcp # Orbix 2000 Config<BR>
4308orbix-config 3076/udp # Orbix 2000 Config<BR>
4309orbix-loc-ssl 3077/tcp # Orbix 2000 Locator SSL<BR>
4310orbix-loc-ssl 3077/udp # Orbix 2000 Locator SSL<BR>
4311orbix-cfg-ssl 3078/tcp # Orbix-2000 Locator SSL<BR>
4312orbix-cfg-ssl 3078/udp # Orbix-2000 Locator SSL<BR>
4313stm_pproc 3080/tcp # stm_proc<BR>
4314stm_pproc 3080/udp # stm_proc<BR>
4315tl1-lv 3081/tcp # TL1-LC<BR>
4316tl1-lv 3081/udp # TL1-LC<BR>
4317tl1-raw 3082/tcp # TL1-RAW<BR>
4318tl1-raw 3082/udp # TL1-RAW<BR>
4319tl1-telnet 3083/tcp # TL1 Telnet<BR>
4320tl1-telnet 3083/udp # TL1 Telnet<BR>
4321cardbox 3105/tcp # Cardbox<BR>
4322cardbox 3105/udp # Cardbox<BR>
4323cardbox-http 3106/tcp # Cardbox HTTP<BR>
4324cardbox-http 3106/udp # Cardbox HTTP<BR>
4325squid-proxy 3128/tcp # Squid (Squid Web Proxy Cache)
4326squid-proxy 3128/udp # Squid (Squid Web Proxy Cache)
4327icpv2 3130/tcp # ICPv2<BR>
4328icpv2 3130/udp # ICPv2<BR>
4329netbookmark 3131/tcp # Net Book Mark<BR>
4330netbookmark 3131/udp # Net Book Mark<BR>
4331vmodem 3141/tcp # VMODEM<BR>
4332vmodem 3141/udp # VMODEM<BR>
4333rdc-wh-eos 3142/tcp # RDC WH EOS<BR>
4334rdc-wh-eos 3142/udp # RDC WH EOS<BR>
4335seaview 3143/tcp # Sea View<BR>
4336seaview 3143/udp # Sea View<BR>
4337tarantella 3144/tcp # Tarantella<BR>
4338tarantella 3144/udp # Tarantella<BR>
4339csi-lfap 3145/tcp # CSI-LFAP<BR>
4340csi-lfap 3145/udp # CSI-LFAP<BR>
4341rfio 3147/tcp # RFIO<BR>
4342rfio 3147/udp # RFIO<BR>
4343nm-game-admin 3148/tcp # NetMike Game Administrator<BR>
4344nm-game-admin 3148/udp # NetMike Game Administrator<BR>
4345nm-game-server 3149/tcp # NetMike Game Server<BR>
4346nm-game-server 3149/udp # NetMike Game Server<BR>
4347nm-asses-admin 3150/tcp # NetMike Assessor Administrator<BR>
4348nm-asses-admin 3150/udp # NetMike Assessor Administrator<BR>
4349nm-assessor 3151/tcp # NetMike Assessor<BR>
4350nm-assessor 3151/udp # NetMike Assessor<BR>
4351mc-brk-srv 3180/tcp # Millicent Broker Server<BR>
4352mc-brk-srv 3180/udp # Millicent Broker Server<BR>
4353bmcpatrolagent 3181/tcp # BMC Patrol Agent<BR>
4354bmcpatrolagent 3181/udp # BMC Patrol Agent<BR>
4355bmcpatrolrnvu 3182/tcp # BMC Patrol Rendezvous<BR>
4356bmcpatrolrnvu 3182/udp # BMC Patrol Rendezvous<BR>
4357necp 3262/tcp # NECP<BR>
4358necp 3262/udp # NECP<BR>
4359ccmail 3264/tcp # cc:mail/lotus<BR>
4360ccmail 3264/udp # cc:mail/lotus<BR>
4361altav-tunnel 3265/tcp # Altav Tunnel<BR>
4362altav-tunnel 3265/udp # Altav Tunnel<BR>
4363ns-cfg-server 3266/tcp # NS CFG Server<BR>
4364ns-cfg-server 3266/udp # NS CFG Server<BR>
4365ibm-dial-out 3267/tcp # IBM Dial Out<BR>
4366ibm-dial-out 3267/udp # IBM Dial Out<BR>
4367msft-gc 3268/tcp # Microsoft Global Catalog<BR>
4368msft-gc 3268/udp # Microsoft Global Catalog<BR>
4369msft-gc-ssl 3269/tcp # Microsoft Global Catalog w/ LDAP/SSL<BR>
4370msft-gc-ssl 3269/udp # Microsoft Global Catalog w/ LDAP/SSL<BR>
4371verismart 3270/tcp # Verismart<BR>
4372verismart 3270/udp # Verismart<BR>
4373csoft-prev 3271/tcp # CSoft Prev Port<BR>
4374csoft-prev 3271/udp # CSoft Prev Port<BR>
4375user-manager 3272/tcp # Fujitsu User Manager<BR>
4376user-manager 3272/udp # Fujitsu User Manager<BR>
4377sxmp 3273/tcp # Simple Experimental Multiplexed Protocol<BR>
4378sxmp 3273/udp # Simple Experimental Multiplexed Protocol<BR>
4379ordinox-server 3274/tcp # Ordinox Server<BR>
4380ordinox-server 3274/udp # Ordinox Server<BR>
4381samd 3275/tcp # SAMD<BR>
4382samd 3275/udp # SAMD<BR>
4383maxim-asics 3276/tcp # Maxim ASICs<BR>
4384maxim-asics 3276/udp # Maxim ASICs<BR>
4385awg-proxy 3277/tcp # AWG Proxy<BR>
4386awg-proxy 3277/udp # AWG Proxy<BR>
4387lkcmserver 3278/tcp # LKCM Server<BR>
4388lkcmserver 3278/udp # LKCM Server<BR>
4389admind 3279/tcp # admind<BR>
4390admind 3279/udp # admind<BR>
4391vs-server 3280/tcp # VS Server<BR>
4392vs-server 3280/udp # VS Server<BR>
4393sysopt 3281/tcp # SYSOPT<BR>
4394sysopt 3281/udp # SYSOPT<BR>
4395datusorb 3282/tcp # Datusorb<BR>
4396datusorb 3282/udp # Datusorb<BR>
4397net-assistant 3283/tcp # Net Assistant<BR>
4398net-assistant 3283/udp # Net Assistant<BR>
43994talk 3284/tcp # 4Talk<BR>
44004talk 3284/udp # 4Talk<BR>
4401plato 3285/tcp # Plato<BR>
4402plato 3285/udp # Plato<BR>
4403e-net 3286/tcp # E-Net<BR>
4404e-net 3286/udp # E-Net<BR>
4405directvdata 3287/tcp # DIRECTVDATA<BR>
4406directvdata 3287/udp # DIRECTVDATA<BR>
4407cops 3288/tcp # COPS<BR>
4408cops 3288/udp # COPS<BR>
4409enpc 3289/tcp # ENPC<BR>
4410enpc 3289/udp # ENPC<BR>
4411caps-lm 3290/tcp # CAPS-LOGISTICS TOOLKIT - LM<BR>
4412caps-lm 3290/udp # CAPS-LOGISTICS TOOLKIT - LM<BR>
4413sah-lm 3291/tcp # S A Holditch & Associates - LM<BR>
4414sah-lm 3291/udp # S A Holditch & Associates - LM<BR>
4415cart-o-rama 3292/tcp # Cart O Rama<BR>
4416cart-o-rama 3292/udp # Cart O Rama<BR>
4417fg-fps 3293/tcp # fg-fps<BR>
4418fg-fps 3293/udp # fg-fps<BR>
4419fg-gip 3294/tcp # fg-gip<BR>
4420fg-gip 3294/udp # fg-gip<BR>
4421dyniplookup 3295/tcp # Dynamic IP Lookup<BR>
4422dyniplookup 3295/udp # Dynamic IP Lookup<BR>
4423rib-slm 3296/tcp # Rib License Manager<BR>
4424rib-slm 3296/udp # Rib License Manager<BR>
4425cytel-lm 3297/tcp # Cytel License Manager<BR>
4426cytel-lm 3297/udp # Cytel License Manager<BR>
4427transview 3298/tcp # Transview<BR>
4428transview 3298/udp # Transview<BR>
4429pdrncs 3299/tcp # pdrncs<BR>
4430pdrncs 3299/udp # pdrncs<BR>
4431bmcpatrolagent 3300/tcp # BMC Patrol Agent<BR>
4432bmcpatrolagent 3300/udp # BMC Patrol Agent<BR>
4433bmcpatrolrnvu 3301/tcp # BMC Patrol Rendezvous<BR>
4434bmcpatrolrnvu 3301/udp # BMC Patrol Rendezvous<BR>
4435mcs-fastmail 3302/tcp # MCS Fastmail<BR>
4436mcs-fastmail 3302/udp # MCS Fastmail<BR>
4437opsession-clnt 3303/tcp # OP Session Client<BR>
4438opsession-clnt 3303/udp # OP Session Client<BR>
4439opsession-srvr 3304/tcp # OP Session Server<BR>
4440opsession-srvr 3304/udp # OP Session Server<BR>
4441odette-ftp 3305/tcp # ODETTE-FTP<BR>
4442odette-ftp 3305/udp # ODETTE-FTP<BR>
4443mysq1/mysql 3306/tcp # MySQL<BR>, mysql<br><br>mysql<br>
4444mysq1/mysql 3306/udp # MySQL<BR>, mysql<br><br>mysql<br>
4445opsession-prxy 3307/tcp # OP Session Proxy<BR>
4446opsession-prxy 3307/udp # OP Session Proxy<BR>
4447tns-server 3308/tcp # TNS Server<BR>
4448tns-server 3308/udp # TNS Server<BR>
4449tns-adv 3309/tcp # TNS ADV<BR>
4450tns-adv/tns-adv 3309/udp # TNS ADV<BR>, tns-adv<br><br>tnd adv<br>
4451dyna-access 3310/tcp # Dyna Access<BR>
4452dyna-access 3310/udp # Dyna Access<BR>
4453mcns-tel-ret 3311/tcp # MCNS Tel Ret<BR>
4454mcns-tel-ret 3311/udp # MCNS Tel Ret<BR>
4455appman-server 3312/tcp # Application Management Server<BR>
4456appman-server 3312/udp # Application Management Server<BR>
4457uorb 3313/tcp # Unify Object Broker<BR>
4458uorb 3313/udp # Unify Object Broker<BR>
4459uohost 3314/tcp # Unify Object Host<BR>
4460uohost 3314/udp # Unify Object Host<BR>
4461cdid 3315/tcp # CDID<BR>
4462cdid 3315/udp # CDID<BR>
4463aicc-cmi 3316/tcp # AICC/CMI<BR>
4464aicc-cmi 3316/udp # AICC/CMI<BR>
4465vsaiport 3317/tcp # VSAI PORT<BR>
4466vsaiport 3317/udp # VSAI PORT<BR>
4467ssrip 3318/tcp # Switch to Switch Routing Info Protocol<BR>
4468ssrip 3318/udp # Switch to Switch Routing Info Protocol<BR>
4469sdt-lmd 3319/tcp # SDT License Manager<BR>
4470sdt-lmd 3319/udp # SDT License Manager<BR>
4471officelink2000 3320/tcp # Office Link 2000<BR>
4472officelink2000 3320/udp # Office Link 2000<BR>
4473vnsstr 3321/tcp # VNSSTR<BR>
4474vnsstr 3321/udp # VNSSTR<BR>
4475active-net/active-net 3322/tcp # Active Networks<BR>, active-net<br><br>active networks<br>
4476active-net 3322/udp # Active Networks<BR>
4477active-net/active-net 3323/tcp # Active Networks<BR>, active-net<br><br>active networks<br>
4478active-net 3323/udp # Active Networks<BR>
4479active-net/active-net 3324/tcp # Active Networks<BR>, active-net<br><br>active networks<br>
4480active-net 3324/udp # Active Networks<BR>
4481active-net/active-net 3325/tcp # Active Networks<BR>, active-net<br><br>active networks<br>
4482active-net 3325/udp # Active Networks<BR>
4483sftu 3326/tcp # SFTU<BR>
4484sftu 3326/udp # SFTU<BR>
4485bbars 3327/tcp # BBARS<BR>
4486bbars 3327/udp # BBARS<BR>
4487egptlm 3328/tcp # Eaglepoint License Manager<BR>
4488egptlm 3328/udp # Eaglepoint License Manager<BR>
4489hp-device-disc 3329/tcp # HP Device Disc<BR>
4490hp-device-disc 3329/udp # HP Device Disc<BR>
4491mcs-calypsoicf 3330/tcp # MCS Calypso ICF<BR>
4492mcs-calypsoicf 3330/udp # MCS Calypso ICF<BR>
4493mcs-messaging 3331/tcp # MCS Messaging<BR>
4494mcs-messaging 3331/udp # MCS Messaging<BR>
4495mcs-mailsvr 3332/tcp # MCS Mail Server<BR>
4496mcs-mailsvr 3332/udp # MCS Mail Server<BR>
4497dec-notes/eggdrop 3333/tcp # DEC Notes<BR>, Eggdrop bot<BR>
4498dec-notes/eggdrop 3333/udp # DEC Notes<BR>, Eggdrop bot<BR>
4499directv-web 3334/tcp # Direct TV Webcasting<BR>
4500directv-web 3334/udp # Direct TV Webcasting<BR>
4501directv-soft 3335/tcp # Direct TV Software Updates<BR>
4502directv-soft 3335/udp # Direct TV Software Updates<BR>
4503directv-tick 3336/tcp # Direct TV Tickers<BR>
4504directv-tick 3336/udp # Direct TV Tickers<BR>
4505directv-catlog/directv-catlg 3337/tcp # Direct TV Data Catelog<BR>, directv-catlg<br><br>direct tv data catalog<br>
4506directv-catlog/directv-catlg 3337/udp # Direct TV Data Catelog<BR>, directv-catlg<br><br>direct tv data catalog<br>
4507anet-b 3338/tcp # OMF data b<BR>
4508anet-b 3338/udp # OMF data b<BR>
4509anet-l 3339/tcp # OMF data l<BR>
4510anet-l 3339/udp # OMF data l<BR>
4511anet-m 3340/tcp # OMF data m<BR>
4512anet-m 3340/udp # OMF data m<BR>
4513anet-h 3341/tcp # OMF data h<BR>
4514anet-h 3341/udp # OMF data h<BR>
4515webtie 3342/tcp # WebTIE<BR>
4516webtie 3342/udp # WebTIE<BR>
4517ms-cluster-net 3343/tcp # MS Cluster Net<BR>
4518ms-cluster-net 3343/udp # MS Cluster Net<BR>
4519bnt-manager 3344/tcp # BNT Manager<BR>
4520bnt-manager 3344/udp # BNT Manager<BR>
4521influence 3345/tcp # Influence<BR>
4522influence 3345/udp # Influence<BR>
4523trnsprntproxy 3346/tcp # Trnsprnt Proxy<BR>
4524trnsprntproxy 3346/udp # Trnsprnt Proxy<BR>
4525phoenix-rpc 3347/tcp # Phoenix RPC<BR>
4526phoenix-rpc 3347/udp # Phoenix RPC<BR>
4527pangolin-laser 3348/tcp # Pangolin Laser<BR>
4528pangolin-laser 3348/udp # Pangolin Laser<BR>
4529chevinservices 3349/tcp # Chevin Services<BR>
4530chevinservices 3349/udp # Chevin Services<BR>
4531findviatv 3350/tcp # FINDVIATV<BR>
4532findviatv 3350/udp # FINDVIATV<BR>
4533btrieve 3351/tcp # BTRIEVE<BR>
4534btrieve 3351/udp # BTRIEVE<BR>
4535ssq1/ssql 3352/tcp # SSQL<BR>, ssql<br><br>ssql<br>
4536ssq1/ssql 3352/udp # SSQL<BR>, ssql<br><br>ssql<br>
4537fatpipe 3353/tcp # FATPIPE<BR>
4538fatpipe 3353/udp # FATPIPE<BR>
4539suitjd 3354/tcp # SUITJD<BR>
4540suitjd 3354/udp # SUITJD<BR>
4541ordinox-dbase 3355/tcp # Ordinox Dbase<BR>
4542ordinox-dbase 3355/udp # Ordinox Dbase<BR>
4543upnotifyps 3356/tcp # UPNOTIFYPS<BR>
4544upnotifyps 3356/udp # UPNOTIFYPS<BR>
4545adtech-test 3357/tcp # Adtech Test IP<BR>
4546adtech-test 3357/udp # Adtech Test IP<BR>
4547mpsysrmsvr 3358/tcp # Mp Sys Rmsvr<BR>
4548mpsysrmsvr 3358/udp # Mp Sys Rmsvr<BR>
4549wg-netforce 3359/tcp # WG NetForce<BR>
4550wg-netforce 3359/udp # WG NetForce<BR>
4551kv-server 3360/tcp # KV Server<BR>
4552kv-server 3360/udp # KV Server<BR>
4553kv-agent 3361/tcp # KV Agent<BR>
4554kv-agent 3361/udp # KV Agent<BR>
4555dj-ilm 3362/tcp # DJ ILM<BR>
4556dj-ilm 3362/udp # DJ ILM<BR>
4557nati-vi-server 3363/tcp # NATI Vi Server<BR>
4558nati-vi-server 3363/udp # NATI Vi Server<BR>
4559creativeserver 3364/tcp # Creative Server<BR>
4560creativeserver 3364/udp # Creative Server<BR>
4561contentserver 3365/tcp # Content Server<BR>
4562contentserver 3365/udp # Content Server<BR>
4563creativepartnr 3366/tcp # Creative Partner<BR>
4564creativepartnr 3366/udp # Creative Partner<BR>
4565satvid-datalnk/satvid-datalnk 3367/tcp # Satellite Video Data Link<BR>, satvid-datalnk<br><br>satellite video data link<br>
4566satvid-datalnk 3367/udp # Satellite Video Data Link<BR>
4567satvid-datalnk/satvid-datalnk 3368/tcp # Satellite Video Data Link<BR>, satvid-datalnk<br><br>satellite video data link<br>
4568satvid-datalnk 3368/udp # Satellite Video Data Link<BR>
4569satvid-datalnk/satvid-datalnk 3369/tcp # Satellite Video Data Link<BR>, satvid-datalnk<br><br>satellite video data link<br>
4570satvid-datalnk 3369/udp # Satellite Video Data Link<BR>
4571satvid-datalnk/satvid-datalnk 3370/tcp # Satellite Video Data Link<BR>, satvid-datalnk<br><br>satellite video data link<br>
4572satvid-datalnk 3370/udp # Satellite Video Data Link<BR>
4573satvid-datalnk/satvid-datalnk 3371/tcp # Satellite Video Data Link<BR>, satvid-datalnk<br><br>satellite video data link<br>
4574satvid-datalnk 3371/udp # Satellite Video Data Link<BR>
4575tip2l/tip2 3372/tcp # TIP 2<BR>, tip2<br><br>tip 2<br>
4576tip2l/tip2 3372/udp # TIP 2<BR>, tip2<br><br>tip 2<br>
4577lavenir-lm 3373/tcp # Lavenir License Manager<BR>
4578lavenir-lm 3373/udp # Lavenir License Manager<BR>
4579cluster-disc 3374/tcp # Cluster Disc<BR>
4580cluster-disc 3374/udp # Cluster Disc<BR>
4581vsnm-agent 3375/tcp # VSNM Agent<BR>
4582vsnm-agent 3375/udp # VSNM Agent<BR>
4583cdbroker 3376/tcp # CD Broker<BR>
4584cdbroker/cdbroker 3376/udp # CD Broker<BR>, cdbroker<br><br>cd broker<br>
4585cogsys-lm 3377/tcp # Cogsys Network License Manager<BR>
4586cogsys-lm 3377/udp # Cogsys Network License Manager<BR>
4587wsicopy 3378/tcp # WSICOPY<BR>
4588wsicopy 3378/udp # WSICOPY<BR>
4589socorfs 3379/tcp # SOCORFS<BR>
4590socorfs 3379/udp # SOCORFS<BR>
4591sns-channels 3380/tcp # SNS Channels<BR>
4592sns-channels 3380/udp # SNS Channels<BR>
4593geneous 3381/tcp # Geneous<BR>
4594geneous 3381/udp # Geneous<BR>
4595fujitsu-neat 3382/tcp # Fujitsu Net Enhanced Antitheft<BR>
4596fujitsu-neat 3382/udp # Fujitsu Net Enhanced Antitheft<BR>
4597esp-lm 3383/tcp # Enterprise Software Products LM<BR>
4598esp-lm 3383/udp # Enterprise Software Products LM<BR>
4599hp-clic 3384/tcp # Cluster Management Services<BR>
4600hp-clic 3384/udp # Hardware Management<BR>
4601qnxnetman 3385/tcp # qnxnetman<BR>
4602qnxnetman 3385/udp # qnxnetman<BR>
4603gprs-data 3386/tcp # GPRS Data<BR>
4604gprs-sig 3386/udp # GPRS Signal<BR>
4605backroomnet 3387/tcp # Back Room Net<BR>
4606backroomnet 3387/udp # Back Room Net<BR>
4607cbserver 3388/tcp # CB Server<BR>
4608cbserver 3388/udp # CB Server<BR>
4609ms-wbt-server 3389/tcp # MS Terminal Server RDP Client<BR>
4610ms-wbt-server/ms-wbt-server 3389/udp # MS Terminal Server RDP Client<BR>, ms-wbt-server<br><br>ms wbt server<br>
4611dsc 3390/tcp # Distributed Service Coordinator<BR>
4612dsc 3390/udp # Distributed Service Coordinator<BR>
4613savant 3391/tcp # SAVANT<BR>
4614savant 3391/udp # SAVANT<BR>
4615efi-lm 3392/tcp # EFI License Management<BR>
4616efi-lm 3392/udp # EFI License Management<BR>
4617d2k-tapestry1 3393/tcp # D2K Tapestry Client to Server<BR>
4618d2k-tapestry1 3393/udp # D2K Tapestry Client to Server<BR>
4619d2k-tapestry2 3394/tcp # D2K Tapestry Server to Client<BR>
4620d2k-tapestry2 3394/udp # D2K Tapestry Server to Client<BR>
4621dyna-lm 3395/tcp # Dyna License Manager (Elam)<BR>
4622dyna-lm 3395/udp # Dyna License Manager (Elam)<BR>
4623printer_agent 3396/tcp # Printer Agent<BR>
4624printer_agent 3396/udp # Printer Agent<BR>
4625cloanto-lm 3397/tcp # Cloanto License Manager<BR>
4626cloanto-lm 3397/udp # Cloanto License Manager<BR>
4627merchantile/mercantile 3398/tcp # Mercantile<BR>, mercantile<br><br>mercantile<br>
4628merchantile/mercantile 3398/udp # Mercantile<BR>, mercantile<br><br>mercantile<br>
4629csms 3399/tcp # CSMS<BR>
4630csms 3399/udp # CSMS<BR>
4631csms2 3400/tcp # CSMC2<BR>
4632csms2 3400/udp # CSMC2<BR>
4633filecast 3401/tcp # FileCast<BR>
4634filecast 3401/udp # FileCast<BR>
4635bmap 3421/tcp # Bull Apprise portmapper<BR>
4636bmap 3421/udp # Bull Apprise portmapper<BR>
4637mira 3454/tcp # Apple Remote Access Protocol<BR>
4638 /udp #
4639prsvp 3455/tcp # RSVP Port<BR>
4640prsvp/prsvp 3455/udp # RSVP Port<BR>, prsvp<br><br>rsvp port, rsvp encapsulated in udp<br>
4641vat 3456/tcp # VAT default data<BR>
4642vat 3456/udp # VAT default data<BR>
4643vat-control 3457/tcp # VAT default control<BR>
4644vat-control 3457/udp # VAT default control<BR>
4645d3winosfi 3458/tcp # D3WinOsfi<BR>
4646d3winosfi/d3winosfi 3458/udp # D3WinOsfi<BR>, d3winosfi<br><br>dswinosfi<br>
4647integral 3459/tcp # Integral<BR>
4648integral 3459/udp # Integral<BR>
4649edm-manager 3460/tcp # EDM Manager<BR>
4650edm-manager 3460/udp # EDM Manager<BR>
4651edm-stager 3461/tcp # EDM Stager<BR>
4652edm-stager 3461/udp # EDM Stager<BR>
4653edm-std-notify 3462/tcp # EDM STD Notify<BR>
4654edm-std-notify/edm-std-notify 3462/udp # EDM STD Notify<BR>, edm-std-notify<br><br>edm std notify<br>
4655edm-adm-notify 3463/tcp # EDM ADM Notify<BR>
4656edm-adm-notify 3463/udp # EDM ADM Notify<BR>
4657edm-mgr-sync 3464/tcp # EDM MGR Sync<BR>
4658edm-mgr-sync 3464/udp # EDM MGR Sync<BR>
4659edm-mgr-cntrl 3465/tcp # EDM MGR Control<BR>
4660edm-mgr-cntrl 3465/udp # EDM MGR Control<BR>
4661workflow 3466/tcp # WORKFLOW<BR>
4662workflow 3466/udp # WORKFLOW<BR>
4663rcst 3467/tcp # RCST<BR>
4664rcst 3467/udp # RCST<BR>
4665ttcmremotectrl 3468/tcp # TTCM Remote Control<BR>
4666ttcmremotectrl 3468/udp # TTCM Remote Control<BR>
4667pluribus 3469/tcp # Pluribus<BR>
4668pluribus 3469/udp # Pluribus<BR>
4669jt400 3470/tcp # jt400<BR>
4670jt400 3470/udp # jt400<BR>
4671jt400-ssl 3471/tcp # jt400 SSL<BR>
4672jt400-ssl 3471/udp # jt400 SSL<BR>
4673watcomdebug 3472/tcp # Watcom Debug<BR>
4674watcomdebug 3472/udp # Watcom Debug<BR>
4675harlequinorb 3473/tcp # harlequinorb<BR>
4676harlequinorb 3473/udp # harlequinorb<BR>
4677ms-la 3535/tcp # MS-LA<BR>
4678ms-la 3535/udp # MS-LA<BR>
4679vhd 3802/tcp # VHD<BR>
4680vhd 3802/udp # VHD<BR>
4681v-one-spp 3845/tcp # V-ONE Single Port Proxy<BR>
4682v-one-spp 3845/udp # V-ONE Single Port Proxy<BR>
4683udt_os 3900/tcp # Unidata UDT OS<BR>
4684udt_os 3900/udp # Unidata UDT OS<BR>
4685mapper-nodemgr 3984/tcp # MAPPER network node manager<BR>
4686mapper-nodemgr 3984/udp # MAPPER network node manager<BR>
4687mapper-mapethd 3985/tcp # MAPPER TCP/IP server<BR>
4688mapper-mapethd 3985/udp # MAPPER TCP/IP server<BR>
4689mapper-ws_ethd 3986/tcp # MAPPER workstation server<BR>
4690mapper-ws_ethd 3986/udp # MAPPER workstation server<BR>
4691centerline 3987/tcp # Centerline<BR>
4692centerline 3987/udp # Centerline<BR>
4693terabase/icq-tcp 4000/tcp # Terabase<BR>, ICQ Control Port<BR><br> Used to negotiate random-high udp ports for ICQ data tx. <BR>
4694terabase/icq-udp 4000/udp # Terabase<BR>, ICQ Data Port<BR>
4695newoak 4001/tcp # NewOak<BR>
4696newoak 4001/udp # NewOak<BR>
4697pxc-spvr-ft 4002/tcp # pxc-spvr-ft<BR>
4698pxc-spvr-ft 4002/udp # pxc-spvr-ft<BR>
4699pxc-splr-ft 4003/tcp # pxc-splr-ft<BR>
4700pxc-splr-ft 4003/udp # pxc-splr-ft<BR>
4701pxc-roid 4004/tcp # pxc-roid<BR>
4702pxc-roid 4004/udp # pxc-roid<BR>
4703pxc-pin 4005/tcp # pxc-pin<BR>
4704pxc-pin 4005/udp # pxc-pin<BR>
4705pxc-spvr 4006/tcp # pxc-spvr<BR>
4706pxc-spvr 4006/udp # pxc-spvr<BR>
4707pxc-splr 4007/tcp # pxc-splr<BR>
4708pxc-splr 4007/udp # pxc-splr<BR>
4709netcheque 4008/tcp # NetCheque accounting<BR>
4710netcheque 4008/udp # NetCheque accounting<BR>
4711chimera-hwm 4009/tcp # Chimera HWM<BR>
4712chimera-hwm 4009/udp # Chimera HWM<BR>
4713samsung-unidex 4010/tcp # Samsung Unidex<BR>
4714samsung-unidex 4010/udp # Samsung Unidex<BR>
4715altserviceboot 4011/tcp # Alternate Service Boot<BR>
4716altserviceboot 4011/udp # Alternate Service Boot<BR>
4717pda-gate 4012/tcp # PDA Gate<BR>
4718pda-gate 4012/udp # PDA Gate<BR>
4719acl-manager 4013/tcp # ACL Manager<BR>
4720acl-manager 4013/udp # ACL Manager<BR>
4721taiclock 4014/tcp # TAICLOCK<BR>
4722taiclock 4014/udp # TAICLOCK<BR>
4723talarian-mcast1 4015/tcp # Talarian Mcast<BR>
4724talarian-mcast1 4015/udp # Talarian Mcast<BR>
4725talarian-mcast2 4016/tcp # Talarian Mcast<BR>
4726talarian-mcast2 4016/udp # Talarian Mcast<BR>
4727talarian-mcast3 4017/tcp # Talarian Mcast<BR>
4728talarian-mcast3 4017/udp # Talarian Mcast<BR>
4729talarian-mcast4 4018/tcp # Talarian Mcast<BR>
4730talarian-mcast4 4018/udp # Talarian Mcast<BR>
4731talarian-mcast5 4019/tcp # Talarian Mcast<BR>
4732talarian-mcast5 4019/udp # Talarian Mcast<BR>
4733ichat 4020/tcp # IChat Chat Room<BR>
4734ichat 4020/udp # IChat Chat Room<BR>
4735lockd 4045/tcp # NFS lock daemon (alt port)<BR><br> Supports record locking on NFS files. On some OS's (eg: Solaris), lockd tracks NFS requests to tcp 2049. Attackers know this and will probe NFS via tcp 4045 instead, hoping probe escapes detection. <BR>
4736lockd/lockd 4045/udp # NFS lock daemon (alt port)<BR><br> Supports record locking on NFS files. On some OS's (eg: Solaris), lockd tracks NFS requests to tcp 2049. Attackers know this and will probe NFS via tcp 4045 instead, hoping probe escapes detection. <BR> , lockd<br><br>nfs lock daemon/manager<br>
4737bre 4096/tcp # Bridge Relay Element<BR>
4738bre 4096/udp # Bridge Relay Element<BR>
4739patrolview 4097/tcp # Patrol View<BR>
4740patrolview 4097/udp # Patrol View<BR>
4741drmsfsd 4098/tcp # drmsfsd<BR>
4742drmsfsd 4098/udp # drmsfsd<BR>
4743dpcp 4099/tcp # DPCD<BR>
4744dpcp 4099/udp # DPCD<BR>
4745nuts_dem 4132/tcp # NUTS Daemon<BR>
4746nuts_dem 4132/udp # NUTS Daemon<BR>
4747nuts_bootp 4133/tcp # NUTS Bootp Server<BR>
4748nuts_bootp 4133/udp # NUTS Bootp Server<BR>
4749nifty-hmi 4134/tcp # NIFTY-Serve HMI protocol<BR>
4750nifty-hmi 4134/udp # NIFTY-Serve HMI protocol<BR>
4751oirtgsvc 4141/tcp # Workflow Server<BR>
4752oirtgsvc 4141/udp # Workflow Server<BR>
4753oidocsvc 4142/tcp # Document Server<BR>
4754oidocsvc 4142/udp # Document Server<BR>
4755oidsr 4143/tcp # Document Replication<BR>
4756oidsr 4143/udp # Document Replication<BR>
4757CIM/wincim 4144/tcp # Compuserve server port<BR>, wincim<br><br>pc windows compuserve.com protocol<br>
4758CIM 4144/udp # Compuserve server port<BR>
4759jini-discovery 4160/tcp # Jini Discovery<BR>
4760jini-discovery 4160/udp # Jini Discovery<BR>
4761eims=admin/eims-admin 4199/tcp # EIMS Admin<BR>, eims-admin<br><br>eims admin<br>
4762eims=admin/eims-admin 4199/udp # EIMS Admin<BR>, eims-admin<br><br>eims admin<br>
4763vrml-multi-use/vrml-multi-use 4200/tcp # VRML Multi User Systems<BR>, vrml-multi-use<br><br>vrml multi user systems<br>
4764vrml-multi-use 4200/udp # VRML Multi User Systems<BR>
4765corelccam 4300/tcp # Corel Ccam<BR>
4766corelccam 4300/udp # Corel Ccam<BR>
4767rwhois 4321/tcp # Remote Who Is<BR>
4768rwhois 4321/udp # Remote Who Is<BR>
4769unicall 4343/tcp # UNICALL<BR>
4770unicall 4343/udp # UNICALL<BR>
4771vinainstall 4344/tcp # VinaInstall<BR>
4772vinainstall 4344/udp # VinaInstall<BR>
4773m4-network-as 4345/tcp # Macro 4 Network AS<BR>
4774m4-network-as 4345/udp # Macro 4 Network AS<BR>
4775elanlm 4346/tcp # ELAN LM<BR>
4776elanlm 4346/udp # ELAN LM<BR>
4777lansurveyor 4347/tcp # LAN Surveyor<BR>
4778lansurveyor 4347/udp # LAN Surveyor<BR>
4779itose 4348/tcp # ITOSE<BR>
4780itose 4348/udp # ITOSE<BR>
4781fsportmap 4349/tcp # File System Port Map<BR>
4782fsportmap 4349/udp # File System Port Map<BR>
4783net-device 4350/tcp # Net Device<BR>
4784net-device 4350/udp # Net Device<BR>
4785plcy-net-svcs 4351/tcp # PLCY Net Services<BR>
4786plcy-net-svcs 4351/udp # PLCY Net Services<BR>
4787f5-iquery 4353/tcp # F5iQuery<BR>
4788f5-iquery 4353/udp # F5iQuery<BR>
4789saris 4442/tcp # Saris<BR>
4790saris 4442/udp # Saris<BR>
4791pharos 4443/tcp # Pharos<BR>
4792pharos 4443/udp # Pharos<BR>
4793krb524/nv-video/eggdrop 4444/tcp # KRB524<BR>, NV Video default<BR>, Common for eggdrop bot<BR>
4794krb524/nv-video/eggdrop/krb524 4444/udp # KRB524<BR>, NV Video default<BR>, Common for eggdrop bot<BR>, krb524<br><br>nv video default, krb524<br>
4795upnotifyp 4445/tcp # UPNOTIFYP<BR>
4796upnotifyp 4445/udp # UPNOTIFYP<BR>
4797n1-fwp 4446/tcp # N1-FWP<BR>
4798n1-fwp 4446/udp # N1-FWP<BR>
4799n1-rmgmt 4447/tcp # N1-RMGMT<BR>
4800n1-rmgmt 4447/udp # N1-RMGMT<BR>
4801asc-slmd 4448/tcp # ASC Licence Manager<BR>
4802asc-slmd 4448/udp # ASC Licence Manager<BR>
4803arcryptoip/privatewire 4449/tcp # ARCrypto IP<BR>, PrivateWire<BR>
4804arcryptoip/privatewire 4449/udp # ARCrypto IP<BR>, PrivateWire<BR>
4805camp 4450/tcp # Camp<BR>
4806camp 4450/udp # Camp<BR>
4807ctisystemmsg 4451/tcp # CTI System Msg<BR>
4808ctisystemmsg 4451/udp # CTI System Msg<BR>
4809ctiprogramload 4452/tcp # CTI Program Load<BR>
4810ctiprogramload 4452/udp # CTI Program Load<BR>
4811nssalertmgr 4453/tcp # NSS Alert Manager<BR>
4812nssalertmgr 4453/udp # NSS Alert Manager<BR>
4813nssagentmgr 4454/tcp # NSS Agent Manager<BR>
4814nssagentmgr 4454/udp # NSS Agent Manager<BR>
4815prchat-user 4455/tcp # PR Chat User<BR>
4816prchat-user 4455/udp # PR Chat User<BR>
4817prchat-server 4456/tcp # PR Chat Server<BR>
4818prchat-server 4456/udp # PR Chat Server<BR>
4819prRegister 4457/tcp # PR Register<BR>
4820prRegister 4457/udp # PR Register<BR>
4821sae-urn 4500/tcp # sae-urn<BR>
4822sae-urn/NAT-T 4500/udp # sae-urn<BR>, NAT-T (NAT transparency) in ISAKMP negotiations for IPSec.
4823urn-x-cdchoice 4501/tcp # urn-x-cdchoice<BR>
4824urn-x-cdchoice 4501/udp # urn-x-cdchoice<BR>
4825worldscores 4545/tcp # WorldScores<BR>
4826worldscores 4545/udp # WorldScores<BR>
4827sf-lm 4546/tcp # SF License Manager (Sentinel)<BR>
4828sf-lm 4546/udp # SF License Manager (Sentinel)<BR>
4829lanner-lm 4547/tcp # Lanner License Manager<BR>
4830lanner-lm 4547/udp # Lanner License Manager<BR>
4831tram 4567/tcp # TRAM<BR>
4832tram 4567/udp # TRAM<BR>
4833bmc-reporting 4568/tcp # BMC Reporting<BR>
4834bmc-reporting 4568/udp # BMC Reporting<BR>
4835piranha1 4600/tcp # Piranha-1<BR>
4836piranha1 4600/udp # Piranha-1<BR>
4837piranha2 4601/tcp # Piranha-2<BR>
4838piranha2 4601/udp # Piranha-2<BR>
4839rfa 4672/tcp # remote file access server
4840EMule, rfa 4672/udp # P2P, remote file access server
4841 /tcp #
4842pgpfone 4747/udp # PGP Secure Phone Data Stream<BR>
4843iims 4800/tcp # Icona Instant Messenging System<BR>
4844iims 4800/udp # Icona Instant Messenging System<BR>
4845iwec 4801/tcp # Icona Web Embedded Chat<BR>
4846iwec 4801/udp # Icona Web Embedded Chat<BR>
4847ilss 4802/tcp # Icona License System Server<BR>
4848ilss 4802/udp # Icona License System Server<BR>
4849htcp 4827/tcp # HTCP<BR>
4850htcp 4827/udp # HTCP<BR>
4851phrelay 4868/tcp # Photon Relay<BR>
4852phrelay 4868/udp # Photon Relay<BR>
4853phrelaydbg 4869/tcp # Photon Relay Debug<BR>
4854phrelaydbg 4869/udp # Photon Relay Debug<BR>
4855abbs 4885/tcp # ABBS<BR>
4856abbs 4885/udp # ABBS<BR>
4857att-intercom 4983/tcp # AT&T Intercom<BR>
4858att-intercom 4983/udp # AT&T Intercom<BR>
4859sockets-de-troje/commplex-main/Sybase/nortel-voip/YahooMessenger 5000/tcp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5001, 30303, 50505. <BR> , Complex Main<BR>, , Nortel Networks i2050 Software Phone, Yahoo Messenger Voice Chat
4860sockets-de-troje/commplex-main/commplex-main/nortel-voip 5000/udp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5001, 30303, 50505. <BR> , Complex Main<BR>, commplex-main<br><br><br>, Nortel Networks i2050 Software Phone
4861commplex-link/sockets-de-troje/YahooMessenger 5001/tcp # Complex Link<BR>, Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 30303, 50505. <BR> , Yahoo Messenger Voice Chat
4862commplex-link/sockets-de-troje 5001/udp # Complex Link<BR>, Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 30303, 50505. <BR>
4863rfe 5002/tcp # radio free ethernet<BR>
4864rfe/rfe 5002/udp # radio free ethernet<BR>, rfe<br><br>radio free ethernet, actually uses udp only<br>
4865claris-fmpro/fmpro-internal 5003/tcp # Claris FileMaker Pro<BR>, FileMaker - Proprietary Transport<BR>
4866claris-fmpro/fmpro-internal/fmpro-internal 5003/udp # Claris FileMaker Pro<BR>, FileMaker - Proprietary Transport<BR>, fmpro-internal<br><br>filemaker, inc. - proprietary name binding<br>
4867avt-profile-1 5004/tcp # avt-profile-1<BR>
4868avt-profile-1 5004/udp # avt-profile-1<BR>
4869avt-profile-2 5005/tcp # avt-profile-2<BR>
4870avt-profile-2 5005/udp # avt-profile-2<BR>
4871wsm-server 5006/tcp # WSM Server<BR>
4872wsm-server 5006/udp # WSM Server<BR>
4873wsm-server-ssl 5007/tcp # WSM Server SSL<BR>
4874wsm-server-ssl 5007/udp # WSM Server SSL<BR>
4875telelpathstart 5010/tcp # TelepathStart<BR>
4876telelpathstart 5010/udp # TelepathStart<BR>
4877telelpathattack 5011/tcp # TelepathAttack<BR>
4878telelpathattack 5011/udp # TelepathAttack<BR>
4879zenginkyo-1 5020/tcp # zenginkyo-1<BR>
4880zenginkyo-1 5020/udp # zenginkyo-1<BR>
4881zenginkyo-2 5021/tcp # zenginkyo-2<BR>
4882zenginkyo-2 5021/udp # zenginkyo-2<BR>
4883asnaacceler8db 5042/tcp # asnaacceler8db<BR>
4884asnaacceler8db 5042/udp # asnaacceler8db<BR>
4885mmcc 5050/tcp # multimedia conference control tool<BR>
4886mmcc 5050/udp # multimedia conference control tool<BR>
4887ita-manager/ita-agent 5051/tcp # ITA Manager<BR><br> Open on Axent ITA Manager, to receive comms from agents. <BR> , ita-agent<br><br>ita agent<br>
4888ita-agent 5051/udp # ita-agent<br><br>ita agent<br>
4889ita-agent/ita-manager 5052/tcp # ITA Agent<BR><br> Open on Axent ITA agents, to receive comms from manager. <BR> , ita-manager<br><br>ita manager<br>
4890ita-manager 5052/udp # ita-manager<br><br>ita manager<br>
4891unot 5055/tcp # UNOT<BR>
4892unot 5055/udp # UNOT<BR>
4893sip/hp-chorus 5060/tcp # SIP<BR>, HP Motive Chorus (HTTP)
4894sip 5060/udp # SIP<BR>
4895I-net-2000-npr 5069/tcp # I/Net 2000-NPR<BR>
4896I-net-2000-npr 5069/udp # I/Net 2000-NPR<BR>
4897powerschool 5071/tcp # PowerSchool<BR>
4898powerschool 5071/udp # PowerSchool<BR>
4899rmonitor_secure 5145/tcp # rmonitor secure<BR>
4900rmonitor_secure 5145/udp # rmonitor secure<BR>
4901atmp 5150/tcp # Ascend Tunnel Management Protocol<BR>
4902atmp 5150/udp # Ascend Tunnel Management Protocol<BR>
4903esri_sde 5151/tcp # ESRI SDE Instance<BR>
4904esri_sde 5151/udp # ESRI SDE Remote Start<BR>
4905sde-discovery 5152/tcp # ESRI SDE Instance Discovery<BR>
4906sde-discovery 5152/udp # ESRI SDE Instance Discovery<BR>
4907ife_icorp 5165/tcp # ife_1corp<BR>
4908ife_icorp 5165/udp # ife_1corp<BR>
4909aol 5190/tcp # America-Online Server Port<BR><br> Primary AOL Internet-connect port; also used in Instant Messaging. Alternate ports: 5191, 5192, 5193. <BR>
4910aol 5190/udp # America-Online Server Port<BR><br> Primary AOL Internet-connect port; also used in Instant Messaging. Alternate ports: 5191, 5192, 5193. <BR>
4911aol-1 5191/tcp # America-Online1 Server Port<BR>
4912aol-1 5191/udp # America-Online1 Server Port<BR>
4913aol-2 5192/tcp # America-Online2 Server Port<BR>
4914aol-2 5192/udp # America-Online2 Server Port<BR>
4915aol-3 5193/tcp # America-Online3 Server Port<BR>
4916aol-3 5193/udp # America-Online3 Server Port<BR>
4917targus-aib1 5200/tcp # Targus AIB 1<BR>
4918targus-aib1 5200/udp # Targus AIB 1<BR>
4919targus-aib2 5201/tcp # Targus AIB 2<BR>
4920targus-aib2 5201/udp # Targus AIB 2<BR>
4921targus-tnts1 5202/tcp # Targus TNTS 1<BR>
4922targus-tnts1 5202/udp # Targus TNTS 1<BR>
4923targus-tnts2 5203/tcp # Targus TNTS 2<BR>
4924targus-tnts2 5203/udp # Targus TNTS 2<BR>
4925padl2sim 5236/tcp # padl2sim<BR>
4926padl2sim 5236/udp # padl2sim<BR>
4927pk 5272/tcp #
4928pk 5272/udp #
4929hacl-hb 5300/tcp # HA cluster heartbeat<BR>
4930hacl-hb 5300/udp # HA cluster heartbeat<BR>
4931hacl-gs 5301/tcp # HA cluster general services<BR>
4932hacl-gs 5301/udp # HA cluster general services<BR>
4933hacl-cfg 5302/tcp # HA cluster configuration<BR>
4934hacl-cfg 5302/udp # HA cluster configuration<BR>
4935hacl-probe 5303/tcp # HA cluster probing<BR>
4936hacl-probe 5303/udp # HA cluster probing<BR>
4937hacl-local 5304/tcp # HA Cluster Commands<BR>
4938hacl-local/hacl-local 5304/udp # HA Cluster Commands<BR>, hacl-local<br><br><br>
4939hacl-test 5305/tcp # HA Cluster Test<BR>
4940hacl-test/hacl-test 5305/udp # HA Cluster Test<BR>, hacl-test<br><br><br>
4941sun-mc-grp 5306/tcp # Sun MC Group<BR>
4942sun-mc-grp 5306/udp # Sun MC Group<BR>
4943sco-aip 5307/tcp # SCO AIP<BR>
4944sco-aip 5307/udp # SCO AIP<BR>
4945cfengine 5308/tcp # CFengine<BR>
4946cfengine 5308/udp # CFengine<BR>
4947jprinter 5309/tcp # J Printer<BR>
4948jprinter 5309/udp # J Printer<BR>
4949outlaws 5310/tcp # Outlaws<BR>
4950outlaws 5310/udp # Outlaws<BR>
4951tmlogin 5311/tcp # TM Login<BR>
4952tmlogin 5311/udp # TM Login<BR>
4953excerpt 5400/tcp # Excerpt Search<BR>
4954excerpt 5400/udp # Excerpt Search<BR>
4955excerpts 5401/tcp # Excerpt Search Secure<BR>
4956excerpts 5401/udp # Excerpt Search Secure<BR>
4957mftp 5402/tcp # MFTP<BR>
4958mftp 5402/udp # MFTP<BR>
4959hpoms-ci-lstn 5403/tcp # HPOMS-CI-LSTN<BR>
4960hpoms-ci-lstn 5403/udp # HPOMS-CI-LSTN<BR>
4961hpoms-dps-lstn 5404/tcp # HPOMS-DPS-LSTN<BR>
4962hpoms-dps-lstn 5404/udp # HPOMS-DPS-LSTN<BR>
4963netsupport 5405/tcp # NetSupport<BR>
4964netsupport 5405/udp # NetSupport<BR>
4965systemics-sox 5406/tcp # Systemics Sox<BR>
4966systemics-sox 5406/udp # Systemics Sox<BR>
4967foresyte-clear 5407/tcp # Foresyte-Clear<BR>
4968foresyte-clear 5407/udp # Foresyte-Clear<BR>
4969foresyte-sec 5408/tcp # Foresyte-Sec<BR>
4970foresyte-sec 5408/udp # Foresyte-Sec<BR>
4971salient-dtasrv 5409/tcp # Salient Data Server<BR>
4972salient-dtasrv 5409/udp # Salient Data Server<BR>
4973salient-usrmgr 5410/tcp # Salient User Manager<BR>
4974salient-usrmgr 5410/udp # Salient User Manager<BR>
4975actnet 5411/tcp # ActNet<BR>
4976actnet 5411/udp # ActNet<BR>
4977continuus 5412/tcp # Continuus<BR>
4978continuus 5412/udp # Continuus<BR>
4979wwiotalk 5413/tcp # WWIOTALK<BR>
4980wwiotalk 5413/udp # WWIOTALK<BR>
4981statusd 5414/tcp # StatusD<BR>
4982statusd 5414/udp # StatusD<BR>
4983ns-server 5415/tcp # NS Server<BR>
4984ns-server 5415/udp # NS Server<BR>
4985sns-gateway 5416/tcp # SNS Gateway<BR>
4986sns-gateway 5416/udp # SNS Gateway<BR>
4987sns-agent 5417/tcp # SNS Agent<BR>
4988sns-agent 5417/udp # SNS Agent<BR>
4989mcntp 5418/tcp # MCNTP<BR>
4990mcntp 5418/udp # MCNTP<BR>
4991dj-ice 5419/tcp # DJ-ICE<BR>
4992dj-ice 5419/udp # DJ-ICE<BR>
4993cylink-c 5420/tcp # Cylink-C<BR>
4994cylink-c 5420/udp # Cylink-C<BR>
4995netsupport2 5421/tcp # Net Support 2<BR>
4996netsupport2 5421/udp # Net Support 2<BR>
4997salient-mux 5422/tcp # Salient Multiplexor<BR>
4998salient-mux 5422/udp # Salient Multiplexor<BR>
4999virtualuser 5423/tcp # VirtualUser<BR>
5000virtualuser 5423/udp # VirtualUser<BR>
5001bmc-perf-ad 5424/tcp # BMC-PERF-SD<BR>
5002bmc-perf-ad 5424/udp # BMC-PERF-SD<BR>
5003bmc-perf-agnt 5425/tcp # BMC-PERF-Agent<BR>
5004bmc-perf-agnt 5425/udp # BMC-PERF-Agent<BR>
5005devbasic 5426/tcp # DevBasic<BR>
5006devbasic 5426/udp # DevBasic<BR>
5007sco-peer-tta 5427/tcp # SCO Peer-TTA<BR>
5008sco-peer-tta 5427/udp # SCO Peer-TTA<BR>
5009telaconsole 5428/tcp # TelaConsole<BR>
5010telaconsole 5428/udp # TelaConsole<BR>
5011base 5429/tcp # Billing and Accounting System Exchange<BR>
5012base 5429/udp # Billing and Accounting System Exchange<BR>
5013radec-corp 5430/tcp # RADEC Corp<BR>
5014radec-corp 5430/udp # RADEC Corp<BR>
5015park-agent 5431/tcp # PARK Agent<BR>
5016park-agent/park-agnet 5431/udp # PARK Agent<BR>, park-agnet<br><br>park agent<br>
5017apc-tcp-udp-4 5454/tcp # apc-tcp-udp-4<BR>
5018apc-tcp-udp-4 5454/udp # apc-tcp-udp-4<BR>
5019apc-tcp-udp-5 5455/tcp # apc-tcp-udp-5<BR>
5020apc-tcp-udp-5 5455/udp # apc-tcp-udp-5<BR>
5021apc-tcp-udp-6 5456/tcp # apc-tcp-udp-6<BR>
5022apc-tcp-udp-6 5456/udp # apc-tcp-udp-6<BR>
5023silkmeter 5461/tcp # SilkMeter<BR>
5024silkmeter 5461/udp # SilkMeter<BR>
5025fcp-addr-srvr1 5500/tcp # fcp-addr-srvr1<BR>
5026securid/fcp-addr-srvr1/fcp-addr-srvr1 5500/udp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR> , fcp-addr-srvr1<BR>, fcp-addr-srvr1<br><br>fcp-addr-srvr1, securid<br>
5027fcp-addr-srvr2 5501/tcp # fcp-addr-srvr2<BR>
5028fcp-addr-srvr2 5501/udp # fcp-addr-srvr2<BR>
5029fcp-addr-inst1/fcp-srvr-inst1 5502/tcp # fcp-addr-inst2<BR>, fcp-srvr-inst1<br><br>fcp-srvr-inst1<br>
5030fcp-addr-inst1/fcp-srvr-inst1 5502/udp # fcp-addr-inst2<BR>, fcp-srvr-inst1<br><br>fcp-srvr-inst1<br>
5031fcp-addr-inst2/fcp-srvr-inst2 5503/tcp # fcp-addr-inst2<BR>, fcp-srvr-inst2<br><br>fcp-srvr-inst2<br>
5032fcp-addr-inst2/fcp-srvr-inst2 5503/udp # fcp-addr-inst2<BR>, fcp-srvr-inst2<br><br>fcp-srvr-inst2<br>
5033fcp-cics-gw1 5504/tcp # fcp-cics-gw1<BR>
5034fcp-cics-gw1 5504/udp # fcp-cics-gw1<BR>
5035securidprop/secureidprop 5510/tcp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR> , secureidprop<br><br>ace/server services<br>
5036 /udp #
5037sdlog 5520/tcp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR>
5038 /udp #
5039sdserv 5530/tcp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR>
5040 /udp #
5041sdreport 5540/tcp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR>
5042sdxauth/sdxauthd 5540/udp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR> , sdxauthd<br><br>ace/server services<br>
5043sdadmin/sdadmind 5550/tcp # SecurID Services<BR><br> SecurID Services use: <BR> - tcp 5510, 5520, 5530, 5540, 5550 <BR> - udp 5500, 5540 <BR> , sdadmind<br><br>ace/server services<br>
5044 /udp #
5045sgi-esphttp 5554/tcp # SGI ESP HTTP<BR>
5046sgi-esphttp 5554/udp # SGI ESP HTTP<BR>
5047omni/rmt/personal-agent/eggdrop 5555/tcp # OmniBack-II<BR>, Rmtd<BR>, Personal Agent<BR>, Common for eggdrop bot<BR>
5048personal-agent/eggdrop 5555/udp # Personal Agent<BR>, Common for eggdrop bot<BR>
5049mtb 5556/tcp # Mtbd (mtb backup)<BR>
5050 /udp #
5051esinstall 5599/tcp # Enterprise Security Remote Install<BR>
5052esinstall 5599/udp # Enterprise Security Remote Install<BR>
5053esm-agent/esmmanager 5600/tcp # Enterprise Security Agent - Unix Open on Axent ESM Unix agents, to receive comms from its manager. Data is encrypted during transfer., esmmanager<br><br>enterprise security manager<br>
5054esmmanager 5600/udp # esmmanager<br><br>enterprise security manager<br>
5055esm-agent/esm-manager/esmagent 5601/tcp # Enterprise Security Agent - NT<BR><br> Open on Axent ESM NT agents, to receive comms from its manager. <BR> , Enterprise Security Manager<BR><br> Open on Axent ESM manager, to receive comms from its agents. <BR> , esmagent<br><br>enterprise security agent<br>
5056esmagent 5601/udp # esmagent<br><br>enterprise security agent<br>
5057a1-msc 5602/tcp # A1-MSC<BR>
5058a1-msc 5602/udp # A1-MSC<BR>
5059a1-bs 5603/tcp # A1-BS<BR>
5060a1-bs 5603/udp # A1-BS<BR>
5061a3-sdunode 5604/tcp # A3-SDUNode<BR>
5062a3-sdunode 5604/udp # A3-SDUNode<BR>
5063a4-sdunode 5605/tcp # A4-SDUNode<BR>
5064a4-sdunode 5605/udp # A4-SDUNode<BR>
5065pcanywheredata/pcanywheredata 5631/tcp # pcAnywhere Data<BR><br> Default tcp port for v7.52 and above. v2.0 thru v7.51, plus CE version, use tcp 65301 & udp 22. <BR> , pcanywheredata<br><br>pcanywheredata<br>
5066pcanywheredata 5631/udp # pcanywheredata<br><br>pcanywheredata<br>
5067pcanywherestat 5632/tcp # pcanywherestat<br><br>pcanywherestat<br>
5068pcanywherestat/pcanywherestat 5632/udp # pcAnywhere Status<BR><br> Default udp port for v7.52 and above. v2.0 thru v7.51, plus CE version, use tcp 65301 & udp 22. <BR> , pcanywherestat<br><br>pcanywherestat<br>
5069rrac 5678/tcp # Remote Replication Agent Connection<BR>
5070rrac 5678/udp # Remote Replication Agent Connection<BR>
5071dccm 5679/tcp # Direct Cable Connect Manager<BR>
5072dccm 5679/udp # Direct Cable Connect Manager<BR>
5073proshareaudio 5713/tcp # proshare conf audio<BR>
5074proshareaudio 5713/udp # proshare conf audio<BR>
5075prosharevideo 5714/tcp # proshare conf video<BR>
5076prosharevideo 5714/udp # proshare conf video<BR>
5077prosharedata 5715/tcp # proshare conf data<BR>
5078prosharedata 5715/udp # proshare conf data<BR>
5079prosharerequest 5716/tcp # proshare conf request<BR>
5080prosharerequest 5716/udp # proshare conf request<BR>
5081prosharenotify 5717/tcp # proshare conf notify<BR>
5082prosharenotify 5717/udp # proshare conf notify<BR>
5083openmail 5729/tcp # Openmail User Agent Layer<BR>
5084openmail 5729/udp # Openmail User Agent Layer<BR>
5085ida-discover1 5741/tcp # IDA Discover Port1<BR>
5086ida-discover1 5741/udp # IDA Discover Port1<BR>
5087ida-discover2 5742/tcp # IDA Discover Port 2<BR>
5088ida-discover2 5742/udp # IDA Discover Port 2<BR>
5089fcopy-server 5745/tcp # fcopy-server<BR>
5090fcopy-server 5745/udp # fcopy-server<BR>
5091fcopys-server 5746/tcp # fcopys-server<BR>
5092fcopys-server 5746/udp # fcopys-server<BR>
5093openmailg 5755/tcp # OpenMail Desk Gateway server<BR>
5094openmailg 5755/udp # OpenMail Desk Gateway server<BR>
5095x500ms 5757/tcp # OpenMail X.500 Directory Server<BR>
5096x500ms 5757/udp # OpenMail X.500 Directory Server<BR>
5097openmailns 5766/tcp # OpenMail NewMail Server<BR>
5098openmailns 5766/udp # OpenMail NewMail Server<BR>
5099s-openmail 5767/tcp # OpenMail Suer Agent Layer (Secure)<BR>
5100s-openmail 5767/udp # OpenMail Suer Agent Layer (Secure)<BR>
5101openmailpxy 5768/tcp # OpenMail CMTS Server<BR>
5102openmailpxy 5768/udp # OpenMail CMTS Server<BR>
5103netagent 5771/tcp # NetAgent<BR>
5104netagent 5771/udp # NetAgent<BR>
5105mppolicy-v5 5968/tcp # MM Policy v5<BR>
5106mppolicy-v5 5968/udp # MM Policy v5<BR>
5107mppolicy-mgr 5969/tcp # MP Policy Manager<BR>
5108mppolicy-mgr 5969/udp # MP Policy Manager<BR>
5109x11 6000/tcp # X-Window System<BR><br> X11 ports to support remote x-windows sessions. Sessions are vulnerable to spoofing, session hijacking, capture of user screen data, keystroke monitoring, insertion of hostile keystrokes & commands, data diddling, and DOS. <BR> <br> Review x-windows security techniques; do not run default x-windows server config's in production environment! <BR>
5110x11/x11 6000/udp # X-Window System<BR><br> X11 ports to support remote x-windows sessions. Sessions are vulnerable to spoofing, session hijacking, capture of user screen data, keystroke monitoring, insertion of hostile keystrokes & commands, data diddling, and DOS. <BR> <br> Review x-windows security techniques; do not run default x-windows server config's in production environment! <BR> , x11<br><br>x window system<br>
5111softcm 6110/tcp # HP SoftBench CM<BR>
5112softcm 6110/udp # HP SoftBench CM<BR>
5113spc 6111/tcp # HP SoftBench Sub-Process Control<BR>
5114spc 6111/udp # HP SoftBench Sub-Process Control<BR>
5115dtspcd 6112/tcp # dtspcd<BR>
5116dtspcd/dtspcd 6112/udp # dtspcd<BR>, dtspcd<br><br>dtspcd<br>
5117backup-express 6123/tcp # Backup Express<BR>
5118backup-express 6123/udp # Backup Express<BR>
5119meta-corp 6141/tcp # Meta Corporation License Manager<BR>
5120meta-corp 6141/udp # Meta Corporation License Manager<BR>
5121aspentec-lm 6142/tcp # Aspen Technology License Manager<BR>
5122aspentec-lm 6142/udp # Aspen Technology License Manager<BR>
5123watershed-lm 6143/tcp # Watershed License Manager<BR>
5124watershed-lm 6143/udp # Watershed License Manager<BR>
5125statsci1-lm 6144/tcp # StatSci License Manager - 1<BR>
5126statsci1-lm 6144/udp # StatSci License Manager - 1<BR>
5127statsci2-lm 6145/tcp # StatSci License Manager - 2<BR>
5128statsci2-lm 6145/udp # StatSci License Manager - 2<BR>
5129lonewolf-lm 6146/tcp # Lone Wolf Systems License Manager<BR>
5130lonewolf-lm 6146/udp # Lone Wolf Systems License Manager<BR>
5131montage-lm 6147/tcp # Montage License Manager<BR>
5132montage-lm 6147/udp # Montage License Manager<BR>
5133ricardo-lm 6148/tcp # Ricardo North America License Manager<BR>
5134ricardo-lm 6148/udp # Ricardo North America License Manager<BR>
5135tal-pod 6149/tcp # tal-pod<BR>
5136tal-pod 6149/udp # tal-pod<BR>
5137crip 6253/tcp # CRIP<BR>
5138crip 6253/udp # CRIP<BR>
5139 /tcp #
5140roadrunner 6284/udp # RoadRunner Cable Modem "Keep Alive"<BR><br> Operates in conjunction with tcp 7283 (Roadrunner Logon). <BR>
5141clariion-evr01 6389/tcp # clariion-evr01<BR>
5142clariion-evr01 6389/udp # clariion-evr01<BR>
5143info-aps/info-aps 6400/tcp # Info - APS<BR>, info-aps<br><br><br>
5144info-aps 6400/udp # Info - APS<BR>
5145info-was/info-was 6401/tcp # Info - WAS<BR>, info-was<br><br><br>
5146info-was 6401/udp # Info - WAS<BR>
5147info-eventsvr/info-eventsvr 6402/tcp # Info - Event Server<BR>, info-eventsvr<br><br><br>
5148info-eventsvr 6402/udp # Info - Event Server<BR>
5149info-filesvr/info-filesvr 6404/tcp # Info - File Server<BR>, info-filesvr<br><br><br>
5150info-filesvr 6404/udp # Info - File Server<BR>
5151info-pagesvr/info-pagesvr 6405/tcp # Info - Page Server<BR>, info-pagesvr<br><br><br>
5152info-pagesvr 6405/udp # Info - Page Server<BR>
5153info-processor/info-processvr 6406/tcp # Info - Processor<BR>, info-processvr<br><br><br>
5154info-processor 6406/udp # Info - Processor<BR>
5155skip-cert-recv 6455/tcp # skip-cert-recv<br><br>skip certificate receive<br>
5156skip-cert-recv 6455/udp # SKIP Certificate Receive<BR>
5157skip-cert-send 6456/tcp # SKIP Certificate Send<BR>
5158 /udp #
5159lvision-lm 6471/tcp # LVision License Manager<BR>
5160lvision-lm 6471/udp # LVision License Manager<BR>
5161netscape 6498/tcp # Netscape Audio-Conferencing<BR>Note: Also see tcp 6502 & udp 2327 <BR>
5162 /udp #
5163cooltalk 6499/tcp # CoolTalk Voice Comm Protocol<BR>
5164 /udp #
5165boks 6500/tcp # BoKS Master<BR>
5166boks 6500/udp # BoKS Master<BR>
5167boks_servc 6501/tcp # BoKS Servc<BR>
5168boks_servc 6501/udp # BoKS Servc<BR>
5169netscape/boks_servm 6502/tcp # Netscape Audio-Conferencing<BR>Note: Also see tcp 6498 & udp 2327 <BR> , BoKS Servm<BR>
5170boks_servm 6502/udp # BoKS Servm<BR>
5171boks_clntd 6503/tcp # BoKS Clntd<BR>
5172boks_clntd 6503/udp # BoKS Clntd<BR>
5173badm_priv 6505/tcp # BoKS Admin Private Port<BR>
5174badm_priv 6505/udp # BoKS Admin Private Port<BR>
5175badm_pub 6506/tcp # BoKS Admin Public Port<BR>
5176badm_pub 6506/udp # BoKS Admin Public Port<BR>
5177bdir_priv 6507/tcp # BoKS Dir Server, Private Port<BR>
5178bdir_priv 6507/udp # BoKS Dir Server, Private Port<BR>
5179bdir_pub 6508/tcp # BoKS Dir Server, Public Port<BR>
5180bdir_pub 6508/udp # BoKS Dir Server, Public Port<BR>
5181apc-tcp-udp-1 6547/tcp # apc-tcp-udp-1<BR>
5182apc-tcp-udp-1 6547/udp # apc-tcp-udp-1<BR>
5183apc-tcp-udp-2 6548/tcp # apc-tcp-udp-2<BR>
5184apc-tcp-udp-2 6548/udp # apc-tcp-udp-2<BR>
5185apc-tcp-udp-3 6549/tcp # apc-tcp-udp-3<BR>
5186apc-tcp-udp-3 6549/udp # apc-tcp-udp-3<BR>
5187fg-sysupdate 6550/tcp # fg-sysupdate<BR>
5188fg-sysupdate 6550/udp # fg-sysupdate<BR>
5189xdsxdm 6558/tcp # xdsxdm<BR>
5190xdsxdm 6558/udp # xdsxdm<BR>
5191circ 6660/tcp # Common for IRCD<BR>
5192circ 6660/udp # Common for IRCD<BR>
5193ircu 6665/tcp # IRCU<BR>
5194ircu 6665/udp # IRCU<BR>
5195 /tcp #
5196nirc/ircu 6667/udp # IRC backbone<BR><br> Control port for IRC. Client data exchange sets up on random-high udp port, similar to talk/ntalk. <BR> <br> Trojanized IRC Server source code exists in wild; beware or your source! <BR> , ircu<br><br>ircu<br>
5197circ 6668/tcp # Common for IRCD<BR>
5198circ/ircu 6668/udp # Common for IRCD<BR>, ircu<br><br>ircu<br>
5199irc/vocaltec-gold 6670/tcp # Internet Chat Relay<BR>, Vocaltec Global Online Directory<BR><br> Video-Teleconferencing. Also uses tcp 1490 & 25793, tcp/udp 22555. <BR>
5200vocaltec-gold 6670/udp # Vocaltec Global Online Directory<BR><br> Video-Teleconferencing. Also uses tcp 1490 & 25793, tcp/udp 22555. <BR>
5201vision_server 6672/tcp # vision_server<BR>
5202vision_server 6672/udp # vision_server<BR>
5203vision_elmd 6673/tcp # vision_elmd<BR>
5204vision_elmd 6673/udp # vision_elmd<BR>
5205irc 6680/tcp # Internet Chat Relay<BR>
5206 /udp #
5207winmx 6699/tcp # WinMx, Napster
5208winmx 6699/udp # WinMx, Napster
5209kti-icad-srvr 6701/tcp # KTI/ICAD Nameserver<BR>
5210kti-icad-srvr 6701/udp # KTI/ICAD Nameserver<BR>
5211subsevel-infection 6711/tcp # SubSevel Infection Port<BR><br> One of the known SubSeven tcp control ports. Others include tcp 1243, 6712, 6713, 6776. Default is tcp 27374. <BR>
5212 /udp #
5213subsevel-infection 6712/tcp # SubSevel Infection Port<BR><br> One of the known SubSeven tcp control ports. Others include tcp 1243, 6711, 6713, 6776. Default is tcp 27374. <BR>
5214 /udp #
5215subsevel-infection 6713/tcp # SubSevel Infection Port<BR><br> One of the known SubSeven tcp control ports. Others include tcp 1243, 6711, 6712, 6776. Default is tcp 27374. <BR>
5216 /udp #
5217subsevel-infection 6776/tcp # SubSevel Infection Port<BR><br> One of the known SubSeven tcp control ports. Others include tcp 1243, 6711, 6712, 6713. Default is tcp 27374. <BR>
5218 /udp #
5219hnmp 6790/tcp # HNMP<BR>
5220hnmp 6790/udp # HNMP<BR>
5221ambit-lm 6831/tcp # ambit-lm<BR>
5222ambit-lm 6831/udp # ambit-lm<BR>
5223netmo-default 6841/tcp # Netmo Default<BR>
5224netmo-default 6841/udp # Netmo Default<BR>
5225netmo-http 6842/tcp # Netmo HTTP<BR>
5226netmo-http 6842/udp # Netmo HTTP<BR>
5227iccrushmore 6850/tcp # ICC RushMore<BR>
5228iccrushmore 6850/udp # ICC RushMore<BR>
5229jmact3 6961/tcp # JMACT3<BR>
5230jmact3 6961/udp # JMACT3<BR>
5231jmevt2 6962/tcp # JMACT2<BR>
5232jmevt2 6962/udp # JMACT2<BR>
5233swismgr1 6963/tcp # SWIS Manager 1<BR>
5234swismgr1 6963/udp # SWIS Manager 1<BR>
5235swismgr2 6964/tcp # SWIS Manager 2<BR>
5236swismgr2 6964/udp # SWIS Manager 2<BR>
5237swistrap 6965/tcp # SWIS Trap<BR>
5238swistrap 6965/udp # SWIS Trap<BR>
5239swispol 6966/tcp # SWIS Poll<BR>
5240swispol 6966/udp # SWIS Poll<BR>
5241acmsoda 6969/tcp # acmsoda<BR>
5242acmsoda 6969/udp # acmsoda<BR>
5243 /tcp #
5244real-audio-data 6970/udp # RealAudio Data Streaming Ports<BR><br> RealAudio data streaming port range. RealAudio server dynamically selects udp port in this range to send client it's audio request. Server contol port is tcp 7070. <BR>
5245iatp-highpri 6998/tcp # IATP-highPri<BR>
5246iatp-highpri 6998/udp # IATP-highPri<BR>
5247iatp-normalpri 6999/tcp # IATP-normalPri<BR>
5248iatp-normalpri 6999/udp # IATP-normalPri<BR>
5249afs3-fileserver 7000/tcp # file server itself<BR>
5250afs3-fileserver/vdo-live/afs3-fileserver 7000/udp # file server itself<BR>, VDO-Live Control Port<BR><br> Server port for client VDO-Live connections. Video datastream is to client's udp 7001. <BR> , afs3-fileserver<br><br>afs fileserver, file server itself<br>
5251afs3-callback 7001/tcp # callbacks to cache managers, afs callback server
5252afs3-callback 7001/udp # callbacks to cache managers, afs callback server
5253afs3-prserver 7002/tcp # users & groups database<BR>
5254afs3-prserver/afs3-prserver 7002/udp # users & groups database<BR>, afs3-prserver<br><br>afs protection server, users & groups database<br>
5255afs3-vlserver 7003/tcp # volume location database<BR>
5256afs3-vlserver/afs3-vlserver 7003/udp # volume location database<BR>, afs3-vlserver<br><br>afs volumelocation server, volume location database<br>
5257afs3-kaserver 7004/tcp # AFS/Kerberos authentication service<BR>
5258afs3-kaserver/afs3-kaserver 7004/udp # AFS/Kerberos authentication service<BR>, afs3-kaserver<br><br>afs kerberos authenication server, afs/kerberos authentication service<br>
5259afs3-volser 7005/tcp # volume managment server<BR>
5260afs3-volser/afs3-volser 7005/udp # volume managment server<BR>, afs3-volser<br><br>afs volume server, volume managment server<br>
5261afs3-errors 7006/tcp # error interpretation service<BR>
5262afs3-errors/afs3-errors 7006/udp # error interpretation service<BR>, afs3-errors<br><br>afs error server ?, error interpretation service<br>
5263afs3-bos 7007/tcp # basic overseer process<BR>
5264afs3-bos/afs3-bos 7007/udp # basic overseer process<BR>, afs3-bos<br><br>afs basic over-see server ?, basic overseer process<br>
5265afs3-update 7008/tcp # server-to-server updater<BR>
5266afs3-update/afs3-update 7008/udp # server-to-server updater<BR>, afs3-update<br><br>server-to-server updater, ?<br>
5267afs3-rmtsys 7009/tcp # Remote Cache Manager Service<BR>
5268afs3-rmtsys/afs3-rmtsys 7009/udp # Remote Cache Manager Service<BR>, afs3-rmtsys<br><br>remote cache manager service, ?<br>
5269ups-onlinet 7010/tcp # Onlinet Uninterruptable Power Supplies<BR>
5270ups-onlinet 7010/udp # Onlinet Uninterruptable Power Supplies<BR>
5271talon-disc 7011/tcp # Talon Discovery Port<BR>
5272talon-disc 7011/udp # Talon Discovery Port<BR>
5273talon-engine 7012/tcp # Talon Engine<BR>
5274talon-engine 7012/udp # Talon Engine<BR>
5275dpserve 7020/tcp # DP Serve<BR>
5276dpserve 7020/udp # DP Serve<BR>
5277dpserveadmin 7021/tcp # DP Serve Admin<BR>
5278dpserveadmin 7021/udp # DP Serve Admin<BR>
5279arcp/real-audio-control 7070/tcp # ARCP<BR>, RealAudio Contol Port<BR><br> Server control port for RealAudio. Client rqsts are answered with audio data stream on dynamic UDP ports in 6970-7170 range. <BR>
5280arcp 7070/udp # ARCP<BR>
5281lazy-ptop 7099/tcp # lazy-ptop<BR>
5282lazy-ptop 7099/udp # lazy-ptop<BR>
5283fs 7100/tcp # X Font Service<BR><br> Required if host provids X-windows sessions to remote clients. May also be needed to support localhost GUI (depends on OS version). <BR>
5284fs/font-service 7100/udp # X Font Service<BR><br> Required if host provids X-windows sessions to remote clients. May also be needed to support localhost GUI (depends on OS version). <BR> , font-service<br><br>x font service<br>
5285virprot-lm 7121/tcp # Virtual Prototypes License Manager<BR>
5286virprot-lm 7121/udp # Virtual Prototypes License Manager<BR>
5287clutild 7174/tcp # Clutild<BR>
5288clutild 7174/udp # Clutild<BR>
5289fodms 7200/tcp # FODMS FLIP<BR>
5290fodms 7200/udp # FODMS FLIP<BR>
5291dlip 7201/tcp # DLIP<BR>
5292dlip 7201/udp # DLIP<BR>
5293roadrunner 7283/tcp # RoadRunner Cable Modem Logon<BR><br> RoadRunner cable modem logon port, uses Toshiba's Auth Service (TAS). <BR>
5294 /udp #
5295swx/swx 7300/tcp # Swiss Exchange<BR>, swx<br><br>the swiss exchange<br>
5296swx 7300/udp # Swiss Exchange<BR>
5297winqedit 7395/tcp # winqedit<BR>
5298winqedit 7395/udp # winqedit<BR>
5299pmdmgr 7426/tcp # OpenView DM Postmaster Manager<BR>
5300pmdmgr 7426/udp # OpenView DM Postmaster Manager<BR>
5301oveadmgr 7427/tcp # OpenView DM Event Agent Manager<BR>
5302oveadmgr 7427/udp # OpenView DM Event Agent Manager<BR>
5303ovladmgr 7428/tcp # OpenView DM Log Agent Manager<BR>
5304ovladmgr 7428/udp # OpenView DM Log Agent Manager<BR>
5305opi-sock 7429/tcp # OpenView DM rqt communication<BR>
5306opi-sock 7429/udp # OpenView DM rqt communication<BR>
5307xmpv7 7430/tcp # OpenView DM xmpv7 api pipe<BR>
5308xmpv7 7430/udp # OpenView DM xmpv7 api pipe<BR>
5309pmd 7431/tcp # OpenView DM ovc/xmpv3 api pipe<BR>
5310pmd 7431/udp # OpenView DM ovc/xmpv3 api pipe<BR>
5311faximum 7437/tcp # Faximum<BR>
5312faximum 7437/udp # Faximum<BR>
5313telops-lmd 7491/tcp # telops-lmd<BR>
5314telops-lmd 7491/udp # telops-lmd<BR>
5315pafec-lm 7511/tcp # pafec-lm<BR>
5316pafec-lm 7511/udp # pafec-lm<BR>
5317nta-ds 7544/tcp # FlowAnalyzer DisplayServer<BR>
5318nta-ds 7544/udp # FlowAnalyzer DisplayServer<BR>
5319nta-us 7545/tcp # FlowAnalyzer UtilityServer<BR>
5320nta-us 7545/udp # FlowAnalyzer UtilityServer<BR>
5321vsi-omega 7566/tcp # VSI Omega<BR>
5322vsi-omega 7566/udp # VSI Omega<BR>
5323aries-kfinder 7570/tcp # Aries Kfinder<BR>
5324aries-kfinder 7570/udp # Aries Kfinder<BR>
5325sun-lm 7588/tcp # Sun License Manager<BR>
5326sun-lm 7588/udp # Sun License Manager<BR>
5327CU-SeeMe-srv 7648/tcp # CU-SeeMe Server Ports<BR><br> Server control port for CU-SeeMe. Client contact port is tcp 7649. Data stream is over udp ports 7648-7652, and 24032. <BR>
5328CU-SeeMe/CU-SeeMe-srv/cucme-1 7648/udp # CU-SeeMe video, audio, and chat<BR>, CU-SeeMe Server Ports<BR><br> Server control port for CU-SeeMe. Client contact port is tcp 7649. Data stream is over udp ports 7648-7652, and 24032. <BR> , cucme-1<br><br>cucme live video/audio server<br>
5329pmdfmgt 7633/tcp # PMDF Manager<BR>
5330pmdfmgt 7633/udp # PMDF Manager<BR>
5331CU-SeeMe-clnt 7649/tcp # CU-SeeMe Client Ports<BR><br> Client contact port for CU-SeeMe. Server port is tcp 7648. Data stream is over udp ports 7648-7652, and 24032. <BR>
5332CU-SeeMe-clnt/cucme-2 7649/udp # CU-SeeMe Client Ports<BR><br> Client contact port for CU-SeeMe. Server port is tcp 7648. Data stream is over udp ports 7648-7652, and 24032. <BR> , cucme-2<br><br>cucme live video/audio server<br>
5333 /tcp #
5334udpcmd 7666/udp # UDP-Shell Backdoor (AKA: udpsh)<BR><br> A udp-based backdoor shell program. Once planted, remote intruder connects, receives root-level shell, and controls host with 800-byte udp pkts. Popular because udp scanning is laborious; less chance of detection by security scanners. <BR> <br> Open port indicates likely root-level intrusion. Grep processes for "udpcmd" daemon. <BR>
5335cbt/eggdrop 7777/tcp # cbt<BR>, Common for eggdrop bot<BR>
5336cbt/eggdrop 7777/udp # cbt<BR>, Common for eggdrop bot<BR>
5337accu-lmgr 7781/tcp # accu-lmgr<BR>
5338accu-lmgr 7781/udp # accu-lmgr<BR>
5339t2-drm 7932/tcp # Tier 2 Data Resource Manager<BR>
5340t2-drm 7932/udp # Tier 2 Data Resource Manager<BR>
5341t2-brm 7933/tcp # Tier 2 Business Rules Manager<BR>
5342t2-brm 7933/udp # Tier 2 Business Rules Manager<BR>
5343supercell 7967/tcp # Supercell<BR>
5344supercell 7967/udp # Supercell<BR>
5345quest-vista 7980/tcp # Quest Vista<BR>
5346quest-vista 7980/udp # Quest Vista<BR>
5347irdmi2 7999/tcp # iRDMI2<BR>
5348irdmi2 7999/udp # iRDMI2<BR>
5349irdmi 8000/tcp # iRDMI<BR>
5350irdmi 8000/udp # iRDMI<BR>
5351vcom-tunnel 8001/tcp # VCOM Tunnel<BR>
5352vcom-tunnel 8001/udp # VCOM Tunnel<BR>
5353rcgi/teradataordbms 8002/tcp # Perl.nlm port<BR><br> Perl.nlm port on NetWare v4.1 web servers. If reachable, attacker can access and execute perl scripts on the server. <BR> , teradataordbms<br><br>teradata ordbms<br>
5354teradataordbms 8002/udp # teradataordbms<br><br>teradata ordbms<br>
5355http-alt 8008/tcp # HTTP Alternative<BR>
5356http-alt 8008/udp # HTTP Alternative<BR>
5357wingate 8010/tcp # Wingate Logfile (Deerfield)<BR><br> Wingate Logfile on v2.1 Wingate servers. <BR> Security Concerns: Listens for HTTP connects on tcp 8080. Open HTTP session to this logfile port may provide dir listing of Wingate's drive. To block this, config GateKeeper's "LogFile Service Bindings" to not allow inbound connections. Also config WinGate server to deny all but trusted IPs. <BR>
5358wingate 8010/udp # Wingate Logfile (Deerfield)<BR><br> Wingate Logfile on v2.1 Wingate servers. <BR> Security Concerns: Listens for HTTP connects on tcp 8080. Open HTTP session to this logfile port may provide dir listing of Wingate's drive. To block this, config GateKeeper's "LogFile Service Bindings" to not allow inbound connections. Also config WinGate server to deny all but trusted IPs. <BR>
5359pro-ed 8032/tcp # ProEd<BR>
5360pro-ed 8032/udp # ProEd<BR>
5361mindprint 8033/tcp # MindPrint<BR>
5362mindprint 8033/udp # MindPrint<BR>
5363http-alt 8080/tcp # HTTP Alternative<BR>
5364http-alt/http-alt 8080/udp # HTTP Alternative<BR>, http-alt<br><br>http alternate (see port 80)<br>
5365blackice-logon 8081/tcp # BlackIce Login<BR><br> Network admin port for BlackIce's "Network Ice" host-based firewall/intrusion detection program. <BR> Security Concerns: <BR> - May have shipped with default logon of "iceman
5366 /udp #
5367blackice-alerts 8082/tcp # BlackIce Alerts<BR><br> Alerting port for BlackIce's "Network Ice" host-based firewall/intrusion detection program. See Security Concerns above (8081). <BR>
5368 /udp #
5369patrol 8160/tcp #
5370patrol 8160/udp #
5371patrol-snmp 8161/tcp # Patrol SNMP<BR>
5372patrol-snmp 8161/udp # Patrol SNMP<BR>
5373trivnet1 8200/tcp # TRIVNET<BR>
5374trivnet1 8200/udp # TRIVNET<BR>
5375trivnet2 8201/tcp # TRIVNET<BR>
5376trivnet2 8201/udp # TRIVNET<BR>
5377lm-perfworks 8204/tcp # LM Perfworks<BR>
5378lm-perfworks 8204/udp # LM Perfworks<BR>
5379lm-instmgr 8205/tcp # LM Instmgr<BR>
5380lm-instmgr 8205/udp # LM Instmgr<BR>
5381lm-dta 8206/tcp # LM Dta<BR>
5382lm-dta 8206/udp # LM Dta<BR>
5383lm-sserver 8207/tcp # LM Sserver<BR>
5384lm-sserver 8207/udp # LM Sserver<BR>
5385lm-webwatcher 8208/tcp # LM Webwatcher<BR>
5386lm-webwatcher 8208/udp # LM Webwatcher<BR>
5387server-find 8351/tcp # Server Find<BR>
5388server-find 8351/udp # Server Find<BR>
5389cruise-enum 8376/tcp # Cruise ENUM<BR>
5390cruise-enum 8376/udp # Cruise ENUM<BR>
5391cruise-swroute 8377/tcp # Cruise SWROUTE<BR>
5392cruise-swroute 8377/udp # Cruise SWROUTE<BR>
5393cruise-config 8378/tcp # Cruise CONFIG<BR>
5394cruise-config 8378/udp # Cruise CONFIG<BR>
5395cruise-diags 8379/tcp # Cruise DIAGS<BR>
5396cruise-diags 8379/udp # Cruise DIAGS<BR>
5397cruise-update 8380/tcp # Cruise UPDATE<BR>
5398cruise-update 8380/udp # Cruise UPDATE<BR>
5399cvd 8400/tcp # cvd<BR>
5400cvd 8400/udp # cvd<BR>
5401sabarsd 8401/tcp # sabarsd<BR>
5402sabarsd 8401/udp # sabarsd<BR>
5403abarsd 8402/tcp # abarsd<BR>
5404abarsd 8402/udp # abarsd<BR>
5405admind 8403/tcp # admind<BR>
5406admind 8403/udp # admind<BR>
5407npmp 8450/tcp # npmp<BR>
5408npmp 8450/udp # npmp<BR>
5409vp2p 8473/tcp # Virtual Point-to-Point<BR>
5410vp2p 8473/udp # Virtual Point-to-Point<BR>
5411rtsp-alt 8554/tcp # RTSP Alternate (alt to port 554)<BR>
5412rtsp-alt 8554/udp # RTSP Alternate (alt to port 554)<BR>
5413netscape-adm 8649/tcp # Netscape Web Server Admin Mgmt<BR>
5414 /udp #
5415ibus 8733/tcp # iBus<BR>
5416ibus 8733/udp # iBus<BR>
5417mc-appserver 8763/tcp # MC App Server<BR>
5418mc-appserver 8763/udp # MC App Server<BR>
5419ultraseek-http 8765/tcp # Ultraseek HTTP<BR>
5420ultraseek-http 8765/udp # Ultraseek HTTP<BR>
5421truecm 8804/tcp # truecm<BR>
5422truecm 8804/udp # truecm<BR>
5423cddbp-alt 8880/tcp # CDDBP<BR>
5424cddbp-alt 8880/udp # CDDBP<BR>
5425ddi-tcp-1 8888/tcp # NewsEDGE server TCP (TCP 1)<BR>
5426ddi-tcp-1/ddi-udp-1 8888/udp # NewsEDGE server TCP (TCP 1)<BR>, ddi-udp-1<br><br>newsedge server udp (udp 1)<br>
5427ddi-tcp-2 8889/tcp # Desktop Data TCP 1<BR>
5428ddi-tcp-2/ddi-udp-2 8889/udp # Desktop Data TCP 1<BR>, ddi-udp-2<br><br>newsedge server broadcast<br>
5429ddi-tcp-3 8890/tcp # Desktop Data TCP 2<BR>
5430ddi-tcp-3/ddi-udp-3 8890/udp # Desktop Data TCP 2<BR>, ddi-udp-3<br><br>newsedge client broadcast<br>
5431ddi-tcp-4 8891/tcp # Desktop Data TCP 3: NESS application<BR>
5432ddi-tcp-4/ddi-udp-4 8891/udp # Desktop Data TCP 3: NESS application<BR>, ddi-udp-4<br><br>desktop data udp 3: ness application<br>
5433ddi-tcp-5 8892/tcp # Desktop Data TCP 4: FARM product<BR>
5434ddi-tcp-5/ddi-udp-5 8892/udp # Desktop Data TCP 4: FARM product<BR>, ddi-udp-5<br><br>desktop data udp 4: farm product<br>
5435ddi-tcp-6 8893/tcp # Desktop Data TCP 5: NewsEDGE/Web App<BR>
5436ddi-tcp-6/ddi-udp-6 8893/udp # Desktop Data TCP 5: NewsEDGE/Web App<BR>, ddi-udp-6<br><br>desktop data udp 5: newsedge/web application<br>
5437ddi-tcp-7 8894/tcp # Desktop Data TCP 6: COAL application<BR>
5438ddi-tcp-7/ddi-udp-7 8894/udp # Desktop Data TCP 6: COAL application<BR>, ddi-udp-7<br><br>desktop data udp 6: coal application<br>
5439jmb-cds1 8900/tcp # JMB-CDS 1<BR>
5440jmb-cds1 8900/udp # JMB-CDS 1<BR>
5441jmb-cds2 8901/tcp # JMB-CDS 2<BR>
5442jmb-cds2 8901/udp # JMB-CDS 2<BR>
5443cslistener 9000/tcp # Cslistener<BR>
5444cslistener 9000/udp # Cslistener<BR>
5445kastenxpipe 9001/tcp # KastenX Pipe<BR>
5446kastenxpipe 9001/udp # KastenX Pipe<BR>
5447sctp 9006/tcp # SCTP<BR>
5448sctp 9006/udp # SCTP<BR>
5449websm/CiscoSecure 9090/tcp # WebSM<BR>, CiscoSecure<BR><br> Web server frontend for CiscoSecure. <BR>
5450websm/websm 9090/udp # WebSM<BR>, websm<br><br>websm<br>
5451CiscoSecure 9091/tcp # CiscoSecure<BR><br> Web server frontend for CiscoSecure. <BR>
5452 /udp #
5453netlock1 9160/tcp # NetLOCK1<BR>
5454netlock1 9160/udp # NetLOCK1<BR>
5455netlock2 9161/tcp # NetLOCK2<BR>
5456netlock2 9161/udp # NetLOCK2<BR>
5457netlock3 9162/tcp # NetLOCK3<BR>
5458netlock3 9162/udp # NetLOCK3<BR>
5459netlock4 9163/tcp # NetLock4<BR>
5460netlock4 9163/udp # NetLock4<BR>
5461netlock5 9164/tcp # NetLOCK5<BR>
5462netlock5 9164/udp # NetLOCK5<BR>
5463wap-wsp 9200/tcp # WAP Connectionless Session Service<BR>
5464wap-wsp 9200/udp # WAP Connectionless Session Service<BR>
5465wap-wsp-wtp 9201/tcp # WAP Session Service<BR>
5466wap-wsp-wtp 9201/udp # WAP Session Service<BR>
5467wap-wsp-s 9202/tcp # WAP Secure Connectionless Session Service<BR>
5468wap-wsp-s 9202/udp # WAP Secure Connectionless Session Service<BR>
5469wap-wsp-wtp-s 9203/tcp # WAP Secure Session Service<BR>
5470wap-wsp-wtp-s 9203/udp # WAP Secure Session Service<BR>
5471wap-wsp-vcard/wap-vcard 9204/tcp # WAP vCard<BR>, wap-vcard<br><br>wap vcard<br>
5472wap-wsp-vcard/wap-vcard 9204/udp # WAP vCard<BR>, wap-vcard<br><br>wap vcard<br>
5473wap-wsp-vcal/wap-vcal 9205/tcp # WAP vCal<BR>, wap-vcal<br><br>wap vcal<br>
5474wap-wsp-vcal/wap-vcal 9205/udp # WAP vCal<BR>, wap-vcal<br><br>wap vcal<br>
5475wap-wsp-vcard-s/wap-vcard-s 9206/tcp # WAP vCard Secure<BR>, wap-vcard-s<br><br>wap vcard secure<br>
5476wap-wsp-vcard-s/wap-vcard-s 9206/udp # WAP vCard Secure<BR>, wap-vcard-s<br><br>wap vcard secure<br>
5477wap-wsp-vcal-s/wap-vcal-s 9207/tcp # WAP vCal Secure<BR>, wap-vcal-s<br><br>wap vcal secure<br>
5478wap-wsp-vcal-s/wap-vcal-s 9207/udp # WAP vCal Secure<BR>, wap-vcal-s<br><br>wap vcal secure<br>
5479quibase/guibase 9321/tcp # quibase<BR>, guibase<br><br>guibase<br>
5480quibase/guibase 9321/udp # quibase<BR>, guibase<br><br>guibase<br>
5481mpidcmgr 9343/tcp # Mpidcmgr<BR>
5482mpidcmgr 9343/udp # Mpidcmgr<BR>
5483mphlpdmc 9344/tcp # Mphlpdmc<BR>
5484mphlpdmc 9344/udp # Mphlpdmc<BR>
5485fjdmimgr 9374/tcp # fjdmimgr<BR>
5486fjdmimgr 9374/udp # fjdmimgr<BR>
5487fjinvmgr 9396/tcp # fjinvmgr<BR>
5488fjinvmgr 9396/udp # fjinvmgr<BR>
5489mpidcagt 9397/tcp # mpidcagt<BR>
5490mpidcagt 9397/udp # mpidcagt<BR>
5491ismserver 9500/tcp # ismserver<BR>
5492ismserver 9500/udp # ismserver<BR>
5493man 9535/tcp # man<BR>
5494man 9535/udp # man<BR>
5495w 9536/tcp # w<BR>
5496 /udp #
5497mantst 9537/tcp # Remote man server, testing<BR>
5498 /udp #
5499msgsys 9594/tcp # Message System<BR>
5500msgsys 9594/udp # Message System<BR>
5501pds 9595/tcp # Ping Discovery Service<BR>
5502pds 9595/udp # Ping Discovery Service<BR>
5503rasadv 9753/tcp # rasadv<BR>
5504rasadv 9753/udp # rasadv<BR>
5505sd 9876/tcp # Session Director<BR>
5506sd 9876/udp # Session Director<BR>
5507cyborg-systems 9888/tcp # CYBORG Systems<BR>
5508cyborg-systems 9888/udp # CYBORG Systems<BR>
5509monkeycom 9898/tcp # MonkeyCom<BR>
5510monkeycom 9898/udp # MonkeyCom<BR>
5511cisco-acs/iua 9900/tcp # CiscoSecure Access Control Server (ACS)<BR><br> Cisco alert states unauth remote users can read/write to server's database. Block via ACS config, network blocking, or upgrade of ACS software. <BR> , iua<br><br>iua<br>
5512iua 9900/udp # iua<br><br>iua<br>
5513CiscoSecureDB 9901/tcp # CiscoSecureDB<BR>
5514CiscoSecureDB 9901/udp # CiscoSecureDB<BR>
5515domaintime 9909/tcp # domaintime<BR>
5516domaintime 9909/udp # domaintime<BR>
5517 /tcp #
5518ivisit 9943/udp # ivisit Video-Teleconferencing<BR><br> Also uses udp 9945, 56768. <BR>
5519 /tcp #
5520ivisit 9945/udp # ivisit Video-Teleconferencing<BR><br> Also uses udp 9943, 56768. <BR>
5521palace 9992/tcp # Palace Chat<BR>
5522palace 9992/udp # Palace Chat<BR>
5523cpalace/distinct32/pirc 9998/tcp # Common Palace<BR>, Distinct32<BR>, Possible for IRCD<BR>
5524distinct32/pirc 9998/udp # Distinct32<BR>, Possible for IRCD<BR>
5525Backdoor/distinct/onguard 9999/tcp # Intruder Backdoor Port<BR><br> Internet-publicized hack to replace in.telnetd with modified version that starts up in debug mode. This makes it bind to tcp 9999 and execute /bin/sh instead of /bin/login. Also forks before executing shell, which means it will accept multiple simultaneous connects. <BR> , distinct<BR>, Lenel OnGuard HTTP License Administrator.
5526distinct 9999/udp # distinct<BR>
5527ndmp/bnews/Webmin/Cisco-NAT-T 10000/tcp # Network Data Management Protocol<BR><br> Used to centrally control data backups. <BR> , bnews<BR>, , Cisco proprietary encapsulations for NAT transparency
5528ndmp/rscs0/Cisco-NAT-T 10000/udp # Network Data Management Protocol<BR><br> Used to centrally control data backups. <BR> , rscs0<BR>, Cisco proprietary encapsulations for NAT transparency
5529queue 10001/tcp # queue<BR>
5530rscs1 10001/udp # rscs1<BR>
5531poker/rusers 10002/tcp # poker<BR>, rusers<BR><br> The ruser udp broadcast will return list of logged on users on local network, plus when they logged in, current duratino of logon, and idle time. Can also be used for single probes. <BR> Security Concerns: Provides valuable info to attackers, such as usernames, logged on users on key servers, and which sessions are idle (ripe for hijack). <BR> <br> Disable rusers on all hosts. <BR>
5532rscs2/rusers 10002/udp # rscs2<BR>, rusers<BR><br> The ruser udp broadcast will return list of logged on users on local network, plus when they logged in, current duratino of logon, and idle time. Can also be used for single probes. <BR> Security Concerns: Provides valuable info to attackers, such as usernames, logged on users on key servers, and which sessions are idle (ripe for hijack). <BR> <br> Disable rusers on all hosts. <BR>
5533gateway 10003/tcp # gateway<BR>
5534rscs3 10003/udp # rscs3<BR>
5535remp 10004/tcp # remp<BR>
5536rscs4 10004/udp # rscs4<BR>
5537stel 10005/tcp # stel<br><br>secure telnet<br>
5538rscs5 10005/udp # rscs5<BR>
5539 /tcp #
5540rscs6 10006/udp # rscs6<BR>
5541mvs-capacity 10007/tcp # MVS Capacity<BR>
5542rscs7/mvs-capacity 10007/udp # rscs7<BR>, MVS Capacity<BR>
5543 /tcp #
5544rscs8 10008/udp # rscs8<BR>
5545 /tcp #
5546rscs9 10009/udp # rscs9<BR>
5547 /tcp #
5548rscsa 10010/udp # rscsa<BR>
5549 /tcp #
5550rscsb 10011/udp # rscsb<BR>
5551qmaster 10012/tcp # qmaster<BR>
5552qmaster 10012/udp # qmaster<BR>
5553amanda 10080/tcp # Amanda<BR>
5554amanda/amanda 10080/udp # Amanda<BR>, amanda<br><br>amanda, amanda backup util, dump server control<br>
5555ganymede-endpt 10115/tcp # Ganymede Endpoint<BR>
5556ganymede-endpt 10115/udp # Ganymede Endpoint<BR>
5557blocks 10288/tcp # Blocks<BR>
5558blocks 10288/udp # Blocks<BR>
5559irisa 11000/tcp # IRISA<BR>
5560irisa 11000/udp # IRISA<BR>
5561metasys 11001/tcp # Metasys<BR>
5562metasys 11001/udp # Metasys<BR>
5563vce 11111/tcp # Viral Computing Environment (VCE)<BR>
5564vce 11111/udp # Viral Computing Environment (VCE)<BR>
5565atm-uhas 11367/tcp # ATM UHAS<BR>
5566atm-uhas 11367/udp # ATM UHAS<BR>
5567h323callsigalt 11720/tcp # H.323 Call Signal Alternative<BR>
5568h323callsigalt 11720/udp # H.323 Call Signal Alternative<BR>
5569entextxid/solaris-cluster 12000/tcp # IBM Enterprise Extender SNA XID Exchange<BR>, Solaris Cluster v2.x opens this port. When enabled, remote attaker can read host's syslog and view cluster config info. If attacker has a local account, can create a symbolic link in /var/opt/SUNWcluster/fm/fmstatus/nfs/<logicalhostname/status, then use "open hastat" command of the monitor daemon to view any file on the host.<BR>
5570entextxid/solaris-cluster 12000/udp # IBM Enterprise Extender SNA XID Exchange<BR>, Solaris Cluster v2.x opens this port. When enabled, remote attaker can read host's syslog and view cluster config info. If attacker has a local account, can create a symbolic link in /var/opt/SUNWcluster/fm/fmstatus/nfs/<logicalhostname/status, then use "open hastat" command of the monitor daemon to view any file on the host.<BR>
5571entextnetwk 12001/tcp # IBM Enterprise Extender SNA COS Network Priority<BR>
5572entextnetwk 12001/udp # IBM Enterprise Extender SNA COS Network Priority<BR>
5573entexthigh 12002/tcp # IBM Enterprise Extender SNA COS Hi-Priority<BR>
5574entexthigh 12002/udp # IBM Enterprise Extender SNA COS Hi-Priority<BR>
5575entextmed 12003/tcp # IBM Enterprise Extender SNA COS Med-Priority<BR>
5576entextmed 12003/udp # IBM Enterprise Extender SNA COS Med-Priority<BR>
5577entextlow 12004/tcp # IBM Enterprise Extender SNA COS Low-Priority<BR>
5578entextlow 12004/udp # IBM Enterprise Extender SNA COS Low-Priority<BR>
5579hivep 12172/tcp # HiveP<BR>
5580hivep 12172/udp # HiveP<BR>
5581NetBus-Cmd/NetBus 12345/tcp # NetBus Command Port<BR><br> Command Port on original NetBus infections. See below (12346). <BR> , NetBus<br><br>netbus backdoor trojan<br>
5582 /udp #
5583NetBus-Data/NetBus 12346/tcp # NetBus Data Transfer Port<BR>Note: Data transfer port on original NetBus infections (Win9x & NT hosts). On original NetBus, Command & Data Tx ports were fixed. In second version (c1999), it's configurable. <BR> , NetBus<br><br>netbus backdoor trojan<br>
5584 /udp #
5585webtheater 12468/tcp # Web Theater Control Port<BR><br> Server port for Web Theater client requests. Server responds with multimedia data stream via UDP port (NFI). <BR>
5586 /udp #
5587tsaf 12753/tcp # tsaf port<BR>
5588tsaf 12753/udp # tsaf port<BR>
5589i-zipqd 13160/tcp # I-ZIPQD<BR>
5590i-zipqd 13160/udp # I-ZIPQD<BR>
5591bprd 13720/tcp # BPRD Protocol (Veritas NetBackup)<BR>
5592bprd 13720/udp # BPRD Protocol (Veritas NetBackup)<BR>
5593bpbrm 13721/tcp # BPBRM Protocol (Veritas NetBackup)<BR>
5594bpbrm 13721/udp # BPBRM Protocol (Veritas NetBackup)<BR>
5595bpjava-msvc 13722/tcp # BP Java MSVC Protocol<BR>
5596bpjava-msvc 13722/udp # BP Java MSVC Protocol<BR>
5597bpcd 13782/tcp # Veritas NetBackup<BR>
5598bpcd 13782/udp # Veritas NetBackup<BR>
5599vopied 13783/tcp # VOPIED Protocol<BR>
5600vopied 13783/udp # VOPIED Protocol<BR>
5601dsmcc-config 13818/tcp # DSMCC Config<BR>
5602dsmcc-config 13818/udp # DSMCC Config<BR>
5603dsmcc-session 13819/tcp # DSMCC Session Messages<BR>
5604dsmcc-session 13819/udp # DSMCC Session Messages<BR>
5605dsmcc-passthru 13820/tcp # DSMCC Pass-Thru Messages<BR>
5606dsmcc-passthru 13820/udp # DSMCC Pass-Thru Messages<BR>
5607dsmcc-download 13821/tcp # DSMCC Download Protocol<BR>
5608dsmcc-download 13821/udp # DSMCC Download Protocol<BR>
5609dsmcc-ccp 13822/tcp # DSMCC Channel Change Protocol<BR>
5610dsmcc-ccp 13822/udp # DSMCC Channel Change Protocol<BR>
5611itu-sccp-ss7 14001/tcp # ITU SCCP (SS7)<BR>
5612itu-sccp-ss7 14001/udp # ITU SCCP (SS7)<BR>
5613hotsync 14237/tcp # Palm Network Hotsync<BR>
5614 /udp #
5615 /tcp #
5616hotsync 14238/udp # Palm Network Hotsync<BR>
5617netserialext1 16360/tcp # netserialext1<BR>
5618netserialext1 16360/udp # netserialext1<BR>
5619netserialext2 16361/tcp # netserialext2<BR>
5620netserialext2 16361/udp # netserialext2<BR>
5621netserialext3 16367/tcp # netserialext3<BR>
5622netserialext3 16367/udp # netserialext3<BR>
5623netserialext4 16368/tcp # netserialext4<BR>
5624netserialext4 16368/udp # netserialext4<BR>
5625connected-ob 16384/tcp # Connected On-Line Backup<BR><br> Host "wake up" daemon. Controller connects to this port on "sleeping" host, powers it completely up, and instructs it to send backup data to server. Includes encryption. <BR>
5626 /udp #
5627deslogin 16661/tcp # DESlogon backdoor<BR><br> Default port for "deslogin". Upon connect and correct username/password, user receives a DES-encrypted secure shell. <BR>
5628 /udp #
5629isode-dua 17007/tcp # isode-dua<BR>
5630isode-dua 17007/udp # isode-dua<BR>
5631chipper 17219/tcp # Chipper<BR>
5632chipper 17219/udp # Chipper<BR>
5633biimenu 18000/tcp # Beckman Instruments, Inc.<BR>
5634biimenu 18000/udp # Beckman Instruments, Inc.<BR>
5635opsec-cvp 18181/tcp # OPSEC CVP<BR>
5636opsec-cvp 18181/udp # OPSEC CVP<BR>
5637opsec-ufp 18182/tcp # OPSEC UFP<BR>
5638opsec-ufp 18182/udp # OPSEC UFP<BR>
5639ac-cluster 18463/tcp # AC Cluster<BR>
5640ac-cluster 18463/udp # AC Cluster<BR>
5641apc-necmp/liquid-audio 18888/tcp # APC NECMP<BR>, Liquid Audio Control<BR>
5642apc-necmp/liquid-audio 18888/udp # APC NECMP<BR>, Liquid Audio Control<BR>
5643 /tcp #
5644liquid-audio 18889/udp # Liquid Audio Data Streaming<BR>
5645keysrv/keysrvr 19283/tcp # Key Server for SASSAFRAS<BR>, keysrvr<br><br>key server for sassafras<br>
5646keysrv/keysrvr 19283/udp # Key Server for SASSAFRAS<BR>, keysrvr<br><br>key server for sassafras<br>
5647keyshadow 19315/tcp # Key Shadow for SASSAFRAS<BR>
5648keyshadow 19315/udp # Key Shadow for SASSAFRAS<BR>
5649hp-sco 19410/tcp # hp-sco<BR>
5650hp-sco 19410/udp # hp-sco<BR>
5651hp-sca 19411/tcp # hp-sca<BR>
5652hp-sca 19411/udp # hp-sca<BR>
5653jcp 19541/tcp # JCP Client<BR>
5654jcp 19541/udp # JCP Client<BR>
5655dnp/Usermin 20000/tcp # DNP<BR>,
5656dnp 20000/udp # DNP<BR>
5657netbus-cmd 20034/tcp # Default port for NetBus v2.0<BR><br> NetBus is a program used to remotely control Win95/98 and NT hosts. It is a popular program used by attackers to subvert Microsoft hosts. <BR>
5658 /udp #
5659track 20670/tcp # Track<BR>
5660track 20670/udp # Track<BR>
5661 /tcp #
5662FreeTel 21300/udp # FreeTel Voice Comm Protocol<BR>
5663vofr-gateway 21590/tcp # VOFR Gateway<BR>
5664vofr-gateway 21590/udp # VOFR Gateway<BR>
5665webphone 21845/tcp # webphone<BR>
5666webphone 21845/udp # webphone<BR>
5667netspeak-is 21846/tcp # NetSpeak Corp. Directory Services<BR>
5668netspeak-is 21846/udp # NetSpeak Corp. Directory Services<BR>
5669netspeak-cs 21847/tcp # NetSpeak Corp. Connection Services<BR>
5670netspeak-cs 21847/udp # NetSpeak Corp. Connection Services<BR>
5671netspeak-acd 21848/tcp # NetSpeak Corp. Automatic Call Distro<BR>
5672netspeak-acd 21848/udp # NetSpeak Corp. Automatic Call Distro<BR>
5673netspeak-cps 21849/tcp # NetSpeak Corp. Credit Processing System<BR>
5674netspeak-cps 21849/udp # NetSpeak Corp. Credit Processing System<BR>
5675snapenetio 22000/tcp # SNAPenet IO<BR>
5676snapenetio 22000/udp # SNAPenet IO<BR>
5677optocontrol 22001/tcp # OptoControl<BR>
5678optocontrol 22001/udp # OptoControl<BR>
5679wnn6 22273/tcp # wnn6<BR>
5680wnn6/wnn6 22273/udp # wnn6<BR>, wnn6<br><br>wnn6<br>
5681vocaltec-wconf 22555/tcp # Vocaltec Audio&Doc Web Conferencing<BR><br> Video-Teleconferencing. Also uses tcp 1490, 6670, 25793; udp 22555. <BR>
5682vocaltec-phone 22555/udp # Vocaltec Internet Phone<BR><br> Video-Teleconferencing. Also uses tcp 1490, 6670, 25793; tcp 22555. <BR>
5683aws-brf 22800/tcp # Telerate Info Platform LAN<BR>
5684aws-brf 22800/udp # Telerate Info Platform LAN<BR>
5685brf-gw 22951/tcp # Telerate Info Platform WAN<BR>
5686brf-gw 22951/udp # Telerate Info Platform WAN<BR>
5687med-ltp 24000/tcp # med-ltp<BR>
5688med-ltp 24000/udp # med-ltp<BR>
5689med-fsp-rx 24001/tcp # med-fsp-rx<BR>
5690med-fsp-rx 24001/udp # med-fsp-rx<BR>
5691med-fsp-tx 24002/tcp # med-fsp-tx<BR>
5692med-fsp-tx 24002/udp # med-fsp-tx<BR>
5693med-supp 24003/tcp # med-supp<BR>
5694med-supp 24003/udp # med-supp<BR>
5695med-ovw 24004/tcp # med-ovw<BR>
5696med-ovw 24004/udp # med-ovw<BR>
5697med-ci 24005/tcp # med-ci<BR>
5698med-ci 24005/udp # med-ci<BR>
5699med-net-svc 24006/tcp # med-net-svc<BR>
5700med-net-svc 24006/udp # med-net-svc<BR>
5701intel_rci 24386/tcp # Intel RCI<BR>
5702intel_rci 24386/udp # Intel RCI<BR>
5703icl-twobase1 25000/tcp # icl-twobase1<BR>
5704icl-twobase1 25000/udp # icl-twobase1<BR>
5705icl-twobase2 25001/tcp # icl-twobase2<BR>
5706icl-twobase2 25001/udp # icl-twobase2<BR>
5707icl-twobase3 25002/tcp # icl-twobase3<BR>
5708icl-twobase3 25002/udp # icl-twobase3<BR>
5709icl-twobase4 25003/tcp # icl-twobase4<BR>
5710icl-twobase4 25003/udp # icl-twobase4<BR>
5711icl-twobase5 25004/tcp # icl-twobase5<BR>
5712icl-twobase5 25004/udp # icl-twobase5<BR>
5713icl-twobase6 25005/tcp # icl-twobase6<BR>
5714icl-twobase6 25005/udp # icl-twobase6<BR>
5715icl-twobase7 25006/tcp # icl-twobase7<BR>
5716icl-twobase7 25006/udp # icl-twobase7<BR>
5717icl-twobase8 25007/tcp # icl-twobase8<BR>
5718icl-twobase8 25007/udp # icl-twobase8<BR>
5719icl-twobase9 25008/tcp # icl-twobase9<BR>
5720icl-twobase9 25008/udp # icl-twobase9<BR>
5721icl-twobase10 25009/tcp # icl-twobase10<BR>
5722icl-twobase10 25009/udp # icl-twobase10<BR>
5723telalert 25378/tcp # Telalert<BR>
5724 /udp #
5725vocaltec-hos/vocaltec-hos 25793/tcp # Vocaltec Address Server<BR><br> Video-Teleconferencing. Also uses tcp 1490, 6670, 22555; udp 22555. <BR> , vocaltec-hos<br><br>vocaltec address server<br>
5726vocaltec-hos 25793/udp # vocaltec-hos<br><br>vocaltec address server<br>
5727webcam32 25867/tcp # Webcam32 (Kolban Webcam Software)<BR><br> v4.8.3 and below have buffer overflow that allows attacker to execute arbitrary commands on user's Win95/98 host. <BR>
5728 /udp #
5729quake 26000/tcp # quake<BR>
5730quake 26000/udp # quake<BR>
5731wnn6-ds 26208/tcp # wnn6-ds<BR>
5732wnn6-ds/wnn6-ds 26208/udp # wnn6-ds<BR>, wnn6-ds<br><br>wnn6-ds<br>
5733flex-lm/flex-lm 27000/tcp # Flex License Manager (1-10)<BR>, flex-lm<br><br>flex lm (1-10)<br>
5734flex-lm 27000/udp # Flex License Manager (1-10)<BR>
5735subsevel-infection 27374/tcp # SubSevel Infection Port<BR><br> Default SubSeven tcp control ports. Others can include tcp 1243, 6711, 6712, 6713, & 6776. <BR>
5736 /udp #
5737tw-auth-key 27999/tcp # TW Auth/Key Distribution & Attribute Cert Services<BR>
5738tw-auth-key/tw-auth-key 27999/udp # TW Auth/Key Distribution & Attribute Cert Services<BR>, tw-auth-key<br><br>attribute certificate services<br>
5739sockets-de-troje 30303/tcp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 5001, 50505. <BR>
5740sockets-de-troje 30303/udp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 5001, 50505. <BR>
5741pirc/eleet 31337/tcp # Possible for IRCD<BR>, Intruder Programs!<BR><br> Port 31337 has long been popular for intruder programs. Consider any connection attempts to it highly suspicious! Common programs using it include: original Back Orifice (Win9x, NT) and socdmini (Unix). <BR> <br> "ELEET" is hackereze for "31337". <BR>
5742pirc/eleet/BackOrifice 31337/udp # Possible for IRCD<BR>, Intruder Programs!<BR><br> Port 31337 has long been popular for intruder programs. Consider any connection attempts to it highly suspicious! Common programs using it include: original Back Orifice (Win9x, NT) and socdmini (Unix). <BR> <br> "ELEET" is hackereze for "31337". <BR> , BackOrifice<br><br>cdc back orifice remote admin tool<br>
5743 /tcp #
5744Hack-a-tack 31789/udp # Hack-a-tack Backdoor<BR><br> Remote access login port using udp shell. <BR>
5745filenet-tms 32768/tcp # Filenet TMS<BR>
5746filenet-tms 32768/udp # Filenet TMS<BR>
5747filenet-rpc 32769/tcp # Filenet RPC<BR>
5748filenet-rpc 32769/udp # Filenet RPC<BR>
5749filenet-nch 32770/tcp # Filenet NCH<BR>
5750filenet-nch 32770/udp # Filenet NCH<BR>
5751traceroute 33434/tcp # traceroute use<BR>
5752traceroute 33434/udp # traceroute use<BR>
5753kastenxpipe 36865/tcp # KastenX Pipe<BR>
5754kastenxpipe 36865/udp # KastenX Pipe<BR>
5755reachout 43188/tcp # reachout<BR>
5756reachout 43188/udp # reachout<BR>
5757rockwell-encap 44818/tcp # Rockwell Encapsulation<BR>
5758rockwell-encap 44818/udp # Rockwell Encapsulation<BR>
5759eba 45678/tcp # EBA PRISE<BR>
5760eba 45678/udp # EBA PRISE<BR>
5761netranger 45000/tcp # NetRanger's Alert Traffic<BR><br> Used by NetRanger <BR>
5762 /udp #
5763dbbrowse 47557/tcp # Databeam Corporation<BR>
5764dbbrowse 47557/udp # Databeam Corporation<BR>
5765directplaysrvr 47624/tcp # Direct Play Server<BR>
5766directplaysrvr 47624/udp # Direct Play Server<BR>
5767ap 47806/tcp # ALC Protocol<BR>
5768ap 47806/udp # ALC Protocol<BR>
5769bacnet 47808/tcp # Building Automation & Control Networks<BR>
5770bacnet 47808/udp # Building Automation & Control Networks<BR>
5771nimcontroller 48000/tcp # Nimbus Controller<BR>
5772nimcontroller 48000/udp # Nimbus Controller<BR>
5773nimspooler 48001/tcp # Nimbus Spooler<BR>
5774nimspooler 48001/udp # Nimbus Spooler<BR>
5775nimhub 48002/tcp # Nimbus Hub<BR>
5776nimhub 48002/udp # Nimbus Hub<BR>
5777nimgtw 48003/tcp # Nimbus Gateway<BR>
5778nimgtw 48003/udp # Nimbus Gateway<BR>
5779sockets-de-troje 50505/tcp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 5001, 30303. <BR>
5780sockets-de-troje 50505/udp # Sockets de Trojie Backdoor<BR><br> Also infects tcp/udp 5000, 5001, 30303. <BR>
5781dialpad 51210/tcp # Dialpad Telephony<BR><br> Also uses udp 51200 & 51201. <BR>
5782 /udp #
5783 /tcp #
5784ivisit 56768/udp # ivisit Video-Teleconferencing<BR><br> Also uses udp 9943, 9945. <BR>
5785pcanywheredata/pcanywhere 65301/tcp # pcAnywhere Data<BR><br> Default tcp port for v2.0 thru v7.51, plus CE. Versions v8+ on use tcp 5631 & udp 5632. <BR> , pcanywhere<br><br><br>
5786 /udp #
5787backdoor-port 65534/tcp # Reported Backdoor<BR><br> Reported found on Linux hosts as a hacked backdoor, along with tcp 1049 (both open on same host). Little else known. <BR>
5788 /udp #
5789 /tcp #
5790ufsd 1008/udp # ufsd<br><br><br>
5791amandaidx 10082/tcp # amandaidx<br><br>amanda indexing<br>
5792 /udp #
5793amidxtape 10083/tcp # amidxtape<br><br>amanda tape indexing<br>
5794 /udp #
5795 /tcp #
5796sometimes-rpc1 1012/udp # sometimes-rpc1<br><br>this is rstatd on my openbsd box<br>
5797nterm 1026/tcp # nterm<br><br>remote_login network_terminal<br>
5798 /udp #
5799vfo 1056/tcp # vfo<br><br>vfo<br>
5800vfo 1056/udp # vfo<br><br>vfo<br>
5801xaudio 1103/tcp # xaudio<br><br>x audio server, xaserver <br>
5802 /udp #
5803msql 1112/tcp # msql<br><br>mini-sql server<br>
5804 /udp #
5805supfiledbg 1127/tcp # supfiledbg<br><br>sup debugging, for sup<br>
5806 /udp #
5807tripwire 1169/tcp # tripwire<br><br>tripwire<br>
5808tripwire 1169/udp # tripwire<br><br>tripwire<br>
5809skkserv 1178/tcp # skkserv<br><br>skk (kanji input)<br>
5810 /udp #
5811hp-webadmin 1188/tcp # hp-webadmin<br><br>hp web admin<br>
5812hp-webadmin 1188/udp # hp-webadmin<br><br>hp web admin<br>
5813msg 1241/tcp # msg<br><br>remote message server<br>
5814 /udp #
5815intuitive-edge 1355/tcp # intuitive-edge<br><br>intuitive edge<br>
5816intuitive-edge 1355/udp # intuitive-edge<br><br>intuitive edge<br>
5817intel-rci-mp 16991/tcp # intel-rci-mp<br><br>intel-rci-mp<br>
5818intel-rci-mp 16991/udp # intel-rci-mp<br><br>intel-rci-mp<br>
5819opsec-sam 18183/tcp # opsec-sam<br><br>opsec sam<br>
5820opsec-sam 18183/udp # opsec-sam<br><br>opsec sam<br>
5821opsec-lea 18184/tcp # opsec-lea<br><br>opsec lea<br>
5822opsec-lea 18184/udp # opsec-lea<br><br>opsec lea<br>
5823opsec-omi 18185/tcp # opsec-omi<br><br>opsec omi<br>
5824opsec-omi 18185/udp # opsec-omi<br><br>opsec omi<br>
5825opsec-ela 18187/tcp # opsec-ela<br><br>opsec ela<br>
5826opsec-ela 18187/udp # opsec-ela<br><br>opsec ela<br>
5827ardusmul 1835/tcp # ardusmul<br><br>ardus multicast<br>
5828ardusmul 1835/udp # ardusmul<br><br>ardus multicast<br>
5829mc2studios 1899/tcp # mc2studios<br><br>mc2studios<br>
5830mc2studios 1899/udp # mc2studios<br><br>mc2studios<br>
5831hp-sessmon 19412/tcp # hp-sessmon<br><br>hp-sessmon<br>
5832hp-sessmon 19412/udp # hp-sessmon<br><br>hp-sessmon<br>
5833btx 20005/tcp # btx<br><br>xcept4 (interacts with german telekom's cept videotext service)<br>
5834 /udp #
5835cfingerd 2003/tcp # cfingerd<br><br>gnu finger<br>
5836 /udp #
5837ergolight 2109/tcp # ergolight<br><br>ergolight<br>
5838ergolight 2109/udp # ergolight<br><br>ergolight<br>
5839umsp 2110/tcp # umsp<br><br>umsp<br>
5840umsp 2110/udp # umsp<br><br>umsp<br>
5841 /tcp #
5842dsatp 2111/udp # dsatp<br><br>dsatp<br>
5843 /tcp #
5844idonix-metanet 2112/udp # idonix-metanet<br><br>idonix metanet<br>
5845hsl-storm 2113/tcp # hsl-storm<br><br>hsl storm<br>
5846hsl-storm 2113/udp # hsl-storm<br><br>hsl storm<br>
5847newheights 2114/tcp # newheights<br><br>newheights<br>
5848newheights 2114/udp # newheights<br><br>newheights<br>
5849kdm 2115/tcp # kdm<br><br>kdm<br>
5850kdm 2115/udp # kdm<br><br>kdm<br>
5851ccowcmr 2116/tcp # ccowcmr<br><br>ccowcmr<br>
5852ccowcmr 2116/udp # ccowcmr<br><br>ccowcmr<br>
5853mentaclient 2117/tcp # mentaclient<br><br>mentaclient<br>
5854mentaclient 2117/udp # mentaclient<br><br>mentaclient<br>
5855mentaserver 2118/tcp # mentaserver<br><br>mentaserver<br>
5856mentaserver 2118/udp # mentaserver<br><br>mentaserver<br>
5857gsigatekeeper 2119/tcp # gsigatekeeper<br><br>gsigatekeeper<br>
5858gsigatekeeper 2119/udp # gsigatekeeper<br><br>gsigatekeeper<br>
5859 /tcp #
5860qencp 2120/udp # qencp<br><br>quick eagle networks cp<br>
5861scientia-ssdb 2121/tcp # scientia-ssdb<br><br>scientia-ssdb<br>
5862scientia-ssdb 2121/udp # scientia-ssdb<br><br>scientia-ssdb<br>
5863caupc-remote 2122/tcp # caupc-remote<br><br>caupc remote control<br>
5864caupc-remote 2122/udp # caupc-remote<br><br>caupc remote control<br>
5865gtp-control 2123/tcp # gtp-control<br><br>gtp-control plane (3gpp)<br>
5866gtp-control 2123/udp # gtp-control<br><br>gtp-control plane (3gpp)<br>
5867elatelink 2124/tcp # elatelink<br><br>elatelink<br>
5868elatelink 2124/udp # elatelink<br><br>elatelink<br>
5869lockstep 2125/tcp # lockstep<br><br>lockstep<br>
5870lockstep 2125/udp # lockstep<br><br>lockstep<br>
5871pktcable-cops 2126/tcp # pktcable-cops<br><br>pktcable-cops<br>
5872pktcable-cops 2126/udp # pktcable-cops<br><br>pktcable-cops<br>
5873index-pc-wb 2127/tcp # index-pc-wb<br><br>index-pc-wb<br>
5874index-pc-wb 2127/udp # index-pc-wb<br><br>index-pc-wb<br>
5875net-steward 2128/tcp # net-steward<br><br>net steward control<br>
5876net-steward 2128/udp # net-steward<br><br>net steward control<br>
5877cs-live 2129/tcp # cs-live<br><br>cs-live.com<br>
5878cs-live 2129/udp # cs-live<br><br>cs-live.com<br>
5879swc-xds 2130/tcp # swc-xds<br><br>swc-xds<br>
5880swc-xds 2130/udp # swc-xds<br><br>swc-xds<br>
5881avantageb2b 2131/tcp # avantageb2b<br><br>avantageb2b<br>
5882avantageb2b 2131/udp # avantageb2b<br><br>avantageb2b<br>
5883avail-epmap 2132/tcp # avail-epmap<br><br>avail-epmap<br>
5884avail-epmap 2132/udp # avail-epmap<br><br>avail-epmap<br>
5885zymed-zpp 2133/tcp # zymed-zpp<br><br>zymed-zpp<br>
5886zymed-zpp 2133/udp # zymed-zpp<br><br>zymed-zpp<br>
5887avenue 2134/tcp # avenue<br><br>avenue<br>
5888avenue 2134/udp # avenue<br><br>avenue<br>
5889iwserver 2166/tcp # iwserver<br><br>iwserver<br>
5890iwserver 2166/udp # iwserver<br><br>iwserver<br>
5891wnn4_Cn 22289/tcp # wnn4_Cn<br><br>wnn6 (chinese input), wnn4 (chinese input)<br>
5892 /udp #
5893wnn4_Kr 22305/tcp # wnn4_Kr<br><br>wnn4 (korean input), wnn6 (korean input)<br>
5894 /udp #
5895wnn4_Tw 22321/tcp # wnn4_Tw<br><br>wnn4 (taiwanse input), wnn6 (taiwanse input)<br>
5896 /udp #
5897sd-request 2384/tcp # sd-request<br><br>sd-request<br>
5898sd-request 2384/udp # sd-request<br><br>sd-request<br>
5899priv-mail 24/tcp # priv-mail<br><br>any private mail system<br>
5900priv-mail 24/udp # priv-mail<br><br>any private mail system<br>
5901cp-svn 18264/tcp # Check Point SVN foundation (HTTP)
5902 /udp #
5903 /tcp #
5904hunt 26740/udp # hunt<br><br>multi-player/multi-host maze-wars, hunt(6)<br>
5905flex-lm 27001/tcp # flex-lm<br><br>flex lm (1-10)<br>
5906 /udp #
5907flex-lm 27002/tcp # flex-lm<br><br>flex lm (1-10)<br>
5908 /udp #
5909flex-lm 27003/tcp # flex-lm<br><br>flex lm (1-10)<br>
5910 /udp #
5911flex-lm 27004/tcp # flex-lm<br><br>flex lm (1-10)<br>
5912 /udp #
5913flex-lm 27005/tcp # flex-lm<br><br>flex lm (1-10)<br>
5914 /udp #
5915flex-lm 27006/tcp # flex-lm<br><br>flex lm (1-10)<br>
5916 /udp #
5917flex-lm 27007/tcp # flex-lm<br><br>flex lm (1-10)<br>
5918 /udp #
5919flex-lm 27008/tcp # flex-lm<br><br>flex lm (1-10)<br>
5920 /udp #
5921flex-lm 27009/tcp # flex-lm<br><br>flex lm (1-10)<br>
5922 /udp #
5923 /tcp #
5924Trinoo_Bcast 27444/udp # Trinoo_Bcast<br><br>trinoo distributed attack tool master -> bcast daemon communication<br>
5925Trinoo_Master 27665/tcp # Trinoo_Master<br><br>trinoo distributed attack tool master server control port<br>
5926 /udp #
5927gtp-user 285/tcp # gtp-user<br><br>gtp-user plane (3gpp)<br>
5928gtp-user 285/udp # gtp-user<br><br>gtp-user plane (3gpp)<br>
5929fxp-1 286/tcp # fxp-1<br><br>fxp-1<br>
5930fxp-1 286/udp # fxp-1<br><br>fxp-1<br>
5931k-block 287/tcp # k-block<br><br>k-block<br>
5932k-block 287/udp # k-block<br><br>k-block<br>
5933dfoxserver 2960/tcp # dfoxserver<br><br>dfoxserver<br>
5934dfoxserver 2960/udp # dfoxserver<br><br>dfoxserver<br>
5935distrib-net-proxy 3064/tcp # distrib-net-proxy<br><br>stupid closed source distributed.net project proxy port<br>
5936 /udp #
5937lv-frontpanel 3079/tcp # lv-frontpanel<br><br>lv front panel<br>
5938lv-frontpanel 3079/udp # lv-frontpanel<br><br>lv front panel<br>
5939itm-mccs 3084/tcp # itm-mccs<br><br>itm-mccs<br>
5940itm-mccs 3084/udp # itm-mccs<br><br>itm-mccs<br>
5941pcihreq 3085/tcp # pcihreq<br><br>pcihreq<br>
5942pcihreq 3085/udp # pcihreq<br><br>pcihreq<br>
5943 /tcp #
5944jdl-dbkitchen 3086/udp # jdl-dbkitchen<br><br>jdl-dbkitchen<br>
5945ca-licmgr 10203/tcp # Computer Associates License Manager
5946 /udp #
5947 /tcp #
5948Trinoo_Register 31335/udp # Trinoo_Register<br><br>trinoo distributed attack tool bcast daemon registration port<br>
5949 /tcp #
5950sometimes-rpc6 32771/udp # sometimes-rpc6<br><br>sometimes an rpc port on my solaris box (rusersd)<br>
5951 /tcp #
5952sometimes-rpc8 32772/udp # sometimes-rpc8<br><br>sometimes an rpc port on my solaris box (status)<br>
5953 /tcp #
5954sometimes-rpc10 32773/udp # sometimes-rpc10<br><br>sometimes an rpc port on my solaris box (rquotad)<br>
5955 /tcp #
5956sometimes-rpc12 32774/udp # sometimes-rpc12<br><br>sometimes an rpc port on my solaris box (rusersd)<br>
5957 /tcp #
5958sometimes-rpc14 32775/udp # sometimes-rpc14<br><br>sometimes an rpc port on my solaris box (status)<br>
5959 /tcp #
5960sometimes-rpc16 32776/udp # sometimes-rpc16<br><br>sometimes an rpc port on my solaris box (sprayd)<br>
5961 /tcp #
5962sometimes-rpc18 32777/udp # sometimes-rpc18<br><br>sometimes an rpc port on my solaris box (walld)<br>
5963 /tcp #
5964sometimes-rpc20 32778/udp # sometimes-rpc20<br><br>sometimes an rpc port on my solaris box (rstatd)<br>
5965 /tcp #
5966sometimes-rpc22 32779/udp # sometimes-rpc22<br><br>sometimes an rpc port on my solaris box<br>
5967 /tcp #
5968sometimes-rpc24 32780/udp # sometimes-rpc24<br><br>sometimes an rpc port on my solaris box<br>
5969watcomdebug 3563/tcp # watcomdebug<br><br>watcom debug<br>
5970watcomdebug 3563/udp # watcomdebug<br><br>watcom debug<br>
5971harlequinorb 3672/tcp # harlequinorb<br><br>harlequinorb<br>
5972harlequinorb 3672/udp # harlequinorb<br><br>harlequinorb<br>
5973cscp 40841/tcp # cscp<br><br>cscp<br>
5974cscp 40841/udp # cscp<br><br>cscp<br>
5975vrml-multi-use 4201/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5976 /udp #
5977vrml-multi-use 4202/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5978 /udp #
5979vrml-multi-use 4203/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5980 /udp #
5981vrml-multi-use 4204/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5982 /udp #
5983vrml-multi-use 4205/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5984 /udp #
5985vrml-multi-use 4206/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5986 /udp #
5987vrml-multi-use 4207/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5988 /udp #
5989vrml-multi-use 4208/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5990 /udp #
5991vrml-multi-use 4209/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5992 /udp #
5993vrml-multi-use 4210/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5994 /udp #
5995vrml-multi-use 4211/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5996 /udp #
5997vrml-multi-use 4212/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
5998 /udp #
5999vrml-multi-use 4213/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6000 /udp #
6001vrml-multi-use 4214/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6002 /udp #
6003vrml-multi-use 4215/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6004 /udp #
6005vrml-multi-use 4216/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6006 /udp #
6007vrml-multi-use 4217/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6008 /udp #
6009vrml-multi-use 4218/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6010 /udp #
6011vrml-multi-use 4219/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6012 /udp #
6013vrml-multi-use 4220/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6014 /udp #
6015vrml-multi-use 4221/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6016 /udp #
6017vrml-multi-use 4222/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6018 /udp #
6019vrml-multi-use 4223/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6020 /udp #
6021vrml-multi-use 4224/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6022 /udp #
6023vrml-multi-use 4225/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6024 /udp #
6025vrml-multi-use 4226/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6026 /udp #
6027vrml-multi-use 4227/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6028 /udp #
6029vrml-multi-use 4228/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6030 /udp #
6031vrml-multi-use 4229/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6032 /udp #
6033vrml-multi-use 4230/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6034 /udp #
6035vrml-multi-use 4231/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6036 /udp #
6037vrml-multi-use 4232/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6038 /udp #
6039vrml-multi-use 4233/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6040 /udp #
6041vrml-multi-use 4234/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6042 /udp #
6043vrml-multi-use 4235/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6044 /udp #
6045vrml-multi-use 4236/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6046 /udp #
6047vrml-multi-use 4237/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6048 /udp #
6049vrml-multi-use 4238/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6050 /udp #
6051vrml-multi-use 4239/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6052 /udp #
6053vrml-multi-use 4240/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6054 /udp #
6055vrml-multi-use 4241/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6056 /udp #
6057vrml-multi-use 4242/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6058 /udp #
6059vrml-multi-use 4243/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6060 /udp #
6061vrml-multi-use 4244/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6062 /udp #
6063vrml-multi-use 4245/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6064 /udp #
6065vrml-multi-use 4246/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6066 /udp #
6067vrml-multi-use 4247/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6068 /udp #
6069vrml-multi-use 4248/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6070 /udp #
6071vrml-multi-use 4249/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6072 /udp #
6073vrml-multi-use 4250/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6074 /udp #
6075vrml-multi-use 4251/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6076 /udp #
6077vrml-multi-use 4252/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6078 /udp #
6079vrml-multi-use 4253/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6080 /udp #
6081vrml-multi-use 4254/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6082 /udp #
6083vrml-multi-use 4255/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6084 /udp #
6085vrml-multi-use 4256/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6086 /udp #
6087vrml-multi-use 4257/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6088 /udp #
6089vrml-multi-use 4258/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6090 /udp #
6091vrml-multi-use 4259/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6092 /udp #
6093vrml-multi-use 4260/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6094 /udp #
6095vrml-multi-use 4261/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6096 /udp #
6097vrml-multi-use 4262/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6098 /udp #
6099vrml-multi-use 4263/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6100 /udp #
6101vrml-multi-use 4264/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6102 /udp #
6103vrml-multi-use 4265/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6104 /udp #
6105vrml-multi-use 4266/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6106 /udp #
6107vrml-multi-use 4267/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6108 /udp #
6109vrml-multi-use 4268/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6110 /udp #
6111vrml-multi-use 4269/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6112 /udp #
6113vrml-multi-use 4270/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6114 /udp #
6115vrml-multi-use 4271/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6116 /udp #
6117vrml-multi-use 4272/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6118 /udp #
6119vrml-multi-use 4273/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6120 /udp #
6121vrml-multi-use 4274/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6122 /udp #
6123vrml-multi-use 4275/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6124 /udp #
6125vrml-multi-use 4276/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6126 /udp #
6127vrml-multi-use 4277/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6128 /udp #
6129vrml-multi-use 4278/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6130 /udp #
6131vrml-multi-use 4279/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6132 /udp #
6133vrml-multi-use 4280/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6134 /udp #
6135vrml-multi-use 4281/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6136 /udp #
6137vrml-multi-use 4282/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6138 /udp #
6139vrml-multi-use 4283/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6140 /udp #
6141vrml-multi-use 4284/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6142 /udp #
6143vrml-multi-use 4285/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6144 /udp #
6145vrml-multi-use 4286/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6146 /udp #
6147vrml-multi-use 4287/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6148 /udp #
6149vrml-multi-use 4288/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6150 /udp #
6151vrml-multi-use 4289/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6152 /udp #
6153vrml-multi-use 4290/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6154 /udp #
6155vrml-multi-use 4291/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6156 /udp #
6157vrml-multi-use 4292/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6158 /udp #
6159vrml-multi-use 4293/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6160 /udp #
6161vrml-multi-use 4294/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6162 /udp #
6163vrml-multi-use 4295/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6164 /udp #
6165vrml-multi-use 4296/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6166 /udp #
6167vrml-multi-use 4297/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6168 /udp #
6169vrml-multi-use 4298/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6170 /udp #
6171vrml-multi-use 4299/tcp # vrml-multi-use<br><br>vrml multi user systems<br>
6172 /udp #
6173reachout 43118/tcp # reachout<br><br><br>
6174 /udp #
6175msql 4333/tcp # msql<br><br>mini-sql server<br>
6176 /udp #
6177fax 4557/tcp # fax<br><br>flexfax fax transmission service, fax transmission service<br>
6178 /udp #
6179hylafax 4559/tcp # hylafax<br><br>hylafax client-server protocol<br>
6180 /udp #
6181ssr-servermgr 45966/tcp # ssr-servermgr<br><br>ssrservermgr<br>
6182ssr-servermgr 45966/udp # ssr-servermgr<br><br>ssrservermgr<br>
6183sgi-dgl 5232/tcp # sgi-dgl<br><br>sgi distributed graphics<br>
6184 /udp #
6185postgres 5432/tcp # postgres<br><br>postgres database server<br>
6186 /udp #
6187netops-broker 5465/tcp # netops-broker<br><br>netops-broker<br>
6188netops-broker 5465/udp # netops-broker<br><br>netops-broker<br>
6189canna 5680/tcp # canna<br><br>canna (japanese input), kana->kanji server<br>
6190 /udp #
6191unieng 5730/tcp # unieng<br><br>netscape suiteware<br>
6192 /udp #
6193unisnc 5731/tcp # unisnc<br><br>netscape suiteware<br>
6194 /udp #
6195unidas 5732/tcp # unidas<br><br>netscape suiteware<br>
6196 /udp #
6197vnc 5800/tcp # vnc<br><br><br>
6198 /udp #
6199vnc 5801/tcp # vnc<br><br><br>
6200 /udp #
6201vnc 5900/tcp # vnc<br><br>virtual network computer, orl virtual network client<br>
6202 /udp #
6203vnc-1 5901/tcp # vnc-1<br><br>virtual network computer display :1<br>
6204 /udp #
6205vnc-2 5902/tcp # vnc-2<br><br>virtual network computer display :2<br>
6206 /udp #
6207ncd-pref-tcp 5977/tcp # ncd-pref-tcp<br><br>ncd preferences tcp port<br>
6208 /udp #
6209ncd-diag-tcp 5978/tcp # ncd-diag-tcp<br><br>ncd diagnostic tcp port<br>
6210 /udp #
6211ncd-conf-tcp 5979/tcp # ncd-conf-tcp<br><br>ncd configuration tcp port<br>
6212 /udp #
6213ncd-pref 5997/tcp # ncd-pref<br><br>ncd preferences telnet port<br>
6214 /udp #
6215ncd-diag 5998/tcp # ncd-diag<br><br>ncd diagnostic telnet port<br>
6216 /udp #
6217cvsup 5999/tcp # cvsup<br><br>cvsup file transfer/john polstra/freebsd, ncd configuration telnet port<br>
6218 /udp #
6219 /tcp #
6220x11 6001/udp # x11<br><br>x window system<br>
6221 /tcp #
6222x11 6002/udp # x11<br><br>x window system<br>
6223 /tcp #
6224x11 6003/udp # x11<br><br>x window system<br>
6225 /tcp #
6226x11 6004/udp # x11<br><br>x window system<br>
6227 /tcp #
6228x11 6005/udp # x11<br><br>x window system<br>
6229 /tcp #
6230x11 6006/udp # x11<br><br>x window system<br>
6231 /tcp #
6232x11 6007/udp # x11<br><br>x window system<br>
6233 /tcp #
6234x11 6008/udp # x11<br><br>x window system<br>
6235 /tcp #
6236x11 6009/udp # x11<br><br>x window system<br>
6237x11 6010/tcp # x11<br><br>x window system<br>
6238x11 6010/udp # x11<br><br>x window system<br>
6239x11 6011/tcp # x11<br><br>x window system<br>
6240x11 6011/udp # x11<br><br>x window system<br>
6241x11 6012/tcp # x11<br><br>x window system<br>
6242x11 6012/udp # x11<br><br>x window system<br>
6243x11 6013/tcp # x11<br><br>x window system<br>
6244x11 6013/udp # x11<br><br>x window system<br>
6245x11 6014/tcp # x11<br><br>x window system<br>
6246x11 6014/udp # x11<br><br>x window system<br>
6247x11 6015/tcp # x11<br><br>x window system<br>
6248x11 6015/udp # x11<br><br>x window system<br>
6249x11 6016/tcp # x11<br><br>x window system<br>
6250x11 6016/udp # x11<br><br>x window system<br>
6251x11 6017/tcp # x11<br><br>x window system<br>
6252x11 6017/udp # x11<br><br>x window system<br>
6253x11 6018/tcp # x11<br><br>x window system<br>
6254x11 6018/udp # x11<br><br>x window system<br>
6255x11 6019/tcp # x11<br><br>x window system<br>
6256x11 6019/udp # x11<br><br>x window system<br>
6257x11 6020/tcp # x11<br><br>x window system<br>
6258x11 6020/udp # x11<br><br>x window system<br>
6259x11 6021/tcp # x11<br><br>x window system<br>
6260x11 6021/udp # x11<br><br>x window system<br>
6261x11 6022/tcp # x11<br><br>x window system<br>
6262x11 6022/udp # x11<br><br>x window system<br>
6263x11 6023/tcp # x11<br><br>x window system<br>
6264x11 6023/udp # x11<br><br>x window system<br>
6265x11 6024/tcp # x11<br><br>x window system<br>
6266x11 6024/udp # x11<br><br>x window system<br>
6267x11 6025/tcp # x11<br><br>x window system<br>
6268x11 6025/udp # x11<br><br>x window system<br>
6269x11 6026/tcp # x11<br><br>x window system<br>
6270x11 6026/udp # x11<br><br>x window system<br>
6271x11 6027/tcp # x11<br><br>x window system<br>
6272x11 6027/udp # x11<br><br>x window system<br>
6273x11 6028/tcp # x11<br><br>x window system<br>
6274x11 6028/udp # x11<br><br>x window system<br>
6275x11 6029/tcp # x11<br><br>x window system<br>
6276x11 6029/udp # x11<br><br>x window system<br>
6277x11 6030/tcp # x11<br><br>x window system<br>
6278x11 6030/udp # x11<br><br>x window system<br>
6279x11 6031/tcp # x11<br><br>x window system<br>
6280x11 6031/udp # x11<br><br>x window system<br>
6281x11 6032/tcp # x11<br><br>x window system<br>
6282x11 6032/udp # x11<br><br>x window system<br>
6283x11 6033/tcp # x11<br><br>x window system<br>
6284x11 6033/udp # x11<br><br>x window system<br>
6285x11 6034/tcp # x11<br><br>x window system<br>
6286x11 6034/udp # x11<br><br>x window system<br>
6287x11 6035/tcp # x11<br><br>x window system<br>
6288x11 6035/udp # x11<br><br>x window system<br>
6289x11 6036/tcp # x11<br><br>x window system<br>
6290x11 6036/udp # x11<br><br>x window system<br>
6291x11 6037/tcp # x11<br><br>x window system<br>
6292x11 6037/udp # x11<br><br>x window system<br>
6293x11 6038/tcp # x11<br><br>x window system<br>
6294x11 6038/udp # x11<br><br>x window system<br>
6295x11 6039/tcp # x11<br><br>x window system<br>
6296x11 6039/udp # x11<br><br>x window system<br>
6297x11 6040/tcp # x11<br><br>x window system<br>
6298x11 6040/udp # x11<br><br>x window system<br>
6299x11 6041/tcp # x11<br><br>x window system<br>
6300x11 6041/udp # x11<br><br>x window system<br>
6301x11 6042/tcp # x11<br><br>x window system<br>
6302x11 6042/udp # x11<br><br>x window system<br>
6303x11 6043/tcp # x11<br><br>x window system<br>
6304x11 6043/udp # x11<br><br>x window system<br>
6305x11 6044/tcp # x11<br><br>x window system<br>
6306x11 6044/udp # x11<br><br>x window system<br>
6307x11 6045/tcp # x11<br><br>x window system<br>
6308x11 6045/udp # x11<br><br>x window system<br>
6309x11 6046/tcp # x11<br><br>x window system<br>
6310x11 6046/udp # x11<br><br>x window system<br>
6311x11 6047/tcp # x11<br><br>x window system<br>
6312x11 6047/udp # x11<br><br>x window system<br>
6313x11 6048/tcp # x11<br><br>x window system<br>
6314x11 6048/udp # x11<br><br>x window system<br>
6315x11 6049/tcp # x11<br><br>x window system<br>
6316x11 6049/udp # x11<br><br>x window system<br>
6317x11 6050/tcp # x11<br><br>x window system<br>
6318x11 6050/udp # x11<br><br>x window system<br>
6319x11/AVG-Server 6051/tcp # x11<br><br>x window system<br>, AVG anti-virus client connection to DataCenter
6320x11 6051/udp # x11<br><br>x window system<br>
6321x11 6052/tcp # x11<br><br>x window system<br>
6322x11 6052/udp # x11<br><br>x window system<br>
6323x11 6053/tcp # x11<br><br>x window system<br>
6324x11 6053/udp # x11<br><br>x window system<br>
6325x11 6054/tcp # x11<br><br>x window system<br>
6326x11 6054/udp # x11<br><br>x window system<br>
6327x11 6055/tcp # x11<br><br>x window system<br>
6328x11 6055/udp # x11<br><br>x window system<br>
6329x11 6056/tcp # x11<br><br>x window system<br>
6330x11 6056/udp # x11<br><br>x window system<br>
6331x11 6057/tcp # x11<br><br>x window system<br>
6332x11 6057/udp # x11<br><br>x window system<br>
6333x11 6058/tcp # x11<br><br>x window system<br>
6334x11 6058/udp # x11<br><br>x window system<br>
6335x11 6059/tcp # x11<br><br>x window system<br>
6336x11 6059/udp # x11<br><br>x window system<br>
6337x11 6060/tcp # x11<br><br>x window system<br>
6338x11 6060/udp # x11<br><br>x window system<br>
6339x11 6061/tcp # x11<br><br>x window system<br>
6340x11 6061/udp # x11<br><br>x window system<br>
6341x11 6062/tcp # x11<br><br>x window system<br>
6342x11 6062/udp # x11<br><br>x window system<br>
6343x11 6063/tcp # x11<br><br>x window system<br>
6344x11 6063/udp # x11<br><br>x window system<br>
6345ndl-ahp-svc 6064/tcp # ndl-ahp-svc<br><br>ndl-ahp-svc<br>
6346ndl-ahp-svc 6064/udp # ndl-ahp-svc<br><br>ndl-ahp-svc<br>
6347winpharaoh 6065/tcp # winpharaoh<br><br>winpharaoh<br>
6348winpharaoh 6065/udp # winpharaoh<br><br>winpharaoh<br>
6349ewctsp 6066/tcp # ewctsp<br><br>ewctsp<br>
6350ewctsp 6066/udp # ewctsp<br><br>ewctsp<br>
6351srb 6067/tcp # srb<br><br>srb<br>
6352srb 6067/udp # srb<br><br>srb<br>
6353gsmp 6068/tcp # gsmp<br><br>gsmp<br>
6354gsmp 6068/udp # gsmp<br><br>gsmp<br>
6355trip 6069/tcp # trip<br><br>trip<br>
6356trip 6069/udp # trip<br><br>trip<br>
6357messageasap 6070/tcp # messageasap<br><br>messageasap<br>
6358messageasap 6070/udp # messageasap<br><br>messageasap<br>
6359ssdtp 6071/tcp # ssdtp<br><br>ssdtp<br>
6360ssdtp 6071/udp # ssdtp<br><br>ssdtp<br>
6361 /tcp #
6362diagmose-proc 6072/udp # diagmose-proc<br><br>diagnose-proc<br>
6363directplay8 6073/tcp # directplay8<br><br>directplay8<br>
6364directplay8 6073/udp # directplay8<br><br>directplay8<br>
6365synchronet-db 6100/tcp # synchronet-db<br><br>synchronet-db<br>
6366synchronet-db 6100/udp # synchronet-db<br><br>synchronet-db<br>
6367synchronet-rtc 6101/tcp # synchronet-rtc<br><br>synchronet-rtc<br>
6368synchronet-rtc 6101/udp # synchronet-rtc<br><br>synchronet-rtc<br>
6369synchronet-upd 6102/tcp # synchronet-upd<br><br>synchronet-upd<br>
6370synchronet-upd 6102/udp # synchronet-upd<br><br>synchronet-upd<br>
6371rets 6103/tcp # rets<br><br>rets<br>
6372rets 6103/udp # rets<br><br>rets<br>
6373dbdb 6104/tcp # dbdb<br><br>dbdb<br>
6374dbdb 6104/udp # dbdb<br><br>dbdb<br>
6375primaserver 6105/tcp # primaserver<br><br>prima server<br>
6376primaserver 6105/udp # primaserver<br><br>prima server<br>
6377mpsserver 6106/tcp # mpsserver<br><br>mps server<br>
6378mpsserver 6106/udp # mpsserver<br><br>mps server<br>
6379etc-control 6107/tcp # etc-control<br><br>etc control<br>
6380etc-control 6107/udp # etc-control<br><br>etc control<br>
6381sercomm-scadmin 6108/tcp # sercomm-scadmin<br><br>sercomm-scadmin<br>
6382sercomm-scadmin 6108/udp # sercomm-scadmin<br><br>sercomm-scadmin<br>
6383globecast-id 6109/tcp # globecast-id<br><br>globecast-id<br>
6384globecast-id 6109/udp # globecast-id<br><br>globecast-id<br>
6385gnutella/gnutella 6346/tcp # gnutella<br><br>gnutella, the gnu napster<br>, Gnutella, Limewire, Morpheus, BearShare
6386gnutella 6346/udp # Gnutella, Limewire, Morpheus, BearShare
6387info-cachesvr 6403/tcp # Info - Cache Server<BR>
6388 /udp #
6389reserved1 6407/tcp # reserved1<br><br><br>
6390 /udp #
6391reserved2 6408/tcp # reserved2<br><br><br>
6392 /udp #
6393reserved3 6409/tcp # reserved3<br><br><br>
6394 /udp #
6395reserved4 6410/tcp # reserved4<br><br><br>
6396 /udp #
6397dhcp-failover 647/tcp # dhcp-failover<br><br>dhcp failover<br>
6398dhcp-failover 647/udp # dhcp-failover<br><br>dhcp failover<br>
6399 /tcp #
6400ircu 6666/udp # ircu<br><br>ircu<br>
6401ircu 6669/tcp # ircu<br><br>ircu<br>
6402ircu 6669/udp # ircu<br><br>ircu<br>
6403swx 7301/tcp # swx<br><br>the swiss exchange<br>
6404 /udp #
6405swx 7302/tcp # swx<br><br>the swiss exchange<br>
6406 /udp #
6407swx 7303/tcp # swx<br><br>the swiss exchange<br>
6408 /udp #
6409swx 7304/tcp # swx<br><br>the swiss exchange<br>
6410 /udp #
6411swx 7305/tcp # swx<br><br>the swiss exchange<br>
6412 /udp #
6413swx 7306/tcp # swx<br><br>the swiss exchange<br>
6414 /udp #
6415swx 7307/tcp # swx<br><br>the swiss exchange<br>
6416 /udp #
6417swx 7308/tcp # swx<br><br>the swiss exchange<br>
6418 /udp #
6419swx 7309/tcp # swx<br><br>the swiss exchange<br>
6420 /udp #
6421swx 7310/tcp # swx<br><br>the swiss exchange<br>
6422 /udp #
6423swx 7311/tcp # swx<br><br>the swiss exchange<br>
6424 /udp #
6425swx 7312/tcp # swx<br><br>the swiss exchange<br>
6426 /udp #
6427swx 7313/tcp # swx<br><br>the swiss exchange<br>
6428 /udp #
6429swx 7314/tcp # swx<br><br>the swiss exchange<br>
6430 /udp #
6431swx 7315/tcp # swx<br><br>the swiss exchange<br>
6432 /udp #
6433swx 7316/tcp # swx<br><br>the swiss exchange<br>
6434 /udp #
6435swx 7317/tcp # swx<br><br>the swiss exchange<br>
6436 /udp #
6437swx 7318/tcp # swx<br><br>the swiss exchange<br>
6438 /udp #
6439swx 7319/tcp # swx<br><br>the swiss exchange<br>
6440 /udp #
6441swx 7320/tcp # swx<br><br>the swiss exchange<br>
6442 /udp #
6443swx 7321/tcp # swx<br><br>the swiss exchange<br>
6444 /udp #
6445swx 7322/tcp # swx<br><br>the swiss exchange<br>
6446 /udp #
6447swx 7323/tcp # swx<br><br>the swiss exchange<br>
6448 /udp #
6449swx 7324/tcp # swx<br><br>the swiss exchange<br>
6450 /udp #
6451swx 7325/tcp # swx<br><br>the swiss exchange<br>
6452 /udp #
6453swx 7326/tcp # swx<br><br>the swiss exchange, internet citizen's band<br>
6454 /udp #
6455swx 7327/tcp # swx<br><br>the swiss exchange<br>
6456 /udp #
6457swx 7328/tcp # swx<br><br>the swiss exchange<br>
6458 /udp #
6459swx 7329/tcp # swx<br><br>the swiss exchange<br>
6460 /udp #
6461swx 7330/tcp # swx<br><br>the swiss exchange<br>
6462 /udp #
6463swx 7331/tcp # swx<br><br>the swiss exchange<br>
6464 /udp #
6465swx 7332/tcp # swx<br><br>the swiss exchange<br>
6466 /udp #
6467swx 7333/tcp # swx<br><br>the swiss exchange<br>
6468 /udp #
6469swx 7334/tcp # swx<br><br>the swiss exchange<br>
6470 /udp #
6471swx 7335/tcp # swx<br><br>the swiss exchange<br>
6472 /udp #
6473swx 7336/tcp # swx<br><br>the swiss exchange<br>
6474 /udp #
6475swx 7337/tcp # swx<br><br>the swiss exchange<br>
6476 /udp #
6477swx 7338/tcp # swx<br><br>the swiss exchange<br>
6478 /udp #
6479swx 7339/tcp # swx<br><br>the swiss exchange<br>
6480 /udp #
6481swx 7340/tcp # swx<br><br>the swiss exchange<br>
6482 /udp #
6483swx 7341/tcp # swx<br><br>the swiss exchange<br>
6484 /udp #
6485swx 7342/tcp # swx<br><br>the swiss exchange<br>
6486 /udp #
6487swx 7343/tcp # swx<br><br>the swiss exchange<br>
6488 /udp #
6489swx 7344/tcp # swx<br><br>the swiss exchange<br>
6490 /udp #
6491swx 7345/tcp # swx<br><br>the swiss exchange<br>
6492 /udp #
6493swx 7346/tcp # swx<br><br>the swiss exchange<br>
6494 /udp #
6495swx 7347/tcp # swx<br><br>the swiss exchange<br>
6496 /udp #
6497swx 7348/tcp # swx<br><br>the swiss exchange<br>
6498 /udp #
6499swx 7349/tcp # swx<br><br>the swiss exchange<br>
6500 /udp #
6501swx 7350/tcp # swx<br><br>the swiss exchange<br>
6502 /udp #
6503swx 7351/tcp # swx<br><br>the swiss exchange<br>
6504 /udp #
6505swx 7352/tcp # swx<br><br>the swiss exchange<br>
6506 /udp #
6507swx 7353/tcp # swx<br><br>the swiss exchange<br>
6508 /udp #
6509swx 7354/tcp # swx<br><br>the swiss exchange<br>
6510 /udp #
6511swx 7355/tcp # swx<br><br>the swiss exchange<br>
6512 /udp #
6513swx 7356/tcp # swx<br><br>the swiss exchange<br>
6514 /udp #
6515swx 7357/tcp # swx<br><br>the swiss exchange<br>
6516 /udp #
6517swx 7358/tcp # swx<br><br>the swiss exchange<br>
6518 /udp #
6519swx 7359/tcp # swx<br><br>the swiss exchange<br>
6520 /udp #
6521swx 7360/tcp # swx<br><br>the swiss exchange<br>
6522 /udp #
6523swx 7361/tcp # swx<br><br>the swiss exchange<br>
6524 /udp #
6525swx 7362/tcp # swx<br><br>the swiss exchange<br>
6526 /udp #
6527swx 7363/tcp # swx<br><br>the swiss exchange<br>
6528 /udp #
6529swx 7364/tcp # swx<br><br>the swiss exchange<br>
6530 /udp #
6531swx 7365/tcp # swx<br><br>the swiss exchange<br>
6532 /udp #
6533swx 7366/tcp # swx<br><br>the swiss exchange<br>
6534 /udp #
6535swx 7367/tcp # swx<br><br>the swiss exchange<br>
6536 /udp #
6537swx 7368/tcp # swx<br><br>the swiss exchange<br>
6538 /udp #
6539swx 7369/tcp # swx<br><br>the swiss exchange<br>
6540 /udp #
6541 /tcp #
6542sometimes-rpc2 737/udp # sometimes-rpc2<br><br>rusersd on my openbsd box<br>
6543swx 7370/tcp # swx<br><br>the swiss exchange<br>
6544 /udp #
6545swx 7371/tcp # swx<br><br>the swiss exchange<br>
6546 /udp #
6547swx 7372/tcp # swx<br><br>the swiss exchange<br>
6548 /udp #
6549swx 7373/tcp # swx<br><br>the swiss exchange<br>
6550 /udp #
6551swx 7374/tcp # swx<br><br>the swiss exchange<br>
6552 /udp #
6553swx 7375/tcp # swx<br><br>the swiss exchange<br>
6554 /udp #
6555swx 7376/tcp # swx<br><br>the swiss exchange<br>
6556 /udp #
6557swx 7377/tcp # swx<br><br>the swiss exchange<br>
6558 /udp #
6559swx 7378/tcp # swx<br><br>the swiss exchange<br>
6560 /udp #
6561swx 7379/tcp # swx<br><br>the swiss exchange<br>
6562 /udp #
6563swx 7380/tcp # swx<br><br>the swiss exchange<br>
6564 /udp #
6565swx 7381/tcp # swx<br><br>the swiss exchange<br>
6566 /udp #
6567swx 7382/tcp # swx<br><br>the swiss exchange<br>
6568 /udp #
6569swx 7383/tcp # swx<br><br>the swiss exchange<br>
6570 /udp #
6571swx 7384/tcp # swx<br><br>the swiss exchange<br>
6572 /udp #
6573swx 7385/tcp # swx<br><br>the swiss exchange<br>
6574 /udp #
6575swx 7386/tcp # swx<br><br>the swiss exchange<br>
6576 /udp #
6577swx 7387/tcp # swx<br><br>the swiss exchange<br>
6578 /udp #
6579swx 7388/tcp # swx<br><br>the swiss exchange<br>
6580 /udp #
6581swx 7389/tcp # swx<br><br>the swiss exchange<br>
6582 /udp #
6583swx 7390/tcp # swx<br><br>the swiss exchange<br>
6584 /udp #
6585netcp 740/tcp # netcp<br><br>netscout control protocol<br>
6586netcp 740/udp # netcp<br><br>netscout control protocol<br>
6587priv-dial 75/tcp # priv-dial<br><br>any private dial out service<br>
6588priv-dial 75/udp # priv-dial<br><br>any private dial out service<br>
6589 /tcp #
6590cucme-3 7650/udp # cucme-3<br><br>cucme live video/audio server<br>
6591 /tcp #
6592cucme-4 7651/udp # cucme-4<br><br>cucme live video/audio server<br>
6593minivend 7786/tcp # minivend<br><br>minivend<br>
6594minivend 7786/udp # minivend<br><br>minivend<br>
6595hp-collector 781/tcp # hp-collector<br><br>hp performance data collector<br>
6596hp-collector 781/udp # hp-collector<br><br>hp performance data collector<br>
6597hp-managed-node 782/tcp # hp-managed-node<br><br>hp performance data managed node<br>
6598hp-managed-node 782/udp # hp-managed-node<br><br>hp performance data managed node<br>
6599hp-alarm-mgr 783/tcp # hp-alarm-mgr<br><br>hp performance data alarm manager<br>
6600hp-alarm-mgr 783/udp # hp-alarm-mgr<br><br>hp performance data alarm manager<br>
6601controlit 799/tcp # controlit<br><br><br>
6602 /udp #
6603supfilesrv 871/tcp # supfilesrv<br><br>sup server, for sup<br>
6604 /udp #
6605openqueue 8764/tcp # openqueue<br><br>openqueue<br>
6606openqueue 8764/udp # openqueue<br><br>openqueue<br>
6607jetdirect 9100/tcp # jetdirect<br><br>hp jetdirect card<br>
6608 /udp #
6609sctp-tunneling 9899/tcp # sctp-tunneling<br><br>sctp tunneling<br>
6610sctp-tunneling 9899/udp # sctp-tunneling<br><br>sctp tunneling<br>
6611apcpcpluswin1 9950/tcp # apcpcpluswin1<br><br>apcpcpluswin1<br>
6612apcpcpluswin1 9950/udp # apcpcpluswin1<br><br>apcpcpluswin1<br>
6613apcpcpluswin2 9951/tcp # apcpcpluswin2<br><br>apcpcpluswin2<br>
6614apcpcpluswin2 9951/udp # apcpcpluswin2<br><br>apcpcpluswin2<br>
6615apcpcpluswin3 9952/tcp # apcpcpluswin3<br><br>apcpcpluswin3<br>
6616apcpcpluswin3 9952/udp # apcpcpluswin3<br><br>apcpcpluswin3<br>
6617palace 9993/tcp # palace<br><br>palace<br>
6618palace 9993/udp # palace<br><br>palace<br>
6619palace 9994/tcp # palace<br><br>palace<br>
6620palace 9994/udp # palace<br><br>palace<br>
6621palace 9995/tcp # palace<br><br>palace<br>
6622palace 9995/udp # palace<br><br>palace<br>
6623palace 9996/tcp # palace<br><br>palace<br>
6624palace 9996/udp # palace<br><br>palace<br>
6625palace 9997/tcp # palace<br><br>palace<br>
6626palace 9997/udp # palace<br><br>palace<br>
6627waste 1337/tcp # p2p file sharing: http://www.sourceforget.net/projects/waste/
6628 /udp #
6629power-broker/pbmaster 24345/tcp # Symark Power-Broker, PowerBroker Master Daemon
6630 /udp #
6631power-broker/pblocald 24346/tcp # Symark Power-Broker, PowerBroker local daemon
6632 /udp #
6633power-broker 24347/tcp # Symark Power-Broker
6634 /udp #
6635Google-desktop 4664/tcp # Google Desktop search agent port, HTTP. Localhost only.
6636 /udp #
6637tftpn 5452/tcp # Sequoia failover xport (Nokia)
6638 /udp #
6639DB2 50000/tcp # IBM DB2
6640 /udp #
6641webmail2 3511/tcp #
6642 /udp #
6643sadmin 698/tcp # Solaris sadmin
6644 /udp #
6645ca-licmgr 10204/tcp # Computer Associates License Manager
6646 /udp #
6647hddtemp 7634/tcp #
6648 /udp #
6649bf2/battlefield2 16567/tcp # Battlefield II,
6650 /udp #
6651LCDproc 13666/tcp #
6652 /udp #
6653famatech -admin 4899/tcp # famatech remote administrator
6654 /udp #
6655limewire 6347/tcp # Limewire, Morpheus
6656limewire 6347/udp # Limewire, Morpheus
6657Emule-Edonkey 4662/tcp # P2P
6658 /udp #
6659BitTorrent 6881/tcp # P2P
6660BitTorrent 6881/udp # P2P
6661BitTorrent 6882/tcp # P2P
6662BitTorrent 6882/udp # P2P
6663BitTorrent 6883/tcp # P2P
6664BitTorrent 6883/udp # P2P
6665BitTorrent 6884/tcp # P2P
6666BitTorrent 6884/udp # P2P
6667BitTorrent 6885/tcp # P2P
6668BitTorrent 6885/udp # P2P
6669BitTorrent 6886/tcp # P2P
6670BitTorrent 6886/udp # P2P
6671BitTorrent 6887/tcp # P2P
6672BitTorrent 6887/udp # P2P
6673BitTorrent 6888/tcp # P2P
6674BitTorrent 6888/udp # P2P
6675BitTorrent 6889/tcp # P2P
6676BitTorrent 6889/udp # P2P
6677 /tcp #
6678winmx 6257/udp # WinMx, Napster
6679AVG-Server 4156/tcp # AVG TCP Server connection
6680 /udp #
6681AVG-Agent 6150/tcp # AVG Agent port (for remote installation)
6682 /udp #
6683Interwoven-CMS 3434/tcp # Interwoven Content Management System
6684 /udp #
6685db2 6789/tcp # IBM DB2
6686 /udp #
6687OperaBT 18768/tcp # Opera browser's Bittorrent client
6688 /udp #
6689DMRC 6129/tcp # DMRC Client Agent Service, http://www.dameware.com/
6690 /udp #
6691MikroTik Router OS Winbox Configuration Interface 8291/tcp #
6692 /udp #
6693MikroTik Router OS API Custom Management Inferface 8278/tcp #
6694 /udp #
6695VxWorks-debug 17185/tcp #
6696 /udp #