Skip to content

Commit

Permalink
Add RedSift to Monitors (#83)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update data/monitors.json

Co-authored-by: Roger Ng <[email protected]>

* Update data/monitors.json

Co-authored-by: Roger Ng <[email protected]>

* Update data/monitors.json

Co-authored-by: Roger Ng <[email protected]>

* Update data/monitors.json

Co-authored-by: Roger Ng <[email protected]>

---------

Co-authored-by: Roger Ng <[email protected]>
  • Loading branch information
vg and roger2hk authored Feb 6, 2025
1 parent 17860b6 commit 9ed4e86
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
51 changes: 28 additions & 23 deletions data/monitors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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"
}
]
}
1 change: 1 addition & 0 deletions static/img/collab-logos/RedSift.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ed4e86

Please sign in to comment.