# WHATPORT(84)

## NAME

port 84 — Common Trace Facility (CTF) — IANA-registered to Common Trace Facility; effectively never seen in the wild.

Protocol: TCP  
IANA registry

## DESCRIPTION

Port 84 is registered with IANA as `ctf`, Common Trace Facility, an early tracing/diagnostics service registered by Hugh Thomas. No RFC defines it and no widely deployed implementation uses it, so the registration is the whole of the public record. It still appears in every system `/etc/services` file, which is why scanners label an open 84 as "ctf" regardless of what is actually listening. If you find 84 open, treat the name as meaningless and identify the service by its banner.

## EXPOSURE

**Expose with care.** Nothing standard runs here, so an open 84 is an unidentified service — fingerprint it before deciding anything.

## CHECK

```sh
nc -vz TARGET 84
```

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