{
  "port": 16000,
  "protocol": "tcp",
  "service": "FileMaker Server admin (fmsas)",
  "oneLiner": "Registered to FileMaker as its Administration Server access port.",
  "whatItIs": "IANA lists 16000 as fmsas, \"Administration Server Access\", registered by FileMaker (now Claris), which pairs it with 16001 (fmsascon) and the 16020/16021 Java Web Publishing ports. Historically the FileMaker Server Admin Console was reached at https://host:16000; current versions front the console on 443 and keep 16001 for local access. Because the number is convenient and unpoliced, other software squats it too, so confirm what answers before assuming FileMaker.",
  "exposure": {
    "verdict": "never",
    "note": "An administration plane for a database server. If it is really FileMaker's admin service, it belongs on a management network, not on a public IP."
  },
  "checkCommand": "curl -skI --max-time 5 https://TARGET:16000/",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 16000 (fmsas)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=16000",
      "kind": "iana"
    },
    {
      "title": "Claris — Starting FileMaker Server Admin Console",
      "url": "https://help.claris.com/en/server-help/content/start-admin-console.html",
      "kind": "official-docs"
    }
  ]
}
