{
  "port": 280,
  "protocol": "tcp",
  "service": "http-mgmt",
  "oneLiner": "Registered as \"http-mgmt\" with no public specification — in practice just another HTTP admin port.",
  "whatItIs": "IANA lists 280 as http-mgmt, assigned to Adrian Pell, but no protocol document was ever published for it and no widely deployed product claims the name. What actually turns up on 280 is ordinary HTTP: a device or appliance whose web management interface was moved off 80, or a proxy or admin console picking a low free port. Treat it as unidentified HTTP and confirm with a request rather than assuming the registration describes the listener.",
  "exposure": {
    "verdict": "careful",
    "note": "If this is a device management UI it is cleartext HTTP with a login form — fine on a management VLAN, never on a public address."
  },
  "checkCommand": "curl -sSI --max-time 5 http://TARGET:280/",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 280",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=280",
      "kind": "iana"
    }
  ],
  "ianaName": "http-mgmt"
}
