safe-ch1.ubs.com
Open in
urlscan Pro
94.154.164.157
Public Scan
Submitted URL: https://safe-ch2.ubs.com/
Effective URL: https://safe-ch1.ubs.com/app/H36/init?login&
Submission: On November 27 via automatic, source certstream-suspicious — Scanned from CH
Effective URL: https://safe-ch1.ubs.com/app/H36/init?login&
Submission: On November 27 via automatic, source certstream-suspicious — Scanned from CH
Form analysis
1 forms found in the DOMName: TheAuthForm1 — POST ?login
<form id="the-auth-form-1" 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-focus" style="margin-bottom: 0px;"><span class="uwr-input-content"><input id="lr-input-0" name="loginalias" type="text" onclick="this.focus();" class="uwr-input " size="10" maxlength="20" value=""
data-label="Vertragsnummer" style="width: 238px;" autocomplete="off" data-width="282"><span class="uwr-input-label-top">Vertragsnummer</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/de/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>
Wo finde ich meine Vertragsnummer?
</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="contractCookieOptIn" 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">Vertragsnummer merken</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="/login/resources/nevislogrend/applications/web_ch/webdata/images/SnackbarInformationProjectRed16px.svg" alt="info-icon">
<div>
<div class="project-red-message-box-content">Ihre Vertragsnummer wird in Zukunft auf diesem Gerät gespeichert und automatisch eingefügt. So wird das Login noch einfacher und schneller.</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="Weiter" 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/de/login-problem" class="uwr-strong-link">So können Sie sich einloggen
<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
Schweiz Sprache * Deutsch * Français * Italiano * English * Español * Português Hilfe SAFE – LOGIN Vertragsnummer Wo finde ich meine Vertragsnummer? Vertragsnummer merken Ihre Vertragsnummer wird in Zukunft auf diesem Gerät gespeichert und automatisch eingefügt. So wird das Login noch einfacher und schneller. * So können Sie sich einloggen * Kurz-URL: * https://safe-ch.ubs.com * Sie sind hier: * Schweiz * Digital Banking * Safe – Login * Information zu UBS * Nutzungsbedingungen * Datenschutzerklärung * Betrügerische E-Mails melden * Datenschutzeinstellungen Die auf dieser Website angebotenen Produkte, Dienstleistungen, Informationen und/oder Unterlagen sind Personen mit Wohnsitz in bestimmten Ländern möglicherweise nicht zugänglich. Bitte beachten Sie die geltenden Verkaufsbeschränkungen für die entsprechenden Produkte oder Dienstleistungen. © UBS 1998-2024. Alle Rechte vorbehalten.