# WHATPORT(8994)

## NAME

port 8994 — Unassigned — Unassigned by IANA and rarely seen — if it is open, something on the host chose it deliberately.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA lists 8992–8996 as Unassigned, so 8994 carries no service name and no expectations. There is no well-documented application or malware family that habitually uses it. The only way to know what is there is to find the listening process locally or fingerprint the service on the wire.

## EXPOSURE

**Expose with care.** Nothing about the port number justifies exposure; decide after you know what answers on it.

## CHECK

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

## SEE ALSO

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

---

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