# WHATPORT(32785)

## NAME

port 32785 — Unassigned — No IANA registration and no default service — ordinary Linux ephemeral space.

Protocol: TCP  
IANA registry

## DESCRIPTION

32785 is inside IANA's unassigned 32778–32800 block: no service name, no assignee, no reference. Nmap carries it only as an unknown TCP port; the next port up, 32786, is where Nmap resumes RPC naming (mountd). Its practical identity is that it is part of the Linux default ephemeral port range, documented as 32768–60999, so the kernel hands it out to outbound sockets, to programs that bind port 0, and to Docker when publishing a container port without a fixed host port. Finding it open means a process took a free port, not that a known service is running.

## EXPOSURE

**Expose with care.** An anonymous dynamically assigned port — identify the owning process locally; do not firewall-allow the number on the assumption it means something.

## CHECK

```sh
sudo lsof -nP -iTCP:32785 -sTCP:LISTEN
```

## SEE ALSO

- iana — [IANA port registry — 32785 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=32785) (iana.org)
- docs — [Linux kernel documentation — ip-sysctl (ip_local_port_range)](https://www.kernel.org/doc/html/latest/networking/ip-sysctl.html) (kernel.org)

---

HTML: <https://whatport.net/32785/> · JSON: <https://whatport.net/32785.json> · full dataset: <https://whatport.net/ports.json>
