![]() |
|
![]() | ||
|
Subject:
Weird Email
Category: Computers Asked by: cyberpod-ga List Price: $3.00 |
Posted:
22 Oct 2005 11:45 PDT
Expires: 24 Oct 2005 19:32 PDT Question ID: 583528 |
I keep receiving emails to my yahoo adress. This email has no return address and no header. What kind of email and where could it be from? How is this possible? |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Weird Email
From: yogensha-ga on 22 Oct 2005 12:31 PDT |
The protocol used to send and receive email across the Internet is called SMTP (Simple Mail Transfer Protocol). You may already be familiar with this. Unfortunately, SMTP is a very loose protocol, which is what makes it so easy for SPAMers to fill our Inboxes with junk. A person can very easily interact directly with an SMTP server (mail server) to send mail that does not include header much header information (such as no return address, no "from" address, etc.). This also means that an automated system could be built to accomplish the same task. If you would like to read more and learn more about how this is possible and how SMTP works, then you may be interested in this article: http://www.nolamers.com/docs/smtp_email_tracing_spam_filtering.pdf It is a project I did for school a while back that demonstrates how to interact with SMTP. It is somewhat technical in nature, but gives real demonstrations that you could even perform yourself to see how mail without typical header information can be sent. Although this may not be exactly the answer you were looking for, it will hopefully shed some light on your question. |
Subject:
Re: Weird Email
From: clflava-ga on 24 Oct 2005 14:48 PDT |
I've experienced similar problems in the past. I had my email address as the send-to field in my personal website. The form I used as a contact form had fields for subject, email, and message body. Because I did not properly parse those fields before sending the email via php, users/robots/spammers were able to crawl into my site and auto-fill fields. This is a common practice where the robot will add a carriage return (\n) to a subject or email field, and attach their email address as a bcc. If they receive the email successfully, it means that your script is vulnerable and they will continue spamming with this contact form. Here is a link with more information: http://www.anders.com/cms/75/Crack.Attempt/Spam.Relay I hope this was helpful. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |