# WHATPORT(1443)

## NAME

port 1443 — ies-lm — Registered to an Integrated Engineering Software license manager; mostly a typo magnet for 443 and 1433.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns 1443 on TCP and UDP to ies-lm, "Integrated Engineering Software", a licence manager for that vendor's simulation products. The port's real notoriety is being one digit away from both 443 and 1433, so it shows up constantly in mistyped firewall rules and connection strings. There is no widely deployed protocol here; an open 1443 is either that vendor's licence daemon or an application someone deliberately parked next to 443.

## EXPOSURE

**Expose with care.** Nothing on 1443 is inherently safe or unsafe — identify the actual listener, and check it is not an admin interface someone assumed was obscure.

## CHECK

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

## SEE ALSO

- 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/1443/> · JSON: <https://whatport.net/1443.json> · full dataset: <https://whatport.net/ports.json>
