{
  "port": 2035,
  "protocol": "both",
  "service": "imsldoc (registration only)",
  "oneLiner": "An IANA name with nothing behind it — no description, no assignee, no published protocol.",
  "whatItIs": "IANA registers the service name imsldoc on TCP and UDP 2035 with no description, no assignee and no reference document, which is typical of early bulk port registrations that were never written up. No widely deployed software claims the port, and Nmap's frequency data ranks it among the rarest it tracks (open on roughly 0.02% of scanned hosts). If you find 2035 listening, the registry label tells you nothing useful — identify the process on the host instead.",
  "exposure": {
    "verdict": "careful",
    "note": "The name carries no meaning, so an open 2035 is an unidentified service. Find the owning process before deciding whether it belongs on a public interface."
  },
  "checkCommand": "sudo lsof -nP -iTCP:2035 -sTCP:LISTEN",
  "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-services — Nmap port frequency data",
      "url": "https://github.com/nmap/nmap/blob/master/nmap-services",
      "kind": "github"
    }
  ]
}
