securitybreach-microsoft.nl Open in urlscan Pro
18.192.180.1  Public Scan

URL: https://securitybreach-microsoft.nl/499d67ded564c3c7adfb97ffa1450b92037a387d59e2bdb903f97e01bdadc469649f5a228396f0805ed59dcc585d03b3...
Submission: On October 02 via manual from FR — Scanned from NL

Form analysis 1 forms found in the DOM

POST

<form method="POST">
  <input type="hidden" name="_csrf" value="">
  <div id="UpdatePassword">
    <section class="section">
      <div class="section-body container">
        <div id="UpdatePasswordTitle" class="text-subheader" role="heading" aria-level="1" data-bind="text: pageTitle">Wachtwoord wijzigen </div>
        <div class="row">
          <div class="col-xs-24 form-group text-block-body" data-bind="html: descriptionText">Met een sterk wachtwoord voorkom je dat onbevoegden toegang hebben tot je e-mailaccount. </div>
        </div>
        <div class="row" data-bind="visible: usernameDesc" style="display: none;">
          <div class="col-xs-24 text-block-body form-group" id="UpdatePWDUsernameDesc" data-bind="text: usernameDesc">
          </div>
        </div>
        <div class="row" data-bind="visible: passwordDesc" style="display: none;">
          <div class="col-xs-24 text-block-body form-group" id="UpdatePWDPasswordDesc" data-bind="text: passwordDesc">
          </div>
        </div>
        <div class="row">
          <div role="alert" aria-live="assertive">
            <div class="alert alert-error" id="iPageError" style="display: none;">
            </div>
          </div>
        </div>
        <div class="row" data-bind="if: isCurrentPasswordRequired, visible: isCurrentPasswordRequired">
          <!--Current Password-->
          <div class="form-group input-max-width col-xs-24">
            <label for="iCurPassword">
              <!-- ko if: showSkypeName -->
              <!-- /ko -->
              <!-- ko ifnot: showSkypeName --> Huidig wachtwoord <!-- /ko -->
            </label>
            <div role="alert" aria-live="assertive">
              <div class="alert alert-error" id="pPwdErrorArea" data-bind="errorMessage: currentPassword, visible: showError(currentPassword)" style="display: none;">Deze informatie is vereist. </div>
            </div>
            <input type="password" class="form-control" id="iCurPassword" name="CurrentPassword" aria-required="true" placeholder="Huidig wachtwoord" aria-label="Huidig wachtwoord"
              data-bind="value: currentPassword, hasFocus: currentPassword.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(currentPassword) }, attr: { 'aria-describedby': showError(currentPassword) ? 'pPwdErrorArea' : null }"
              maxlength="127" aria-describedby="HeadphonesWarning">
            <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; currentPassword.focused()" style="display: none;">Caps Lock staat aan </div>
            <!--Forgot Password Link-->
            <div data-bind="visible: showForgotPasswordLink">
              <a href="499d67ded564c3c7adfb97ffa1450b92037a387d59e2bdb903f97e01bdadc469649f5a228396f0805ed59dcc585d03b3c1fb4fd9b45f2e288bc39faf05becfebd632215934bdb67686342052ad6d13107a53f668739e0d90e4ab9b241f3cb2ba30a87794a2526fcc255d6afca6762203/submit" id="iChgPwdForgotPwd" class="text-block-body" data-bind="click: onForgotPasswordLinkClick" tabindex="0">Wachtwoord vergeten?
                                </a>
            </div>
            <div data-bind="visible: showPreferSetNewPassword" class="left" style="display: none;">
              <label>
                <input type="checkbox" id="keepMSAPassword" name="keepMSAPassword" data-bind="checked: preferSetNewPassword">
                <span id="keepMSAPasswordLabel" class="text-base" data-bind="text: preferSetNewPasswordText">
                </span>
              </label>
            </div>
          </div>
        </div>
        <div data-bind="visible: showCollectNewPassword">
          <div class="row">
            <!--Password-->
            <div class="form-group input-max-width">
              <label class="text-base" for="iPassword">Nieuw wachtwoord </label>
              <div role="alert" aria-live="assertive">
                <div class="alert alert-error" id="pNewPwdErrorArea" data-bind="errorMessage: password, visible: showError(password)" style="display: none;">Deze informatie is vereist. </div>
              </div>
              <input type="password" class="form-control" id="iPassword" name="Password" aria-required="true" placeholder="Nieuw wachtwoord" aria-label="Nieuw wachtwoord" aria-describedby="pNewPwdErrorArea"
                data-bind="value: password, hasFocus: password.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(password) }" maxlength="127">
              <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; password.focused()" style="display: none;">Caps Lock staat aan </div>
              <p class="help-block text-caption text-block-body">Minimaal 8 tekens, hoofdlettergevoelig </p>
            </div>
          </div>
          <div class="row" data-bind="if: isPasswordReentryRequired, visible: isPasswordReentryRequired">
            <!--Retype Password-->
            <div class="form-group input-max-width">
              <label class="text-base" for="iRetypePassword">Wachtwoord opnieuw invoeren </label>
              <div role="alert" aria-live="assertive">
                <div class="alert alert-error" id="pRetypePwdErrorArea" data-bind="errorMessage: retypePassword, visible: showError(retypePassword)" style="display: none;">
                </div>
              </div>
              <input type="password" class="form-control" id="iRetypePassword" name="RetypePassword" aria-required="true" placeholder="Wachtwoord opnieuw invoeren" aria-label="Wachtwoord opnieuw invoeren"
                data-bind="value: retypePassword, hasFocus: retypePassword.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(retypePassword) }, attr: { 'aria-label': retypePasswordAriaLabel }" maxlength="127">
              <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; retypePassword.focused()" style="display: none;">Caps Lock staat aan </div>
            </div>
          </div>
          <div class="row" data-bind="visible: showExpirationCheckbox">
            <div class="form-group checkbox left">
              <label>
                <input type="checkbox" id="iExpire" name="Expire" data-bind="checked: expirationChecked">
                <span class="text-base">Mijn wachtwoord moet elke 72 dagen worden gewijzigd </span>
              </label>
            </div>
          </div>
        </div>
        <div data-bind="visible: saveInstructions" style="display: none;">
          <div class="row">
            <div class="col-xs-24 text-block-body form-group" data-bind="text: saveInstructions">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="btn-group">
            <div class="btn-group x-hidden-focus">
              <input type="hidden" name="_csrf" value="">
              <input type="submit" class="btn btn-primary" value="Opslaan">
              <input type="submit" class="btn" value="Annuleren">
            </div>
          </div>
        </div>
      </div>
    </section>
  </div>
</form>

Text Content

Overslaan naar hoofdinhoud
Microsoft
Account
Account
Account
Marco Veen
Wachtwoord wijzigen
Met een sterk wachtwoord voorkom je dat onbevoegden toegang hebben tot je
e-mailaccount.



Huidig wachtwoord
Deze informatie is vereist.
Caps Lock staat aan
Wachtwoord vergeten?

Nieuw wachtwoord
Deze informatie is vereist.
Caps Lock staat aan

Minimaal 8 tekens, hoofdlettergevoelig

Wachtwoord opnieuw invoeren

Caps Lock staat aan
Mijn wachtwoord moet elke 72 dagen worden gewijzigd





Nederlands (Nederland)
 * Privacy en cookies
 * Gebruiksrechtovereenkomst
 * Contact opnemen
 * © Microsoft 2018