# WHATPORT(8002)

## NAME

port 8002 — Teradata ORDBMS (IANA), HTTP alternate — Registered to Teradata, used in practice as yet another alternate HTTP port.

Protocol: TCP  
IANA: teradataordbms

## DESCRIPTION

IANA assigns 8002/tcp and /udp to teradataordbms, the Teradata database. Outside Teradata shops the registration means little: 8002 is part of the 8000-8100 band that application servers, containers and dev tooling occupy when 8000 and 8001 are taken, so a scan hit is usually plain HTTP. Nmap's data ranks it as uncommon but not rare. Read the banner before assuming either answer.

## EXPOSURE

**Expose with care.** Both plausible occupants argue for caution: a database listener should never face the internet, and an HTTP service parked on a high port is often something that assumed a proxy would protect it.

## CHECK

```sh
curl -sI http://TARGET:8002/
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry — 8002 (teradataordbms)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8002) (iana.org)
- source — [nmap/nmap — nmap-services (8002/tcp teradataordbms)](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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