{
  "port": 5102,
  "protocol": "tcp",
  "service": "Oracle OMS non-secure",
  "oneLiner": "Registered to Oracle's Management Server in its non-secure mode — cleartext management traffic.",
  "whatItIs": "IANA registers 5102 as oms-nonsecure, \"Oracle OMS non-secure\", the unencrypted channel for Oracle's Management Server component of Enterprise Manager. The name is explicit about what it is: the same management traffic as the secure variant, without TLS. Modern Enterprise Manager deployments use HTTPS upload and console ports instead, so a listener here suggests an old or misconfigured install.",
  "exposure": {
    "verdict": "never",
    "note": "A cleartext management channel to a database estate. Disable it in favour of the secure port; anything on the path can read the traffic."
  },
  "checkCommand": "nc -vz TARGET 5102",
  "links": [
    {
      "title": "IANA port registry — 5102 (oms-nonsecure)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5102",
      "kind": "iana"
    }
  ]
}
