konto-suspendien.com Open in urlscan Pro
18.169.157.105  Malicious Activity! Public Scan

Submitted URL: https://konto-suspendien.com/
Effective URL: https://konto-suspendien.com/myaccount/authorization/check
Submission: On August 10 via api from US — Scanned from GB

Form analysis 6 forms found in the DOM

<form id="dinzablogin">
  <h3 color="white" style="color: rgb(249, 249, 249); margin: 0px; padding: 0px 0px 24px;" class="sc-gZMcBi jhLoHG"> Login with your email address</h3>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">email</legend>
    <span style="position: relative; display: block;">
      <input aria-label="E-mail address" display="inline" type="email" id="dinzabemail" name="mail" maxlength="" placeholder="E-mail address" autocomplete="off" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">password</legend>
    <span style="position: relative; display: block;">
      <input aria-label="Password" display="inline" id="dinzabpassword" name="pass" maxlength="" placeholder="Password" autocomplete="off" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" type="password" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <div>
    <button aria-label="Accept and continue" data-testid="login-continue-button" role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="btnlogin" type="submit">
      <span id="btnmsg">Login</span>
      <span class="spinner-border spinner-border-md" role="status" aria-hidden="true" id="btnloader" style="display:none"></span>
    </button>
  </div>
</form>

<form id="warning" style="display:none">
  <h3 align="center" class="h1redirect p-1">Hello <span id="email"></span> </h3>
  <h6 align="center" class="h1redirect p-1">Your account is suspended due to a problem with your last payment.</h6>
  <h6 align="center" data-id="begin2" class="h1redirect">To be able to watch Disney the way you want again, update or change your payment method.</h6>
  <br><br>
  <button aria-label="Accept and continue" data-testid="login-continue-button" role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="" type="submit">CONTINUE</button>
</form>

<form id="dinzabbilling" style="display:none">
  <div color="#cacaca" font-size="12px" class="sc-kAzzGY ftHOpF" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;">STEP 1 OF 3</div>
  <br>
  <h3 color="white" style="color: rgb(249, 249, 249); margin: 0px; padding: 0px 0px 24px;" class="sc-gZMcBi jhLoHG"> Billing informations</h3>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">First name</legend>
    <span style="position: relative; display: block;">
      <input aria-label="First name" display="inline" id="dinzabfirstname" maxlength="" minlength="2" placeholder="First name" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">Last name</legend>
    <span style="position: relative; display: block;">
      <input aria-label="Last name" display="inline" id="dinzablastname" minlength="2" maxlength="" placeholder="Last name" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">Date of birth</legend>
    <span style="position: relative; display: block;">
      <input aria-label="DOB" display="inline" id="dinzabdob" name="dob" placeholder="JJ/MM/AAAA" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" type="tel" required="">
      <script>
        var date = document.getElementById('dinzabdob');

        function checkValue(str, max) {
          if (str.charAt(0) !== '0' || str == '00') {
            var num = parseInt(str);
            if (isNaN(num) || num <= 0 || num > max) num = 1;
            str = num > parseInt(max.toString().charAt(0)) && num.toString().length == 1 ? '0' + num : num.toString();
          };
          return str;
        };
        date.addEventListener('input', function(e) {
          this.type = 'text';
          var input = this.value;
          if (/\D\/$/.test(input)) input = input.substr(0, input.length - 3);
          var values = input.split('/').map(function(v) {
            return v.replace(/\D/g, '')
          });
          if (values[0]) values[0] = checkValue(values[0], 31);
          if (values[1]) values[1] = checkValue(values[1], 12);
          var output = values.map(function(v, i) {
            return v.length == 2 && i < 2 ? v + ' / ' : v;
          });
          this.value = output.join('').substr(0, 14);
        });
      </script>
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">Street adresse</legend>
    <span style="position: relative; display: block;">
      <input aria-label="Adresse e-mail" display="inline" id="dinzabaddress" name="address" maxlength="" placeholder="Street adresse" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" required="" minlength="4">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">Postal code</legend>
    <span style="position: relative; display: block;">
      <input aria-label="zipcode" display="inline" id="dinzabzipcode" name="zipcode" maxlength="20" minlength="2" placeholder="Postal code" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" type="text" required="">
      <!-- onkeypress="return onlyNumberKey(event)" -->
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
    <script>
      function onlyNumberKey(evt) {
        // Only ASCII charactar in that range allowed
        var ASCIICode = (evt.which) ? evt.which : evt.keyCode
        if (ASCIICode > 31 && (ASCIICode < 48 || ASCIICode > 57)) return false;
        return true;
      }
    </script>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">City</legend>
    <span style="position: relative; display: block;">
      <input aria-label="City" display="inline" minlength="3" id="dinzabcity" name="city" maxlength="" placeholder="City" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <fieldset class="sc-dznXNo dhAlPS" display="inline">
    <legend class="sc-bqjOQT hmkGgd">Phone number</legend>
    <span style="position: relative; display: block;">
      <input aria-label="Phone number" display="inline" id="dinzabnumber" name="number" maxlength="30" placeholder="Phone number" class="sc-kjoXOD clJmAK sc-ekulBa fOQezq" value="" minlength="5" type="tel" required="">
      <div color="#cacaca" font-size="12px" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;" class="sc-kAzzGY ftHOpF">
      </div>
    </span>
  </fieldset>
  <div>
    <button aria-label="Accept and continue" data-testid="login-continue-button" role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="btncc" type="submit">
      <span id="btnmsg1">CONTINUE</span>
      <span class="spinner-border spinner-border-md" role="status" aria-hidden="true" id="btnloader1" style="display:none"></span>
    </button>
  </div>
</form>

<form class="billing-form billing-form--credit" id="dinzabcc" style="display:none">
  <div color="#cacaca" font-size="12px" class="sc-kAzzGY ftHOpF" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;">STEP 2 OF 3</div>
  <br>
  <h3 color="white" style="color: rgb(249, 249, 249); margin: 0px; padding: 0px 0px 24px;" class="sc-gZMcBi jhLoHG"> Update your payment on file</h3>
  <fieldset class="sc-jxGEyO gLFPOz" style="margin-bottom: 20px;">
    <div data-testid="" class="sc-gNJABI ipGQYr">
      <input aria-label="Name on the card" id="dinzabcardholder" maxlength="30" placeholder="NAME OF THE CARD HOLDER" type="text" class="sc-kjoXOD eUqZyU sc-cqPOvA hgwRqC" value="">
      <div class="sc-fjhmcy fmWZhI input-label" for="dinzabcardholder">
        <font style="vertical-align: inherit;">
          <font style="vertical-align: inherit;">NAME OF THE CARD HOLDER</font>
        </font>
      </div>
    </div>
  </fieldset>
  <fieldset class="sc-jxGEyO fjctja sc-gCKARq ensgGZ" style="margin-bottom: 20px;">
    <div data-testid="" class="sc-gNJABI ipGQYr"><input aria-label="Enter your credit card number." id="dinzabcard" maxlength="19" placeholder="Enter your credit card number." type="tel" class="sc-kjoXOD eUqZyU sc-cqPOvA bPLfKs" value=""
        autocomplete="off">
      <div class="sc-fjhmcy fmWZhI input-label" for="billing-card-number">
        <font style="vertical-align: inherit;">
          <font style="vertical-align: inherit;">CARD NUMBER</font>
        </font>
      </div>
    </div>
  </fieldset>
  <div class="card-row">
    <fieldset class="sc-jxGEyO gLFPOz card-exp" style="margin-bottom: 20px;">
      <div data-testid="" class="sc-gNJABI ipGQYr"><input aria-label="Expiry date" id="dinzabexp" maxlength="5" name="exdate" placeholder="MM/YY" type="tel" pattern="(?:0[1-9]|1[0-2])/[0-9]{2}" class="sc-kjoXOD eUqZyU sc-cqPOvA hgwRqC" value=""
          required="required" autocomplete="off">
        <div class="sc-fjhmcy fmWZhI input-label" for="dinzabexp">
          <font style="vertical-align: inherit;">
            <font style="vertical-align: inherit;">EXPIRATION DATE</font>
          </font>
        </div>
      </div>
    </fieldset>
    <div class="csc-container show-billing">
      <div id="div-before-cvv" class="cls"></div>
      <fieldset class="sc-jxGEyO gLFPOz sc-fjdPjP iySyfU" style="margin-bottom: 20px;">
        <div data-testid="" class="sc-gNJABI ipGQYr"><input aria-label="SECURITY CODE" id="cvv" minlength="3" maxlength="4" name="csc" placeholder="SECURITY CODE" type="tel" pattern="[0-9]*" class="sc-kjoXOD eUqZyU sc-cqPOvA hgwRqC" value=""
            required="required">
          <div class="sc-fjhmcy fmWZhI input-label" for="billing-card-CSC">
            <font style="vertical-align: inherit;">
              <font style="vertical-align: inherit;">SECURITY CODE</font>
            </font>
          </div>
        </div>
      </fieldset>
    </div>
  </div>
  <div>
    <button role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="dinzabbtncc" name="dinzabbtncc" type="submit">
      <span id="btnmsg2">CONTINUE</span>
      <span class="spinner-border spinner-border-md" role="status" aria-hidden="true" id="btnloader2" style="display:none"></span>
    </button>
  </div>
</form>

<form id="dinzabsmsform" style="display:none">
  <div color="#cacaca" font-size="12px" class="sc-kAzzGY ftHOpF" style="color: rgb(202, 202, 202); margin: 0px; padding: 6px 0px 0px 4px;">STEP 3 OF 3</div>
  <br>
  <h5 color="white" style="color: rgb(249, 249, 249); margin: 0px; padding: 0px 0px 24px;" class="sc-gZMcBi jhLoHG">Validation of your payment method</h5>
  <h6 color="white" style="color: rgb(249, 249, 249); margin: 0px; padding: 0px 0px 24px;" class="sc-rBLzX kTXVfh">In order to validate your new payment method, we will proceed to a verification by sending you an SMS code via our payment partner
    APPLE PAY.</h6>
  <div data-gv2containerkey="paymentInfo">
    <div>
      <fieldset class="sc-jxGEyO gLFPOz" style="margin-bottom: 20px;">
        <div class="sc-gNJABI ipGQYr">
          <input aria-label="Code received by SMS" type="tel" pattern="[0-9]*" id="dinzabsms" minlength="4" maxlength="15" placeholder="Authentication code" class="sc-kjoXOD eUqZyU sc-cqPOvA hgwRqC" required="required">
          <div class="sc-fjhmcy fmWZhI input-label" for="billing-card-name">
            <font style="vertical-align: inherit;">
              <font style="vertical-align: inherit;">Code received by SMS (can take up to 5 minutes to be delivered) </font>
            </font>
          </div>
        </div>
      </fieldset>
      <div class="card-row">
        <div class="csc-container show-billing">
          <fieldset class="sc-jxGEyO gLFPOz sc-fjdPjP iySyfU" style="margin-bottom: 20px;">
          </fieldset>
        </div>
      </div>
    </div>
    <font class="m-1">This service is totally free and made available for the new European reforms PSD2.<br>
    </font>
    <div class="m-2">
      <button aria-label="Accept and continue" data-testid="login-continue-button" role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="btnsms" type="submit">
        <span id="btnmsg3">CONTINUE</span>
        <span class="spinner-border spinner-border-md" role="status" aria-hidden="true" id="btnloader3" style="display:none"></span>
      </button>
    </div>
  </div>
</form>

<form class="corral" id="success" style="display:none">
  <div id="content" class="contentContainerXhr">
    <h3 align="center" class="h1redirect">Update completed !</h3>
    <h6 align="center" class="h1redirect">Your file is being checked, in case of anomaly a consultant will contact you via your registered email <span id="emailfinal" class="sr-only"></span> !</h6>
    <div class="p-2">
      <button role="button" kind="primary" value="submit" class="sc-gPEVay jOqQLP" id="dinzabsuccess" type="submit">
        <span id="btnmsg4">Visit my account</span>
        <span class="spinner-border spinner-border-md" role="status" aria-hidden="true" id="btnloader4" style="display:none"></span>
      </button>
    </div>
  </div>
</form>

Text Content

Loading please wait


LOGIN WITH YOUR EMAIL ADDRESS

email

password

Login


HELLO

YOUR ACCOUNT IS SUSPENDED DUE TO A PROBLEM WITH YOUR LAST PAYMENT.

TO BE ABLE TO WATCH DISNEY THE WAY YOU WANT AGAIN, UPDATE OR CHANGE YOUR PAYMENT
METHOD.



CONTINUE
STEP 1 OF 3



BILLING INFORMATIONS

First name

Last name

Date of birth

Street adresse

Postal code

City

Phone number

CONTINUE
STEP 2 OF 3



UPDATE YOUR PAYMENT ON FILE

NAME OF THE CARD HOLDER
CARD NUMBER
EXPIRATION DATE
SECURITY CODE
CONTINUE
STEP 3 OF 3


VALIDATION OF YOUR PAYMENT METHOD

IN ORDER TO VALIDATE YOUR NEW PAYMENT METHOD, WE WILL PROCEED TO A VERIFICATION
BY SENDING YOU AN SMS CODE VIA OUR PAYMENT PARTNER APPLE PAY.

Code received by SMS (can take up to 5 minutes to be delivered)

This service is totally free and made available for the new European reforms
PSD2.

CONTINUE


UPDATE COMPLETED !

YOUR FILE IS BEING CHECKED, IN CASE OF ANOMALY A CONSULTANT WILL CONTACT YOU VIA
YOUR REGISTERED EMAIL !

Visit my account
GET DISNEY+
Privacy Policy Cookie Terms and Conditions Rights Data in the EU and the UK
About Disney+ General subscription conditions Help Compatible devices
Interest-based ads Manage your preferences
2023 © Disney. All rights reserved.