TLS Certificate Property

The TLS certificate (tls_certificate) property is provided for IP addresses hosting applications. This information is provided in the IP API and various Netify Data Feed datasets.

Many TLS certificates can be hosted on a single IP address. However, the base-level certificate is provided if one is detected.

Property Information

Common Name

The common name associated with the base TLS certificate.

Related Application Info

If the TLS certificate common name is related to a particular application, the standard application property is included. The property provides the application ID, tag, description, logos, and more.

In the adjacent example, the *.discourse.org common_name is associated with the Discourse software-as-a-service (SaaS) forum solution.

TLS Certificate Info

Common Name *.discourse.org
Application Discourse - Logo Discourse

TLS Certificate Property - JSON Overview

"tls_certificate": {
    "common_name": "*.discourse.org",
    { Application Property },
}

TLS Certificate Property - JSON Example

"tls_certificate": {
    "common_name": "*.discourse.org",
    "application": {
        "id": 11067,
        "tag": "netify.discourse",
        "label": "Discourse",
        "description": "Discourse is ...",
        "home_page": {
          "url": "https://www.discourse.org",
          "text": "Discourse"
        },
        "category": {
          "id": 24,
          "tag": "social-media",
          "label": "Social Media"
        },
        "favicon": "https://static.netify.ai...",
        "icon": "https://static.netify.ai...",
        "logo": "https://static.netify.ai...",
        "favicon_source": "app",
        "icon_source": "app",
        "logo_source": "default"
      }
}

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us