{
  "port": 880,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "No IANA registration; when it is open it is nearly always just another web server.",
  "whatItIs": "880 has no entry in the IANA registry and Nmap lists it as \"unknown\", though it shows up open somewhat more than neighbouring unregistered ports. There is no protocol associated with the number — its use is entirely ad hoc, most often an alternate HTTP listener or an appliance's management page picked to sit near 80 and 8080. Fingerprint it rather than assuming.",
  "exposure": {
    "verdict": "careful",
    "note": "Usually an HTTP service that was moved off 80 rather than secured; obscurity is not access control, so check its authentication."
  },
  "checkCommand": "curl -sv -o /dev/null http://TARGET:880/",
  "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"
    }
  ]
}
