# WHATPORT(52848)

## NAME

port 52848 — Unassigned (dynamic range) — Unregistered, unnamed, and listed by Nmap on both TCP and UDP.

Protocol: TCP  
IANA registry

## DESCRIPTION

52848 has no IANA registration because it falls in the Dynamic/Private range that RFC 6335 excludes from assignment. Nmap's nmap-services carries two rows for it — TCP at 0.000228 and UDP at 0.000502 — meaning Nmap's scan corpus found it open more often over UDP than TCP, though neither figure is large. No named service or malware is documented for it in the SANS ISC port database. Anything found listening here is an application that chose the number, not a standard.

## EXPOSURE

**Expose with care.** Unknown service, unknown authentication. Do not forward it through a firewall until you know what binds it.

## CHECK

```sh
nmap -Pn -sV --version-all -p 52848 TARGET
```

## SEE ALSO

- spec — [RFC 6335 — Dynamic Ports (49152-65535)](https://www.rfc-editor.org/rfc/rfc6335.html) (rfc-editor.org)
- iana — [IANA port registry — search 52848](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=52848) (iana.org)
- source — [nmap/nmap — nmap-services frequency data](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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