{
  "port": 8011,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "Unassigned by IANA — an overflow HTTP port and nothing more standardised than that.",
  "whatItIs": "IANA lists 8011-8014 as Unassigned, and Nmap has no service name for 8011 either. Its only real characteristic is its neighbourhood: it sits in the 8000-8100 band that people work through when they need one more HTTP listener, so a hit is most often an application's Nth web port rather than a defined protocol. Fingerprint it; the number carries no meaning.",
  "exposure": {
    "verdict": "careful",
    "note": "Unassigned means no protocol-level judgement is possible. If it answers HTTP, treat it like any other unproxied app port and check whether it expected to be private."
  },
  "checkCommand": "curl -sI http://TARGET:8011/",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 8011",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8011",
      "kind": "iana"
    }
  ]
}
