# WHATPORT(1169)

## NAME

port 1169 — Tripwire — IANA-registered to Tripwire, the file-integrity monitoring vendor.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns 1169 to tripwire on TCP and UDP, registered by Tripwire. The original Open Source Tripwire is a local file-integrity checker that compares the filesystem against a signed baseline and opens no network listener at all, so the registration relates to the company's commercial agent/console products rather than the open-source tool. Nmap's frequency data shows it is rarely found open.

## EXPOSURE

**Expose with care.** A security-agent control channel is a high-value target — keep it on the management network and confirm which product actually owns the listener.

## CHECK

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

## SEE ALSO

- source — [Open Source Tripwire (file integrity checker)](https://github.com/Tripwire/tripwire-open-source) (github.com)
- 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/1169/> · JSON: <https://whatport.net/1169.json> · full dataset: <https://whatport.net/ports.json>
