# WHATPORT(7435)

## NAME

port 7435 — Unassigned — Unassigned at IANA — no standard service, so whatever answers here is local to that host.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA lists 7432-7436 as an unassigned block; the nearest registration is 7437 (faximum). Nmap's services file carries no name for it and scores it at about 0.03% open-port frequency, so it is not a port that any common product claims by default. Listeners here are private applications, an admin-chosen port, or a container publishing something arbitrary.

## EXPOSURE

**Expose with care.** An unassigned port is not automatically safe or unsafe — identify the process, then judge that service. Do not open it on a public interface until you know what answers.

## CHECK

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

## SEE ALSO

- iana — [IANA port registry — 7435 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=7435) (iana.org)
- source — [nmap-services — the port/frequency database Nmap ships](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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