# WHATPORT(32769)

## NAME

port 32769 — filenet-rpc (IANA) / ephemeral or RPC service — Registered to FileNet RPC, in practice the second port out of the Linux ephemeral pool.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA lists 32769 as filenet-rpc for IBM FileNet, one of the 32768–32777 block, and deployments of it are uncommon. Sitting one above the start of the Linux ephemeral range (32768–60999), it is far more often a socket that asked for any free port — an outbound connection, a container port publish, or a dynamically bound RPC program registered with rpcbind. Nmap sees it as a low-frequency open port with no reliable fingerprint.

## EXPOSURE

**Expose with care.** Treat as an unidentified dynamically assigned service; ask rpcbind or the host's own socket table what it is before exposing it.

## CHECK

```sh
rpcinfo -p TARGET
```

## SEE ALSO

- iana — [IANA port registry — 32769 (filenet-rpc)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=32769) (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)
- docs — [rpcbind(8) manual page](https://man7.org/linux/man-pages/man8/rpcbind.8.html) (man7.org)

---

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