Domain demo-test.paygeex.com
Germany
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

Microsoft-IIS Microsoft-IIS 10.0

tcp/443

  • Open service 23.53.43.25:443 · demo-test.paygeex.com

    2026-02-07 00:24

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 377
    Expires: Sat, 07 Feb 2026 00:24:41 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Sat, 07 Feb 2026 00:24:41 GMT
    Connection: close
    Alt-Svc: h3=":443"; ma=93600
    Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), fullscreen=(self), geolocation=*, gyroscope=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=*, picture-in-picture=*, publickey-credentials-get=*, usb=()
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: no-referrer-when-downgrade
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=63072000 ; includeSubDomains ; preload
    Akamai-Cache-Status: NotCacheable from child
    Akamai-GRN: 0.f42a3517.1770423881.2dfab47
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;demo&#45;test&#46;paygeex&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;f42a3517&#46;1770423881&#46;2dfab47
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;f42a3517&#46;1770423881&#46;2dfab47</P>
    </BODY>
    </HTML>
    
    Found 2026-02-07 by HttpPlugin
    Create report
  • Open service 40.85.92.115:443 · demo-test.paygeex.com

    2026-01-23 06:21

    HTTP/1.1 200 OK
    Content-Length: 25892
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 23 Jan 2026 06:21:32 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: .AspNetCore.Mvc.CookieTempDataProvider=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; samesite=lax; httponly
    Set-Cookie: ARRAffinity=33a2341a95a19accfce879ed72f73f78f76ce60da76a1ad11eca26f5c66dfdfb;Path=/;HttpOnly;Secure;Domain=demo-test.paygeex.com
    Set-Cookie: ARRAffinitySameSite=33a2341a95a19accfce879ed72f73f78f76ce60da76a1ad11eca26f5c66dfdfb;Path=/;HttpOnly;SameSite=None;Secure;Domain=demo-test.paygeex.com
    Strict-Transport-Security: max-age=2592000
    X-Powered-By: ASP.NET
    
    Page title: Demo Shopping Portal
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Demo Shopping Portal</title>
    
        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
        <!-- Add local styles, mostly for plugins css file -->
    
        <!-- Add jQuery Style direct - used for jQGrid plugin -->
        <link href="/Scripts/plugins/jquery-ui/jquery-ui.css" rel="stylesheet" type="text/css" />
    
        <link href="/Content/toastr.min.css" rel="stylesheet" />
    
        <!-- Primary Inspinia style -->
        <link rel="stylesheet" href="/Content/bootstrap.min.css" />
        <link rel="stylesheet" href="/Content/animate.css" />
        <link rel="stylesheet" href="/Content/style.css" />
        <link rel="stylesheet" href="/fonts/font-awesome/css/font-awesome.min.css" />
    
        <style>
    
            @-webkit-keyframes rotation {
                from {
                    -webkit-transform: rotate(0)
                }
    
                to {
                    -webkit-transform: rotate(359deg)
                }
            }
    
            @-moz-keyframes rotation {
                from {
                    -moz-transform: rotate(0)
                }
    
                to {
                    -moz-transform: rotate(359deg)
                }
            }
    
            @-o-keyframes rotation {
                from {
                    -o-transform: rotate(0)
                }
    
                to {
                    -o-transform: rotate(359deg)
                }
            }
    
            @keyframes rotation {
                from {
                    transform: rotate(0)
                }
    
                to {
                    transform: rotate(359deg)
                }
            }
        </style>
    
    
        <style>
            .loaderContainer {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0,0,0,0.5);
                z-index: 2;
                cursor: pointer;
            }
    
            .loaderBody {
                background: #ffffff;
                width: 200px;
                height: 120px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -100px;
                margin-top: -50px;
                border-radius: 10px;
            }
    
            .loaderIcon {
                height: 30px;
                margin-left: 42%;
                position: absolute;
                bottom: 25px;
            }
    
            .loaderFirstMsg {
                margin-top: 5px;
                text-align: center;
            }
    
            .loaderSecondMsg {
                margin-top: 5px;
                position: absolute;
                margin-left: 33%;
                bottom: 0;
            }
    
            .loaderCircle {
                height: 30px;
                width: 30px;
                position: absolute;
                top: 38%;
                left: 42%;
                opacity: 1;
                background-color: transparent;
                -webkit-animation: rotation .7s infinite linear;
                -moz-animation: rotation .7s infinite linear;
                -o-animation: rotation .7s infinite linear;
                animation: rotation .8s infinite linear;
                border-left: 1px solid rgba(255,255,255,.15);
                border-right: 1px solid #333;
                border-bottom: 1px solid #333;
                border-top: 1px solid rgba(255,255,255,.15);
                border-radius: 55%;
                position: absolute;
            }
        </style>
    
        <script src="/Scripts/jquery.min.js"></script>
        <script type="text/javascript">
            if (top.location != location) {
                top.location.href = document.location.href;
            }
        </script>
    
        
    </head>
    
    <body>
    
        <!-- Wrapper-->
        <!-- PageClass give you ability to specify custom style for specific view based on action -->
        <div id="wrapper" class="Inde
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 40.85.92.115:80 · demo-test.paygeex.com

    2026-01-23 06:21

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 23 Jan 2026 06:21:30 GMT
    Location: https://demo-test.paygeex.com/
    
    Found 2026-01-23 by HttpPlugin
    Create report
ajr-qa.paygeex.comajr-test.noonpayments.comapi-qa.paygeex.comapi-stg.noonpayments.comapi-stg.sa.noonpayments.comapi-test.noonpayments.comapi-test.sa.noonpayments.comcheckout-qa.paygeex.comcheckout-stg.noonpayments.comcheckout-stg.sa.noonpayments.comcheckout-test.noonpayments.comcheckout-test.sa.noonpayments.comdemo-prd.paygeex.comdemo-qa.paygeex.comdemo-stg.paygeex.comdemo-test.paygeex.comdemo.noonpayments.iodocs-stg.noonpayments.comdocs.paygeex.comnotification-qa.paygeex.comnotification-stg.sa.noonpayments.comnotification-test.noonpayments.comnotification-test.sa.noonpayments.compay-qa.paygeex.compay-stg.noonpayments.compay-stg.sa.noonpayments.compay-test.noonpayments.compay-test.sa.noonpayments.compaymentlink-qa.paygeex.compaymentlink-stg.sa.noonpayments.complugins-test.noonpayments.compluginsmg.noonpayments.iopluginswp.noonpayments.ioportal-qa.paygeex.comportal-stg.noonpayments.comportal-stg.sa.noonpayments.comportal-test.noonpayments.comportal-test.sa.noonpayments.comstg.noonpayments.com
CN:
portal-stg.noonpayments.com
Key:
RSA-2048
Issuer:
R13
Not before:
2026-02-04 10:17
Not after:
2026-05-05 10:17
*.paygeex.compaygeex.com
CN:
*.paygeex.com
Not before:
2025-03-19 00:00
Not after:
2026-04-19 23:59
Domain summary
IP summary