# WHATPORT(6896)

## NAME

port 6896 — Unassigned — Not registered with IANA and not tied to any well-known service — whatever answers here is site-specific.

Protocol: TCP  
IANA registry

## DESCRIPTION

6896 has no entry in the IANA service name and port number registry, in either transport. Nmap's services file lists it as "unknown" with an open-frequency of 0.000152, which puts it among the ports it almost never sees open in internet-wide scans. There is no established software, protocol, or malware family that claims it. If it is listening on your host, the answer comes from the process table, not from a port list.

## EXPOSURE

**Expose with care.** An unregistered port tells you nothing about its risk; identify the owning process with lsof or ss before deciding whether it should be reachable.

## CHECK

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

## SEE ALSO

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

---

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