# WHATPORT(35500)

## NAME

port 35500 — Unassigned — A round, memorable number with no registration behind it — pure convention when you find it in use.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA does not assign 35500, and Nmap has no service name for it, recording it open on roughly 0.08% of scanned hosts. Round numbers like this get picked by hand for internal services precisely because they are easy to remember, which is the usual reason one is listening. The number is also inside Linux's default ephemeral range, so not every open socket here is a server.

## EXPOSURE

**Expose with care.** A hand-picked port often means a hand-rolled service; confirm what it is and whether it authenticates before it faces anything untrusted.

## CHECK

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

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry — 35500](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=35500) (iana.org)
- source — [nmap/nmap — nmap-services (port frequency database)](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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