Skip to Main Content
Liongard Library

Welcome to Liongard Library, where Lions share! This is a community-led space where Liongard users can come to teach and learn from one another.
Share custom Metrics, get inspired and see what’s trending in the Pride.

Pride Etiquette:
➕ Have great custom Metrics? Add them as entries!
🌟 Want to use a Metric? Copy the query and
follow this doc.
👍 Tried a Metric from the Library? Like it!
📣 Have a question or feedback on a Metric? Add a comment!
🔎 Not sure where to start? Learn about Metrics and how to write them.
💬 Need help writing a metric or want to help support others? Join the conversation in our Liongard Lounge #metrics slack channel.


🥴 See something off? Open a support chat to let us know.

Categories Internet Domain/DNS
Created by Lamont Largie
Created on Dec 9, 2024

Internet Domain/DNS: SSL Certificate Exists + List of TLS/SSL Aliases

Category: Domain Management and Security

Description:

This metric checks whether a website has a valid TLS/SSL certificate and lists any discovered aliases associated with SSL/TLS records. It provides a simple, flat structure for easy readability and export.

Purpose:

  • To ensure websites have valid TLS/SSL certificates for secure communication.

  • To identify all associated aliases with discovered SSL/TLS configurations for better insight into domain configurations.

How it Works:

  • Pulls data from the SystemInfo.WebsiteHasTLS field to check if a website has a TLS/SSL certificate.

  • Extracts all discovered aliases from the Discovered[].Alias field.

  • Outputs a flat structure to simplify analysis and reporting.

Beneficiaries:

  • IT Administrators: To validate that domains are secure and encrypted.

  • Compliance Teams: To ensure websites meet security requirements.

  • Network Engineers: To identify alias-related issues in SSL/TLS configurations.

Query

[['Website Has TLS:', SystemInfo.WebsiteHasTLS],['Discovered SSL/TLS:', Discovered[].[Alias]]]

  • Attach files