{
  "port": 2000,
  "protocol": "tcp",
  "service": "Cisco SCCP (Skinny)",
  "oneLiner": "Cisco SCCP — the \"Skinny\" call-control protocol between IP phones and Unified Communications Manager.",
  "whatItIs": "IANA registers 2000 as cisco-sccp, and Cisco's own firewall documentation states that Unified Communications Manager uses TCP port 2000, the default SCCP port, to serve SCCP clients. A Cisco IP phone opens a TCP connection here to register, then receives call setup, keypad, and display instructions over it while the media itself flows separately over RTP. It also shows up on Cisco routers and gateways running SCCP telephony features.",
  "exposure": {
    "verdict": "never",
    "note": "SCCP is a cleartext call-control plane — exposing it invites call-setup abuse, toll fraud, and eavesdropping on who is calling whom; keep voice on its own VLAN."
  },
  "checkCommand": "nc -vz TARGET 2000",
  "links": [
    {
      "title": "Cisco — Firewall Support of Skinny Client Control Protocol",
      "url": "https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_data_zbf/configuration/xe-16-6/sec-data-zbf-xe-16-6-book/sec-data-sccp.html",
      "kind": "official-docs"
    },
    {
      "title": "IANA port registry — 2000 (cisco-sccp)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=2000",
      "kind": "iana"
    }
  ]
}
