Is it possible for crook to redirect website site/landing to your domain to elsewhere? Say, a visitor's intended website is, knowledgenotebook.com, but the crook redirected the user to google.com or yahoo.com or anything else? And doing so randomly, so, it can try to avoid detection...

Thanks.

link|improve this question

0% accept rate
1  
I like the word "crook" very much. – doc Sep 9 '10 at 22:13
feedback

4 Answers

I believe you can do that with DNS cache poisoning or XSS.

With DNS poisoning it would still say knowledgenotebook.com in the URL. With XSS i think it would have to have the new URL.

What do you mean by randomly? As in user X will get redirected but users Y and Z will not? If that is what you mean then they could probably randomize it with XSS. I don't think it could be randomized using DNS poisoning...

link|improve this answer
Or they could use a BHO or other client-side plug-in to mess with things. The options are, if not endless, at least vast. – Steven Sudit Sep 9 '10 at 19:06
feedback

Yes it is possible. He can use several techniques to achieve that like DNS hijacking, IP spoofing, ARP poisoning, edition of hostfile etc. Hakin9 is a very good magazine for beginners (but not only) interested in security matter

link|improve this answer
There's so many ways to do this, and which is easiest depends on many factors – David Heise Sep 10 '10 at 6:34
& David Heise, the thing is it then it would distract me from focusing on the marketing of the software... it looks like the being is fking deeply evil... – Don Don Sep 10 '10 at 14:04
@Don Don: What do you mean by marketing on the software? Since marketing I think, is a separate sphere of the software industry.(?) – doc Sep 10 '10 at 15:01
feedback

Yes, he can do it by modifying the hostsfile

link|improve this answer
1  
Or, if they're feeling ambitious, hijack the authoritative DNS entry, so it affects more than just the one machine. :-) – Steven Sudit Sep 9 '10 at 18:47
feedback

Yes, it is possible. The best way for your users to ensure that they are actually getting your site is to use an SSL certificate. The HTTPS protocol requires browsers to verify that the domain name it is trying to get matches the domain name of the certificate (otherwise you'll get a security warning in your browser).

There's not really any way to prevent all the possible ways that someone can do this, as it can happen anywhere between your server and the user. DNSSEC is supposed to help with some of these issues, like cache poisoning.

link|improve this answer
That's helpful, but there are ways to fake that out, too. In particular, SSL's weak point at this time is in the certificate generation, not the protocol itself. Too many entities -- many of whom are easily-bribed, third-world agencies -- are capable of issuing certificates. – Steven Sudit Sep 9 '10 at 19:15
@Steven Sudit: he have written that there is no way to prevent it. And SSL's weakest point were always security holes. While it brings some security it also brings a lot of other vulnerables. And SSL can not prevent attacks like server-side code injections for example. – doc Sep 9 '10 at 19:28
Guys, thank you very much. I've received pretty encouraging feedback about the little program that I wrote to help college students and the website stats (2 tools) indicates 22% entry page is the download page (which has to recommended since I never give it out. But why is traffic excessively low like 30 or 40 unique visits per day? I know some powerful org is behind a popular website and email admin tool, that is, they would be able to do a lot of damage if some of their ppl acts crazy but an FBI agent told me very unlikely & I would be horrible if I'm wrong in my speculation. thoughts? – Don Don Sep 10 '10 at 1:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.