Skip to content
Service Autocomplete

Service Autocomplete

netbobr includes a built-in database of 217 known network services that powers autocomplete in any port field throughout the application.

Service autocomplete walkthrough

How it works

  1. Start typing a service name in any port field (Manual Entry tab or CSV port column).
  2. Autocomplete suggestions appear as you type, showing the service name, port number, and protocol.
  3. Select a service to auto-fill the port number and set the protocol (TCP or UDP) automatically.

Fuzzy matching

Autocomplete uses fuzzy matching, so partial or abbreviated names work:

You typeMatches
SSHSSH (22/TCP)
HTTPSHTTPS (443/TCP)
SQLMSSQL (1433/TCP), MySQL (3306/TCP), PostgreSQL (5432/TCP)
DNSDNS (53/UDP), DNS-TCP (53/TCP)
RDPRDP (3389/TCP)

Risk levels and advisories

Each service in the database has an associated risk level and advisory text:

Risk LevelMeaningExamples
LOWGenerally safe, commonly allowedHTTPS (443), DNS (53)
MEDIUMAcceptable in controlled environmentsSSH (22), SMTP (25)
HIGHShould be restricted or monitoredRDP (3389), FTP (21)
CRITICALRarely appropriate in productionTelnet (23), TFTP (69)

The risk level is displayed in the autocomplete dropdown and contributes to the Port Exposure factor of the risk score.

Numeric passthrough

If you type a port number directly (e.g., 443 or 8080), the field accepts it as-is without triggering autocomplete. This lets you enter custom or non-standard ports that are not in the service database.