bank-verification.pro Open in urlscan Pro
172.67.165.80  Malicious Activity! Public Scan

Submitted URL: http://365.bank-verification.pro/
Effective URL: https://bank-verification.pro/?utm=penis
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On December 17 via api from IT — Scanned from IT

Form analysis 1 forms found in the DOM

Name: loginFormPOST

<form method="POST" name="loginForm" class="ng-pristine ng-valid">
  <div class="form-group">
    <!-- start of changes 
				added:
				2 label - for input Username and Password
				2 events - ng-focus and ng-blur in both inputs
				2 new boolean variables in firstFactor.js -
				showPlaceholderUsername and  showPlaceholderPassword
				removed span elements with username and password icon: used ng-if="0"
			-->
    <div class="input-group login_form_input_group" ng-class="{'input-group--filled': formData.username.length, 
					'input-group--focus': isFocusOnInputUsername, 
					'input-group--error': message.errors.length }">
      <!-- ngIf: 0 -->
      <label class="ng-binding">Prihlasovacie meno (email)</label>
      <input required="" name="logindata" type="text" ng-model="formData.username" ng-focus="isFocusOnInputUsername = true" ng-blur="isFocusOnInputUsername = false" class="form-control login_form_control ng-pristine ng-untouched ng-valid ng-empty"
        ng-class="{'showCursor': isFocusOnInputUsername}">
    </div>
    <div class="input-group login_form_input_group" ng-class="{'input-group--filled': formData.password.length,
					'input-group--focus': isFocusOnInputPassword,
					'input-group--error': message.errors.length }">
      <!-- ngIf: 0 -->
      <label class="ng-binding">Heslo</label>
      <input required="" name="passdata" type="password" ng-model="formData.password" ng-focus="isFocusOnInputPassword = true" ng-blur="isFocusOnInputPassword = false" class="form-control login_form_control ng-pristine ng-untouched ng-valid ng-empty"
        ng-class="{'showCursor': isFocusOnInputPassword}" id="passwordInput" autocomplete="off">
      <span class="link-forgotten-password" ng-class="{'input-focused': formData.password }">
        <a ng-click="resetPassword()"><u class="ng-binding">Nepamätáš si heslo?</u></a>
      </span>
      <password-eye for="passwordInput" password="formData.password" class="ng-isolate-scope"><span ng-show="$ctrl.showEye" ng-click="$ctrl.togglePassword()" ng-class="$ctrl.passwordVisible ? 'show-pass': 'hide-pass'"
          class="form-control-feedback pass-eye hide-pass ng-hide"></span></password-eye>
    </div>
    <!-- end of changes -->
    <!-- ngIf: captcha.image -->
  </div>
  <div class="text-center">
    <div class="margin-bottom-30-15">
      <button type="submit" class="primary-button">
        <span class="ng-binding">Prihlásiť</span>
      </button>
    </div>
    <div class="links_container_row margin-top-50-30 create-account">
      <div class="margin-bottom-15">
        <a href="https://365.bank/zalozenie"><u class="ng-binding">Chcem si založiť účet</u></a>
      </div>
    </div>
  </div>
  <!-- removed from DOM - added ng-if - start -->
  <!-- ngIf: 0 -->
  <!-- removed from DOM - end -->
</form>

Text Content

Prihlásenie
Prihlasovacie meno (email)
Heslo Nepamätáš si heslo?
Prihlásiť
Chcem si založiť účet
Si tu prvýkrát alebo máš resetnuté heslo? Aktivácia
Ako vieš ochrániť svoj účet?

Please Wait...