Logo Impending Doom!

monitoring the Domain registration and SSL cert expiration time for top one million websites

  umd.edu


#559 · 👁️‍🗨️ certificate · 🕵️‍♂️ whois · 📷 archive · 🔗 visit site

Expiry

🔒 Certificate Expiry in 390 days
🌐 Registration Expiry in 237 days
Last Check Dec 05 '23 at 13:03

Ping

Status Code 200
Response 566ms
Last Check Dec 01 '23 at 12:07

Headers

cache-control public, max-age=900
connection keep-alive
content-language en
content-type text/html; charset=utf-8
date Fri, 01 Dec 2023 12:05:44 GMT
etag "1701423791-0"
expires Sun, 19 Nov 1978 05:00:00 GMT
last-modified Fri, 01 Dec 2023 09:43:11 GMT
link <https://umd.edu/>; rel="canonical",<https://umd.edu/>; rel="shortlink"
server Apache/2.4.6 (Red Hat Enterprise Linux)
vary Cookie,Accept-Encoding
via 1.1 9c13d38452f2017c92d65c8904408686.cloudfront.net (CloudFront)
x-amz-cf-id gtBhXw02RaFWjt-qiA3a5wbhVTaUFSc2431ESPT__HYweZq4wQFzTg==
x-amz-cf-pop IAD55-P2
x-cache Miss from cloudfront
x-content-type-options nosniff
x-drupal-cache HIT
x-frame-options SAMEORIGIN
x-generator Drupal 7 (http://drupal.org)
x-powered-by PHP/5.6.25

API

😱 Expiring Domains


GET /api/v1/domains/expiring

🔥 Expired Domains


GET /api/v1/domains/expired
Optional: ?top=n (default 1000)

Query by Expiry Date


GET /api/v1/domains?from={DATE}&to={DATE}

Search by domain (fulltext)


GET /api/v1/domains/search?q={DOMAIN}

Get Domain Details


GET /api/v1/domain/{DOMAIN}

🎲 Domain Roulette

Not sure where to go next? Click this button and I will take you to a random website.

FAQ

How often do you check for update?

Sites are checked once every 7 days or daily if near expiry.

What is the tech stack behind this?

This site and all its componenets are written entirely in 🦀 Rust. It uses sqlx to access the Postgres database, askama for templating and classless.de for class-less UI that is blazing fast to load.

Top one million domains are sourced from The Majestic Million and are periodically updated.

..but WHY?

Because I needed to play with Rust's safe and "correct" concurrency features. The process that loads domain from majestic and check for SSL cert heavily uses concurrent threads. This frontned is server side rendered page instead of an SPA because I wanted to try out the state of Rust templating.

The result is brilliant! it uses so little resources that I can keep supporting this service for as long as possible. If you decide to use the API for serious purpose then you can contact me.