# WHATPORT(9098)

## NAME

port 9098 — Unassigned — No IANA registration and no common software — an open 9098 is whatever someone put there.

Protocol: TCP  
IANA registry

## DESCRIPTION

9098 is unassigned in the IANA service name and port number registry, and nmap's services file lists it as unknown with a very low observed frequency. There is no standard protocol, no default daemon, and no well-documented malware association to report. If you find it open, the answer comes from the host itself: a service-version scan or the process listening on the box.

## EXPOSURE

**Expose with care.** The verdict depends entirely on what is actually bound there; identify the service before deciding, and do not assume an unregistered high port is harmless.

## CHECK

```sh
nmap -sV -Pn -p 9098 TARGET
```

## 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)
- source — [nmap-services (port frequency and name table)](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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