{
  "port": 26,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "Unassigned at IANA, but widely squatted as an alternate SMTP port when ISPs block 25.",
  "whatItIs": "IANA lists port 26 as Unassigned with no registration on TCP or UDP. In practice it is one of the most common squats among shared-hosting providers, which run a second SMTP listener here so customers on residential connections whose ISP blocks outbound 25 can still send mail. It also turns up as an alternate SSH port on hosts that moved sshd off 22 to cut brute-force noise. Neither use is standardised, so what answers on 26 has to be fingerprinted rather than assumed.",
  "exposure": {
    "verdict": "careful",
    "note": "When it is an alternate SMTP listener it usually carries the same cleartext-auth risk as port 25; require STARTTLS or prefer submission on 587."
  },
  "checkCommand": "nc -vz TARGET 26",
  "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"
    }
  ]
}
