Logo Impending Doom!

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

  wa.gov


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

Expiry

🔒 Certificate Expiry in 66 days
🌐 Registration Expiry in 299 days
Last Check Dec 05 '23 at 23:34

Ping

Status Code 200
Response 520ms
Last Check Nov 29 '23 at 12:02

Headers

accept-ranges bytes
age 873
cache-control max-age=900, public
connection keep-alive
content-language en
content-length 96246
content-type text/html; charset=UTF-8
date Wed, 29 Nov 2023 12:02:03 GMT
etag W/"1701258078"
expires Sun, 19 Nov 1978 05:00:00 GMT
last-modified Wed, 29 Nov 2023 11:41:18 GMT
server nginx
strict-transport-security max-age=300
vary Accept-Encoding, Cookie, Cookie, Cookie
via 1.1 varnish, 1.1 varnish
x-cache HIT, MISS
x-cache-hits 47, 0
x-content-type-options nosniff
x-drupal-cache HIT
x-drupal-dynamic-cache MISS
x-frame-options SAMEORIGIN
x-generator Drupal 9 (https://www.drupal.org)
x-pantheon-styx-hostname styx-fe3-a-794dcbb8fb-rfzd8
x-served-by cache-chi-kigq8000161-CHI, cache-ams21068-AMS
x-styx-req-id 139d224b-8ead-11ee-a67e-527a876cef0f
x-timer S1701259323.377930,VS0,VE98
x-ua-compatible IE=edge

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.