{
  "port": 9099,
  "protocol": "tcp",
  "service": "Unassigned",
  "oneLiner": "Unregistered and uncommon — no standard service claims 9099.",
  "whatItIs": "Like its neighbour 9098, port 9099 carries no IANA registration and appears in nmap's services table only as unknown. Applications occasionally pick it as an arbitrary secondary listener, but there is no protocol you can assume from the number alone. Fingerprint the listener rather than guessing.",
  "exposure": {
    "verdict": "careful",
    "note": "Judge it by the service you find behind it; an unregistered port is not evidence of either safety or danger."
  },
  "checkCommand": "nmap -sV -Pn -p 9099 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-services (port frequency and name table)",
      "url": "https://github.com/nmap/nmap/blob/master/nmap-services",
      "kind": "github"
    }
  ]
}
