# WHATPORT(32778)

## NAME

port 32778 — Unassigned / dynamic ONC RPC — Past the end of the registered FileNet block — unassigned, and typically a dynamically bound RPC program.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA's registrations stop at 32777; 32778 begins the unassigned 32778–32800 block, so there is no official service name. Nmap calls it sometimes-rpc19 with the comment "Sometimes an RPC port on my Solaris box (rstatd)", reflecting the same dynamic ONC RPC allocation that fills 32770 upward. On Linux it is inside the default ephemeral range (32768–60999) and is just as likely to be an outbound socket or a published container port. Identify the listener; the number carries no meaning of its own.

## EXPOSURE

**Expose with care.** rstatd and its neighbours hand out host telemetry with no authentication, and anything else here is unidentified — both argue for keeping the range internal.

## CHECK

```sh
rpcinfo -p TARGET
```

## SEE ALSO

- iana — [IANA port registry — 32778 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=32778) (iana.org)
- spec — [RFC 1833 — Binding Protocols for ONC RPC Version 2](https://www.rfc-editor.org/rfc/rfc1833.html) (rfc-editor.org)
- docs — [rpcbind(8) manual page](https://man7.org/linux/man-pages/man8/rpcbind.8.html) (man7.org)
- source — [nmap-services — Nmap's port frequency and name table](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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