Port 111 โ RPCbind
TCP/UDP ยท Port 111/TCP/UDP is used for the Remote Procedure Call (RPC) binding service, which allows clients to discover and bind to RPC services. This port plays a crucial role in network security as it enables communication between systems and facilitates remote access.
- Port Number
- 111
- Service Name
- RPCbind
- Protocol
- TCP/UDP
- Common Software
- rpcbind, portmap
Security Notes
Review IANA registry for port 111 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 111 is used for RPCbind. Port 111/TCP/UDP is used for the Remote Procedure Call (RPC) binding service, which allows clients to discover and bind to RPC services. This port plays a crucial role in network security as it enables communication between systems and facilitates remote access. Common software: rpcbind, portmap.
Review IANA registry for port 111 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 111 <target> or check locally: ss -tlnp | rg 111