{
  "port": 2160,
  "protocol": "tcp",
  "service": "APC PowerChute (legacy)",
  "oneLiner": "One of three ports IANA hands to APC with no protocol description, and no public document says what ran on it.",
  "whatItIs": "IANA registers 2160 to American Power Conversion (now Schneider Electric) as literally \"APC 2160\", the same non-description given to 2161 and 2260. No public specification or vendor document describes what any of the three carried. Schneider's current port documentation lists TCP 6547 for the PowerChute agent web UI and UDP 161 for its SNMP agent, and says nothing about 2160, so a listener here points at an old PowerChute install rather than anything shipping today.",
  "exposure": {
    "verdict": "never",
    "note": "An APC-registered port with no published protocol, most plausibly legacy UPS management software — anything near the machinery that shuts servers down belongs on a management network."
  },
  "checkCommand": "nc -vz TARGET 2160",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 2160 (apc-2160)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=2160",
      "kind": "iana"
    },
    {
      "title": "Schneider Electric — TCP and UDP ports used by each component of PowerChute",
      "url": "https://www.se.com/us/en/faqs/FA159597/",
      "kind": "official-docs"
    }
  ],
  "ianaName": "apc-2160"
}
