{
  "port": 800,
  "protocol": "tcp",
  "service": "mdbs-daemon",
  "oneLiner": "An old database-daemon registration; in practice a round number people pick for internal HTTP.",
  "whatItIs": "IANA assigns 800 to \"mdbs-daemon\" (registered under the older name mdbs_daemon), with no RFC, vendor documentation, or public implementation attached to it. Nothing in current use implements the registered protocol. What you actually find on 800 is usually something chosen by hand: an alternate HTTP listener, an admin console, or a proxy, because it is a memorable number just above the reserved 1-1023 boundary services.",
  "exposure": {
    "verdict": "careful",
    "note": "Almost always an ad-hoc HTTP or admin service rather than the registered protocol; check what it is and whether it has authentication."
  },
  "checkCommand": "curl -sv -o /dev/null http://TARGET:800/",
  "links": [
    {
      "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"
    }
  ]
}
