{
  "port": 50800,
  "protocol": "tcp",
  "service": "Unassigned (dynamic range)",
  "oneLiner": "Unregistered high port with no known standard service.",
  "whatItIs": "50800 is above 49151 and therefore unassignable under RFC 6335, and Nmap's service database lists it as unknown. There is no product, protocol, or malware family durably associated with it in the primary references. A listener here was configured by whoever runs the host, and identifying it means looking at the process rather than the port.",
  "exposure": {
    "verdict": "careful",
    "note": "No known protocol means no known security model; find the owning process before deciding whether it may be reached from anywhere."
  },
  "checkCommand": "sudo lsof -nP -iTCP:50800 -sTCP:LISTEN",
  "links": [
    {
      "title": "RFC 6335 — IANA Procedures for Service Name and Transport Protocol Port Number Registry",
      "url": "https://www.rfc-editor.org/rfc/rfc6335.html",
      "kind": "spec"
    },
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml",
      "kind": "iana"
    }
  ]
}
