- May 7, 2015
- 873
- 376
- 136
Recently had a thread about abuse of my sites Comment page (www.ibmjunkman.com). Bots were posting SEO and other business improvements offers. If they had actually looked at the site they would realize there is no business to improve.
My programmer and I installed a home grown Captcha challenge. 8 images with a random question asking to pick one. That helped. Then decided to randomize the image sequence and the question. Messages dropped to zero.
Then started to get messages again. Subject line was in broken English. Generally the same Subject. Message itself was in various foreign languages and fonts. I decided they were what I call human bots. Human to get past the Captcha then just entering the same garbage using Google Translate to change the message language. I decided to add IP to the message I get.
Yesterday I got 6 messages. All in different languages. But from the same IP. Apparently from the UAE. I thought it would have been China or India. I have decided to implement IP blocking code. Added a new table to my database containing IP addresses. When I get a trash message I will add the IP to my table.
The comment page will first check the IP and if in the table will do something. Have not decided what. I am thinking of just returning them to the Home page. No chance to solve the Captcha or leave a message.
This is a hobby/vanity site. No business transacted. I am retired so nothing much else to do. 😊
Am I tilting at windmills? Should I just kill the Comment page? I have gotten a few comments that were legit. At this time I am just interested in seeing where the trash is coming from.
What say the hive mind?
My programmer and I installed a home grown Captcha challenge. 8 images with a random question asking to pick one. That helped. Then decided to randomize the image sequence and the question. Messages dropped to zero.
Then started to get messages again. Subject line was in broken English. Generally the same Subject. Message itself was in various foreign languages and fonts. I decided they were what I call human bots. Human to get past the Captcha then just entering the same garbage using Google Translate to change the message language. I decided to add IP to the message I get.
Yesterday I got 6 messages. All in different languages. But from the same IP. Apparently from the UAE. I thought it would have been China or India. I have decided to implement IP blocking code. Added a new table to my database containing IP addresses. When I get a trash message I will add the IP to my table.
The comment page will first check the IP and if in the table will do something. Have not decided what. I am thinking of just returning them to the Home page. No chance to solve the Captcha or leave a message.
This is a hobby/vanity site. No business transacted. I am retired so nothing much else to do. 😊
Am I tilting at windmills? Should I just kill the Comment page? I have gotten a few comments that were legit. At this time I am just interested in seeing where the trash is coming from.
What say the hive mind?