# WHATPORT(2002)

## NAME

port 2002 — globe — Registered as globe; in practice a Cisco reverse-telnet line or whatever local app claimed it.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registers 2002/tcp and udp as globe, with no description and no public protocol document. The realistic explanations for an open 2002 are line 2 of a Cisco terminal server, since reverse-telnet ports are 2000 plus the line number, or an application that picked a free port in the 2000s. Treat the registered name as trivia, not as an identification.

## EXPOSURE

**Expose with care.** Identify the listener before judging it — if it turns out to be reverse telnet to a device console, that is a management plane and must not face the internet.

## CHECK

```sh
nc -vz TARGET 2002
```

## SEE ALSO

- iana — [IANA port registry — 2002 (globe)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=2002) (iana.org)

---

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