Help
RSS
API
Feed
Maltego
Contact
Domain > certcountdown.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-30
18.155.1.104
(
ClassC
)
2025-11-03
3.169.173.25
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 03 Nov 2025 21:10:49 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://certcountdown.com/X-Cache: Redirect from cloudfrontVia: 1.1 caca3796a9753caf000b1d1a5f744530.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: mS3khFwRvy7FUa5OLfBb61FMfNEs4x73aC7uzXHdK1hgve_Xjxzaag html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 4280Connection: keep-aliveDate: Sun, 02 Nov 2025 22:47:33 GMTx-amz-meta-checksum-sha256: 54768a74f6d94431403aedef31f835538c63080262e9bd0d4401481d34a98a98x-amz-meta-s3b-last-modified: 20250812T165029ZLast-Modified: Tue, 12 Aug 2025 17:00:00 GMTETag: 24cef1cc293f79db878eb475ce9e2eedServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 8af7e76489ae9222af2304e63d2c0520.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 8lNm4QZxV3PVeC1l5hvm6E3gPrUbxP7VGFJIfQiQ3maidKQEyF49xwAge: 80597 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Countdown to July 14, 2034/title> !-- Tailwind CSS CDN for styling --> script srchttps://cdn.tailwindcss.com>/script> script> tailwind.config { theme: { extend: { colors: { myblue: { 100: #e6f0fa, 300: #a1cff1, 600: #005fbe, 700: #004b98, 800: #003772, 900: #00234a, }, }, }, }, }; /script> !-- Google Font: Inter --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;700;800&displayswap relstylesheet> style> /* Apply Inter font to the entire body */ body { font-family: Inter, sans-serif; /* Ensure the body takes up the full viewport height */ min-height: 100vh; } /style>/head>body classbg-gradient-to-br from-myblue-700 to-purple-300 flex items-center justify-center p-4> !-- Main container for the countdown card --> div classbg-white p-8 sm:p-10 md:p-12 rounded-2xl shadow-2xl text-center max-w-xl sm:max-w-4xl md:max-w-5xl w-full transform transition-all duration-300 hover:scale-105> h1 classtext-3xl sm:text-4xl font-extrabold mb-4 text-myblue-700> CA Certificate Expiration /h1> p classtext-lg sm:text-xl text-myblue-700 mb-6> July 14, 2034 /p> !-- Countdown display area --> div idcountdown classtext-5xl sm:text-6xl md:text-7xl font-extrabold text-myblue-700 bg-indigo-50 p-4 rounded-xl mb-8 border-2 border-indigo-200> Loading countdown... /div> p classmt-6 text-sm sm:text-base text-myblue-600> Time left to update every SSL Certificate using the dev provided CA Cert /p> /div> script> // Get the target date: July 14, 2034, at midnight UTC // Using UTC to avoid issues with local time zones and Daylight Saving Time const targetDate new Date(2034-07-14T00:00:00Z).getTime(); const countdownElement document.getElementById(countdown); // Function to update the countdown function updateCountdown() { // Get the current time in milliseconds since the Unix epoch const now new Date().getTime(); // Calculate the distance (difference) between now and the target date const distance targetDate - now; // Define time constants in milliseconds const second 1000; const minute second * 60; const hour minute * 60; const day hour * 24; // Calculate days, hours, minutes, and seconds remaining const days Math.floor(distance / day); const hours Math.floor((distance % day) / hour); const minutes Math.floor((distance % hour) / minute); const seconds Math.floor((distance % minute) / second); // Check if the countdown has finished if (distance 0) { // If the target date is reached or passed, display a celebration message countdownElement.innerHTML 🎉 The day is here! 🎉; // Stop the interval to prevent further updates clearInterval(interval); } else { // Otherwise, display the remaining time countdownElement.innerHTML `${days}d ${hours}h ${minutes}m ${seconds}s`; } } // Initial call to display the countdown immediately when the page loads updateCountdown(); // Set up an interval to call updateCountdown every second (1000 milliseconds) const interval setInterval(updateCountdown, 1000); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]