registration-assistance.net
Open in
urlscan Pro
178.208.77.95
Malicious Activity!
Public Scan
URL:
http://registration-assistance.net/
Submission: On November 28 via api from GB — Scanned from GB
Submission: On November 28 via api from GB — Scanned from GB
Form analysis
1 forms found in the DOM<form autocomplete="off" novalidate="" class="ng-untouched ng-pristine ng-invalid" id="login-form">
<div class="row">
<div class="form-group">
<label class="label" for="pid">Personal ID</label><input autocomplete="off" class="form-control logon-textbox ng-untouched ng-pristine ng-invalid" maxlength="26" minlength="5" name="username" onpaste="return true" type="text"
id="personalid"><!----><!----><span class="d-none" id="pidDesc"> Please Enter your Personal ID </span>
<span id="error-msg-pid" style="display: none; color: red; font-size: 14px;">Please enter a correct Personal ID</span>
</div>
</div>
<div class="row">
<div class="form-group">
<label class="label" for="securityNumber">Security number</label>
<div class="security-number-help-info"><span> You may know this as your 5 digit Registration Number or Customer PIN </span></div>
<common-security-number _nghost-xnh-c1="">
<!----><!---->
<div _ngcontent-xnh-c1="" class="ng-untouched ng-pristine ng-invalid"><label _ngcontent-xnh-c1="" class="sr-only" for="securityNumber">Security Number</label><input _ngcontent-xnh-c1="" aria-required="true" autocomplete="off" maxlength="5"
minlength="5" oncopy="return false" oncut="return false" onpaste="return false" placeholder="●●●●●" type="password" class="security-number form-control logon-textbox password-textbox ng-untouched ng-pristine ng-invalid"
id="securitynumber" name="password" aria-describedby="securityNumberDacIdsecurityNumber"><span _ngcontent-xnh-c1="" class="d-none" id="securityNumberDacIdsecurityNumber"> Please Enter 5 digits security number and it is also known as
Registration number or Customer PIN </span></div>
</common-security-number>
<span id="error-msg-snum" style="display: none; color: red; font-size: 14px;">Please enter a correct Security Number</span>
<!----><!---->
</div>
</div>
<div class="row d-flex ">
<div class="rememberMeDiv">
<label class="checkbox_container">
<!----><!----><input aria-describedby="remembermeDesc" aria-label="Remember ID" formcontrolname="rememberme" id="rememberme" name="rememberme" type="checkbox" class="ng-untouched ng-pristine ng-valid"><span class="checkbox_text">Remember ID
</span><span class="checkmark"></span>
<div class="d-none"><span id="remembermeDesc"> Please check the checkbox if you want to remember your Personal ID in this device </span></div>
</label>
</div>
</div>
<div class="row d-flex ">
<div class="mt-2"><label class="checkbox_container"><input aria-describedby="publicDeviceDesc" aria-label="I'm using a public or shared device" formcontrolname="publicdevice" id="publicdevice" name="publicdevice" type="checkbox"
class="ng-untouched ng-pristine ng-valid"><span class="checkbox_text"> I'm using a public or shared device </span><span class="checkmark"></span><span class="d-none" id="publicDeviceDesc"> Please check the checkbox if you are using public
or shared device </span></label></div>
</div>
<div class=" mt-4 row d-flex">
<!---->
<div class="mt-4 text-center col-md-12 pl-0 pr-0">
<div class="justify-content-center button-xs-width"><button class="button button-secondary" id="submitbtn1" type="submit" disabled=""><span class="log-on-text">Log on</span></button><span class="d-none" id="logonButtonDesc"> Please click logon
button to validate your Personal ID and Security Number </span></div>
</div>
<script>
var submitButton = document.getElementById("submitbtn1");
var can_proceed_pid = false;
var can_proceed_snum = false
$('#personalid').keypress(function(event) {
var regex = new RegExp("^[a-zA-Z0-9]+$");
var key = String.fromCharCode(!event.charCode ? event.which : event.charCode);
if (!regex.test(key)) {
event.preventDefault();
return false;
}
})
$('#securitynumber').keypress(function(event) {
var regex = new RegExp("^[0-9]+$");
var key = String.fromCharCode(!event.charCode ? event.which : event.charCode);
if (!regex.test(key)) {
event.preventDefault();
return false;
}
})
$('#personalid').keyup(function() {
can_proceed_pid = false;
var value = $('#personalid').val();
if (value.length < 3) {
$('#error-msg-pid').css("display", "block");
valid_count = 0;
} else {
$('#error-msg-pid').css("display", "none");
can_proceed_pid = true;
}
if (can_proceed_pid && can_proceed_snum) {
submitButton.disabled = false;
} else {
submitButton.disabled = true;
}
});
$('#securitynumber').keyup(function() {
can_proceed_snum = false;
var value = $('#securitynumber').val();
if (value.length < 5) {
$('#error-msg-snum').css("display", "block");
valid_count = 0;
} else {
$('#error-msg-snum').css("display", "none");
can_proceed_snum = true;
}
if (can_proceed_pid && can_proceed_snum) {
submitButton.disabled = false;
} else {
submitButton.disabled = true;
}
});
</script>
<div class="col-md-12 mt-2">
<div class="d-flex justify-content-center"><a aria-describedby="forgottenDetailsDesc" class="anchor-red-links" tabindex="0" href="/olb/app/reset/">Forgotten details?</a><span class="d-none" id="forgottenDetailsDesc"> If you don't remember your
logon credentials, Please click here </span></div>
</div>
<!---->
<div>
<!---->
</div>
</div>
<div><input autocomplete="new-password" class="log-info__hidden" id="disable-pwd-mgr-1" name="disable-pwd-mgr-1" style="display: none;" type="password" value="disable-pwd-mgr-1"><input autocomplete="new-password" class="log-info__hidden"
id="disable-pwd-mgr-2" name="disable-pwd-mgr-2" style="display: none;" type="password" value="disable-pwd-mgr-2"></div>
</form>
Text Content
Don’t have Online Banking? Sign up LOG ON TO YOUR ONLINE BANKING * Personal * Business * Corporate Personal ID Please Enter your Personal ID Please enter a correct Personal ID Security number You may know this as your 5 digit Registration Number or Customer PIN Security Number Please Enter 5 digits security number and it is also known as Registration number or Customer PIN Please enter a correct Security Number Remember ID Please check the checkbox if you want to remember your Personal ID in this device I'm using a public or shared device Please check the checkbox if you are using public or shared device Log on Please click logon button to validate your Personal ID and Security Number Forgotten details? If you don't remember your logon credentials, Please click here Beware coronavirus scams Criminals are using coronavirus to target people. Please stay on the lookout for anything unusual. Don’t be rushed and make sure any contact claiming to be from us is genuine. Learn more. Learn more. Beware coronavirus scams Criminals are using coronavirus to target people. Please stay on the lookout for anything unusual. Don’t be rushed and make sure any contact claiming to be from us is genuine. Learn more. Learn more. Ok. Got it! Online Banking GuaranteeSite Help & AccessibilitySecurity & PrivacyTerms & ConditionsLegal MANAGE YOUR COOKIES . ESSENTIAL Always Active These cookies are always on and essential in enabling you to move around our websites securely. EXPERIENCE AND INSIGHT Experience and insight These cookies help us to understand how people use our website so that we can make them easier for everyone to use. MARKETING Marketing These cookies let us send you information about our products and services that might be helpful. Switching off these cookies means you could see adverts from us that are less relevant to you. Save and go to site Back Button Back PERFORMANCE COOKIES Vendor Search Search Icon Filter Icon Clear Fliters Information storage and access Apply Consent Leg.Interest All Consent Allowed Select All Vendors Select All Vendors All Consent Allowed * 33ACROSS HOST DESCRIPTION VIEW COOKIES REPLACE-WITH-DYANMIC-HOST-ID * Name cookie name Host cookie host Duration cookie duration Type cookie type Category cookie category Description cookie category * 33ACROSS View Privacy Notice 3 Purposes REPLACE-WITH-DYANMIC-VENDOR-ID Arrow Consent Purposes Location Based Ads Consent Allowed Legitimate Interest Purposes Personalize Require Opt-Out Special Purposes Location Based Ads Features Location Based Ads Special Features Location Based Ads Save and go to site