The registered port for CORBA's Internet Inter-ORB Protocol, though most ORBs never actually use it.
IIOP is the on-the-wire mapping of CORBA's GIOP messages onto TCP, used by object request brokers to invoke methods on remote objects. IANA registered 683 for it, but in practice ORBs bind an arbitrary high port and publish it inside the object reference (IOR), so a CORBA deployment rarely has anything listening here. When you do see 683 open it is usually an enterprise Java or C++ middleware stack that was explicitly configured to the registered port. Anything answering it speaks a binary protocol with no authentication of its own.
Do not expose
CORBA method invocation is a remote-code surface with no built-in authentication unless CSIv2/SSL was configured; keep ORBs on internal networks.
$ nmap -sV -p 683 TARGETSeen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.
Get Beige Box →also available as JSON · Markdown
Corrections or a missing port? Reply @rimrocksystems.