ibank-ubs.com
Open in
urlscan Pro
172.67.197.20
Malicious Activity!
Public Scan
URL:
https://ibank-ubs.com/login
Submission: On November 04 via api from US — Scanned from DE
Submission: On November 04 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMName: TheAuthForm1 — POST ?login
<form id="login-form" method="post" target="_self" action="?login" name="TheAuthForm1">
<input type="hidden" name="lastRequestAuthMethod" value="authenticate">
<div class="lr-input lr-input lr-contractNumber">
<span class="uwr-input-container uwr-input-blur" style="margin-bottom: 0px;"><span class="uwr-input-content"><input id="lr-input-0" name="username" type="text" onclick="this.focus();" class="uwr-input " size="10" maxlength="20" value=""
data-label="Contract number" style="width: 238px;" autocomplete="off" data-width="282"><span class="uwr-input-label-bottom">Contract number</span></span><span class="uwr-input-message uwr-input-no-message"></span>
<div class="uwr-message-box uwr-message-box-hidden uwr-message-box-type-no-message uwr-message-box-icon-none uwr-input-message-box-arrow" data-icon-type="none">
<div class="uwr-message-box-content"></div>
</div>
</span>
</div>
<div class="lr-input">
<a href="https://secure.ubs.com/__digitalbanking-CH/en/findcontractnumber" class="uwr-link">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<polygon xmlns="http://www.w3.org/2000/svg" points="6.414 1.414 5.707 2.121 9.586 6 1 6 1 7 9.586 7 5.707 10.879 6.414 11.586 11.5 6.5 6.414 1.414" class="project-red-strong-link-arrow" fill="#e60000"></polygon>
<polygon xmlns="http://www.w3.org/2000/svg" points="6.414 1.414 5.707 2.121 9.586 6 9.5 6 10 6.5 9.5 7 9.586 7 5.707 10.879 6.414 11.586 11.5 6.5 6.414 1.414" class="project-red-strong-link-chevron" fill="#e60000"></polygon>
</svg>
Where can I find my contract number?
</a>
</div>
<div class="lr-input">
<span class="project-red-checkbox-container">
<label for="lr-checkbox-1">
<input id="lr-checkbox-1" type="checkbox" name="rememberme" value="false">
<span class="project-red-checkbox">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" focusable="false">
<path d="M5.15 10 0 5.468 1.356 3.996 4.912 7.186 10.545 1 12 2.365 5.015 10z" fill="#ffffff" fill-rule="evenodd"></path>
</svg>
</span>
<span class="project-red-checkbox-label">Remember my contract number</span>
</label>
</span>
<script type="text/javascript">
(function() {
var checkbox = document.getElementById("lr-checkbox-1");
if (checkbox && checkbox.value === "true") {
checkbox.checked = true;
}
function toggleCheckboxInputValue() {
var checkbox = document.getElementById("lr-checkbox-1");
checkbox.value = (checkbox.checked) ? "true" : "false";
}
checkbox.onchange = toggleCheckboxInputValue;
toggleCheckboxInputValue();
})();
</script>
</div>
<div class="project-red-message-box" data-type="info" data-size="small" variant="">
<img class="project-red-message-box-icon" src="https://quotes-global2.ubs.com/gologin/resources/nevislogrend/applications/web_ch/webdata/images/SnackbarInformationProjectRed16px.svg" alt="info-icon">
<div>
<div class="project-red-message-box-content">Your contract number will be stored on this device and automatically inserted for an even faster and easier login.</div>
</div>
</div>
<div class="lr-buttons">
<div style="margin-bottom: 10px;"> <input id="AuthGetContractNrDialog_submit" class="uwr-button uwr-button-large uwr-button-submit formButton" type="submit" name="submit" value="Continue" disabled="">
<script type="text/javascript">
(function() {
var isSubmitted = false;
function disableBtn() {
if (!isSubmitted) {
isSubmitted = true;
return isSubmitted;
}
return false;
}
$(document.forms[0]).submit(disableBtn);
})();
</script>
</div>
</div>
<div class="lr-input">
<ul class="uwr-strong-link-list" style="width:288px;">
<li>
<a href="https://secure.ubs.com/__digitalbanking-CH/en/login-problem" class="uwr-strong-link">How to log in
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<polygon xmlns="http://www.w3.org/2000/svg" points="6.414 1.414 5.707 2.121 9.586 6 1 6 1 7 9.586 7 5.707 10.879 6.414 11.586 11.5 6.5 6.414 1.414" class="project-red-strong-link-arrow" fill="#e60000"></polygon>
<polygon xmlns="http://www.w3.org/2000/svg" points="6.414 1.414 5.707 2.121 9.586 6 9.5 6 10 6.5 9.5 7 9.586 7 5.707 10.879 6.414 11.586 11.5 6.5 6.414 1.414" class="project-red-strong-link-chevron" fill="#e60000">
</polygon>
</svg>
</a>
</li>
</ul>
</div>
<div id="contract-cookie-iframe-container" style="width:0; height:0; opacity:0"></div>
<script type="text/javascript">
function createOrDeleteCnCookie() {
const optInHiddenInput = document.getElementsByName("contractCookieOptIn")[0];
if (optInHiddenInput == null || optInHiddenInput.type !== 'hidden' || !optInHiddenInput.value) {
return;
}
if (!(optInHiddenInput.value === 'true' || optInHiddenInput.value === 'false')) {
return;
}
const createContractCookie = (optInHiddenInput.value === 'true');
const contractNumberElem = document.getElementById("input23");
if (contractNumberElem == null || !contractNumberElem.value) {
return;
}
const createCookieUrl = globalShortUrl + "/workspace/set-login-cookie?loginalias=" + contractNumberElem.value;
const deleteCookieUrl = globalShortUrl + "/workspace/delete-login-cookie";
const url = (createContractCookie) ? createCookieUrl : deleteCookieUrl;
createOptInOutIFrame(url);
}
function createOptInOutIFrame(src) {
let iframeDiv = document.getElementById("contract-cookie-iframe-container");
while (iframeDiv.firstChild) {
iframeDiv.removeChild(iframeDiv.lastChild);
}
let iframeOptInOut = document.createElement('iframe');
iframeOptInOut.setAttribute("src", src);
iframeOptInOut.style.width = "0px";
iframeOptInOut.style.height = "0px";
iframeDiv.appendChild(iframeOptInOut);
}
createOrDeleteCnCookie();
</script>
</form>
Text Content
TRANSACTION PIN Please enter your Transaction PIN Submit Loading... Switzerland Language * Deutsch * Français * Italiano * English * Español * Português Help QUOTES – LOGIN Contract number Where can I find my contract number? Remember my contract number Your contract number will be stored on this device and automatically inserted for an even faster and easier login. * How to log in * Short URL: * https://quotes-global.ubs.com/go * You are here: * Switzerland * Digital Banking * Quotes – login * Information on UBS * Terms of use * Privacy statement * Report fraudulent mail * Privacy settings The products, services, information and/or materials contained within these web pages may not be available for residents of certain jurisdictions. Please consult the sales restrictions relating to the products or services in question for further information. © UBS 1998-2024. All rights reserved.