{
  "port": 4343,
  "protocol": "tcp",
  "service": "UNICALL (IANA) / Aruba controller WebUI",
  "oneLiner": "Registered as UNICALL, but in practice this is the HTTPS management interface of an Aruba wireless controller.",
  "whatItIs": "IANA's entry for 4343 is UNICALL, a telephony signalling registration you will effectively never meet. What actually shows up on scans is HPE Aruba networking gear: ArubaOS mobility controllers and Aruba Central On-Premises serve their administrative WebUI over HTTPS on 4343 alongside 443. No Aruba port list is linked here, so the identification rests on what the device answers rather than on a citable document. A TLS handshake and a login page here identify the device immediately.",
  "exposure": {
    "verdict": "never",
    "note": "This is the full administrative plane of a wireless infrastructure controller — restrict it to a management VLAN or jump host, never publish it."
  },
  "checkCommand": "curl -sk -o /dev/null -w '%{http_code}\\n' --max-time 5 https://TARGET:4343/",
  "links": [
    {
      "title": "IANA port registry — 4343 (unicall)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4343",
      "kind": "iana"
    }
  ]
}
