Port 137 โ NetBIOS-NS
UDP ยท Port 137/UDP is used for NetBIOS Name Service (NBNS) queries, which help devices on a network discover and identify each other. This service is critical for Windows-based networks to function properly. It's also a common target for reconnaissance attacks.
- Port Number
- 137
- Service Name
- NetBIOS-NS
- Protocol
- UDP
- Common Software
- Samba, Windows
Security Notes
Review IANA registry for port 137 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 137 is used for NetBIOS-NS. Port 137/UDP is used for NetBIOS Name Service (NBNS) queries, which help devices on a network discover and identify each other. This service is critical for Windows-based networks to function properly. It's also a common target for reconnaissance attacks. Common software: Samba, Windows.
Review IANA registry for port 137 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 137 <target> or check locally: ss -tlnp | rg 137