← Port Encyclopedia
143
IMAP
TCP
Email High Risk
Internet Message Access Protocol — email access in cleartext, credential interception

🔍 How to Scan Port 143

nmap -sV -p 143 target
nmap -sV -sC --script=banner -p 143 target
nc -zv target 143

🛡️ Security Considerations

  • Scan port 143 with nmap -sV to identify the exact service and version
  • If IMAP is not needed, close or firewall this port immediately
  • Check for default credentials if a management interface runs on this port
  • Use searchsploit imap to find known exploits
  • Monitor traffic on port 143 with Wireshark or tcpdump for anomalies
  • Ensure the service is patched to the latest version to prevent known CVE exploitation