|
Port 22 Details
known port assignments
threat/application/port search:
| Port(s) |
Protocol |
Service |
Details |
Source |
| 22 |
udp |
PC-Anywhere |
Old verson of pcAnywhere uses port 22/udp (no relation to ssh and port 22/tcp).
The real pcAnywhere port is 5632. The value 0x0016 (hex) is 22 decimal; the value of 0x1600 (hex) is 5632 decimal. Some say that pcAnywhere had a byte-swapping bug that led to its incorrect use of port 22. |
SG |
| 22 |
tcp |
SSH |
Secure Shell - most common use is command line access, secure replacement of Telnet. Could also be used as an encrypted tunnel for secure communication of virtually any service.
Some trojans also use this port: InCommand, Shaft, Skun |
SG |
| 22 |
tcp,udp |
|
Secure Shell (SSH) - used for secure logins, file transfers (scp, sftp) and port forwarding (official) |
Wikipedia |
| 22 |
tcp |
trojan |
InCommand, Shaft, Skun |
Trojans |
| 22 |
tcp,udp |
ssh |
SSH Remote Login Protocol [RFC4960] |
IANA |
| 22 |
tcp,udp |
ssh |
SSH Remote Login Protocol |
SANS |
| 22,57,80,3660,3663,4665 |
tcp,udp |
applications |
AudioReQuest |
Portforward |
| 22 |
tcp,udp |
applications |
iGet |
Portforward |
| 22 |
tcp,udp |
applications |
Networdz |
Portforward |
| 22 |
tcp,udp |
applications |
SSH |
Portforward |
| 22,2992,3670 |
tcp,udp |
applications |
VideoReQuest |
Portforward |
| 22 |
tcp,udp |
ssh |
Secure Shell Login |
Nmap |
| 22 |
tcp |
Adoresshd |
[trojan] Adore sshd |
Neophasis |
| 22 |
tcp |
Shaft |
[trojan] Shaft |
Neophasis |
| 22 |
udp |
pcanywhere |
PCAnywhere (deprecated) |
Neophasis |
15 records found
« back to SG Ports
External Resources
SANS Internet Storm Center: port 22
tantalo.net port assignments: port 22
GRC: port 22
Notes:
Well Known Ports: 0 through 1023.
Registered Ports: 1024 through 49151.
Dynamic/Private : 49152 through 65535.
TCP ports use the Transmission Control Protocol. TCP is one of the main protocols in
TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts
to establish a connection and exchange streams of data. TCP guarantees delivery of data
and that packets will be delivered in the same order in which they were sent.
Guaranteed communication is the key difference between TCP and UDP.
UDP ports use the Datagram Protocol, a communications protocol for the Internet network,
transport, and session layers. Like TCP (Transmission Control Protocol),
UDP is used with IP (the Internet Protocol) and makes possible the transmission of datagrams
from one computer to applications on another computer, but unlike TCP, UDP is connectionless
and does not guarantee reliable communication; it's up to the application that received
the message to process any errors and verify correct delivery.
|