{
  "port": 15742,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "No IANA assignment and no documented default service — an open 15742 is something you have to identify yourself.",
  "whatItIs": "15742 is unassigned in the IANA registry and carries no service name in Nmap's services database. It is in Nmap's default top-1000 TCP set purely because empirical scan data shows it open often enough to be worth probing, not because any known software claims it. Nearby 15740 is registered as PTP (Picture Transfer Protocol over TCP/IP), but that says nothing about 15742. In practice a listener here is an application-chosen high port: a container publish, a proxy, or an internal service someone numbered arbitrarily.",
  "exposure": {
    "verdict": "careful",
    "note": "The finding is the unknown listener itself. Identify the process before deciding anything — an unrecognized high port on a public interface is worth treating as suspicious until it is named."
  },
  "checkCommand": "sudo lsof -nP -iTCP:15742 -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 frequency database",
      "url": "https://github.com/nmap/nmap/blob/master/nmap-services",
      "kind": "github"
    }
  ]
}
