{
  "port": 26214,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "Unassigned, but Nmap aims its plain-text line probe here — whatever answers tends to be line-oriented.",
  "whatItIs": "IANA lists 26214 in the unassigned range 26209-26256, so there is no registered service. It is more interesting than most unnamed ports for one reason: Nmap's service-probe file includes 26214 in the port list for the GenericLines probe, the one that sends bare CRLFs to elicit a banner from text protocols. That means Nmap's authors saw enough line-based services on this port to target it, without ever pinning down a name. Expect a text-speaking daemon of some kind, not a specific product.",
  "exposure": {
    "verdict": "careful",
    "note": "A line-oriented service that answers a bare CRLF is usually cleartext. Confirm what it is before letting anything but the LAN reach it."
  },
  "checkCommand": "nmap -Pn -sV -p 26214 --reason TARGET",
  "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"
    },
    {
      "title": "Nmap nmap-service-probes (GenericLines probe)",
      "url": "https://github.com/nmap/nmap/blob/master/nmap-service-probes",
      "kind": "github"
    }
  ]
}
