SiteAlertAI SiteAlertAI
๐Ÿ›ฐ Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX Record โœ‰ Email Header ๐ŸŽฃ URL Check ๐ŸŒ IP Geo
๐Ÿ›ฐ Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX Record โœ‰ Email Header ๐ŸŽฃ URL Check ๐ŸŒ IP Geo
โ† All articles
Web Security 2026-01-22 ยท 5 min read

Open Ports: What They Reveal and Which Ones to Close

A port is a numbered channel a server uses for a particular service โ€” 443 for HTTPS, 22 for SSH, 3306 for MySQL. Each port that is open and reachable from the internet is part of your attack surface.

Common ports and the risk

  • 80 / 443 โ€” web traffic; expected to be open.
  • 22 (SSH) โ€” administration. Restrict to known IPs or a VPN; never leave it open to the world with password auth.
  • 3306 (MySQL), 5432 (PostgreSQL), 6379 (Redis), 27017 (MongoDB) โ€” databases should never face the public internet. Exposed databases are a frequent cause of mass data breaches.
  • 21 (FTP), 23 (Telnet) โ€” legacy and unencrypted; replace with SFTP/SSH.

Reducing exposure

Apply the principle of least exposure: close everything that does not need to be public, bind internal services to localhost or a private network, and put a firewall in front. A port scan shows which common ports respond on your host.

Put this into practice
Run a free, private scan โ€” no login, nothing stored.
๐Ÿ›ก Web Scan ๐Ÿ”’ SSL/TLS ๐Ÿ“ฌ MX & Email ๐ŸŽฃ URL Check

Related articles

Web Security What Is a Web Application Firewall (WAF) and Do You Need One? A WAF filters malicious traffic before it reaches your app. Learn what it catches, what it does not, and when it is worth it. Web Security CVEs and Outdated Software: Why Version Numbers Matter A known vulnerability in an unpatched server is the easiest way in for attackers. Here is how CVEs work and how to stay ahead. Web Security Exposed .git, .env and Backup Files: A Silent Data Leak Misconfigured servers often expose source code, credentials and backups to anyone who asks. Here is how to find and stop it.
SiteAlertAI · © 2026 All rights reserved · Built for security professionals and developers.
Blog Guides Privacy Terms About Contact Social

⚠ For authorised security testing only. Scanning domains you do not own may violate laws in your jurisdiction. SiteAlertAI accepts no liability for misuse. CVE data is indicative โ€” verify with NVD.