Domain internal.gamma.verator.security.aws.dev
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 52.222.136.127:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 161bb6093ee10b11ad6a8a23b3138bee.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: -dwegDnE5Wt8r6nBpuUAZWp-LdnTS4VlX9I9SIy35N0D9YTJr2kZ6w==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.78:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 161bb6093ee10b11ad6a8a23b3138bee.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: h7EPo3RCaR3Mwgs4CYymF4zkHsn1kKW2NUbL_bn_h3dPfBB42fEVeA==
    Age: 21760
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9400:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1e882280b9c5d046c63d8cd0c1faf9c0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: OKkp0xkHXv8t8TULdZyu7VYO56Zp7ODZxiOweRBmWrMQTdHRKZNE1A==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:5c00:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 89d30ce8a4c37b9d11d7f552521193ae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: 4LFvG9BMbAnlw6UG122FG1aRwSbOnE8ijOofmECdBerEd1qZhzkLHg==
    Age: 21759
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.51:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1bc764620f6db84c92e8682716d68eda.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: NWtuUEv5faTYhmLE8hk2KVciato1KL31Qqy4Z-zYg_gJRrD3z6GzKA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9e00:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 eea44cfdd1770b9ba28f1b455f101b4c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: UiKkQ2JFlMWKs5SQW2ex0tOfGjknNrYpu0VThUCUixBCBpM1W8VOXw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:1e00:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 4f762327597c2647c5dac5e573d910fa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: AV-ucGCiLUpUTyWhsbabwTCM8adSRV_Mm0UEXdvp_Q643pENIaDuiw==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9400:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 7439c46706cf048af5a1a495725fffb2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: Si_InwJVGgtdcfLetk9k5WT49HQtsW-Zlvnl658b8lrZRAwJssr2bA==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9800:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d11dcb69d5fad0d00cf6f2c45df4bb94.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: Z-PfTOhz4eE_T6T56IOYJYXEatNECTcQnfPY70CABpu_shCJIVPeHg==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.78:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2696c49ebf3abec704c6af790acf6778.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: 5cEUzXJnj5RCy71bJm7GdbatbMnY_56TsoDLHZCShdLSdJy7aIhmlw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:5c00:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a99407071c3f2a96a40fff2cd5775d8e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: 7fBxiAIlYn23-K3Y34sFKmaHGQzKwFl9UFd876hv5dB6ljrm2outeA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.62:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 203ee6b98de7af3adc87c8746659929c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: swLso7zuxDL1V5LgLY3GyJUOM8jLS_jDrbmBfjIBvK4EHaNV4Fsqmg==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9800:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 32202134de03dbdd880d0da736c39c1c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: uzhmzmBuDVqTR1440QHLGls9wvDUhW-xiaQyAjpGWhPowBRJ34evpQ==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.51:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 52dfbfe5ed6eea481ae3cb6b0a8eec38.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: n2ip5abfOCvuusvKKp9_CXWziqIhJkNS5NqqR59D1j-jgWZebJgHCg==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9e00:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 2e5530cd574fa6a27f079027dd7a281a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: XgmL1rTPK4l5RHDW_NetvjMi_ECqK_8McvX2CKIBHU-q3kI6dByf0A==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:7400:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 79006a1b1266ae3c597864512702ebf8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: uk5OUfPdd2nLxW9fiNnv65L46SOxPxTNN_rkIzOv5Q-Qlb-szo3caA==
    Age: 21759
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:7400:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3fc67c60d4a1440649d83c01918a9054.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: dDGbZNBvEk64rMvR1v6fKkwHduJTC00A5Y-7tvgKZQpya5Jar03RVA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:6c00:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2e5530cd574fa6a27f079027dd7a281a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: RTipntAzTdvQky8rKAJ5gqZaXPvlaZI7KlOoiEQ-MpbQXZvqM3L3Hg==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:200:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fde6fada26b7302661010feaa587bdb8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: Ui6QFzbCaZqORtTfhK8mmykKfrq4nxmSich0qvlJz38g41BbYIdKvQ==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:6c00:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 1ad022b197e464938f7729463478f0c8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: LINcPg6rQmWeSKMq4TD1fgL8FNvGafpII7Mu39kKfONFB5iBtfcVWw==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:200:17:633a:1740:93a1:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 89d30ce8a4c37b9d11d7f552521193ae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: ZKLsA8FnXMdK58OHI3kwyBHdRHM2XmEuPBEcwsv-xh6AGoxkGH5fhg==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.62:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 2e5530cd574fa6a27f079027dd7a281a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: MhfRM0c7GsrdGBRjN4JRWhaG6EYkUPM4TPer2kAEUELjH4ALoRNhkQ==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:1e00:17:633a:1740:93a1:80 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:52:43 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://internal.gamma.verator.security.aws.dev/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b6b8b152d22969c98f9f56610821c954.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: eiT8f3-lnBoJ_YBOPPl0qkhBY2CH1xR4XcaXhsbGLqibZVtL1AZRHw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com https://api.internal.gamma.verator.security.aws.dev; script-src 'self'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 52.222.136.127:443 · internal.gamma.verator.security.aws.dev

    2025-12-19 03:52

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 8087
    Connection: close
    Date: Thu, 18 Dec 2025 21:50:06 GMT
    Last-Modified: Thu, 18 Dec 2025 21:03:58 GMT
    ETag: "511813dbfc0706ecb8dba2e2eec7880d"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Pro4MP9B_p_6WwbFxU2oArisQFtiKo8l
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Error from cloudfront
    Via: 1.1 df11b13b779c62601ca4cd4d2bb0ce18.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: lMs3P0GwhwUnEzeWOka4pA6UzF_N0CtYlZsMApzboni9mSNbR_HM5g==
    Age: 21758
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: upgrade-insecure-requests ; default-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'none'; font-src 'self' data:; connect-src 'self' https://midway-auth.amazon.com; script-src 'self' 'unsafe-inline'; style-src 'self'; img-src 'self' blob:
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Cache-Control: no-cache
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <script type="text/javascript">
            function getParameterByName(name, url) {
                if (!url) url = window.location.href;
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
    
            function getValidURL(url) {
                try {
                    return new URL(url);
                } catch (e) {
                    return null;
                }
            }
    
            /*! js-cookie v3.0.4 | MIT */
            ;
            (function (global, factory) {
              typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
              typeof define === 'function' && define.amd ? define(factory) :
              (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
                var current = global.Cookies;
                var exports = global.Cookies = factory();
                exports.noConflict = function () { global.Cookies = current; return exports; };
              })());
            })(this, (function () { 'use strict';
            
              /* eslint-disable no-var */
              function assign (target) {
                for (var i = 1; i < arguments.length; i++) {
                  var source = arguments[i];
                  for (var key in source) {
                    target[key] = source[key];
                  }
                }
                return target
              }
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
              var defaultConverter = {
                read: function (value) {
                  if (value[0] === '"') {
                    value = value.slice(1, -1);
                  }
                  return value.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
                },
                write: function (value) {
                  return encodeURIComponent(value).replace(
                    /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
                    decodeURIComponent
                  )
                }
              };
              /* eslint-enable no-var */
            
              /* eslint-disable no-var */
            
              function init (converter, defaultAttributes) {
                function set (name, value, attributes) {
                  if (typeof document === 'undefined') {
                    return
                  }
            
                  attributes = assign({}, defaultAttributes, attributes);
            
                  if (typeof attributes.expires === 'number') {
                    attributes.expires = new Date(Date.now() + attributes.expires * 864e5);
                  }
                  if (attributes.expires) {
                    attributes.expires = attributes.expires.toUTCString();
                  }
            
                  name = encodeURIComponent(name)
                    .replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent)
                    .replace(/[()]/g, escape);
            
                  var stringifiedAttributes = '';
                  for (var attributeName in attributes) {
                    if (!attributes[attributeName]) {
                      continue
                    }
            
                    stringifiedAttributes += '; ' + attributeName;
            
                    if (attributes[attributeName] === true) {
                      continue
                    }
            
                    // Considers RFC 6265 section 5.2:
                    // ...
                    // 3.  If the remaining unparsed-attributes contains a %x3B (";")
                    //     character:
                    // Consume the characters of the unparsed-attributes up to,
                    // not including, the first %x3B (";") character.
                    // ...
                    stringifiedAttributes += '=' + attributes[attributeName].split(';')[0];
                  }
            
                  return (document.cookie =
                    name + '=' + converter.write(value, name) + stringifiedAttributes)
                }
            
                function get (name) {
                  if (typeof
    Found 2025-12-19 by HttpPlugin
    Create report
internal.gamma.verator.security.aws.dev
CN:
internal.gamma.verator.security.aws.dev
Key:
RSA-2048
Issuer:
Not before:
2025-01-18 00:00
Not after:
2026-02-16 23:59