# WHATPORT(52822)

## NAME

port 52822 — Unassigned (dynamic range) — Unregistered high port with no known service, carried in Nmap's default scan list.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA does not assign ports above 49151 — RFC 6335 reserves that range for local and dynamic use — so 52822 has no registration to look up. Nmap's nmap-services records it as "unknown" at frequency 0.000456, one of the higher figures among these obscure high ports, which is why it appears in default scan output at all. SANS ISC has no service name for it and no CVE links. Treat a listener here as an unidentified application, not as a known protocol.

## EXPOSURE

**Expose with care.** The frequency data says only that some hosts have something open here, not what. Identify the process before exposing it.

## CHECK

```sh
nc -vz -w 3 TARGET 52822
```

## SEE ALSO

- spec — [RFC 6335 — Dynamic Ports (49152-65535) are not IANA-assignable](https://www.rfc-editor.org/rfc/rfc6335.html) (rfc-editor.org)
- iana — [IANA port registry — search 52822](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=52822) (iana.org)
- docs — [Nmap Reference Guide — the nmap-services file](https://nmap.org/book/nmap-services.html) (nmap.org)

---

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