{
  "port": 1443,
  "protocol": "tcp",
  "service": "ies-lm",
  "oneLiner": "Registered to an Integrated Engineering Software license manager; mostly a typo magnet for 443 and 1433.",
  "whatItIs": "IANA assigns 1443 on TCP and UDP to ies-lm, \"Integrated Engineering Software\", a licence manager for that vendor's simulation products. The port's real notoriety is being one digit away from both 443 and 1433, so it shows up constantly in mistyped firewall rules and connection strings. There is no widely deployed protocol here; an open 1443 is either that vendor's licence daemon or an application someone deliberately parked next to 443.",
  "exposure": {
    "verdict": "careful",
    "note": "Nothing on 1443 is inherently safe or unsafe — identify the actual listener, and check it is not an admin interface someone assumed was obscure."
  },
  "checkCommand": "sudo lsof -nP -iTCP:1443 -sTCP:LISTEN",
  "links": [
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml",
      "kind": "iana"
    }
  ]
}
