Live data from Hacker News

Ask HN: Why buy domains and 301 redirect them to me?

news.ycombinator.com

11–20 of 135 posts

Re: Ask HN: Why buy domains and 301 redirect them to me?

#12
post #2

People do this for SEO purposes. They think that this increases the amount of backlinks to their site, thus increasing their rank in Google and other search engines. This is less true than it used to be, but people still do it.

Sure, but it's not their site, it's mine! And they're not obvious mouse slips like redirecting googl.com -> google.com - they're more of the form mydomain.com. I was mostly interested in what the actual play from them here is tbh

Maybe they’ll try to build up traffic to your site from those domains and then push to sell them to you/extort by removing the redirects?

Re: Ask HN: Why buy domains and 301 redirect them to me?

#14

Whatever their play, detect and drop the redirects. Good job on noticing it early on!

Presumably just throwing a 403 if they have this referrer is ok and won't have a weird SEO impact or something?

No, and the earlier you do the better.

Later it might have

Re: Ask HN: Why buy domains and 301 redirect them to me?

#15
I haven't seen this before but back in the early 2010s I had some India-based group that iframed our SaaS website under a new domain. I caught it early and implemented this fix: https://stackoverflow.com/questions/2896623/how-to-prevent-m...

I think this was a common attack vector around then, but is no longer common.

Re: Ask HN: Why buy domains and 301 redirect them to me?

#17

Earlier quoted context omitted.

Sure, but it's not their site, it's mine! And they're not obvious mouse slips like redirecting googl.com -> google.com - they're more of the form mydomain.com. I was mostly interested in what the actual play from them here is tbh

Maybe they’ll try to build up traffic to your site from those domains and then push to sell them to you/extort by removing the redirects?

Just feels like such an odd play lol. If they could organically generate leads/traffic that I'd be willing to get extorted over, then surely they would also have the means to start a marketing agency that I'd be willing to pay far more for?

Re: Ask HN: Why buy domains and 301 redirect them to me?

#19
post #8

It’s possible `/` redirects but other hidden routes phish. If someone gets e.g.: a fake password reset email, it might help the attacker bypass sanity checks users make.

Also helps create phishing report "false" flags.

If I target a specific region with a phishing link and redirect if the requestor is not in that region I can probably maintain my phishing domains for longer.

Re: Ask HN: Why buy domains and 301 redirect them to me?

#20
post #5

mostly for phishing (if you're successful), to send e-mail looking like from you

This sounds very plausible. Then if they click on their link or manually type in the website corresponding to the e-mail address, it goes to your (very official) site.

Of all the answers presented so far, this one feels the most plausible to me.

Post reply on HN