# WHATPORT(10002)

## NAME

port 10002 — documentum — Registered to the EMC (now OpenText) Documentum Content Server; rare on a scan.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA assigns 10002 on TCP and UDP to "EMC-Documentum Content Server Product", registered by Documentum's engineering. The port most Documentum deployments actually depend on is 1489 (dmdocbroker, the connection broker), so 10002 is a secondary registration you seldom meet. Nmap sees it open on about 0.04% of hosts, and there is no way to tell from the number whether a real Content Server or an unrelated application is behind it.

## EXPOSURE

**Expose with care.** An enterprise content repository plane belongs on an internal network. Identify the listener first; a Documentum tier should not be reachable from the internet.

## CHECK

```sh
nmap -sV -p 10002 TARGET
```

## SEE ALSO

- iana — [IANA port registry — 10002 (documentum)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=10002) (iana.org)
- source — [nmap-services — Nmap's port frequency database](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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