{
  "port": 85,
  "protocol": "tcp",
  "service": "MIT ML Device",
  "oneLiner": "A 1980s MIT registration (`mit-ml-dev`) with no modern use.",
  "whatItIs": "IANA lists port 85 as `mit-ml-dev`, \"MIT ML Device\", registered by David Reed in the era when MIT lab machines were handed blocks of the low port range. There is no specification and no current implementation. The name survives only in `/etc/services` and in scanner output. Anything you actually find listening on 85 is a squatter — most often a second HTTP service placed near 80.",
  "exposure": {
    "verdict": "careful",
    "note": "The registration tells you nothing about what is really there; identify the listener before exposing it."
  },
  "checkCommand": "curl -sv --max-time 5 http://TARGET:85/",
  "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"
    }
  ]
}
