{
  "port": 2725,
  "protocol": "tcp",
  "service": "Microsoft OLAP (msolap-ptp2)",
  "oneLiner": "The port SQL Server 2000 Analysis Services clients connected on, registered by Microsoft as MSOLAP PTP2.",
  "whatItIs": "2725 is registered to Microsoft as msolap-ptp2 and is the OLAP client port from the SQL Server 2000 Analysis Services era — Microsoft's Commerce Server documentation tells administrators to open TCP 2725 so Office Web Components can reach the Analysis Services server directly, even when reports are fetched over HTTP. Analysis Services from SQL Server 2005 onward moved to TCP 2383 for the default instance, so 2725 today points at something very old or at a vendor product that kept the legacy setting.",
  "exposure": {
    "verdict": "never",
    "note": "It is a database query port from a long-unsupported product generation — anything still listening here is unpatched by definition and belongs on an internal segment."
  },
  "checkCommand": "nc -vz -w 3 TARGET 2725",
  "links": [
    {
      "title": "Microsoft Learn — Accessing the Analysis Server over HTTPS (\"you must also open TCP port 2725\")",
      "url": "https://learn.microsoft.com/en-us/previous-versions/commerce-server/ee825077(v=cs.20)",
      "kind": "official-docs"
    },
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 2725 (msolap-ptp2)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=2725",
      "kind": "iana"
    }
  ],
  "ianaName": "msolap-ptp2"
}
