{
  "port": 50500,
  "protocol": "tcp",
  "service": "Unassigned (dynamic range)",
  "oneLiner": "No IANA assignment and no documented service; another round number picked by hand.",
  "whatItIs": "50500 is in the Dynamic/Private range, outside IANA registration, and Nmap's service database has no name for it. Like 49999 and 50000, its appeal is that it is easy to remember, so it turns up as an operator-chosen port for internal APIs, test listeners, and forwarded services. The number carries no protocol information at all.",
  "exposure": {
    "verdict": "careful",
    "note": "Hand-picked high ports are frequently used for things that were never meant to be reachable; confirm what it is and whether it authenticates."
  },
  "checkCommand": "nmap -Pn -sV -p 50500 TARGET",
  "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"
    }
  ]
}
