Domain toprummy7.com
United States
AMAZON-02
Software information

CloudFront

tcp/80

openresty openresty

tcp/443

  • Open service 2600:9000:26e8:b000:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e161fd49d3d858d9f9d1d337fc91ce8e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: 2qiWKrA_cM232j4kWxuppWpkeybSEEfcczI5hHWMpq3mSke_6LOXng==
    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-22 by HttpPlugin
    Create report
  • Open service 3.161.82.31:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e3d6f049badd72a460740c783d33cfa4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: 2S_X-tjaYefMkiHEafKrpUEWvmsp-5-C-vH59sCebCkxVIVtccMRTQ==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:b400:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 a2fcaa589cf2ad79b72da94df54baac6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: 03oNe0zrtkSra_8aTrq1o85oL7h9E76xwvYmTIxXC4DjyTyVzJH-lw==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.161.82.31:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:12 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 950827d16996e598fc854bddb58b3ff0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: ozoAWrjcJhX1_aZercmoVwcCehbwS6bfhgeYS8g3gpqSDVWwvU7zgA==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:1c00:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 577d8c1d3279d6a0f53cebe01ead8c6e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: TJrA8qogccOptjtdA7gXWVMZIOK7t7Yo_kXQI4QBRc1q0j3qIcA6Vg==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:e800:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 18a0c3f5e09e58d51d2e5d6f596d202e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: MAjyofnxscnSqUzGDh5UpnMyaVwQ2rhN603ah5YcZi3a-sEu5f6vMw==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:b800:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a2fcaa589cf2ad79b72da94df54baac6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: nFRcZqrY2M1vmbwggi49ginQhN1cynCHhe2T3u94lliKPD1oaYyOJA==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:b800:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 950827d16996e598fc854bddb58b3ff0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: OQY4my0mCDYd0mPaGmDuBAkN4PU2xvBAAtfGk-2_b6-6q27PivqWAg==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:a000:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:11 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 f0ff3515536254a60a04240b4114639c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: aOrmWVtEiVyyVOizke9np9dqhKjTbieFrfFZfw9DLZF_8YmxHmtTAQ==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.161.82.70:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 28f8e84a396255d768dd04c506bf86f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: p7QtHF6WYMVDBRgO-wMOqnMxa_c6C_ZNyxGAKt4wCucVm4BcEBKI0g==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.161.82.70:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 577d8c1d3279d6a0f53cebe01ead8c6e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: zXh08bXgcbmTlUlNMgf98tYodI01IJWF5GhakeqKNGobvWvVwMmBjQ==
    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-22 by HttpPlugin
    Create report
  • Open service 3.161.82.96:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:12 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 b61ff825a3ca0ff851caf7741034ca52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: 0w1HIgv94CUywI6k_gJ5KPEsKIOtgsLsIkis1uIuWzWxAp0AvnRWNQ==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:ee00:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fd6dc3eaf39d0b931b4b1369a7e91ac0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: gWR6yX5YO4k8OP1nYHlXDZXKxY6NL5AmreNmdkUv6AYBDSJMCmPDlQ==
    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-22 by HttpPlugin
    Create report
  • Open service 3.161.82.10:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 28f8e84a396255d768dd04c506bf86f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: FsakKEuLy0I-G2zlECBgVgAxlkmpoosnNuri5UNri9dVsDmgFH9n7Q==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:b000:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 7b33e91c10f2279399751cc4de05f400.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: XFNo8whTNBjDkYjch9iSlix1xVidtrJtgcnSLJ_x9_PVNfIwW2DMqA==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.161.82.96:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e3d6f049badd72a460740c783d33cfa4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: ZSxMKfyEBhGeLGYuhM0vZap_bLNlXEzZnLKTG0Dq8HpP-49m7nMTtg==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:b400:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e161fd49d3d858d9f9d1d337fc91ce8e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: opB1rDlasL-NgPhoBLHz2-33jNeLkcIR3SQPjemlZiSZ4d3OPRpLuQ==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:ee00:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 7b33e91c10f2279399751cc4de05f400.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: xMO_hzXtn1pfaEv0VkLVS5PLLXk6oXA9Mt2pTaSlUYfze4OdpNjY0A==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.161.82.10:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 098a60d50e7e132c276fd27b94c6212c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: AerOdN6oD1MrBirciQ7VXl7vBnEqi521_0rKDPbzg3O2T85yyHw1Ug==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:d400:7:fde0:4100:93a1:80 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://toprummy7.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fb02145a1ed983434aacfc27d3e4a9a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: LrSgj_my7Z3LZwRXarOhmm-TsMc9wMWAaqyw9sckNZU_7igsSePuJw==
    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-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:e800:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 b61ff825a3ca0ff851caf7741034ca52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: PpBARENvtfSIvYxca_iZjsDRqQHEnkP74q0qgg-Y0eWeuKlc0LWc_w==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:d400:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 adffa554e502bb59dc89f14ddc6170ce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: YwLqMd2yxGxet4FdIxeob60xugO-2jAnTMuvHRZhuurOtd7MtxgvWA==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2600:9000:26e8:1c00:7:fde0:4100:93a1:443 · toprummy7.com

    2025-12-22 13:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Mon, 22 Dec 2025 13:40:10 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 bb6970675ac5572387ab59ecc9abd23e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P10
    X-Amz-Cf-Id: bqpXf1E6eQ8NKiIxSFaYpmdfCIqk7FTMHEopCBYU1VAYvkfUX772aw==
    
    Page title: Join in Top Rummy!
    
    <!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 Top Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Top Rummy!">
            <meta property="description" content="Welcome to Top Rummy! 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 Top Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Top Rummy!</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
    Found 2025-12-22 by HttpPlugin
    Create report
www.toprummy.nettoprummy05.toptoprummy05.cctoprummy01.viptoprummy7.com*.toprummy5.com*.toprummy08.vip*.toprummy08.xyz*.toprummy07.xyztoprummy06.me*.toprummy.xyztoprummy06.top*.toprummy.nettoprummy8.com*.toprummy.vipwww.toprummy03.cctoprummyapp.top*.toprummy07.vipwww.toprummy3.comwww.toprummy.cctoprummy09.viptoprummy08.vip*.toprummy.cc*.toprummy06.vip*.toprummy05.cctoprummyapp.ccwww.toprummy.co*.vayaslot.nettoprummy08.xyz*.toprummy3.com*.toprummy06.xyz*.toprummyapp.top*.toprummy05.net*.toprummy05.vip*.toprummy06.metoprummy.pwtoprummy5.comtoprummy07.xyz*.toprummy.comtoprummy07.vipwww.toprummyapp.top*.toprummy.cowww.toprummy5.com*.toprummy01.top*.toprummy05.xyz*.toprummy08.toptoprummy.viptoprummy.nettoprummy03.cc*.toprummy06.cowww.toprummy8.comtoprummy06.viptoprummy.cctoprummy06.xyztoprummy3.comtoprummyapp.vipwww.toprummy05.top*.toprummy07.top*.toprummyapp.cctoprummy.xyz*.toprummy03.vipwww.toprummy7.comtoprummy.cotoprummy05.viptoprummy05.net*.toprummy.pwwww.toprummy05.ccwww.toprummy06.toptoprummy05.xyztoprummy01.toptoprummy03.vip*.toprummy03.cc*.toprummy7.comtoprummy07.toptoprummy.com*.toprummy01.viptoprummy08.top*.toprummy06.topwww.toprummyapp.cc*.toprummy8.comwww.toprummyapp.vipvayaslot.net*.toprummyapp.vip*.toprummy05.toptoprummy06.co*.toprummy09.vip
CN:
www.toprummy.net
Key:
RSA-2048
Issuer:
Not before:
2025-12-08 00:00
Not after:
2027-01-06 23:59