Domain 3985.info
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2025-11-10 14:09
    Last seen 2025-12-06 05:30
    Open for 25 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c39aac35b39aac35b2578364c68dc6859df38d459493a29a8

      Found 14 files trough .DS_Store spidering:
      
      /images
      /images/icon1@2x.png
      /images/icon2@2x.png
      /images/logo_01.webp
      /images/logo_02.webp
      /images/logo_03.webp
      /images/logo_pa.png
      /images/logo_pa.webp
      /images/sec1@2x.png
      /images/sec2@2x.png
      /images/title@2x.png
      /index.html
      /index_副本.html
      /js
      Found on 2025-12-06 05:30
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cccdd54a0ccdd54a07892f1b1255eaedced97ddd498a58985

      Found 13 files trough .DS_Store spidering:
      
      /images
      /images/icon1@2x.png
      /images/icon2@2x.png
      /images/logo_01.webp
      /images/logo_02.webp
      /images/logo_03.webp
      /images/logo_pa.png
      /images/logo_pa.webp
      /images/sec1@2x.png
      /images/sec2@2x.png
      /images/title@2x.png
      /index.html
      /js
      Found on 2025-11-21 12:02
  • MacOS file listing through .DS_Store file
    First seen 2025-11-10 14:09
    Last seen 2025-11-20 23:02
    Open for 10 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cccdd54a0ccdd54a07892f1b1255eaedced97ddd498a58985

      Found 13 files trough .DS_Store spidering:
      
      /images
      /images/icon1@2x.png
      /images/icon2@2x.png
      /images/logo_01.webp
      /images/logo_02.webp
      /images/logo_03.webp
      /images/logo_pa.png
      /images/logo_pa.webp
      /images/sec1@2x.png
      /images/sec2@2x.png
      /images/title@2x.png
      /index.html
      /js
      Found on 2025-11-20 23:02
  • Open service 104.21.54.188:443 · 3985.info

    2026-01-22 19:04

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 19:04:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=405
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=aPHrdC5YR9qDd9ADc%2F9Xwy26eFZfTV5JzecOoOqJxAdykn%2Fu5j7JCymWp9pqzDJ18tD6XDCO8QRqHAgU8afn4GpgS55euUmnzQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c215199e93ea67e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <body style="background: #e6eaeb;">
            <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
                <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
                <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</div>
                <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
            </div>
            <script>
                window.onload = function() {
                    var canvas = document.getElementById('canvas')
                      , ctx = canvas.getContext('2d')
                      , ras = canvas.width / 2
                      , index = 0;
                    drawFrame();
                    function drawFrame() {
                        ctx.clearRect(0, 0, canvas.width, canvas.height);
                        ctx.save();
                        ctx.translate(ras, ras);
                        ctx.beginPath();
                        ctx.lineWidth = ras * 0.08;
                        ctx.strokeStyle = "#d1d2d4";
                        ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                        ctx.stroke();
                        ctx.strokeStyle = "#00a2ff ";
                        ctx.lineWidth = ras * 0.12;
                        ctx.beginPath();
                        ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                        ctx.stroke();
                        ctx.textAlign = 'center';
                        ctx.textBaseline = 'middle';
                        ctx.font = ras / 2.2 + 'px Arial';
                        ctx.fillText(index.toFixed(0) + '%', 0, 0);
                        ctx.restore();
                        document.title = '加载中 ' + index.toFixed(1) + '%';
                        if (index < 99.2) {
                            if (index > 90) {
                                index += 1;
                                btn.innerHTML = '最快线路进入中';
                                btn.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.21.54.188:443 · 3985.info

    2026-01-09 05:05

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:05:36 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=420
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JTHeKdtVAdpvACXrlVFZkKrp%2BuinhMz1wijDg%2FKydnLa94mMNzQCpRrzYGnTWug5JZhpXbHaL191AlkGBAQBtN%2By4tUQQrwGEw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb16685ac604f4e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <body style="background: #e6eaeb;">
            <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
                <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
                <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</div>
                <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
            </div>
            <script>
                window.onload = function() {
                    var canvas = document.getElementById('canvas')
                      , ctx = canvas.getContext('2d')
                      , ras = canvas.width / 2
                      , index = 0;
                    drawFrame();
                    function drawFrame() {
                        ctx.clearRect(0, 0, canvas.width, canvas.height);
                        ctx.save();
                        ctx.translate(ras, ras);
                        ctx.beginPath();
                        ctx.lineWidth = ras * 0.08;
                        ctx.strokeStyle = "#d1d2d4";
                        ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                        ctx.stroke();
                        ctx.strokeStyle = "#00a2ff ";
                        ctx.lineWidth = ras * 0.12;
                        ctx.beginPath();
                        ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                        ctx.stroke();
                        ctx.textAlign = 'center';
                        ctx.textBaseline = 'middle';
                        ctx.font = ras / 2.2 + 'px Arial';
                        ctx.fillText(index.toFixed(0) + '%', 0, 0);
                        ctx.restore();
                        document.title = '加载中 ' + index.toFixed(1) + '%';
                        if (index < 99.2) {
                            if (index > 90) {
                                index += 1;
                                btn.innerHTML = '最快线路进入中';
                                btn.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.141.28:80 · 3985.info

    2026-01-09 00:53

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 00:53:46 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=138
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0n9%2BTgdhHv0VIYEWnmAawQH2Y4Nt8FBQ0ex%2F6On%2FYCMEDTGSKUVd3pwAcENXEl0w4pFlUfnZz1mJzNHQmWYGbYOhI8PYGTJWSQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9baff5a4fec2fd3e-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <body style="background: #e6eaeb;">
            <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
                <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
                <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</div>
                <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
            </div>
            <script>
                window.onload = function() {
                    var canvas = document.getElementById('canvas')
                      , ctx = canvas.getContext('2d')
                      , ras = canvas.width / 2
                      , index = 0;
                    drawFrame();
                    function drawFrame() {
                        ctx.clearRect(0, 0, canvas.width, canvas.height);
                        ctx.save();
                        ctx.translate(ras, ras);
                        ctx.beginPath();
                        ctx.lineWidth = ras * 0.08;
                        ctx.strokeStyle = "#d1d2d4";
                        ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                        ctx.stroke();
                        ctx.strokeStyle = "#00a2ff ";
                        ctx.lineWidth = ras * 0.12;
                        ctx.beginPath();
                        ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                        ctx.stroke();
                        ctx.textAlign = 'center';
                        ctx.textBaseline = 'middle';
                        ctx.font = ras / 2.2 + 'px Arial';
                        ctx.fillText(index.toFixed(0) + '%', 0, 0);
                        ctx.restore();
                        document.title = '加载中 ' + index.toFixed(1) + '%';
                        if (index < 99.2) {
                            if (index > 90) {
                                index += 1;
                                btn.innerHTML = '最快线路进入中';
                                btn.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.21.54.188:443 · 3985.info

    2026-01-02 05:44

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 05:44:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 01 Jan 2026 15:38:26 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KNJ1ulukr%2BGTNwfJDG1IIWwIcaeWnRZCi5f8O%2BNGBq0OE3QQqiXJgyezFzJmc3xuJWWPTaY5ghhfz1zM%2BPHgnZXA5mpvpwokWw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b77f179ad42cd19-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <body style="background: #e6eaeb;">
            <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
                <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
                <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</div>
                <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
            </div>
            <script>
                window.onload = function() {
                    var canvas = document.getElementById('canvas')
                      , ctx = canvas.getContext('2d')
                      , ras = canvas.width / 2
                      , index = 0;
                    drawFrame();
                    function drawFrame() {
                        ctx.clearRect(0, 0, canvas.width, canvas.height);
                        ctx.save();
                        ctx.translate(ras, ras);
                        ctx.beginPath();
                        ctx.lineWidth = ras * 0.08;
                        ctx.strokeStyle = "#d1d2d4";
                        ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                        ctx.stroke();
                        ctx.strokeStyle = "#00a2ff ";
                        ctx.lineWidth = ras * 0.12;
                        ctx.beginPath();
                        ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                        ctx.stroke();
                        ctx.textAlign = 'center';
                        ctx.textBaseline = 'middle';
                        ctx.font = ras / 2.2 + 'px Arial';
                        ctx.fillText(index.toFixed(0) + '%', 0, 0);
                        ctx.restore();
                        document.title = '加载中 ' + index.toFixed(1) + '%';
                        if (index < 99.2) {
                            if (index > 90) {
                                index += 1;
                                btn.innerHTML = '最快线路进入中';
                                btn.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            document.title = '最快线路进入中';
                            var domains = ["https://ktdh06mzvj.cc/index.html?shareName=595dd3437", "https://ktdh06mzvj.cc/index.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var randomDomain = domains[randomDomainIndex]; 
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.141.28:80 · 3985.info

    2026-01-02 01:00

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 01:00:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 01 Jan 2026 15:38:26 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8GPacfvKFxJ4sIa2PqF%2FAlG3JvhVrDI7GgUk4XDuL%2F2MLpseQTI0aIYFdNTI1z%2Bb3S9c2RcWSAxt3xz38gxz0Lgco%2FOR1Nw2uw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b76523e2f03210f-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <body style="background: #e6eaeb;">
            <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
                <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
                <div style="color: #242424;font-size: 28px;padding:111px  0 20px">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</div>
                <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
            </div>
            <script>
                window.onload = function() {
                    var canvas = document.getElementById('canvas')
                      , ctx = canvas.getContext('2d')
                      , ras = canvas.width / 2
                      , index = 0;
                    drawFrame();
                    function drawFrame() {
                        ctx.clearRect(0, 0, canvas.width, canvas.height);
                        ctx.save();
                        ctx.translate(ras, ras);
                        ctx.beginPath();
                        ctx.lineWidth = ras * 0.08;
                        ctx.strokeStyle = "#d1d2d4";
                        ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                        ctx.stroke();
                        ctx.strokeStyle = "#00a2ff ";
                        ctx.lineWidth = ras * 0.12;
                        ctx.beginPath();
                        ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                        ctx.stroke();
                        ctx.textAlign = 'center';
                        ctx.textBaseline = 'middle';
                        ctx.font = ras / 2.2 + 'px Arial';
                        ctx.fillText(index.toFixed(0) + '%', 0, 0);
                        ctx.restore();
                        document.title = '加载中 ' + index.toFixed(1) + '%';
                        if (index < 99.2) {
                            if (index > 90) {
                                index += 1;
                                btn.innerHTML = '最快线路进入中';
                                btn.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            document.title = '最快线路进入中';
                            var domains = ["https://ktdh06mzvj.cc/index.html?shareName=595dd3437", "https://ktdh06mzvj.cc/index.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var randomDomain = domains[randomDomainIndex]; 
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.54.188:443 · 3985.info

    2025-12-22 19:41

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 19:41:17 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 02:22:38 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=183
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bdYu3ARznMnguOmPL%2BbYXCtnMWn2sXsGamqiXFNIRVib5LQ%2FT%2BpCjGKpFrqWwq4y%2FY4zFTLV8cVgLmFMW1qhky7NVGopozCJbw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b2218862fc3de74-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    <html lang="en" style="font-size: 114.667px;"><head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
        <link rel="stylesheet" href="/css/normalize.css">
        <link rel="stylesheet" href="/js/swiper.min.css">
        <link rel="stylesheet" href="/css/index.css">
    
        <title></title>
        <style type='text/css'>body{overflow: hidden;}</style>
        <script type="text/javascript">
            window.onload = function() {
                var u1 = 'ux0fwtht';//zl1201
                var u2 = '3rriqrrn';//0311
                var u3 = 'md82sjhs';//zl0301
                var u4 = 'ajsottuo';//zl0311
                var u5 = 'n7xles01';//zl0701
                // 34.92.150.123:46195//zl0701
                let flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i);
                if (flag) {
                    //wap
                    u1 = 'm.'+u1+'.com'+'';
                    u2 = 'm.'+u2+'.com'+'';
                    u3 = 'm.'+u3+'.com'+':9009';
                    u4 = 'm.'+u4+'.com'+':9009';
                    u5 = 'm.'+u5+'.com'+'';
                } else {
                    // PC
                    u1 = 'www.'+u1+'.com'+'';
                    u2 = 'www.'+u2+'.com'+'';
                    u3 = 'www.'+u3+'.com'+':9009';
                    u4 = 'www.'+u4+'.com'+':9009';
                    u5 = 'www.'+u5+'.com'+'';
                }
            
                const d_list = [
                    // ['34.92.150.123',':46195','/register','国内极速'],//zl0701
                    // [u5,'','/register','海外专线'],//zl0701
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    [u1,'','/register','海外专线'],//zl0114
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    [u1,'','/register','海外专线'],//0114
                    
    
                ]
                function shuffle(arr) {
                    arr.sort(() => Math.random() - 0.5);
                }
                // shuffle(d_list)
                function getRandomInt(max) {
                      return Math.floor(Math.random() * max);
                }
                let link_text = "";
                d_list.forEach(myFunction);
                function myFunction(item, index) {
                    var vip_l = 'https://'+item[0]+item[1]+item[2];
                    var ms_speed = 80+index*10+getRandomInt(7)+' ms';
                    link_text += "<a style='text-decoration:none;color:black;' href='"+vip_l+"' target='_blank'><div class='item ultra'><div class='spent'>"+ms_speed+"</div> <span class='normal button'>"+item[3]+"</span></div></a>"
                }
                var a = document.getElementById("list").innerHTML = link_text;
            }
          </script>
      </head>
      <body>
        <div id="domain" class="domain domain-h5"><div id="topMes" class="topMes"><div class="logo-sect"><img src="/images/A04_Logo.png" class="logo"> <div id="main-swiper" class="main-swiper swiper-container-initialized swiper-container-vertical swiper-container-ios"><div class="swiper-wrapper" style="transform: translate3d(0px, -189px, 0px); transition-duration: 0ms;"><div class="swiper-slide swiper-slide-duplicate swiper-slide-next swiper-slide-duplicate-prev" data-swiper-slide-index="1" style="height: 63px;"><img src="/images/A04-Top-banner-2.png"></div><div class="swiper-slide swiper-slide-duplicate-active" data-swiper-slide-index="0" style="height: 63px;"><img src="/images/A04-Top-banner-1.png"></div> <div class="swiper-slide swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="1" style="height: 63px;"><img src="/images/A04-Top-banner-2.png"></div><div class="swiper-slide swiper-slide-duplicate swiper-slide-active" data-swiper-slide-index="0" style="height: 63px;"><img src="/images/A04-Top-banner-1.png"></div></div><span class="swiper-notification" aria-live="assertive" aria-atomic="t
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.141.28:80 · 3985.info

    2025-12-22 09:10

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 09:10:05 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 02:22:38 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cDZNILEyucY7N%2BHScd7fWGkJtez32RHrHpFZRU09qqghL1ppQbXw1XGwUee%2FAX%2Bh0iYa%2BM1y%2BktfOCFVLNNEQtmPViubuigHBA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1e7be8bfdbdc99-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html lang="en" style="font-size: 114.667px;"><head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
        <link rel="stylesheet" href="/css/normalize.css">
        <link rel="stylesheet" href="/js/swiper.min.css">
        <link rel="stylesheet" href="/css/index.css">
    
        <title></title>
        <style type='text/css'>body{overflow: hidden;}</style>
        <script type="text/javascript">
            window.onload = function() {
                var u1 = 'ux0fwtht';//zl1201
                var u2 = '3rriqrrn';//0311
                var u3 = 'md82sjhs';//zl0301
                var u4 = 'ajsottuo';//zl0311
                var u5 = 'n7xles01';//zl0701
                // 34.92.150.123:46195//zl0701
                let flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i);
                if (flag) {
                    //wap
                    u1 = 'm.'+u1+'.com'+'';
                    u2 = 'm.'+u2+'.com'+'';
                    u3 = 'm.'+u3+'.com'+':9009';
                    u4 = 'm.'+u4+'.com'+':9009';
                    u5 = 'm.'+u5+'.com'+'';
                } else {
                    // PC
                    u1 = 'www.'+u1+'.com'+'';
                    u2 = 'www.'+u2+'.com'+'';
                    u3 = 'www.'+u3+'.com'+':9009';
                    u4 = 'www.'+u4+'.com'+':9009';
                    u5 = 'www.'+u5+'.com'+'';
                }
            
                const d_list = [
                    // ['34.92.150.123',':46195','/register','国内极速'],//zl0701
                    // [u5,'','/register','海外专线'],//zl0701
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    [u1,'','/register','海外专线'],//zl0114
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    ['34.92.237.67',':38038','/register','国内极速'],//0114
                    [u1,'','/register','海外专线'],//0114
                    
    
                ]
                function shuffle(arr) {
                    arr.sort(() => Math.random() - 0.5);
                }
                // shuffle(d_list)
                function getRandomInt(max) {
                      return Math.floor(Math.random() * max);
                }
                let link_text = "";
                d_list.forEach(myFunction);
                function myFunction(item, index) {
                    var vip_l = 'https://'+item[0]+item[1]+item[2];
                    var ms_speed = 80+index*10+getRandomInt(7)+' ms';
                    link_text += "<a style='text-decoration:none;color:black;' href='"+vip_l+"' target='_blank'><div class='item ultra'><div class='spent'>"+ms_speed+"</div> <span class='normal button'>"+item[3]+"</span></div></a>"
                }
                var a = document.getElementById("list").innerHTML = link_text;
            }
          </script>
      </head>
      <body>
        <div id="domain" class="domain domain-h5"><div id="topMes" class="topMes"><div class="logo-sect"><img src="/images/A04_Logo.png" class="logo"> <div id="main-swiper" class="main-swiper swiper-container-initialized swiper-container-vertical swiper-container-ios"><div class="swiper-wrapper" style="transform: translate3d(0px, -189px, 0px); transition-duration: 0ms;"><div class="swiper-slide swiper-slide-duplicate swiper-slide-next swiper-slide-duplicate-prev" data-swiper-slide-index="1" style="height: 63px;"><img src="/images/A04-Top-banner-2.png"></div><div class="swiper-slide swiper-slide-duplicate-active" data-swiper-slide-index="0" style="height: 63px;"><img src="/images/A04-Top-banner-1.png"></div> <div class="swiper-slide swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="1" style="height: 63px;"><img src="/images/A04-Top-banner-2.png"></div><div class="swiper-slide swiper-slide-duplicate swiper-slide-active" data-swiper-slide-index="0" style="height: 63px;"><img src="/images/A04-Top-banner-1.png"></div></div><span class="swiper-notification" aria-live="assertive" aria-atomic="t
    Found 2025-12-22 by HttpPlugin
    Create report
3985.info*.3985.info
CN:
3985.info
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-27 13:50
Not after:
2026-03-27 14:49
3985.info*.3985.info
CN:
3985.info
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-10-29 13:00
Not after:
2026-01-27 13:59
Domain summary
IP summary