# WHATPORT(1032)

## NAME

port 1032 — Reserved — The third of the 1030-1032 reserved slots — no assignee, no protocol, no expectation.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

Like 1030 and 1031, IANA carries 1032 as a nameless "Reserved" entry marked for removal on 2013-05-24, so nothing is entitled to it and nothing is documented for it. Practically it is another low ephemeral port: legacy Windows hosts allocate RPC endpoints here out of the old 1025-5000 range, and ordinary applications on any OS may bind it opportunistically.

## EXPOSURE

**Expose with care.** Unregistered, so the port carries no security meaning by itself — find the owning process, then judge.

## CHECK

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

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)

---

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