fr.banking-c.volkswagenbank.com
Open in
urlscan Pro
185.60.97.236
Public Scan
Submitted URL: https://fr.banking-c.volkswagenbank.com/
Effective URL: https://fr.banking-c.volkswagenbank.com/BBOFR2FE/login.aspx?ReturnUrl=%2fBBOFR2FE%2f
Submission: On November 05 via automatic, source certstream-suspicious — Scanned from GB
Effective URL: https://fr.banking-c.volkswagenbank.com/BBOFR2FE/login.aspx?ReturnUrl=%2fBBOFR2FE%2f
Submission: On November 05 via automatic, source certstream-suspicious — Scanned from GB
Form analysis
1 forms found in the DOMName: LoginForm — POST /BBOFR2FE/login.aspx?ReturnUrl=%2fBBOFR2FE%2f
<form name="LoginForm" method="post" action="/BBOFR2FE/login.aspx?ReturnUrl=%2fBBOFR2FE%2f" onsubmit="javascript:return WebForm_OnSubmit();" id="LoginForm" autocomplete="off">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="kS5Mz2UOoUC2S++GSLnsq2vvaWaat0Wy1EfBGfQgWzFID9PkQ1NaTFLMeixbPaXSaztUHmERMbg0+QVoQoH4iyyjtF9KCcVeyXVC0CLW718qDFvXckg49I/4hr7kHTDV1phDIdZNEpIWvJl6hNz0Tw2s350bu4PV8utRKS5t1afHjEvO1RGJuk+hkqP0X4R1CJS0AarlNUbDGW3sV2dCE2DKyceJojoXYs4SEtNfw3AcUEqBmbBdcq2foGjrOW616ma3cGdoQnnekC37Dzr+RUZQsHHZbgTKLrwYKdEEQQg4GtBUN2Y1Ayh4H2CiwfI+jiBr1JokpQnk6hXz5Tz0oJPkaC4sTS4k+1ysVXDpxcybWV74XVMGvrmiY2kG4Fvp">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['LoginForm'];
if (!theForm) {
theForm = document.LoginForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/BBOFR2FE/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZFB2N3l7cl2iq0HyINSIPelWfBSuewwwFSJR__kgjiHU8pai8hrATQW7QivoZg0Lgg2&t=638610943965203766" type="text/javascript"></script>
<script>
var Submit_Block = false;
var Enable_Submit_Blocker = true;
</script>
<script language="javascript">
// JavaScript file for BankingMaster (MasterPage)
function kH(e) {
var pK = document.all ? window.event.keyCode : e.which;
//return pK != 13;
return true;
}
document.onkeypress = kH;
if (document.layers) document.captureEvents(Event.KEYPRESS);
function masterOnload() {
// call custom onload, if defined
if (typeof(myOnload) != 'undefined') {
myOnload();
}
}
function HandleLegalMenu() {
// show or hide link Authorisation
if (document.getElementById("PanelLegal") != null) {
if (document.getElementById("PanelLegal").style.display == "inline") {
document.getElementById("PanelLegal").style.display = "none";
} else {
document.getElementById("PanelLegal").style.display = "inline";
}
}
}
function HandleTermsAndConditions() {
var TCWindow;
TCWindow = window.open(TermsAndConditionsDoc);
}
function HandleCreditAllocationOrder() {
var TCWindow;
TCWindow = window.open(CreditAllocationOrderDoc);
}
// open help window
function openHelpWindow() {
var helpWnd;
var topicName = '';
var topicDiv = document.getElementById("HELP_TOPIC");
if (topicDiv != null) {
topicName = topicDiv.innerHTML;
}
helpWnd = window.open("Help.ashx?topic=" + topicName, "helpWin", "top=100,left=600,height=500,width=500,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
helpWnd.focus();
}
// Given a key name in the query string, returns the
// value it is set to. Returns null if the variable is
// undefined.
// `src' is optional, uses the address of the current frame
// by default. Accepts src as a URL in string format or a
// Location object.
// This script does recognize the '+' as a space.
function queryString(key, src) {
var __qstr = stripQuery(src);
var strIndex = __qstr.indexOf(key + '=');
if (strIndex == -1) return null;
var strReturn = '',
ch = '';
for (var i = strIndex + key.length; i < __qstr.length; i++) {
ch = __qstr.charAt(i);
if (ch == '&' || ch == ';') break;
if (ch == '+') strReturn += ' ';
else if (ch != '=') strReturn += ch;
}
return unescape(strReturn);
}
// Given the source address (optional), returns the query string portion
// of the address. If the source address is not given, returns
// the query string portion for current window/frame.
// Accepts src as a URL in string format or a Location object.
function stripQuery(src) {
if (src == null) return null;
if (typeof src == 'string') {
var __qstr = new String();
var __tmpNum = src.indexOf('?');
__qstr = (__tmpNum != -1) ? src.substr(__tmpNum + 1, src.length) : null;
delete __tmpNum;
return __qstr;
} else if (typeof src == 'object') { // assumes the object is of type location
return location.search.substr(1, location.search.length);
} else return null;
}
// Open the mailto window
function MailTo() {
var MailWindow;
MailWindow = window.open("mailto:" + recipient);
}
// hide option panel
function hideOptions() {
document.getElementById("option_table").style.display = "none";
document.getElementById("option_table_empty").style.display = "inline";
return false;
}
// show option panel
function showOptions() {
document.getElementById("option_table_empty").style.display = "none";
document.getElementById("option_table").style.display = "inline";
return false;
}
//#############################################################################################
function formatFullAmount(str) {
//#############################################################################################
var resultStr = "";
// fill up amount with "thousands"-points
for (var i = 0; i < str.length; i++) {
if ((str.charAt(i) < "0") || (str.charAt(i) > "9")) return "";
if (((str.length - i) % 3 == 0) && (i != 0)) resultStr = resultStr + ".";
resultStr = resultStr + str.charAt(i);
}
return resultStr;
}
//#############################################################################################
function formatAmount(str) {
//#############################################################################################
var resultStr;
var resultStr2;
var p;
resultStr = "";
resultStr2 = "";
if (str + "" == "undefined" || str == null) return null;
str += "";
for (var i = 0; i < str.length; i++) // strip commas
{
if (str.charAt(i) != ",") {
resultStr = resultStr + str.charAt(i);
}
}
p = resultStr.lastIndexOf('.'); // replace LAST point by comma
if (p > 0) {
for (i = 0; i < resultStr.length; i++) // strip commas
{
if (i == p) resultStr2 = resultStr2 + ","
else
if (resultStr.charAt(i) != ".") {
resultStr2 = resultStr2 + resultStr.charAt(i);
}
}
resultStr = resultStr2
}
var centStr = resultStr.substring(resultStr.length - 3, resultStr.length);
var euroStr = formatFullAmount(resultStr.substring(0, resultStr.length - 3));
return (euroStr + centStr);
}
//----------------------------------------------------------------
function Ger2UsAmt(str) {
//----------------------------------------------------------------
var resultStr;
var resultStr2;
var p;
resultStr = "";
resultStr2 = "";
if (str + "" == "undefined" || str == null) return null;
str += "";
for (var i = 0; i < str.length; i++) // strip points
{
if (str.charAt(i) != ".") {
resultStr = resultStr + str.charAt(i);
}
}
p = resultStr.lastIndexOf(','); // replace LAST comma by point
if (p > 0) {
for (i = 0; i < resultStr.length; i++) // strip commas
{
if (i == p) resultStr2 = resultStr2 + "."
else
if (resultStr.charAt(i) != ",") {
resultStr2 = resultStr2 + resultStr.charAt(i);
}
}
resultStr = resultStr2
}
if (isNaN(parseFloat(resultStr))) return null;
else return parseFloat(resultStr);
}
//----------------------------------------------------------------
// dynamic calculation functions
//----------------------------------------------------------------
function calcValues(objAdded, finAmount, numOfSel, lblFinAmtSum) {
if (isNaN(parseInt(numOfSel)) || isNaN(parseFloat(lblFinAmtSum))) return;
if (objAdded) {
numOfSel = parseInt(parseInt(numOfSel) + 1);
theCurrAmt = parseFloat(parseFloat(Ger2UsAmt(lblFinAmtSum)) + parseFloat(finAmount));
lblFinAmtSum = formatAmount(theCurrAmt.toFixed(2));
} else {
numOfSel = parseInt(parseInt(numOfSel) - 1);
theCurrAmt = parseFloat(parseFloat(Ger2UsAmt(lblFinAmtSum)) - parseFloat(finAmount));
lblFinAmtSum = formatAmount(theCurrAmt.toFixed(2));
}
DisplayValues = new Array(2);
DisplayValues[0] = numOfSel;
DisplayValues[1] = lblFinAmtSum;
return DisplayValues;
}
//----------------------------------------------------------------
//this function captures all key events
//----------------------------------------------------------------
function captureInput(e, regExValue) {
// Fix for IE 8
var charCode = typeof e.charCode == "undefined" ? e.keyCode : e.charCode;
// Fix for IE
var keyCode = e.keyCode == charCode ? 0 : e.keyCode;
return String.fromCharCode(charCode).match(regExValue) || keyCode > 36 && keyCode < 41 || keyCode == 8 || keyCode == 46 || keyCode == 9;
}
// open conditions window
function openConditionsWindow(ConditionsUrl) {
var ConditionsWnd;
ConditionsWnd = window.open(ConditionsUrl, "Conditions", "height=800,width=600,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
ConditionsWnd.focus();
}
//----------------------------------------------------------------
// select the account (input parameter is the account number and
// the value of the RadioButton) and open its option panel
//----------------------------------------------------------------
function OpenAccountPanel(account) {
if (account != null) {
var radioButtonArr = document.getElementsByTagName("input");
var selectedRadioButton;
if (radioButtonArr != null) {
for (i = 0; i < radioButtonArr.length; i++) {
if (radioButtonArr[i].value == account) {
selectedRadioButton = radioButtonArr[i];
selectedRadioButton.checked = true;
}
}
}
if (selectedRadioButton != null) {
setAccountPanels(selectedRadioButton.id);
}
}
}
//----------------------------------------------------------------
// add JavaScript function for displaying / hiding the account panels
//----------------------------------------------------------------
function setAccountPanels(accountSelectorId) {
//REMARK:
//The accountPanelName and navigationPanelName
// variables will be set dynamicly in an onPreRender event.
// First we uncheck all other radio buttons.
var radioButtons = document.getElementsByTagName("input");
if (radioButtons != null) {
for (i = 0; i < radioButtons.length; i++) {
if (radioButtons[i].id != accountSelectorId) {
radioButtons[i].checked = false;
}
}
}
// Now we will traverse through all account panels and will activate the one belonging
// to the selected radio button and disable all other.
var numberOfPanels = document.getElementsByName(accountPanelName).length;
// Here we only need the elements container id of the selector, so we
// strip all chars (the accountSelectorId is something like accountSelectorNamePrefix12).
var accountSelectorContainerId = 0;
// If the selector id is null the first panel will be activated.
if (null != accountSelectorId) {
// We want the digits at the end if the id.
var containerIdRegex = new RegExp(/\d+$/);
accountSelectorContainerId = containerIdRegex.exec(accountSelectorId);
// If we have not found any valid id, we will activate the first panel.
if (null == accountSelectorContainerId) {
accountSelectorContainerId = 0;
}
}
for (i = 0; i < numberOfPanels; i++) {
if (i != accountSelectorContainerId) {
document.getElementsByName(accountPanelName)[i].style.backgroundColor = "#FFFFFF";
document.getElementsByName(navigationPanelName)[i].style.display = "none";
} else {
document.getElementsByName(accountPanelName)[i].style.backgroundColor = "#EEEEEE";
document.getElementsByName(navigationPanelName)[i].style.display = "block";
}
}
}
</script>
<script src="/BBOFR2FE/WebResource.axd?d=x2nkrMJGXkMELz33nwnakPLenIKXAXlcmwfx3aCf-Ewutt3S1L38vWT8VGHWuORMrwWWIRPd-QmYoduf2FKAstF26sCG4JZFjaMWX0FFHn01&t=638610943965203766" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
if (Submit_Block) {
return false;
};
if (Enable_Submit_Blocker) {
Submit_Block = true;
} else {
Submit_Block = false;
};
return true;
return true;
}
//]]>
</script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A392D291">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="ZUrf6LSISMNun+R6wAL01kaAltNgm7Al/bro+WkbC3QGQBYHxN41qJ+h7jEzLbJxuw04AcXyKlROcSQ/+unkPf4OsE+gy0JtFGvaxBIGQanwKvIrGg/WKVQ1sGxxbEA/H8xKNCsTx33mw0OTohimX4teDRqArMXcdCXxCTQiVwqlQWtopYOXMh5p3Sv7f1KeXquPsc5lxXiHgVXQsdHqrA==">
</div>
<input name="ClientUTCOffset" type="hidden" id="ClientUTCOffset">
<input name="ScriptEnabledCheck" type="hidden" id="ScriptEnabledCheck" value="true">
<div id="HELP_TOPIC" style="display:none;">Login</div>
<div class="MasterFrame" id="BboFr">
<div class="Master">
<div class="MainMenu" style="float: left; ">
<ul class="MenuItems">
<li>
<a id="lnkCancel" href="JavaScript:CloseWindow()">Annuler</a>
</li>
</ul>
<ul class="SecondaryMenuItems">
<li>
<a href="http://volkswagenbank.fr">Page d'accueil</a>
</li>
<li>
<a href="JavaScript:openHelpWindow()">Aide</a>
</li>
<li>
<a id="btnMailTo" href="mailto:brm-sales-online-banking@VWFS.COM">Contactez-nous</a>
</li>
</ul>
<div class="ValidationSummary" id="messageTextError">
<div id="ValidationSummary" class="messageTextError" style="color:Red;display:none;">
</div>
</div>
</div>
<div class="ContentSection" style="float: left; ">
<div class="Content">
<div class="Login" style="float: left">
<span class="HeadLine">Opération bancaire en ligne</span>
<br>
<br>
<span id="lblTickerTapeInformation"></span>
<br>
<br>
<span id="lblLoginInformation">Rappel Sécurité : Madame, Monsieur, Chers Partenaires, Nous vous rappelons que votre identifiant et votre mot de passe sont personnels, ils ne doivent jamais être communiqués à une tierce personne.
Volkswagen Financial Services ne vous demandera jamais votre identifiant ou votre mot de passe par mail. En cas de doute, contactez directement votre chargé de comptes. VOLKSWAGEN FINANCIAL SERVICES </span>
<br>
<br>
<table class="StandardTable">
<tbody>
<tr>
<td class="Identifier">
<span id="lblUser">Identifiant:</span>
</td>
<td>
<input name="txtUser" type="text" maxlength="10" id="txtUser" tabindex="1"><span id="ctl03" style="color:Red;font-weight:bold;display:none;">!</span><span id="ctl04" style="color:Red;font-weight:bold;display:none;">!</span><span
id="ctl05" style="color:Red;font-weight:bold;display:none;">!</span>
</td>
</tr>
<tr>
<td class="Identifier">
<span id="lblPassword">Mot de passe:</span>
</td>
<td>
<input name="txtPassword" type="password" maxlength="50" id="txtPassword" tabindex="2"><span id="ctl06" style="color:Red;font-weight:bold;display:none;">!</span><span id="ctl07"
style="color:Red;font-weight:bold;display:none;">!</span>
</td>
</tr>
</tbody>
</table>
<div class="StandardButtonBar">
<!--HIDE_PRINT_START--><a onclick="if ( Submit_Block ) {return false;} else {Enable_Submit_Blocker = false;};" id="btnLogin" tabindex="4" class="StandardButton" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnLogin", "", true, "", "", false, true))">Connexion</a><!--HIDE_PRINT_END-->
</div>
<span id="lblErrorMessage"></span>
</div>
</div>
</div>
<div id="Footer">
<span>Volkswagen Bank Succursale France</span>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var Page_ValidationSummaries = new Array(document.getElementById("ValidationSummary"));
var Page_Validators = new Array(document.getElementById("ctl03"), document.getElementById("ctl04"), document.getElementById("ctl05"), document.getElementById("ctl06"), document.getElementById("ctl07"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var ctl03 = document.all ? document.all["ctl03"] : document.getElementById("ctl03");
ctl03.controltovalidate = "txtUser";
ctl03.errormessage = "S\'il vous plaît entrez votre numéro d\'utilisateur.";
ctl03.display = "Dynamic";
ctl03.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl03.initialvalue = "";
var ctl04 = document.all ? document.all["ctl04"] : document.getElementById("ctl04");
ctl04.controltovalidate = "txtUser";
ctl04.errormessage = "S\'il vous plaît entrez votre numéro valide de l\'utilisateur.";
ctl04.display = "Dynamic";
ctl04.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl04.validationexpression = "^(\\d{4,10})$";
var ctl05 = document.all ? document.all["ctl05"] : document.getElementById("ctl05");
ctl05.controltovalidate = "txtUser";
ctl05.errormessage = "S\'il vous plaît entrez votre numéro valide de l\'utilisateur.";
ctl05.display = "Dynamic";
ctl05.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl05.validationexpression = "^(\\w|\\s|\\!|\\@|\\%|\\&|\\(|\\)|\\*|\\$|\\+|\\:|\\;|\\,|\\-|\\=|\\?|\\/|\\.)+$";
var ctl06 = document.all ? document.all["ctl06"] : document.getElementById("ctl06");
ctl06.controltovalidate = "txtPassword";
ctl06.errormessage = "Nouveau mot de passe";
ctl06.display = "Dynamic";
ctl06.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl06.initialvalue = "";
var ctl07 = document.all ? document.all["ctl07"] : document.getElementById("ctl07");
ctl07.controltovalidate = "txtPassword";
ctl07.errormessage = "Votre mot de passe est erroné ou ne contient pas le nombre de caractères obligatoires.";
ctl07.display = "Dynamic";
ctl07.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl07.validationexpression = "^(.{10,50})$";
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
} else {
return true;
}
}
//]]>
</script>
<script language="javascript">
document.getElementById('txtUser').focus();
</script>
</form>
Text Content
CONNEXION Login * Annuler * Page d'accueil * Aide * Contactez-nous Opération bancaire en ligne Rappel Sécurité : Madame, Monsieur, Chers Partenaires, Nous vous rappelons que votre identifiant et votre mot de passe sont personnels, ils ne doivent jamais être communiqués à une tierce personne. Volkswagen Financial Services ne vous demandera jamais votre identifiant ou votre mot de passe par mail. En cas de doute, contactez directement votre chargé de comptes. VOLKSWAGEN FINANCIAL SERVICES Identifiant: !!! Mot de passe: !! Connexion Volkswagen Bank Succursale France Name Type Size File Tarification Bancaire download Conditions Générales 4XSF download Alerte Phishing download