{
  "port": 8085,
  "protocol": "tcp",
  "service": "Unregistered HTTP alternate",
  "oneLiner": "Unassigned at IANA; in practice a spare HTTP port next to 8080.",
  "whatItIs": "IANA lists 8085 as Unassigned for both TCP and UDP, so nothing owns it. It shows up when a machine already has something on 8080 through 8084 and the next process takes the next number — a second web app, an admin UI, or a container port mapping. Anything you find here has to be identified from its banner or response, not from the port.",
  "exposure": {
    "verdict": "careful",
    "note": "An unregistered HTTP port is usually something a developer or a compose file bound without thinking about the network it landed on."
  },
  "checkCommand": "curl -sI --max-time 5 http://TARGET:8085/",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 8085",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8085",
      "kind": "iana"
    }
  ],
  "ianaName": "Unassigned"
}
