Domain dashboard1-auth.cognitodemo.xyz
United States
AMAZON-02
Software information

CloudFront

tcp/80

Server

tcp/443

  • Open service 18.173.187.88:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0cf0bde9f9a6be1798d8b39249b30bc4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: 3l_m5kTLuiJOhQy2vQYk6jdyXiZpYBk1Ds6Y5AsjFvD_ykorPNNb4A==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.88:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:27 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=1551ef68-222e-44ec-a8e9-bf2699dc94e2; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 7f9c1117-a3de-4274-b456-20f36ab24f81
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 512a3ed98fa59f06791d5919b48bcde0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: xCwFwT4bt0GtSznQsyI8X_btFHCx0knDKR3ItrDPF9Fc8OqjHFTdwg==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.127:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:26 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=77d4e57d-1b01-4197-bb85-0fa7d89fdb8a; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 9c325b88-2a52-4115-a68d-25ee395d17c5
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 e962a4214db0639b31056a5ae4bf22f4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: XGV2zp_PNw3B4gmXCm500yhc_slTZZ2uTDessGLWARfkK9ICzA4mJA==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.110:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0dfb58f1fc97e590bcf6bcf75288d878.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: mR7Upy_rWnhA8oee9Kqlzk48d3KlZDVyCIjYfRBIG8XFOR2JC0TkmQ==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.86:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 be531aac2dc594e7dcbc7bf54e3b6504.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: jutEZG84NoeccCrrGWmXpnBwMExS9NlYJglfNEhW2jmI2JjvTYodhw==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.86:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:28 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=9e53a70d-b439-402f-b429-078ad417d9a1; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 18afe972-7e7a-4e4b-9caa-d48f4c262043
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 3c2c38b11de7f29e091125f84ca68d28.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: SmUcc53LtiQ5CmBGl-l2RUvkSS68Kiy_UwIcmpx0z3TRlJhvlnx_OQ==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:ee00:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=2885b1c4-216e-4b20-8594-57b2443e302a; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 27fcf161-49ac-424e-8f80-948186b27e62
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 b2825f5e779aaa7a75e20fcfeee23920.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: BqBabtuieAuYk_V2-iEg3efhEFQaKi_DNOTI5ChVjjxS_Bb7c3Eu8A==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:8600:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4a60bbb27ed6c12061c306cd2a16e4fc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: lDmTx_QlqYqr6qcJcW5nfhwxfxmoDY97Jmhj4nuoQ57S4Q8Yb6O3Kg==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:6200:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 25a522e44c88aba621285693935f1eaa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: pUTpS1Fm22KV3GaoarpPOZI6hF3wMJ9HjNG02NXnzUnRh9OUdeePLQ==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:8600:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=52bb1d87-d6fe-4248-8648-4045ed2d56d0; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 0e302f14-bd38-408f-a16e-f2f31d4834a3
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 c318f6c5edde4e7ab2b9ba2243b14b28.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: uIVlkJeTphWA4EG-_78CUdKaR3MANFuJuPKPEb_Wj-69Jvx5zK9_Hw==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:2e00:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7949f2957c23173b6f2b16db26ab42f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: HWZBjOOP26rVN_V_GbWWprB7CaMlpPkTKpVSXEOv9v_fu17XrANLQg==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:aa00:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 42dac3d09c367576dbfe5b6113ecddce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: OpCXW36ZQTPmH5_KtM_06fuDDMcgyHDNQcBPFsmpOkREk5YXn9yYmw==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:aa00:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=3963dc16-f132-4c04-84f4-bf66f5b14db9; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 854f23be-3423-407d-964d-0750d2e38731
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 42dac3d09c367576dbfe5b6113ecddce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: ReaVFqTuR6LeZWBCifNJWrlpv5b8j27KtJ0QJ5ADQ6WK8uAhLnDG6Q==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:a00:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:27 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=867f8c7d-b000-4944-bd54-c954182c938d; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 2b164354-9381-4747-87dd-3af8569eb7d8
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 0c9e9d172625986c065b7bb9836e5d08.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: dEF4Ld5jh8yzMrl0Bm5Kfv8zZs6UpuxGOihp7Y765R_f_G-p_tFlcw==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.127:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5f2f5e879d7e38fec917517376aca8bc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: I1Mb2n_2ZvjlFiS0icJg3WVUAF9GpsmcNTao2klH0Roj7AcXzAl1mw==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:c600:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=83440ae7-6cc5-44cb-b61c-b1b4d501b718; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 0dd4403c-fe54-4ead-b403-7d2f2b87998c
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 67b46acac5b2604c39c0417497d3d218.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: wrJk6lwvpcz9Et7iiVyCXSHflKIRrGQCkgV52AYn0vk2PQdg7p486A==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:c600:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 99a7400285d83f528f50f54d665628e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: CxjvAP0GwFzXFhfdNM9IN3LBWYRG0vjVHgpqI2RqL18knJzj7U66aw==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:6200:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=b47d79aa-be2f-426f-bf8c-1df0bd2297d8; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 9b57bf1c-d65c-468d-a4f7-f9455aabca69
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 577c189d14f20f4f61c76d2711499f1c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: FnIt9d_PAUCbCw16lliN4LfPNwmC6IzzzDuR7Al0KeRyia-GZSzlSQ==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:b600:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 de8b46af7190cc021fd8b12be6996a2e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: tB9tYnTWVnE3PlhegjGKSA68x46mbrunMzJVOeAh3H0hKXPulMud6A==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:a00:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 577c189d14f20f4f61c76d2711499f1c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: -mEVkuXD72IZDimmyRwDchYPPoSV9ynRwmVMZPdtN0cnVp8AyNw8aQ==
    
    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 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:2e00:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=deb1c17c-a1d7-4473-9123-9ad00c3c4871; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: e531fbc3-ec66-4df2-8b1f-340dc1543101
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 e46f362ef9260e60e122406168399f5c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: 76VjRsyzDzPhVmM5MSNrKpcTEna7McSXzhZ23hN9LCYPZHGinHrUZQ==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 18.173.187.110:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=b37d0301-b51c-4b6a-b4b5-73cd9373777c; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 4e40f177-12d1-4d01-a289-f1a0b64dba51
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 ed0321bab00e6823808eaacb7b137e08.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: pmNrTK0-04AZc1eCnXpjkbyWNg7c1cbG4264c9PdBXwwovPj5FFe5g==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:b600:14:cc09:6180:93a1:443 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Sat, 02 Nov 2024 06:38:25 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=46ed48a7-d167-4c2b-a283-019bc1ac7c17; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 2d85686f-fbea-4566-b9c4-24a9e82e2807
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 86df4d22c97ec96360d46cef55fb5f2a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: mq2ZfJayJpxHl0YTl3RzuTJrDGw3Co_0BGSkNYVjPBaXPkB3DP9Sww==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="null/null/js/jquery-3.5.1.min.js" ></script>
        <script>
        var $inputs = $(":input");
        $inputs.on('input', function () {
            var self = this;
            var matches = $('input[name="' + this.name + '"]');
            var selfIndex = matches.index($(self));
            matches.each(function (index, element) {
                if (selfIndex !== index) {
              
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2600:9000:26da:ee00:14:cc09:6180:93a1:80 · dashboard1-auth.cognitodemo.xyz

    2024-11-02 06:38

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 02 Nov 2024 06:38:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dashboard1-auth.cognitodemo.xyz/
    X-Cache: Redirect from cloudfront
    Via: 1.1 42dac3d09c367576dbfe5b6113ecddce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P4
    X-Amz-Cf-Id: 2_DDhb0L-yxuDTf-AlAbHDMAouWuKZk7Khz2My8EhmSrz-KXWtXq6A==
    
    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 2024-11-02 by HttpPlugin
    Create report
dashboard1-auth.cognitodemo.xyz
CN:
dashboard1-auth.cognitodemo.xyz
Key:
RSA-2048
Issuer:
Not before:
2023-12-03 00:00
Not after:
2024-12-31 23:59