Domain spin101-i.com
United States
AMAZON-02
Software information

CloudFront

tcp/80

openresty openresty

tcp/443

  • Open service 2600:9000:26a1:d200:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 95963cc3af56d1b2ae5c829e57be1424.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: pQQbpLPiHlXA70J7ujQOq5Fds2CfRZZhXTm0BpDla3CuvyT6k6bgMw==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.55:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2e8126aebd83e92e3cf50c4f9c832912.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: VUoXxuqX6mP_m-i9BjDgUgdHeOk3bp53Pvn_d4ZowkqC_QkECVwrvQ==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.25:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:58 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 2e8126aebd83e92e3cf50c4f9c832912.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: BcoWloQyQMXfOyFMs83MTBoryTjLw2scGpSGx3YTHJlA8w3C81G00g==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.21:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 9b70adf7c49e859435e96eb0fc35c216.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: 5790EaeiJt6l7YYoSIAX8Ov6kKNFzBZ6CkE__oUmXuvXK4pZHgmXVQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:ac00:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 95963cc3af56d1b2ae5c829e57be1424.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: ZKwfNeDlHYxLINlIM6y47ESOm_xK2w2sDGqXy0Oi4Cyukj4gohzFKw==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.21:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2ad26f5878b778b17955978bf962dc9a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: dfG5mvtzVjxxoOFgXF9dZ6kLSTWQXmtoUpuJ4Vum6kuT9rdZ1XIjFg==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:e600:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 afefc2e0cad8cff764251b2e1abbdfba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: -jcZe8OpuaU4HmvWsVo5cXeDb-aAvHi-VA8hE44DIicNuk7iDmg9Rg==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4400:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 4cfa930fc6c84f21e8b75edab9c07bbc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: Ke2Ppg3c5J8VawKo7uaN2lkYZHUbRl7gyUw8hI2npG2kx3x_gsMASw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.73:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 46b6cb3d5daab7defe28d3658c3a54fe.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: Ub-QMx15l-K8psYlwtD2LIUltaHat6SeexQKlVGXRpbnQVt1dfOXsw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:7600:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:12:00 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 85df1a603e38a146a69fe972f7c1c016.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: wT5oAcVK-9tea7IIMPxdtmD-5KGVrbNAGd9jbtL-RU1TLJYrtJ67pA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:d200:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 ff9802edfc33ac761711281d7826a1f8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: CycSVPZUbXyxvONhLDGHwj7BOVa52MJDVmHjx9sV1TTUA-t-M9-5Aw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4400:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 75f81a6b4109b269385e5a352c58b638.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: x2kUW3znPGc5Ssm-8VCRaJdYHzH1ujmUgYtNBzPHygL0nu5SbdJAIw==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.55:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:58 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 32803d0ba3af70cddd7db80d2fd00608.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: VJvwICFTHkvInFgrUQfSVtHX0J-4Ee4szUeVpPdtUttQNPN0c2iJkA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:ac00:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 b093bbe9e11537fd2eb2786c35b51cd2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: S3AOoVIpBWeBQ0CZh2wo9N224VrWZG6Ptyi-26ruJsph8ggdQO8FRQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:5e00:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:56 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 18512261f9a316a229bc1979fd173098.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: dAOGHekWHGqPhCBnZzpTIOM14plqoEzNibs-uCFYctoTzmIvpmtdog==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.73:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 de048058a16d8205bfbc06a8f2eefb34.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: 8T1-Z4xnIVanUifay_YSB6AOEEi51yqtspFMQY3sejqnk3yKL25saw==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:5e00:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 069b2b234138c5f3cf273203b46dc08c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: R8ZVZeMP1zpmtD9ey2r_KRZCP27nxzAM7cpHZRw_2s_-9JvSN9SKzA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:7600:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 95963cc3af56d1b2ae5c829e57be1424.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: 8qz-xtKY_-w_srM0A-_sZd6nQ7azAvBzxUvj9RHSXcVXqCHdZHsEbg==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:de00:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 d810ff90b115554fc8f69c667d829b82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: 8NjzPC0mAQDBpr3-znqlDTINKW-QJO52r9NiUCaly4q3WlUpGNsPow==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 13.33.187.25:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:56 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5f82872daec754c74bbd4ef1bc7f7314.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: O9FEiHPB5mC0TQG8hsJ7R9VVba3Enrj9VV4TtuMh-nR2CO8-mXfX_w==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:8200:b:a265:d80:93a1:443 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sun, 21 Dec 2025 18:11:57 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 f8b49eac10f6fd2170a77dee537ee6de.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: yVI8UBcg1FLmDftyz_YoQFoyCu7b_tLfb9mPwDOi1PJ9w_ZSwPC-4Q==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:8200:b:a265:d80:93a1:80 · spin101-i.com

    2025-12-21 18:11

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 18:11:56 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101-i.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 adfb81e24c9cceca6f19d71f97ed58be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: qwKzKtBJ3x40yGuJ-NQCTxPK6bVCkAkNJ9IbPC78DCCMp70elfRg7g==
    Vary: Origin
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
spin101-l.vipspin101-i.vip*.spin101.app*.spin101.net*.spin101.xyzspin101.info*.spin101.lifespin101.org*.spin101refer.com*.spin101.click*.spin101-j.orgspin101.topspin101-i.com*.spin101-i.orgspin101-i.ccspin101-i.orgspin101.life*.spin101-l.vip*.spin101-k.vip*.spin101-k.netspin101-j.org*.spin101.top*.spin101-i.comspin101.appspin101-k.org*.spin101agent.com*.spin101-i.cc*.spin101-j.vip*.spin101-j.net*.spin101.infospin101refer.comspin101-l.org*.spin101.com*.spin101-i.vipspin101.xyzspin101-j.comspin101-k.vipspin101-k.net*.spin101.in*.spin101-k.comspin101.netspin101agent.comspin101.com*.spin101-k.orgspin101.inspin101-j.netspin101-j.vipspin101-k.com*.spin101.orgspin101.click*.spin101-l.org*.spin101-j.com
CN:
spin101-l.vip
Key:
RSA-2048
Issuer:
Not before:
2025-08-22 00:00
Not after:
2026-09-20 23:59