iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Internet Security Discussion Forum This forum is for the discussion of security related issues. If you find a new Phishing scheme, spyware, virus or malicious site - let us know about it. If any of the above found you... here's where you ask for help.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-20-2008, 01:16 AM
WebProWorld Member
 
Join Date: Aug 2005
Location: Nimpo Lake British Columbia
Posts: 37
wilderness RepRank 0
Angry Help! I think I'm under attack by a bot called startdedicated

Hi everyone,
I noticed in the last few days that I was getting a whole bunch of returned mail from mail daemons of all sorts. It appeared that my own email address was sending out emails to others that I knew nothing about and were being returned. So I assumed something had taken over my site. I had to disable my form sometime ago because it had been taken over.
I checked my logs and was getting a massive amount of traffic from something called startdedicated.com which Trusted source calls malicioius. My problem is, how do I keep it out of my site? I have no idea how. Any pathetic attempts I might make are pretty much trying to use the robots.txt file, and I don't know how effective that would be.
Should I contact my host? Can they block a malicious bot? Is there a way I can?

Thanks for any help you can give me!

wilderness
__________________
A comprehensive site providing vacation information for the Anahim Lake and Nimpo Lake Communities and surrounding region. Resortsbc.com
Reply With Quote
  #2 (permalink)  
Old 06-20-2008, 02:37 AM
danlefree's Avatar
WebProWorld Pro
 
Join Date: Jun 2005
Location: Seattle
Posts: 270
danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4
Default Re: Help! I think I'm under attack by a bot called startdedicated

startdedicated.com WHOIS

First, block the IP(s) associated with the bot or bots from accessing your mail daemon and webserver.

Second, contact the abuse address at the host of the domain - malicious activity certainly qualifies as abuse.
__________________
Dan LeFree | Product Manager (Linux VPS Hosting) | Owner/Operator (Web development, marketing)
Reply With Quote
  #3 (permalink)  
Old 06-20-2008, 06:12 PM
WebProWorld New Member
 
Join Date: Nov 2005
Posts: 8
gawotn RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

First of all, determine if the e-mails are "actually" being sent from your server.

1) Look at the "raw data" view of one of the returned e-mails.
2) Look right above where the original message says from and
take note of the IP address in parentheses (ip).

If this is NOT your ip address, then it is probable that the only
thing that is going on is that your e-mail address has been forged
as the "return" address for the crap that is going out. The spammer's
sure don't want the returned e-mails, so they figure that it might
as well be returned to you instead.

This is a lot more common than you think. The only thing that
you can do is to make sure that you have a SPF record on file
for your domain (so it makes it harder for them to do this to you)
and hope they skip your e-mail address after a while and move
onto abusing someone else's.
Reply With Quote
  #4 (permalink)  
Old 06-20-2008, 06:40 PM
WebProWorld New Member
 
Join Date: Jul 2003
Posts: 5
joand RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

It is likely that these are 2 separate problems. There has been an upswing in "backscatter" lately - quite a few clients on my server have been hit by it (myself included) - which is caused when spammers use your address as the return path so that you get all the bounced messages from their email blast. Here is a good article on backscatter:
Dealing with Backscatter
Reply With Quote
  #5 (permalink)  
Old 06-21-2008, 05:22 AM
WebProWorld Member
 
Join Date: Jun 2007
Posts: 76
seo4china RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

You might be victim of email spoofing. Google on how to set up SPF records for your email server.
Reply With Quote
  #6 (permalink)  
Old 06-21-2008, 08:19 AM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,288
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Help! I think I'm under attack by a bot called startdedicated

Quote:
Originally Posted by seo4china View Post
You might be victim of email spoofing. Google on how to set up SPF records for your email server.
SPF will not prevent spoofing, but only block delivery of spoofed missives to recipients whose e-mail systems use SPF to validate the sender, which will increase backscatter.
Reply With Quote
  #7 (permalink)  
Old 06-21-2008, 02:15 PM
WebProWorld Member
 
Join Date: Jun 2007
Posts: 76
seo4china RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

Quote:
Originally Posted by deepsand View Post
SPF will not prevent spoofing, but only block delivery of spoofed missives to recipients whose e-mail systems use SPF to validate the sender, which will increase backscatter.
Which includes if I am not wrong all the major free email providers, and therefore can definitely reduce the amount of spoofing. While improving the deliverability of your own emails as well.
Reply With Quote
  #8 (permalink)  
Old 06-21-2008, 02:37 PM
WebProWorld New Member
 
Join Date: May 2006
Location: Oklahoma
Posts: 21
dtalbot RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

Hi,

I've recently had the same problem. I had a php script I wrote that was too open. I ended up changing the code to Mat Cutt's formmail.pl script. It stopped the email relaying. I don't understand how they were doing it but a vulnerability in my form handler allowed the spammers to send email using my script without it sending me an email. The only way I found out was the flood of error messages my server was returning to me.

Best of luck.
Daphne
__________________
Daphne Talbot
http://www.TalbotServices.com
Website marketing & design
Reply With Quote
  #9 (permalink)  
Old 06-21-2008, 03:32 PM
WebProWorld New Member
 
Join Date: Oct 2005
Posts: 15
artglick RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

Quote:
Originally Posted by dtalbot View Post
Hi,

I've recently had the same problem. I had a php script I wrote that was too open. I ended up changing the code to Mat Cutt's formmail.pl script. It stopped the email relaying. I don't understand how they were doing it but a vulnerability in my form handler allowed the spammers to send email using my script without it sending me an email. The only way I found out was the flood of error messages my server was returning to me.

Best of luck.
Daphne
I think you meant Matt Wright. Matt Cutt is the Google guru...
Reply With Quote
  #10 (permalink)  
Old 06-21-2008, 05:47 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,170
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default Re: Help! I think I'm under attack by a bot called startdedicated

If you are on Apache, and .htaccess modules are activated, keep bad bots out of your site, adding the following rules:
Code:
### Deny Fake Bots ###
BrowserMatch "^Java/?[1-9_\.]*" bad_bot
BrowserMatch "^MJ12bot/?[1-9_\.]*" bad_bot
SetEnvIfNoCase User-Agent "8484 Boston Project v 1.0" bad_bot
SetEnvIfNoCase User-Agent "charlotte/" bad_bot
SetEnvIfNoCase User-Agent "curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5" bad_bot
SetEnvifNoCase User-Agent "ISC Systems iRc Search 2.1" bad_bot
SetEnvIfNoCase User-Agent "^Jakarta\ Commons-HttpClient/" bad_bot
SetEnvIfNoCase User-Agent "larbin/" bad-bot
SetEnvIfNoCase User-Agent "libwww-perl/" bad_bot
SetEnvIfNoCase User-Agent "^libcurl-agent/" bad_bot
SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control.*$" bad_bot
SetEnvIfNoCase User-Agent "MJ12bot/v1.0.8" bad_bot
SetEnvIfNoCase User-Agent "^Missigua" bad_bot
SetEnvIfNoCase User-Agent "^Mozilla/4\.0\ .*Win\ 9x\ 4\.90.*$" bad_bot
SetEnvIfNoCase User-Agent "Nutch" bad_bot
SetEnvIfNoCase User-Agent "phpversion" bad_bot
SetEnvIfNoCase User-Agent "TencentTraveler" bad_bot
SetEnvIfNoCase User-Agent "^Web Downloader" bad_bot
<FilesMatch "(.*)">
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</FilesMatch>
and

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ADSARobot|ah-ha|almaden|aktuelles|Anarchie|amzn_assoc|Arachmo|ASPSeek|ASSORT|ATHENS|Atomz|attach|attache|autoemailspider|BackWeb|Bandit|BatchFTP|bdfetch|BecomeBot|big.brother|BlackWidow|bmclient|Boston\ Project|bot/1.0|BravoBrian\ SpiderEngine\ MarcoPolo|Bot\ mailto:craftbot@yahoo.com|Buddy|Bullseye|bumblebee|capture|CherryPicker|ChinaClaw|CICC|clipping|Clushbot|Collector|Copier|Crescent|Crescent\ Internet\ ToolPak|Custo|cyberalert|Deweb|diagem|Digger|Digimarc|DIIbot|DISCo|DISCo\ Pump|DISCoFinder|Download\ Demon|Download\ Wonder|Downloader|Drip|DSurf15a|DTS.Agent|EasyDL|eCatch|ecollector|efp@gmx\.net|Email\ Extractor|EirGrabber|email|EmailCollector|EmailSiphon|EmailWolf|Express\ WebPictures|ExtractorPro|EyeNetIE|FavOrg|fastlwspider|Favorites\ Sweeper|Fetch|FEZhead|FileHound|FlashGet\ WebWasher|FlickBot|fluffy|FrontPage|GalaxyBot|Generic|Getleft|GetRight|GetSmart|GetWeb!|GetWebPage|gigabaz|Girafabot|Go\!Zilla|Go!Zilla|Go-Ahead-Got-It|GornKer|gotit|Grabber|GrabNet|Grafula|Green\ Research|grub-client|Harvest|hhjhj@yahoo|hloader|HMView|HomePageSearch|http\ generic|HTTrack|httpdown|httrack|ia_archiver|IBM_Planetwide|Image\ Stripper|Image\ Sucker|imagefetch|IncyWincy|Indy*Library|Indy\ Library|informant|Ingelin|InterGET|Internet\ Ninja|InternetLinkagent|Internet\ Ninja|InternetSeer\.com|Iria|Irvine|JBH*agent|JetCar|JOC|JOC\ Web\ Spider|JustView|kalooga|KWebGet|Lachesis|larbin|Leacher|LeechFTP|LexiBot|lftp|libwww|likse|Link|Link*Sleuth|LINKS\ ARoMATIZED|LinkWalker|LWP|lwp-trivial|Mag-Net|Magnet|Mac\ Finder|Mag-Net|Mass\ Downloader|MCspider|MJ12bot/v1\.0\.8|Memo|Microsoft.URL|MIDown\ tool|Mirror|Missigua\ Locator|Mister\ PiX|MMMtoCrawl\/UrlDispatcherLLL|^Mozilla$|Mozilla.*Indy|Mozilla.*NEWT|Mozilla*MSIECrawler|MS\ FrontPage*|MSFrontPage|MSIECrawler|MSProxy|MSR-ISRCCrawler|multithreaddb|my-heritrix-crawler|nationaldirectory|Navroad|NearSite|NetAnts|NetCarta|NetMechanic|netprospector|NetResearchServer|NetSpider|Net\ Vampire|NetZIP|NetZip\ Downloader|NetZippy|NEWT|NICErsPRO|Ninja|NPBot|NicheBot|noxtrumbot|Octopus|Offline\ Explorer|Offline\ Navigator|OpaL|Openfind|OpenTextSiteCrawler|OrangeBot|PageGrabber|Papa\ Foto|PackRat|pavuk|pcBrowser|PersonaPilot|Ping|PingALink|Pingdom|Pockey|POE-Component-Client-HTTP|Powermarks|Proxy|psbot|PSurf|psycheclone|puf|Pump|PushSite|QRVA|RealDownload|Reaper|Recorder|ReGet|replacer|RepoMonkey|Robozilla|Rover|RPT-HTTPClient|Rsync|Scooter|SearchExpress|searchhippo|searchterms\.it|Second\ Street\ Research|Seeker|Shai|Siphon|sitecheck|sitecheck.internetseer.com|SiteSnagger|SlySearch|SmartDownload|snagger|Snake|SpaceBison|Spegla|SpiderBot|sproose|SqWorm|Stripper|Sucker|SuperBot|SuperHTTP|Surfbot|SurfWalker|Szukacz|tAkeOut|tarspider|Teleport\ Pro|Templeton|TrueRobot|TV33_Mercator|UIowaCrawler|UtilMind|URLSpiderPro|URL_Spider_Pro|Vacuum|vagabondo|vayala|visibilitygap|VoidEYE|vspider|Web\ Downloader|w3mir|Web\ Data\ Extractor|Web\ Image\ Collector|Web\ Sucker|Wweb|WebAuto|WebBandit|web\.by\.mail|Webclipping|webcollage|webcollector|WebCopier|webcraft@bea|webdevil|webdownloader|Webdup|WebEMailExtrac|WebFetch|WebGo\ IS|WebHook|Webinator|WebLeacher|WEBMASTERS|WebMiner|WebMirror|webmole|WebReaper|WebSauger|Website|Website\ eXtractor|Website\ Quester|WebSnake|Webster|WebStripper|websucker|webvac|webwalk|webweasel|WebWhacker|WebZIP|Wget|Whacker|whizbang|WhosTalking|Widow|WISEbot|WWWOFFLE|x-Tractor|^Xaldon\ WebSpider|WUMPUS|Xenu|XGET|Yeti|zermelo|Zeus.*Webster|Zeus [NC]
RewriteRule ^.* - [F,L]
Try both together. If you get a server error, test each one separately to see which works.

I did not add the bot your mentioned here, since I did not investigate it yet.

In addition, do yourself a favor and support us at Distributed Spam Harvester Tracking Network | Project Honey Pot (Free - No membeship fees).

I can only tell that we have 98% less spambots attacks, and we catch some if not all of the left 2% with the help of the honeypot.

You will be amazed.

Good luck,

John

P.S. I am writing an article which I will publish soon on my site.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
  #11 (permalink)  
Old 06-21-2008, 06:51 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,288
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Help! I think I'm under attack by a bot called startdedicated

Quote:
Originally Posted by seo4china View Post
Which includes if I am not wrong all the major free email providers, and therefore can definitely reduce the amount of spoofing. While improving the deliverability of your own emails as well.
Unfortunately, SPF's acceptance has been far from overwhelming.

Not only is is not the case that its users include "all the major free email providers," but, in fact, many of the paid services, consumer & business class alike, haven't implemented it either.

SPF needs to be effected at both ends in order effectively block recipients from receiving such missives as well as block backscatter from reaching the party whose e-mailed address was spoofed.
Reply With Quote
  #12 (permalink)  
Old 06-21-2008, 07:01 PM
HostRail's Avatar
WebProWorld New Member
 
Join Date: Jun 2008
Location: Saint Paul, MN
Posts: 4
HostRail RepRank 0
Red face Re: Help! I think I'm under attack by a bot called startdedicated

This is called "Backscattered"
These links will explain.
Backscatter - Wikipedia, the free encyclopedia
Digg - 100 E-mail Bouncebacks? You've Been Backscattered

My company has been trying to fight this but its very hard to filter!
Reply With Quote
  #13 (permalink)  
Old 06-21-2008, 10:20 PM
WebProWorld New Member
 
Join Date: Feb 2004
Location: California
Posts: 6
Rovoo.com RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

i don't know if i do the right thing but i spam the mailer daemon and all the bounced back letter that i received, before i received hundreds of them, a few months ago i received one or two and clicked spam on them, now i don't received the mailer daemon anymore. in my opinion it's there responsibility to investigate if the letter is from the legitimate sender. after all they are the smart people, aren't they?
Reply With Quote
  #14 (permalink)  
Old 06-22-2008, 05:45 AM
WebProWorld Member
 
Join Date: Aug 2005
Location: Nimpo Lake British Columbia
Posts: 37
wilderness RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

Hi Everyone,
I'm sorry to take so long to get back online here, especially in view of your wonderful responses, but I am out in the boondocks here, so things go slower.
I can't thank you enough for all of your suggestions, especially about the email problem. However, there were only a couple responses to the problem with my bandwidth being taken over by this startdedicated thing. I do appreciate Webnaut's suggestion for how to put the prohibited files into the .htaccess code, except that I have no idea how to activate .htaccess. And yes, I do have apache on this particular server, last time I checked.
I just wanted you all to know that I'm trying to absorb your responses, and that I can't thank you enough for taking the time out to answer my query. It's just that I'm on Chilcotin time.... so everything goes slower.

Thank you!!

J Baker (wilderness)
Reply With Quote
  #15 (permalink)  
Old 06-23-2008, 11:03 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Help! I think I'm under attack by a bot called startdedicated

Quote:
Originally Posted by wilderness View Post
I do appreciate Webnaut's suggestion for how to put the prohibited files into the .htaccess code, except that I have no idea how to activate .htaccess. And yes, I do have apache on this particular server, last time I checked.
Do you have a shared server, or a dedicated server?

If you are on a shared server, you simply create a text file in the root directory (same folder as your main index file) called ".htaccess", provided that your hosting company allows you to use .htaccess. Then, put the directives in the file as suggested above.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #16 (permalink)  
Old 09-03-2008, 05:53 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,170
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default Urgent Update!!!

Quote:
Originally Posted by Webnauts View Post
If you are on Apache, and .htaccess modules are activated, keep bad bots out of your site, adding the following rules:
Code:
### Deny Fake Bots ###
BrowserMatch "^Java/?[1-9_\.]*" bad_bot
BrowserMatch "^MJ12bot/?[1-9_\.]*" bad_bot
SetEnvIfNoCase User-Agent "8484 Boston Project v 1.0" bad_bot
SetEnvIfNoCase User-Agent "charlotte/" bad_bot
SetEnvIfNoCase User-Agent "curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5" bad_bot
SetEnvifNoCase User-Agent "ISC Systems iRc Search 2.1" bad_bot
SetEnvIfNoCase User-Agent "^Jakarta\ Commons-HttpClient/" bad_bot
SetEnvIfNoCase User-Agent "larbin/" bad-bot
SetEnvIfNoCase User-Agent "libwww-perl/" bad_bot
SetEnvIfNoCase User-Agent "^libcurl-agent/" bad_bot
SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control.*$" bad_bot
SetEnvIfNoCase User-Agent "MJ12bot/v1.0.8" bad_bot
SetEnvIfNoCase User-Agent "^Missigua" bad_bot
SetEnvIfNoCase User-Agent "^Mozilla/4\.0\ .*Win\ 9x\ 4\.90.*$" bad_bot
SetEnvIfNoCase User-Agent "Nutch" bad_bot
SetEnvIfNoCase User-Agent "phpversion" bad_bot
SetEnvIfNoCase User-Agent "TencentTraveler" bad_bot
SetEnvIfNoCase User-Agent "^Web Downloader" bad_bot
<FilesMatch "(.*)">
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</FilesMatch>
and

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ADSARobot|ah-ha|almaden|aktuelles|Anarchie|amzn_assoc|Arachmo|ASPSeek|ASSORT|ATHENS|Atomz|attach|attache|autoemailspider|BackWeb|Bandit|BatchFTP|bdfetch|BecomeBot|big.brother|BlackWidow|bmclient|Boston\ Project|bot/1.0|BravoBrian\ SpiderEngine\ MarcoPolo|Bot\ mailto:craftbot@yahoo.com|Buddy|Bullseye|bumblebee|capture|CherryPicker|ChinaClaw|CICC|clipping|Clushbot|Collector|Copier|Crescent|Crescent\ Internet\ ToolPak|Custo|cyberalert|Deweb|diagem|Digger|Digimarc|DIIbot|DISCo|DISCo\ Pump|DISCoFinder|Download\ Demon|Download\ Wonder|Downloader|Drip|DSurf15a|DTS.Agent|EasyDL|eCatch|ecollector|efp@gmx\.net|Email\ Extractor|EirGrabber|email|EmailCollector|EmailSiphon|EmailWolf|Express\ WebPictures|ExtractorPro|EyeNetIE|FavOrg|fastlwspider|Favorites\ Sweeper|Fetch|FEZhead|FileHound|FlashGet\ WebWasher|FlickBot|fluffy|FrontPage|GalaxyBot|Generic|Getleft|GetRight|GetSmart|GetWeb!|GetWebPage|gigabaz|Girafabot|Go\!Zilla|Go!Zilla|Go-Ahead-Got-It|GornKer|gotit|Grabber|GrabNet|Grafula|Green\ Research|grub-client|Harvest|hhjhj@yahoo|hloader|HMView|HomePageSearch|http\ generic|HTTrack|httpdown|httrack|ia_archiver|IBM_Planetwide|Image\ Stripper|Image\ Sucker|imagefetch|IncyWincy|Indy*Library|Indy\ Library|informant|Ingelin|InterGET|Internet\ Ninja|InternetLinkagent|Internet\ Ninja|InternetSeer\.com|Iria|Irvine|JBH*agent|JetCar|JOC|JOC\ Web\ Spider|JustView|kalooga|KWebGet|Lachesis|larbin|Leacher|LeechFTP|LexiBot|lftp|libwww|likse|Link|Link*Sleuth|LINKS\ ARoMATIZED|LinkWalker|LWP|lwp-trivial|Mag-Net|Magnet|Mac\ Finder|Mag-Net|Mass\ Downloader|MCspider|MJ12bot/v1\.0\.8|Memo|Microsoft.URL|MIDown\ tool|Mirror|Missigua\ Locator|Mister\ PiX|MMMtoCrawl\/UrlDispatcherLLL|^Mozilla$|Mozilla.*Indy|Mozilla.*NEWT|Mozilla*MSIECrawler|MS\ FrontPage*|MSFrontPage|MSIECrawler|MSProxy|MSR-ISRCCrawler|multithreaddb|my-heritrix-crawler|nationaldirectory|Navroad|NearSite|NetAnts|NetCarta|NetMechanic|netprospector|NetResearchServer|NetSpider|Net\ Vampire|NetZIP|NetZip\ Downloader|NetZippy|NEWT|NICErsPRO|Ninja|NPBot|NicheBot|noxtrumbot|Octopus|Offline\ Explorer|Offline\ Navigator|OpaL|Openfind|OpenTextSiteCrawler|OrangeBot|PageGrabber|Papa\ Foto|PackRat|pavuk|pcBrowser|PersonaPilot|Ping|PingALink|Pingdom|Pockey|POE-Component-Client-HTTP|Powermarks|Proxy|psbot|PSurf|psycheclone|puf|Pump|PushSite|QRVA|RealDownload|Reaper|Recorder|ReGet|replacer|RepoMonkey|Robozilla|Rover|RPT-HTTPClient|Rsync|Scooter|SearchExpress|searchhippo|searchterms\.it|Second\ Street\ Research|Seeker|Shai|Siphon|sitecheck|sitecheck.internetseer.com|SiteSnagger|SlySearch|SmartDownload|snagger|Snake|SpaceBison|Spegla|SpiderBot|sproose|SqWorm|Stripper|Sucker|SuperBot|SuperHTTP|Surfbot|SurfWalker|Szukacz|tAkeOut|tarspider|Teleport\ Pro|Templeton|TrueRobot|TV33_Mercator|UIowaCrawler|UtilMind|URLSpiderPro|URL_Spider_Pro|Vacuum|vagabondo|vayala|visibilitygap|VoidEYE|vspider|Web\ Downloader|w3mir|Web\ Data\ Extractor|Web\ Image\ Collector|Web\ Sucker|Wweb|WebAuto|WebBandit|web\.by\.mail|Webclipping|webcollage|webcollector|WebCopier|webcraft@bea|webdevil|webdownloader|Webdup|WebEMailExtrac|WebFetch|WebGo\ IS|WebHook|Webinator|WebLeacher|WEBMASTERS|WebMiner|WebMirror|webmole|WebReaper|WebSauger|Website|Website\ eXtractor|Website\ Quester|WebSnake|Webster|WebStripper|websucker|webvac|webwalk|webweasel|WebWhacker|WebZIP|Wget|Whacker|whizbang|WhosTalking|Widow|WISEbot|WWWOFFLE|x-Tractor|^Xaldon\ WebSpider|WUMPUS|Xenu|XGET|Yeti|zermelo|Zeus.*Webster|Zeus [NC]
RewriteRule ^.* - [F,L]
Try both together. If you get a server error, test each one separately to see which works.

I did not add the bot your mentioned here, since I did not investigate it yet.

In addition, do yourself a favor and support us at Distributed Spam Harvester Tracking Network | Project Honey Pot (Free - No membeship fees).

I can only tell that we have 98% less spambots attacks, and we catch some if not all of the left 2% with the help of the honeypot.

You will be amazed.

Good luck,

John

P.S. I am writing an article which I will publish soon on my site.
Hello there everybody. This is an urgent and important update!!!
We had an error in the above code, which made the htaccess file visible to web browsers.

Replace this part:

Code:
<FilesMatch "(.*)">
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</FilesMatch> 


with this:


Code:
<Limit GET POST>
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</Limit>
Sorry for that. But as you seem I came back to correct the issue to avoid any future problems!!!
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
  #17 (permalink)  
Old 10-03-2008, 08:04 PM
WebProWorld New Member
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 13
Varsys RepRank 0
Default Re: Help! I think I'm under attack by a bot called startdedicated

It look like these are backscatter messages. The simpliest temporary solution is to block all emails from the backscattering domain IPs. In a long term, you might want to use SCL, Sender ID filters, create SPF record and contact the admin of the backscaterring domain to ask him to use Sender ID filters! Good luck.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Internet Security Discussion Forum

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RankAttack Called Out By SEO Professionals jmiller Search Engine Optimization Forum 1 10-05-2005 09:56 PM
They have to be called something coder The Castle Breakroom (General: Any Topic) 12 06-28-2005 04:48 PM
CRM program called Maximizer tntpics Database Discussion Forum 0 11-18-2004 12:56 PM
What's the called? wbsweb Web Programming Discussion Forum 3 01-28-2004 11:55 AM
The So-Called Flash Killer (Say What?) Brittany Flash Discussion Forum 1 11-05-2003 03:00 PM


All times are GMT -4. The time now is 11:08 PM.



Search Engine Optimization by vBSEO 3.3.0