# WHATPORT(11967)

## NAME

port 11967 — sysinfo-sp — "SysInfo Service Protocol", registered in 2003 and essentially never seen since.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA holds 11967 on TCP and UDP as `sysinfo-sp`, "SysInfo Service Protocol", registered in March 2003 by Mike Cooper. The registry entry is all there is: no public specification, no maintained implementation, and no vendor documentation that describes the wire format. Nmap carries the name from IANA but records essentially no observed traffic. If something is listening on 11967 on your network, assume it is an unrelated local service that picked the number, not SysInfo.

## EXPOSURE

**Expose with care.** An effectively dead registration gives you no security properties to reason about. Identify the real listener before exposing it.

## CHECK

```sh
nmap -Pn -sV -p 11967 TARGET
```

## SEE ALSO

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

---

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