TCP/UDP Port Finder

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

Search results for "acces"

<< < 6 7 8 9 10 11 12 13 14 > >>
Port: 448/UDP
448/UDP - Known port assignments (1 record found)
  • Service
    Details
    Source
  • ddm-ssl
    DDM-Remote DB Access Using Secure Sockets
    IANA
Port: 455/TCP
455/TCP - Known port assignments (5 records found)
  • Service
    Details
    Source
  • creativepartnr
    CreativePartnr
    IANA
  • creativepartnr
    -
    SANS
  • threat
    [threat] Fatal Connections
    Bekkoame
  • fatalconnections
    [trojan] Fatal Connections
    SANS
  • trojan
    [trojan] Fatal Connections. Remote Access. Works on Windows 95, 98 and ME. Aliases: Fatcon, Backdoor.Fatcon
    Simovits
Port: 524/TCP
524/TCP - Known port assignments (3 records found)
  • Service
    Details
    Source
  • ncp
    NCP
    IANA
  •  
    NetWare Core Protocol (NCP) is used for a variety things such as access to primary NetWare server resources, Time Synchronization, etc. (Official)
    WIKI
  • ncp
    -
    SANS
Port: 524/UDP
524/UDP - Known port assignments (3 records found)
  • Service
    Details
    Source
  • ncp
    NCP
    IANA
  •  
    NetWare Core Protocol (NCP) is used for a variety things such as access to primary NetWare server resources, Time Synchronization, etc. (Official)
    WIKI
  • ncp
    -
    SANS
Port: 545/TCP
545/TCP - Known port assignments (3 records found)
  • Service
    Details
    Source
  • appleqtcsrvr
    appleqtcsrvr
    IANA
  •  
    OSIsoft PI (VMS), OSISoft PI Server Client Access (Unofficial)
    WIKI
  • ekshell
    Kerberos encrypted remote shell NAME?
    SANS
Port: 555/TCP
555/TCP - Known port assignments (18 records found)
  • Service
    Details
    Source
  • dsf
    -
    IANA
  • threat
    [threat] 711 trojan (Seven Eleven)
    Bekkoame
  • threat
    [threat] Ini-Killer
    Bekkoame
  • threat
    [threat] Net Administrator
    Bekkoame
  • threat
    [threat] Phase Zero
    Bekkoame
  • threat
    [threat] Phase-0
    Bekkoame
  • threat
    [threat] Stealth Spy
    Bekkoame
  • threat
    [threat] Trojan: phAse Zero
    Bekkoame
  • 711trojan
    [trojan] 711 trojan (Seven Eleven)
    SANS
  • inikiller
    [trojan] Ini-Killer
    SANS
  • ini-killer
    [trojan] Ini-Killer
    SANS
  • netadministrator
    [trojan] Net Administrator
    SANS
  • phase-0
    [trojan] Phase-0
    SANS
  • phasezero
    [trojan] Phase Zero
    SANS
  • stealthspy
    [trojan] Stealth Spy
    SANS
  • trojan
    [trojan] 711 trojan (Seven Eleven). Anti-protection trojan / Remote Access / Keylogger / Steals passwords / Hacking tool / Destructive trojan. Works on Windows 95, 98 and ME. The source code is mainly based on the one of SoftWAR. Aliases: Seven Eleven, Seven1one
    Simovits
  • trojan
    [trojan] Phase Zero. Remote Access. Works on Windows 95, 98 and NT. Aliases: XD trojan, PhaseServer, Win32.Phase
    Simovits
  • trojan
    [trojan] Phase-0. Remote Access. Works on Windows 95, 98 and NT. Aliases: XD trojan, PhaseServer, Win32.Phase
    Simovits
Port: 564/TCP
564/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • 9pfs
    plan 9 file service
    IANA
  • trojan
    [trojan] Oracle. Remote Access. Works on Windows. Aliases: Backdoor.Oracle
    Simovits
Port: 589/TCP
589/TCP - Known port assignments (3 records found)
  • Service
    Details
    Source
  • eyelink
    EyeLink
    IANA
  • eyelink
    -
    SANS
  • trojan
    [trojan] Assasin. Anti-protection trojan / Remote Access / Keylogger / LAN trojan. Works on Windows 95, 98, ME, NT, 2000 and XP. Aliases: A.s.s.A'sin', Backdoor.Assasin, BackDoor.AGS
    Simovits
Port: 600/TCP
600/TCP - Known port assignments (4 records found)
  • Service
    Details
    Source
  • ipcserver
    Sun IPC server
    IANA
  • ipcserver
    Mac OS X RPC-based services. Used by NetInfo, for example.
    Apple
  • sadmind
    [trojan] Sadmind
    SANS
  • trojan
    [trojan] SweetHeart. Remote Access. Works on Windows. Aliases: Backdoor.Zhang, Zhang
    Simovits
Port: 623/TCP
623/TCP - Known port assignments (5 records found)
  • Service
    Details
    Source
  • oob-ws-http
    DMTF out-of-band web services management protocol
    IANA
  • asf-rmcp
    ASF Remote Management and Control Protocol
    Bekkoame
  • aux_bus_shunt
    Aux Bus Shunt
    SANS
  • ipcserver
    Mac OS X RPC-based services. Used by NetInfo, for example.
    Apple
  • trojan
    [trojan] RTB 666. Remote Access / FTP server / IP scanner. Works on Windows, together with MS Internet Explorer. Aliases: Backdoor.RTB
    Simovits
<< < 6 7 8 9 10 11 12 13 14 > >>

About TCP/UDP ports

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