# WHATPORT(9898)

## NAME

port 9898 — monkeycom — Registered as MonkeyCom with no published specification — in practice an unidentified high port.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA lists 9898 on both TCP and UDP as `monkeycom`, registered by an individual with no referenced document, and Nmap carries the same name forward. There is no public protocol description, no maintained implementation to point at, and no reason to expect the registered service on a modern network. A listener on 9898 is almost certainly an unrelated application that chose the number; fingerprint it rather than trusting the registry name.

## EXPOSURE

**Expose with care.** The registry name tells you nothing about what is actually answering. Identify the process before making an exposure decision.

## CHECK

```sh
sudo lsof -nP -iTCP:9898 -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/9898/> · JSON: <https://whatport.net/9898.json> · full dataset: <https://whatport.net/ports.json>
