Exposed Services & Port Scanning

Identify open ports and exposed services on your server.

Exposed Services & Port Scanning

LemWatch checks which services and ports are visible on your server's IP address, helping you identify potential security risks.

What Gets Checked

Risk Levels

Level — Description —

Low — Only expected ports open (80, 443) —

Medium — Admin ports open (22/SSH) but properly configured —

High — Database ports exposed (3306, 5432) or outdated services —

Critical — Known vulnerabilities in exposed services —

Common Issues

How to Fix

  1. Close unnecessary ports — Use firewall rules (iptables, ufw, or cloud security groups)
  2. Update software — Patch services to the latest versions
  3. Use VPN for admin access — Don't expose SSH, databases, or admin panels publicly
  4. Move databases behind a firewall — Database servers should only accept connections from your application servers