Port 3389 โ RDP
TCP ยท Port 3389/TCP is used for Remote Desktop Protocol (RDP) connections, allowing users to remotely access and control Windows-based computers. This port is a common target for attacks as it provides unauthorized access to sensitive systems. Proper configuration and monitoring are essential to prevent exploitation.
- Port Number
- 3389
- Service Name
- RDP
- Protocol
- TCP
- Common Software
- Windows Remote Desktop
Security Notes
High-value attack target. Use Network Level Authentication. Enable firewall rules.
FAQ
Port 3389 is used for RDP. Port 3389/TCP is used for Remote Desktop Protocol (RDP) connections, allowing users to remotely access and control Windows-based computers. This port is a common target for attacks as it provides unauthorized access to sensitive systems. Proper configuration and monitoring are essential to prevent exploitation. Common software: Windows Remote Desktop.
High-value attack target. Use Network Level Authentication. Enable firewall rules.
Use nmap: nmap -p 3389 <target> or check locally: ss -tlnp | rg 3389