Skip to main content
Zondex
login
Browse Stats Pricing Blog Dorks How-To Docs
sensors

Open Port

A network port that is accepting connections, indicating a running service that can be accessed remotely.

What is an Open Port?

An open port is a TCP or UDP port number that is actively accepting connections or packets. When a port is open, it means a service or application is listening on that port and can potentially communicate with clients.

Port States

State Description Security Implication
Open A service is listening and accepting connections Potential attack surface
Closed Port is accessible but no service is listening Minimal risk
Filtered A firewall or filter is blocking access Protected

Common Open Ports

Port Service Protocol Description
22 SSH TCP Secure Shell remote access
80 HTTP TCP Web server (unencrypted)
443 HTTPS TCP Web server (encrypted)
21 FTP TCP File Transfer Protocol
25 SMTP TCP Email sending
3306 MySQL TCP MySQL database
3389 RDP TCP Remote Desktop Protocol
5432 PostgreSQL TCP PostgreSQL database
6379 Redis TCP Redis cache/database
8080 HTTP-Alt TCP Alternative web server
27017 MongoDB TCP MongoDB database

Security Risks

Open ports can present security risks:

  • Attack surface — each open port is a potential entry point for attackers
  • Information disclosure — services may reveal version info in banners
  • Unauthorized access — misconfigured services may allow unauthenticated access
  • Exploitation — services with known CVEs can be exploited remotely

Best Practices

  1. Only open ports that are strictly necessary
  2. Use firewalls to restrict access by IP or network
  3. Regularly scan and audit open ports
  4. Keep all services updated and patched
  5. Use strong authentication on all exposed services

Search on Zondex

Use the port: filter to search for specific open ports:

  • port:22 — find all hosts with SSH open
  • port:3389 — find all hosts with RDP open
  • port:27017 product:MongoDB — find exposed MongoDB instances
  • port:6379 product:Redis — find exposed Redis instances
search

Try it on Zondex

See Open Port data in action with these search queries:

support_agent
Zondex Support
Usually replies within minutes
Hi there!
Send us a message and we'll reply as soon as possible.