Real Estate Forums

Website Usability Website usability is determined by user satisfaction, ease of learning, user ability to remember an organization and its functionalities.

Reply
 
Thread Tools Display Modes
Old 11-14-2005, 08:27 AM
Tim7332's Avatar
Tim7332 Tim7332 is offline
Real Estate WebMaster
 
Join Date: Dec 2004
Posts: 218
Tim7332 is on a distinguished road
Send a message via MSN to Tim7332
Default Website attacks

Hi,

I've been having someone visit my website and use some kind of program to email me through my site like 50 times a day.

It's been going on for a few days now and I was wondering if there was any way to protect myself from this? It's a pain in the ass filtering them for any good leads.
Reply With Quote
Old 11-14-2005, 08:42 AM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
Recently blogged:
Trusted Facilitation
at my REW Blog. Claim your blog
 
Join Date: Jun 2004
Posts: 4,802
ResaleBroker will become famous soon enough
Default Re: Website attacks

You could always encrypt your email address.
__________________
AspenwoodMobileHomes.com - Mobile Homes For Sale - Aspenwood Mobile Homes
SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training
MHAmerica.com - National Database of Mobile Homes For Sale Across America! - Mobile Homes For Sale
Reply With Quote
Old 11-14-2005, 11:05 AM
HHI Golf Guy's Avatar
HHI Golf Guy HHI Golf Guy is offline
Advancing Webmaster
 
Join Date: Sep 2005
Location: Hilton Head Island, SC
Posts: 88
HHI Golf Guy is on a distinguished road
Default Re: Website attacks

Chances are that someone is spoofing your email address and has not actually sent mail through your mail server. Contact your web host tech support department and they will probably take a look at the original message headers and be able to tell you if your mail server has been commandeered.

If you are using an email script (i.e. formmail.php) there is a chance that a spammer has been able to send email through that script. Anyone that uses a standard email script should take precautions to safeguard the script including:

1. Placing it in a protected directory
2. Rename the script to a gibberish name (i.e. Fe26yB1A.php)
3. Change the script settings so that it can only send email through your domain.
Reply With Quote
Old 11-14-2005, 11:03 AM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,969
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: Website attacks

Quote:
I've been having someone visit my website and use some kind of program to email me through my site like 50 times a day.
Tim, Are the emails coming from your contact forms?
Aaron.
Reply With Quote
Old 11-14-2005, 12:53 PM
Tim7332's Avatar
Tim7332 Tim7332 is offline
Real Estate WebMaster
 
Join Date: Dec 2004
Posts: 218
Tim7332 is on a distinguished road
Send a message via MSN to Tim7332
Default Re: Website attacks

Quote:
Originally Posted by Aaron
Tim, Are the emails coming from your contact forms?
Aaron.
Yes they are coming from both my feedback and my search form. sometimes even my seller form is used.

It happens in bursts and isnt constant throughout the day.
Reply With Quote
Old 11-14-2005, 03:13 PM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,969
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: Website attacks

As HHI Golf Guy posted there is a chance that a spammer has been able to send email through your script formmail script.

The quickest solution I have found is to check the submit button's value on the before you send the email from the formmail script. Or if your submit button is an image ... set a hidden input field and check for that value before you send the mail. Chances are the spammers are not using your contact form, they are sending requests right to the script that sends the mail.
Reply With Quote
Old 11-14-2005, 03:17 PM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,134
kyle422 is on a distinguished road
Default Re: Website attacks

Quote:
Originally Posted by Aaron
The quickest solution I have found is to check the submit button's value on the before you send the email from the formmail script. Or if your submit button is an image ... set a hidden input field and check for that value before you send the mail. Chances are the spammers are not using your contact form, they are sending requests right to the script that sends the mail.
How do you set a value on a button?
Reply With Quote
Old 11-14-2005, 03:37 PM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,969
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: Website attacks

Like this ...
HTML
Code:
<input type="submit" name="submit" value="Submit" />
Then The PHP
Code:
if (isset($_POST['submit']) && $_POST['submit'] == "Submit" )
Of Course this is not the only check I would do server side, but it is a start.
Reply With Quote
Old 11-14-2005, 04:18 PM
Falcon Living Falcon Living is offline
banned
 
Join Date: May 2005
Posts: 861
Falcon Living is on a distinguished road
Default Re: Website attacks

Hey Aaron can you check out Falcon Living server too. I have been having the same issue all the time but I think ours is a spoof because they are non existent.
Reply With Quote
Old 11-16-2005, 10:48 PM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,969
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: Website attacks

Quote:
Originally Posted by Falcon Living
Hey Aaron can you check out Falcon Living server too. I have been having the same issue all the time but I think ours is a spoof because they are non existent.
On Falcon Living do you have contact forms? I do not see any. These spammers are abusing the contact forms.
There are spam bots that will scan your website looking for the mailto: links then spam that address. Could that be what you are recieving?

Also ... As HHI Golf Guy said, blocking IP's will not help, as these scripts are most likely being run from infected machines (Zombies).
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Real Estate Webmasters on Facebook

For our members

Main Sections

IDX Coverage Areas

You can find us at

Spiders Welcome

All times are GMT -7. The time now is 09:29 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.