From 9ed4e863f8c0cef6378d8b0974a437e8e74ae7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B5=E0=A5=87=E0=A4=A3=E0=A5=81=20=E0=A4=97=E0=A5=8B?= =?UTF-8?q?=E0=A4=AA=E0=A4=BE=E0=A4=B2?= Date: Thu, 6 Feb 2025 17:31:45 +0400 Subject: [PATCH] Add RedSift to Monitors (#83) * Add files via upload * Add RedSift to monitors.json Let's Encrypt recently announced ending support for Certificate Expiration Notification Emails and is recommending RedSift as an alternative. RedSift discovers these certifcates thrugh CT Log Monitoring. * sort monitors.json in alphabetical order. * Update data/monitors.json Co-authored-by: Roger Ng * Update data/monitors.json Co-authored-by: Roger Ng * Update data/monitors.json Co-authored-by: Roger Ng * Update data/monitors.json Co-authored-by: Roger Ng * Update data/monitors.json Co-authored-by: Roger Ng --------- Co-authored-by: Roger Ng --- data/monitors.json | 51 ++++++++++++++++------------- static/img/collab-logos/RedSift.svg | 1 + 2 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 static/img/collab-logos/RedSift.svg diff --git a/data/monitors.json b/data/monitors.json index 47acb76..b5e015c 100644 --- a/data/monitors.json +++ b/data/monitors.json @@ -2,8 +2,8 @@ "monitors": [ { "name": "Censys", - "url": "https://censys.io/certificates", - "description": "", + "url": "https://search.censys.io", + "description": "Identify expired or misconfigured SSL/TLS certificates and track vendor compliance.", "logo": "censys.png" }, { @@ -21,57 +21,62 @@ { "name": "Digicert", "url": "https://docs.digicert.com/certificate-tools/ct-log-monitoring-service", - "description": "", + "description": "Monitor Certificate Transparency logs for your domains. Available to Secure Site Pro certificate orders.", "logo": "digicert.svg" }, { "name": "Entrust", "url": "https://ui.ctsearch.entrust.com/ui/ctsearchui", - "description": "", + "description": "See Who’s Issued SSL/TLS Certificates to Your Domain Name.", "logo": "entrust.svg" }, - { - "name": "Facebook", - "url": "https://developers.facebook.com/tools/ct/search/", - "description": "Get a Facebook notification or Webhook callback every time a certificate is issued for one of your monitored domains.", - "logo": "facebook_nocrop.png" - }, { "name": "EZMonitor", "url": "https://www.keytos.io/ezmonitor_overview.html", "description": "Proactively monitor the health of your SSL certificates and endpoints. Get notified before a problem occurs.", "logo": "Keytos.svg" }, + { + "name": "Facebook", + "url": "https://developers.facebook.com/tools/ct/search/", + "description": "Get a Facebook notification or Webhook callback every time a certificate is issued for one of your monitored domains.", + "logo": "facebook_nocrop.png" + }, { "name": "Hardenize", "url": "https://www.hardenize.com/product/ct", "description": "Comprehensive network infrastructure discovery and monitoring, with focus on PKI and Certificate Transparency.", "logo": "hardenize.svg" }, + { + "name": "Merklemap", + "url": "https://www.merklemap.com/", + "description": "Certificate transparency search engine.", + "logo": "merklemap.svg" + }, + { + "name": "Red Sift", + "url": "https://redsift.com/pulse-platform/certificates-lite", + "description": "Track and manage certificate expirations effortlessly.", + "logo": "RedSift.svg" + } + { + "name": "Report URI", + "url": "https://report-uri.com/products/certificate_transparency_monitoring", + "description": "Receive notifications when certificates are issued for any of your domains.", + "logo": "report-uri.svg" + }, { "name": "SSLMate", "url": "https://sslmate.com/certspotter/", "description": "Monitor domains for expiring and unauthorized SSL certificates and get notified if there’s a problem.", "logo": "sslmate.svg" }, - { "name": "Stellastra", "url": "https://stellastra.com/solution/certificate-transparency-log-monitor/", "description": "Monitor for Unauthorized, Expiring, and Maliciously Issued SSL/TLS Certificates.", "logo": "stellastra.svg" - }, - { - "name": "Report URI", - "url": "https://report-uri.com/products/certificate_transparency_monitoring", - "description": "Receive notifications when certificates are issued for any of your domains.", - "logo": "report-uri.svg" - }, - { - "name": "Merklemap", - "url": "https://www.merklemap.com/", - "description": "Certificate transparency search engine.", - "logo": "merklemap.svg" } ] } diff --git a/static/img/collab-logos/RedSift.svg b/static/img/collab-logos/RedSift.svg new file mode 100644 index 0000000..2ddb67d --- /dev/null +++ b/static/img/collab-logos/RedSift.svg @@ -0,0 +1 @@ + \ No newline at end of file