Anyone Know what this is?

User 562592 Photo


Registered User
2,038 posts

After getting some strange contact on my forms, I looked at who has been visiting my site and came across this URL. Anyone know what this is?

http://file2hd.com/Default.aspx
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 364143 Photo


Guest
5,410 posts

Well, it appears to scrape your site and let you download the files. I wouldn't be surprised what else you get in the download. :)
CoffeeCup... Yeah, they are the best!
User 147665 Photo


Ambassador
712 posts

http://www.networksolutions.com/whois-s … ile2hd.com
http://www.networksolutions.com/whois/a … 136.36.181

==============================
htaccess

ErrorDocument 400 /error_page.html
ErrorDocument 404 /error_page.html

SetEnvIfNoCase User-Agent "^file2hd.com" bad_bot

<Limit GET HEAD POST>
order allow,deny
deny from 94.136.36.181
allow from all
Deny from env=bad_bot
</Limit>

User 562592 Photo


Registered User
2,038 posts

what is all of this information supposed to do for me?

I got the whois stuff. But what about the other stuff?
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 562592 Photo


Registered User
2,038 posts

I have web templates on my site, do you think someone was trying to steal them?
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 364143 Photo


Guest
5,410 posts

Every domain is required to list the owner and contact information.
CoffeeCup... Yeah, they are the best!
User 147665 Photo


Ambassador
712 posts

You can block them with htaccess, there are lots of ways to do it. htaccess is an art form.
You can put the htaccess in a directory or at the root
http://www.javascriptkit.com/howto/htaccess5.shtml


SetEnvIfNoCase User-Agent "^file2hd.com" bad_bot

<Limit GET HEAD POST>
order allow,deny
deny from 94.136.36.181
allow from all
Deny from env=bad_bot
</Limit>

User 364143 Photo


Guest
5,410 posts

This is a very good site with htaccess examples. :)

http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/
CoffeeCup... Yeah, they are the best!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.