Port 993 โ IMAPS
TCP ยท Port 993/TCP is used for the secure transmission of Internet Message Access Protocol (IMAP) data, allowing users to access and manage email accounts securely. This port is particularly relevant in network security as it enables organizations to protect sensitive email communications from unauthorized access.
- Port Number
- 993
- Service Name
- IMAPS
- Protocol
- TCP
- Common Software
- Dovecot, Cyrus
Security Notes
Review IANA registry for port 993 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 993 is used for IMAPS. Port 993/TCP is used for the secure transmission of Internet Message Access Protocol (IMAP) data, allowing users to access and manage email accounts securely. This port is particularly relevant in network security as it enables organizations to protect sensitive email communications from unauthorized access. Common software: Dovecot, Cyrus.
Review IANA registry for port 993 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 993 <target> or check locally: ss -tlnp | rg 993