http://d26lpennugtm8s.cloudfront.net/

Last Checked: Sep 04, 2023, 10:18 EDT

IP Address: 108.139.1.120
ASN #: AS16509 AMAZON-02, US
Location: San Francisco, California, US
URL Reputation:
  • Unknown This URL is not identified as malicious in the PhishTank Database.
  • Unknown PhishCheck thinks this URL is likely not a phish.
  • Unknown OpenPhish: URL not in feed.

Other submissions on 108.139.1.120:

Other submissions on cloudfront.net:

  • https://d1bqg89p9tb8wl.cloudfront.net/ipinfo?json

  • https://dltqxz76sim1s.cloudfront.net/?xqtld=960294

  • https://d1j8v290qqvibb.cloudfront.net/slickadd.min.js

  • https://d38dmyc704gday.cloudfront.net/build26/runtime.js

  • http://d1a6zytsvzb7ig.cloudfront.net/newpanel/css/singlepage.css

  • https://d2p1qyxxogka01.cloudfront.net/

  • https://d2p1qyxxogka01.cloudfront.net/vpn-offer/bfcm22

  • https://d2p1qyxxogka01.cloudfront.net/gpr?data=

  • https://d26wo1m3adcxu5.cloudfront.net/HSS-773-ALT%7Bal_token%7D.exe?ko_click_id=ko_1e3063806c54b924d

  • https://d1dhfi1ghx265k.cloudfront.net/gdpr/agreement/cookies

Previous checks:

                               
                             
  • GET
    0 Timed out waiting for a response.

    http://d26lpennugtm8s.cloudfront.net/favicon.ico

<html><head>
    <link rel="stylesheet" media="screen">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta charset="utf-8">
    <title>404</title>


    <style>
     * {
         -moz-box-sizing:border-box;
         -webkit-box-sizing:border-box;
         box-sizing:border-box;
     }

     html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
     abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
     small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
     fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
     menu, nav, section, summary, time, mark, audio, video {
         margin:0;
         padding:0;
         border:0;
         outline:0;
         vertical-align:baseline;
         background:transparent;
     }

     article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
         display: block;
     }

     html {
         font-size: 16px;
         line-height: 24px;
         width:100%;
         height:100%;
         -webkit-text-size-adjust: 100%;
         -ms-text-size-adjust: 100%;
         overflow-y:scroll;
         overflow-x:hidden;
     }

     img {
         vertical-align:middle;
         max-width: 100%;
         height: auto;
         border: 0;
         -ms-interpolation-mode: bicubic;
     }

     body {
         min-height:100%;
         -webkit-font-smoothing: subpixel-antialiased;
     }

     .clearfix {
         clear:both;
         zoom: 1;
     }
     .clearfix:before, .clearfix:after {
         content: "\0020";
         display: block;
         height: 0;
         visibility: hidden;
     } 
     .clearfix:after {
         clear: both;
     }
    </style>
    <style>
  .plain.error-page-wrapper {
    font-family: CentraNube,-apple-system,BlinkMacSystemFont,"Helvetica Neue",arial,sans-serif;
    background-color:#6355bc;
    padding: 5% 5%;
    position:relative;
  }

  .plain.error-page-wrapper .content-container {
    -webkit-transition: left .5s ease-out, opacity .5s ease-out;
    -moz-transition: left .5s ease-out, opacity .5s ease-out;
    -ms-transition: left .5s ease-out, opacity .5s ease-out;
    -o-transition: left .5s ease-out, opacity .5s ease-out;
    transition: left .5s ease-out, opacity .5s ease-out;
    max-width:500px;
    position:relative;
    left:-30px;
    opacity:0;
  }

  .plain.error-page-wrapper .content-container.in {
    left: 0px;
    opacity:1;
  }

  .plain.error-page-wrapper .head-line {
    transition: color .2s linear;
    font-size: 36px;
    line-height: 46px;    
    color:rgba(255,255,255,.2);
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .plain.error-page-wrapper .subheader {
    transition: color .2s linear;
    font-size:36px;
    line-height:46px;
    color:#fff;
  }
  .plain.error-page-wrapper hr {
    height:1px;
    background-color: #fff;
    border:none;
    width:250px;
    margin:35px 0;
  }
  .plain.error-page-wrapper .context {
    transition: color .2s linear;
    font-size:18px;
    line-height:27px;
    color:#fff;
  }
  .plain.error-page-wrapper .context p {
    margin:0;
  }
  .plain.error-page-wrapper .context p:nth-child(n+2) {
    margin-top:12px;
  }
  .plain.error-page-wrapper .buttons-container {
    margin-top: 45px;
    overflow: hidden;
  }
  .plain.error-page-wrapper .buttons-container a {
    transition: color .2s linear, border-color .2s linear;
    font-size:14px;
    text-decoration: none;
    color:#fff;
    border:2px solid #fff;
    border-radius: 3px;
    padding:8px 30px 9px;
    display: inline-block;
    float:left;
    margin: 10px 0 10px;
  }
  .plain.error-page-wrapper .buttons-container a:hover {
    background-color:rgba(255,255,255,.05);
  }
  .plain.error-page-wrapper .buttons-container a:first-child {
    margin-right:25px;
  }

  @media screen and (max-width: 485px) {
    .plain.error-page-wrapper hr {
      width:185px;
      margin:25px 0;
     }

    .plain.error-page-wrapper .context {
      font-size:16px;
      line-height: 24px;
     }
    .plain.error-page-wrapper .buttons-container {
      margin-top:35px;
    }

    .plain.error-page-wrapper .buttons-container a {
      font-size:13px;
      margin: 10px 0 10px;
    }
    .plain.error-page-wrapper .buttons-container a:first-child {
      margin-right:10%;
    }
  }
    .background-color {
         background: #2c3357 !important;
    }


    .primary-text-color {
      color: #fff !important;
    }

    .secondary-text-color {
      color: #fff !important;
    }
    .icon {
      max-width: 80px;
      margin: 20px 0;
    } 


</style>

  </head>
  <body class="plain error-page-wrapper background-color background-image">
  <div class="content-container in">
      <div class="icon">
         <svg fill="#029cdc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M369.4 119.1V96.3c0-42.8-42.8-72.8-82.3-56.5-19.8-54.2-94.4-52.2-112.5.8-38.4-15.8-81.8 12.8-81.8 55.9v145.7c-20.3-13.7-47.6-13.9-68.4 1.5-26.6 19.6-32.4 57.1-13.1 83.9l125 174.4c4.5 6.3 11.8 10 19.5 10H388c11.2 0 20.9-7.7 23.4-18.6l31.4-135.6c3.4-14.8 5.2-30 5.2-45.3V176.2c0-41.5-40.6-70.1-78.6-57.1zM416 312.5c0 12.8-1.5 25.6-4.4 38l-30 129.4H159.9l-122.6-171c-9-12.6-6.3-30.4 6.1-39.5 12.3-9.1 29.6-6.4 38.6 6.2l28.3 39.4c4.5 6.3 14.5 3.1 14.5-4.7V96.5c0-38 55.4-36.9 55.4.7V256c0 4.4 3.6 8 8 8h7.1c4.4 0 8-3.6 8-8V60.2c0-38 55.4-36.9 55.4.7v195c0 4.4 3.6 8 8 8h7.1c4.4 0 8-3.6 8-8V95.6c0-38 55.4-36.9 55.4.7V256c0 4.4 3.6 8 8 8h7.1c4.4 0 8-3.6 8-8v-79c0-37.6 55.4-38.8 55.4-.7v136.2z"></path></svg>
      </div>
    <div id="latam">
            <div class="subheader primary-text-color">
              <h1>404</h1>
            </div>
            <hr>
            <div class="head-line secondary-text-color">
              No podemos dejarte acceder a esta sección.<br><br>
              Por favor, intentá de nuevo en algunos minutos.
            </div>

              <div class="clearfix"></div>
            <div class="buttons-container" style="display:none;">
              <a class="border-button" href="https://ayuda.tiendanube.com/contacto/canales-de-atencion-escribinos" target="_blank">Reportar problema</a>
            </div>
      </div>
          <div id="brazil" style="display: none;">
              <div class="subheader primary-text-color">
                <h1>404</h1>              
              </div>
              <hr>
              <div class="head-line secondary-text-color">
                Não podemos deixar você acessar nesta seção.<br><br>
                Por gentileza, tente de novo em uns minutos.
              </div>

                <div class="clearfix"></div>
              <div class="buttons-container" style="display:none;">
                <a class="border-button" href="https://atendimento.nuvemshop.com.br/contato/canais-de-atendimento-e-mail" target="_blank">Reportar problema</a>
              </div>
          </div>
      </div>
    
  
  <script>
    // change language 
    var language = navigator.languages ? navigator.languages[0] : (navigator.language || navigator.browserLanguage || navigator.userLanguage || navigator.systemLanguage);
    if(language.indexOf("pt") != -1) {
      document.getElementById('latam').style.display = 'none';
    } else if(language.indexOf("es") != -1) {
      document.getElementById('brazil').style.display = 'none';
    } else {
      document.getElementById('brazil').style.display = 'none';
    }

    // stores or admins?
    if(window.location.href.indexOf("/admin") > -1) {
      var list = document.getElementsByClassName("buttons-container");
        for (var i = 0; i < list.length; i++) {
            list[i].style.display = 'block';
        }
    }
    console.log(language);
  </script>
</body></html>

                             

Screenshot: