lookup_port
Identify what service runs on any port, whether it is safe to expose, and search by service name like 'redis'. Get exposure verdict, related ports, and optional detailed explainer.
Instructions
What runs on a port and whether it is safe to expose. Covers the 100 ports whatismynetip.com documents by hand: service, protocols, category, common software, an exposure verdict (never / caution / normal) with the reasoning, and related ports. Give a port number, or a query like 'redis' or 'wireguard' to search by service. detail:true adds the full explainer and FAQ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number, 0–65535. | |
| query | No | Search by service, software or category instead of a number. | |
| detail | No | Include the long explainer and FAQ (default false). |