Domain gryyoery.com
United States
AMAZON-02
  • Open service 65.8.131.98:80 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 418 
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3635
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:38 GMT
    Set-Cookie: acw_tc=0a03e56917663749717961070e3d5caed387ea56e10386459e9ae688681415;path=/;HttpOnly;Max-Age=1800
    X-Powered-By: WAF/3.0
    X-Cache: Error from cloudfront
    Via: 1.1 387be0cf162c8cb6592090f9496a1e92.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: xymGKMFLm5nM1QhiktJ1bh7_2XtsOBtVmIdCL32c1kkjL90kJ-l9RQ==
    
    Page title: Security Alert - Web Application Firewall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Security Alert - Web Application Firewall</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                background-color: #f7f8fa;
                margin: 0;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 100vh;
                color: #333;
            }
    
            .container {
                background: white;
                padding: 40px;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                max-width: 600px;
                width: 90%;
                text-align: center;
            }
    
            .alert-icon {
                color: #ff4d4f;
                font-size: 48px;
                margin-bottom: 20px;
            }
    
            .title {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 20px;
                color: #1f1f1f;
            }
    
            .description {
                color: #666;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .details {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 6px;
                margin-bottom: 30px;
                text-align: left;
            }
    
            .detail-item {
                margin-bottom: 10px;
                font-family: monospace;
                font-size: 14px;
            }
    
            .detail-label {
                color: #666;
                margin-right: 10px;
            }
    
            .support {
                font-size: 14px;
                color: #8c8c8c;
            }
    
            @media (max-width: 480px) {
                .container {
                    padding: 20px;
                }
                
                .title {
                    font-size: 20px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="alert-icon">⚠️</div>
            <div class="title">Access Denied</div>
            <div class="description">
                Your request has been blocked by Web Application Firewall due to suspicious activity.
            </div>
            <div class="details">
                <div class="detail-item">
                    <span class="detail-label">Request ID:</span>
                    <span id="requestId"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Time:</span>
                    <span id="timestamp"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Rule ID:</span>
                    <span id="ruleId"></span>
                </div>
            </div>
            <div class="support">
                If you believe this is a false positive, please contact your website administrator.
            </div>
        </div>
    
        <script>
            function generateRequestId() {
                return 'waf_' + Array.from(Array(32), () => Math.floor(Math.random() * 36).toString(36)).join('');
            }
    
            function generateRuleId() {
                return Math.floor(Math.random() * 9000000) + 1000000;
            }
    
            function formatTimestamp() {
                return new Date().toISOString().replace('T', ' ').substr(0, 19) + ' UTC';
            }
    
            document.getElementById('requestId').textContent = generateRequestId();
            document.getElementById('timestamp').textContent = formatTimestamp();
            document.getElementById('ruleId').textContent = generateRuleId();
        </script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.99:443 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 418 
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3635
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:33 GMT
    Set-Cookie: acw_tc=0a06abc817663749723523778e3e1ced56d09c6b5fe38a03af1ef4c93178b1;path=/;HttpOnly;Max-Age=1800
    X-Powered-By: WAF/3.0
    X-Cache: Error from cloudfront
    Via: 1.1 d07394c1abd1aadfca4b7709ba1de6a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 8Q2HUcEA-PHcnz-9pARVfrXM8zSRXIW2B1ZD5EgbCf8zhrJDF3A-VQ==
    
    Page title: Security Alert - Web Application Firewall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Security Alert - Web Application Firewall</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                background-color: #f7f8fa;
                margin: 0;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 100vh;
                color: #333;
            }
    
            .container {
                background: white;
                padding: 40px;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                max-width: 600px;
                width: 90%;
                text-align: center;
            }
    
            .alert-icon {
                color: #ff4d4f;
                font-size: 48px;
                margin-bottom: 20px;
            }
    
            .title {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 20px;
                color: #1f1f1f;
            }
    
            .description {
                color: #666;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .details {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 6px;
                margin-bottom: 30px;
                text-align: left;
            }
    
            .detail-item {
                margin-bottom: 10px;
                font-family: monospace;
                font-size: 14px;
            }
    
            .detail-label {
                color: #666;
                margin-right: 10px;
            }
    
            .support {
                font-size: 14px;
                color: #8c8c8c;
            }
    
            @media (max-width: 480px) {
                .container {
                    padding: 20px;
                }
                
                .title {
                    font-size: 20px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="alert-icon">⚠️</div>
            <div class="title">Access Denied</div>
            <div class="description">
                Your request has been blocked by Web Application Firewall due to suspicious activity.
            </div>
            <div class="details">
                <div class="detail-item">
                    <span class="detail-label">Request ID:</span>
                    <span id="requestId"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Time:</span>
                    <span id="timestamp"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Rule ID:</span>
                    <span id="ruleId"></span>
                </div>
            </div>
            <div class="support">
                If you believe this is a false positive, please contact your website administrator.
            </div>
        </div>
    
        <script>
            function generateRequestId() {
                return 'waf_' + Array.from(Array(32), () => Math.floor(Math.random() * 36).toString(36)).join('');
            }
    
            function generateRuleId() {
                return Math.floor(Math.random() * 9000000) + 1000000;
            }
    
            function formatTimestamp() {
                return new Date().toISOString().replace('T', ' ').substr(0, 19) + ' UTC';
            }
    
            document.getElementById('requestId').textContent = generateRequestId();
            document.getElementById('timestamp').textContent = formatTimestamp();
            document.getElementById('ruleId').textContent = generateRuleId();
        </script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.108:443 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:51 GMT
    cache-gzip: true
    content-encoding: gzip
    Set-Cookie: acw_tc=0a06abc717663749717923798e5bc518472c5d9ea75132dbac372c887ae4d5;path=/;HttpOnly;Max-Age=1800
    Set-Cookie: prod=true; path=/; Expires=Tue, 23-Dec-25 03:42:51 GMT
    Set-Cookie: gray=; path=/; Expires=Thu, 01-Jan-70 00:00:00 GMT
    X-Cache: Miss from cloudfront
    Via: 1.1 387be0cf162c8cb6592090f9496a1e92.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: rPtQ82TYRsuX3HV1JzDxg3us6zw2zKUrzdRFoTDg5Gp9axee03E_hw==
    
    Page title: gryyoery
    
    <!DOCTYPE html>
    <html lang="en"><head>
    <style>
      @font-face {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
      @font-face {
        font-family: 'Almarai';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 900;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-EXTRABOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-LIGHT.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Medium.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Arial_Bold.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Black.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Light.ttf') format('ttf');
      }
    </style>
    
    <script>
      function pageAnnotation() {
            return JSON.parse(atob('eyJ0aW1lIjoiMjAyNS0xMi0yMCAyMzoyMDozNCIsImVudiI6Im1hc3RlciJ9'));
          }
    </script>
    
    
        <meta charset="UTF-8">
            <meta name="keywords" content="shopping">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- new browser view transition api -->
    <meta name
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.99:80 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:51 GMT
    cache-gzip: true
    content-encoding: gzip
    Set-Cookie: acw_tc=0a06abc217663749716584080e3c69cdeb382d1a07ecb6851dc3fcd0f77f5d;path=/;HttpOnly;Max-Age=1800
    Set-Cookie: prod=true; path=/; Expires=Tue, 23-Dec-25 03:42:51 GMT
    Set-Cookie: gray=; path=/; Expires=Thu, 01-Jan-70 00:00:00 GMT
    X-Cache: Miss from cloudfront
    Via: 1.1 387be0cf162c8cb6592090f9496a1e92.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: t_O9a_Jsc4FDNHphyJBHGGWmh6wpMtrX1AQj_DXJ880F6EzubEsQAA==
    
    Page title: gryyoery
    
    <!DOCTYPE html>
    <html lang="en"><head>
    <style>
      @font-face {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
      @font-face {
        font-family: 'Almarai';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 900;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-EXTRABOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-LIGHT.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Medium.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Arial_Bold.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Black.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Light.ttf') format('ttf');
      }
    </style>
    
    <script>
      function pageAnnotation() {
            return JSON.parse(atob('eyJ0aW1lIjoiMjAyNS0xMi0yMCAyMzoyMDozNCIsImVudiI6Im1hc3RlciJ9'));
          }
    </script>
    
    
        <meta charset="UTF-8">
            <meta name="keywords" content="shopping">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- new browser view transition api -->
    <meta name
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.119:443 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 418 
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3635
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:42 GMT
    Set-Cookie: acw_tc=0a06abc717663749711622157e5bb4d7f801a02e0c2d060444b3fca0cae999;path=/;HttpOnly;Max-Age=1800
    X-Powered-By: WAF/3.0
    X-Cache: Error from cloudfront
    Via: 1.1 cf0761f56e297984902a10e73dbff038.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: zCBL-yGZpkBv5ltItO_8ormOfBL1RnkbvaF2flxTF4ZQoJXyiKM4mw==
    
    Page title: Security Alert - Web Application Firewall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Security Alert - Web Application Firewall</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                background-color: #f7f8fa;
                margin: 0;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 100vh;
                color: #333;
            }
    
            .container {
                background: white;
                padding: 40px;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                max-width: 600px;
                width: 90%;
                text-align: center;
            }
    
            .alert-icon {
                color: #ff4d4f;
                font-size: 48px;
                margin-bottom: 20px;
            }
    
            .title {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 20px;
                color: #1f1f1f;
            }
    
            .description {
                color: #666;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .details {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 6px;
                margin-bottom: 30px;
                text-align: left;
            }
    
            .detail-item {
                margin-bottom: 10px;
                font-family: monospace;
                font-size: 14px;
            }
    
            .detail-label {
                color: #666;
                margin-right: 10px;
            }
    
            .support {
                font-size: 14px;
                color: #8c8c8c;
            }
    
            @media (max-width: 480px) {
                .container {
                    padding: 20px;
                }
                
                .title {
                    font-size: 20px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="alert-icon">⚠️</div>
            <div class="title">Access Denied</div>
            <div class="description">
                Your request has been blocked by Web Application Firewall due to suspicious activity.
            </div>
            <div class="details">
                <div class="detail-item">
                    <span class="detail-label">Request ID:</span>
                    <span id="requestId"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Time:</span>
                    <span id="timestamp"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Rule ID:</span>
                    <span id="ruleId"></span>
                </div>
            </div>
            <div class="support">
                If you believe this is a false positive, please contact your website administrator.
            </div>
        </div>
    
        <script>
            function generateRequestId() {
                return 'waf_' + Array.from(Array(32), () => Math.floor(Math.random() * 36).toString(36)).join('');
            }
    
            function generateRuleId() {
                return Math.floor(Math.random() * 9000000) + 1000000;
            }
    
            function formatTimestamp() {
                return new Date().toISOString().replace('T', ' ').substr(0, 19) + ' UTC';
            }
    
            document.getElementById('requestId').textContent = generateRequestId();
            document.getElementById('timestamp').textContent = formatTimestamp();
            document.getElementById('ruleId').textContent = generateRuleId();
        </script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.119:80 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 418 
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3635
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:44 GMT
    Set-Cookie: acw_tc=0a03e56b17663749713026623e667eb179adce69416f613f88a9369b3d0e25;path=/;HttpOnly;Max-Age=1800
    X-Powered-By: WAF/3.0
    X-Cache: Error from cloudfront
    Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: H_B9XuXYDu_DpHhpeAZ9E21GNbDROnQi5pAtBFXNWrpEpf_Houk0Vg==
    
    Page title: Security Alert - Web Application Firewall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Security Alert - Web Application Firewall</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                background-color: #f7f8fa;
                margin: 0;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 100vh;
                color: #333;
            }
    
            .container {
                background: white;
                padding: 40px;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                max-width: 600px;
                width: 90%;
                text-align: center;
            }
    
            .alert-icon {
                color: #ff4d4f;
                font-size: 48px;
                margin-bottom: 20px;
            }
    
            .title {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 20px;
                color: #1f1f1f;
            }
    
            .description {
                color: #666;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .details {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 6px;
                margin-bottom: 30px;
                text-align: left;
            }
    
            .detail-item {
                margin-bottom: 10px;
                font-family: monospace;
                font-size: 14px;
            }
    
            .detail-label {
                color: #666;
                margin-right: 10px;
            }
    
            .support {
                font-size: 14px;
                color: #8c8c8c;
            }
    
            @media (max-width: 480px) {
                .container {
                    padding: 20px;
                }
                
                .title {
                    font-size: 20px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="alert-icon">⚠️</div>
            <div class="title">Access Denied</div>
            <div class="description">
                Your request has been blocked by Web Application Firewall due to suspicious activity.
            </div>
            <div class="details">
                <div class="detail-item">
                    <span class="detail-label">Request ID:</span>
                    <span id="requestId"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Time:</span>
                    <span id="timestamp"></span>
                </div>
                <div class="detail-item">
                    <span class="detail-label">Rule ID:</span>
                    <span id="ruleId"></span>
                </div>
            </div>
            <div class="support">
                If you believe this is a false positive, please contact your website administrator.
            </div>
        </div>
    
        <script>
            function generateRequestId() {
                return 'waf_' + Array.from(Array(32), () => Math.floor(Math.random() * 36).toString(36)).join('');
            }
    
            function generateRuleId() {
                return Math.floor(Math.random() * 9000000) + 1000000;
            }
    
            function formatTimestamp() {
                return new Date().toISOString().replace('T', ' ').substr(0, 19) + ' UTC';
            }
    
            document.getElementById('requestId').textContent = generateRequestId();
            document.getElementById('timestamp').textContent = formatTimestamp();
            document.getElementById('ruleId').textContent = generateRuleId();
        </script>
    </body>
    </html>
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.98:443 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:51 GMT
    cache-gzip: true
    content-encoding: gzip
    Set-Cookie: acw_tc=0a03e58f17663749711613583e4e62f26dd65a2f03ecb4c6b8cc3d6fd47a41;path=/;HttpOnly;Max-Age=1800
    Set-Cookie: prod=true; path=/; Expires=Tue, 23-Dec-25 03:42:51 GMT
    Set-Cookie: gray=; path=/; Expires=Thu, 01-Jan-70 00:00:00 GMT
    X-Cache: Miss from cloudfront
    Via: 1.1 ce45454d08e51c5b10e3462307ca3652.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: l7LgOeZL1Wr2JFAfcEZ8g6TQJdkZCMKY01Q5qOrAr-lSI5xfXViEKQ==
    
    Page title: gryyoery
    
    <!DOCTYPE html>
    <html lang="en"><head>
    <style>
      @font-face {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
      @font-face {
        font-family: 'Almarai';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 900;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-EXTRABOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-LIGHT.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Medium.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Arial_Bold.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Black.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Light.ttf') format('ttf');
      }
    </style>
    
    <script>
      function pageAnnotation() {
            return JSON.parse(atob('eyJ0aW1lIjoiMjAyNS0xMi0yMCAyMzoyMDozNCIsImVudiI6Im1hc3RlciJ9'));
          }
    </script>
    
    
        <meta charset="UTF-8">
            <meta name="keywords" content="shopping">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- new browser view transition api -->
    <meta name
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 65.8.131.108:80 · gryyoery.com

    2025-12-22 03:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Mon, 22 Dec 2025 03:42:51 GMT
    cache-gzip: true
    content-encoding: gzip
    Set-Cookie: acw_tc=0a06abd117663749713274981e4dcab36686a725caabbb6f5ce92c7d8ebac4;path=/;HttpOnly;Max-Age=1800
    Set-Cookie: prod=true; path=/; Expires=Tue, 23-Dec-25 03:42:51 GMT
    Set-Cookie: gray=; path=/; Expires=Thu, 01-Jan-70 00:00:00 GMT
    X-Cache: Miss from cloudfront
    Via: 1.1 bad86c53165d48d66c80e183f57163d4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 6EezvnODC0djGfcu2yr9KHPRDsBOcamrC2fg0bBOx7cgWRPRCUsQAQ==
    
    Page title: gryyoery
    
    <!DOCTYPE html>
    <html lang="en"><head>
    <style>
      @font-face {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_regular_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_500_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_600_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_700_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Poppins';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff') format('woff'),
          url('https://media.dpdvx.com/assets/Poppins_300_v21.woff2') format('woff2');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
      @font-face {
        font-family: 'Almarai';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-REGULAR.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-BOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 900;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-EXTRABOLD.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Almarai';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src: url('https://media.dpdvx.com/assets/ALMARAI-LIGHT.TTF') format('truetype');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Medium.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src:
          url('https://media.dpdvx.com/assets/Arial_Bold.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Black.ttf') format('ttf');
      }
    
      @font-face {
        font-family: 'Arial';
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        src:
        url('https://media.dpdvx.com/assets/Arial_Light.ttf') format('ttf');
      }
    </style>
    
    <script>
      function pageAnnotation() {
            return JSON.parse(atob('eyJ0aW1lIjoiMjAyNS0xMi0yMCAyMzoyMDozNCIsImVudiI6Im1hc3RlciJ9'));
          }
    </script>
    
    
        <meta charset="UTF-8">
            <meta name="keywords" content="shopping">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- new browser view transition api -->
    <meta name
    Found 2025-12-22 by HttpPlugin
    Create report
uiioyeret.com*.cibeyer.combuyvooey.com*.hleryy.comleixingbuy.comgryyoery.comdppyegu.comcerrygg.com*.cerrygg.com*.dppyegu.com*.uiioyeret.comhleryy.com*.xoopeget.com*.gryyoery.comcibeyer.com*.biooer.comeettygdg.com*.eettygdg.com*.leixingbuy.combiooer.com*.buyvooey.comxoopeget.com
CN:
uiioyeret.com
Key:
RSA-2048
Issuer:
Not before:
2025-01-21 00:00
Not after:
2026-02-19 23:59
Domain summary