{
  "port": 33354,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "No registered service — whatever answers here is a local choice, or a Linux ephemeral port caught mid-connection.",
  "whatItIs": "IANA lists 33354 as unassigned, and Nmap's service database has no name for it either, recording it open on roughly 0.08% of hosts in its internet-wide research scans. It also falls inside the Linux default ephemeral range (32768-60999), so a socket seen here is frequently the client end of an outbound connection rather than a server. There is no protocol you can assume from the number alone.",
  "exposure": {
    "verdict": "careful",
    "note": "An unidentified listener on an unregistered high port is a fingerprinting job before it is a firewall decision — find out what process owns it, then decide."
  },
  "checkCommand": "nmap -sV -Pn -p 33354 TARGET",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 33354",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=33354",
      "kind": "iana"
    },
    {
      "title": "nmap/nmap — nmap-services (port frequency database)",
      "url": "https://github.com/nmap/nmap/blob/master/nmap-services",
      "kind": "github"
    },
    {
      "title": "Linux kernel — ip-sysctl (ip_local_port_range defaults 32768-60999)",
      "url": "https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt",
      "kind": "official-docs"
    }
  ]
}
