Port 139 โ NetBIOS-SSN
TCP ยท Port 139/TCP is used for the NetBIOS-SSN (Session Service) protocol, which enables communication between devices on a local network. This service is responsible for establishing and terminating connections between NetBIOS applications. It plays a crucial role in file sharing and printing services.
- Port Number
- 139
- Service Name
- NetBIOS-SSN
- Protocol
- TCP
- Common Software
- Samba, Windows
Security Notes
Review IANA registry for port 139 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 139 is used for NetBIOS-SSN. Port 139/TCP is used for the NetBIOS-SSN (Session Service) protocol, which enables communication between devices on a local network. This service is responsible for establishing and terminating connections between NetBIOS applications. It plays a crucial role in file sharing and printing services. Common software: Samba, Windows.
Review IANA registry for port 139 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 139 <target> or check locally: ss -tlnp | rg 139