Domain ttdsales.com
United States
ALPINE-PUBLIC-ASN
Software information

Caddy

tcp/443 tcp/80

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 216.51.235.105:443 · media2.ttdsales.com

    2026-01-09 19:44

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 19
    Content-Type: text/html; charset=utf-8
    Etag: "de10z0dp1zv1j"
    Last-Modified: Wed, 05 Nov 2025 19:57:51 GMT
    Server: Caddy
    Vary: Accept-Encoding
    Date: Fri, 09 Jan 2026 19:44:17 GMT
    Connection: close
    
    
    <h1>media2 up</h1>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.21.31.6:80 · ttdsales.com

    2026-01-09 16:52

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 16:52:56 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sWhBbhjIwCkcBJBycajLvJWGQHyZKgiKWzgsnJ5vt7a3LXyMkasy5Hrc%2FeYYyMCeS8in3Fdg0ZQ5UOG49QJFHGt4uCgnswW%2FAGZvbA%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb572abbe85d37c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    </body>
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.174.68:443 · ttdsales.com

    2026-01-09 16:52

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 16:52:56 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=86
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=449%2FNM%2FlzlUUenRNK%2BFs78lzkRG%2Flq8GBJ95GHfrfS9Xo5hzz2Z37RvOQfTim3C%2Br9uFmWn4b7Y6tvqBrVbd2tQj1yhl4PK9sEy5Ow%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb572aa3a95de9b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8b69498af0354fbd828ed586577038c8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 216.51.235.104:443 · media1.ttdsales.com

    2026-01-09 11:48

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 19
    Content-Type: text/html; charset=utf-8
    Etag: "de10yx7rhz34j"
    Last-Modified: Wed, 05 Nov 2025 19:57:44 GMT
    Server: Caddy
    Vary: Accept-Encoding
    Date: Fri, 09 Jan 2026 11:48:15 GMT
    Connection: close
    
    
    <h1>media1 up</h1>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 216.51.235.105:80 · media2.ttdsales.com

    2026-01-03 16:02

    HTTP/1.1 308 Permanent Redirect
    Connection: close
    Location: https://media2.ttdsales.com/
    Server: Caddy
    Date: Sat, 03 Jan 2026 16:02:33 GMT
    Content-Length: 0
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 216.51.235.105:443 · media2.ttdsales.com

    2026-01-03 16:02

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 19
    Content-Type: text/html; charset=utf-8
    Etag: "de10z0dp1zv1j"
    Last-Modified: Wed, 05 Nov 2025 19:57:51 GMT
    Server: Caddy
    Vary: Accept-Encoding
    Date: Sat, 03 Jan 2026 16:02:33 GMT
    Connection: close
    
    
    <h1>media2 up</h1>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 216.51.235.104:80 · media1.ttdsales.com

    2026-01-03 10:31

    HTTP/1.1 308 Permanent Redirect
    Connection: close
    Location: https://media1.ttdsales.com/
    Server: Caddy
    Date: Sat, 03 Jan 2026 10:31:17 GMT
    Content-Length: 0
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 216.51.235.104:443 · media1.ttdsales.com

    2026-01-03 10:31

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Alt-Svc: h3=":443"; ma=2592000
    Content-Length: 19
    Content-Type: text/html; charset=utf-8
    Etag: "de10yx7rhz34j"
    Last-Modified: Wed, 05 Nov 2025 19:57:44 GMT
    Server: Caddy
    Vary: Accept-Encoding
    Date: Sat, 03 Jan 2026 10:31:17 GMT
    Connection: close
    
    
    <h1>media1 up</h1>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 172.67.174.68:443 · ttdsales.com

    2026-01-02 11:39

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 11:39:03 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=C7aJFqFQgeVc%2FAwU6PEsdc0W5Acjrseq6keEZE5XiR8I8mwTY7i4p0jFXBy9%2BZBeHfuRRkO3cZvfHNA%2FhmuvOioddF3iR6TCM%2FeIxQ%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b79f93f5b1e9043-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.174.68:80 · ttdsales.com

    2026-01-02 11:39

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 11:39:02 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=75
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qqN%2BBd4SF5SyWWKr8od19%2FaKC%2F53rVj13R0Q2sHpdYSMHzmxc5Z4wTwxxFsMQwhklGZGck5o2dhGXlqLwviiBsiBQvsXWdlLk27Dtw%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b79f93e4e6ef9a9-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8b69498af0354fbd828ed586577038c8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.174.68:443 · ttdsales.com

    2025-12-22 21:16

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 21:16:15 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=63
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GvElm0MW8m1v3BmeH0rg%2F6YGpVvr0n1Mxf5Fcei1JaZuLtm6Ad4Do2FAmi7xLrRiu5fvP4cQ2wXH1Wzya5x1%2BB2aFOe4%2FrCxRGiFFQ%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b22a3a5acfcfc7d-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8b69498af0354fbd828ed586577038c8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.174.68:80 · ttdsales.com

    2025-12-22 21:16

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 21:16:16 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DXeshRvDlr8JjTkg5T1thC2kQbTJ9E6xkaLFxVm%2B2ZpaoHGVYdAR00VpCt2vNe4A%2FldqMvBMqkLZii2n6SP6DorHrdTJomivnFh8jw%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b22a3a699d49a07-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.174.68:80 · ttdsales.com

    2025-12-21 00:15

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 00:15:45 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=274
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oxA8XVsDzp5dpSRCz9tQdO4MsgMC06LebeByFCG0OGXO9Ds%2F7KPYIX5I4q8Wyo9DAXeniSPeBgBa6JPCtUGtw1wVVns6xtCcvUf7%2FQ%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b132fd22f2640b1-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8b69498af0354fbd828ed586577038c8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.174.68:443 · ttdsales.com

    2025-12-21 00:15

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 00:15:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sxg5wVxvah0LFPYWIARBiCG5%2BKeuypQM5KkT5U3Nfwm8e5foCzKte%2BuHsgdM9rdVlH8UsBlJGEmFn8TRoDD4vmidfrWLg2%2Fl3KK%2BCQ%3D%3D"}]}
    Last-Modified: Tue, 23 Sep 2025 22:06:25 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b132fcf3b6d35e8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: TTD
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>TTD</title>
        <style>
            body {
                margin: 0;
                padding: 0;
                min-height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                overflow: hidden;
            }
    
            .container {
                text-align: center;
                position: relative;
            }
    
            .logo {
                animation: zoomAndFade 2s ease-out forwards;
                transform-origin: center;
            }
    
            .logo img {
                width: 2200px; /* Base width */
                height: 900px; /* Base height */
                max-width: 100vw; /* Limits to viewport width */
                height: auto; /* Maintains aspect ratio */
            }
    
            .pi-link {
                position: absolute;
                bottom: 10px;
                right: 10px;
                opacity: 0;
                animation: fadeIn 0.5s ease-in 1.5s forwards;
            }
    
            a {
                text-decoration: none;
            }
    
            @keyframes zoomAndFade {
                0% {
                    transform: scale(0.001); /* Starts as a tiny dot */
                    opacity: 1;
                }
                60% {
                    transform: scale(1); /* Reaches full width */
                    opacity: 1;
                }
                80% {
                    transform: scale(1); /* Holds full size briefly */
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0; /* Fades out */
                }
            }
    
            @keyframes fadeIn {
                from { opacity: 0; }
                to { opacity: 1; }
            }
    
            @media (max-width: 600px) {
                .logo img {
                    width: 100vw;
                    height: auto;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="logo">
                <a href="main.html">
                    <img src="TTD.png" alt="Click">
                </a>
            </div>
            <div class="pi-link">
                <a href="clue.html">
                    <img src="pi.gif" alt="3.141592654" width="10" height="11">
                </a>
            </div>
        </div>
    
        <script>
            setTimeout(() => {
                window.location.href = "main.html";
            }, 2000);
        </script>
    </body>
    </html>
    Found 2025-12-21 by HttpPlugin
    Create report
media2.ttdsales.com
CN:
media2.ttdsales.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2026-01-03 15:02
Not after:
2026-04-03 15:02
ttdsales.com*.ttdsales.com
CN:
ttdsales.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 21:58
Not after:
2026-04-05 22:55
media1.ttdsales.com
CN:
media1.ttdsales.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-03 09:32
Not after:
2026-04-03 09:32
ttdsales.com*.ttdsales.com
CN:
ttdsales.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-07 21:01
Not after:
2026-02-05 21:59