{
  "port": 9444,
  "protocol": "tcp",
  "service": "WSO2 ESB administration console (HTTPS)",
  "oneLiner": "The next HTTPS admin port after 9443 — typically a second WSO2 node with a port offset.",
  "whatItIs": "IANA registered 9444 in 2008 for the WSO2 ESB administration console over HTTPS. WSO2 servers apply a numeric port offset when several run on one host, so a second instance lands its console on 9444 while the first uses 9443; other products copy the same 9443/9444 pairing for a spare TLS listener. In practice, treat it as another admin web interface until proven otherwise.",
  "exposure": {
    "verdict": "careful",
    "note": "An integration-bus admin console can deploy code and read credentials for every connected system — TLS does not make it safe to publish."
  },
  "checkCommand": "curl -skI --max-time 5 https://TARGET:9444/",
  "links": [
    {
      "title": "IANA port registry — 9444 (wso2esb-console)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=9444",
      "kind": "iana"
    }
  ]
}
