# WHATPORT(65129)

## NAME

port 65129 — Ivanti Device and Application Control Application Server (non-TLS) — No IANA assignment — it sits in the dynamic/private range — but it is the documented listener for Ivanti Device and Application Control's Application Server when TLS is off.

Protocol: TCP  
IANA registry

## DESCRIPTION

65129 is above 49151, so IANA never assigns it; RFC 6335 reserves 49152-65535 as the Dynamic/Private range for ephemeral and private use. The one well-documented service here is Ivanti Device and Application Control (the old SecureWave/Sanctuary endpoint-control product), whose Application Server listens on 65129 for client and peer-server traffic, or on 65229 when TLS is enabled; managed clients listen on 33115 for server-initiated calls. Otherwise it is an ordinary high port: Windows and macOS/BSD draw ephemeral source ports from 49152-65535, so a 65129 in a packet capture is usually just a client socket. Nmap's service database has no name for it and records it open on roughly 0.04% of scanned hosts.

## EXPOSURE

**Do not expose.** If this is the Ivanti Application Server, it is an endpoint-security management plane running without TLS — keep it on a management network, and prefer the TLS listener on 65229. An unidentified listener here should be identified before it faces anything.

## CHECK

```sh
sudo lsof -nP -iTCP:65129 -sTCP:LISTEN
```

## SEE ALSO

- docs — [Ivanti Device and Application Control — About Application Server-Client Communications](https://help.ivanti.com/ht/help/en_US/IDAC/vNow/admin/application-server-client-comms.htm) (help.ivanti.com)
- spec — [RFC 6335 — IANA Procedures for Port Number Registration (Dynamic/Private range 49152-65535)](https://www.rfc-editor.org/rfc/rfc6335.html) (rfc-editor.org)
- source — [nmap-services — Nmap's port frequency database](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)
- 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/65129/> · JSON: <https://whatport.net/65129.json> · full dataset: <https://whatport.net/ports.json>
