Skip to content

Publicly Exposed

Publicly Exposed (cisa:PE:1.0.0)

Denotes whether the asset is accessible to unauthenticated or untrusted entities via public networks.

Value Key Definition
No N The asset is not accessible to unauthenticated or untrusted entities via public networks, such as the internet, regardless of its physical or logical location.
Yes Y The asset is accessible to unauthenticated or untrusted entities via public networks, such as the internet, regardless of its physical or logical location.
Publicly Exposed (cisa:PE:1.0.0) JSON Example
{
  "namespace": "cisa",
  "key": "PE",
  "version": "1.0.0",
  "name": "Publicly Exposed",
  "definition": "Denotes whether the asset is accessible to unauthenticated or untrusted entities via public networks.",
  "schemaVersion": "2.0.0",
  "values": [
    {
      "key": "N",
      "name": "No",
      "definition": "The asset is not accessible to unauthenticated or untrusted entities via public networks, such as the internet, regardless of its physical or logical location."
    },
    {
      "key": "Y",
      "name": "Yes",
      "definition": "The asset is accessible to unauthenticated or untrusted entities via public networks, such as the internet, regardless of its physical or logical location."
    }
  ]
}