TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Someone bought a similar domain and copied all of the content – wdyd?

34 pointsby matijashover 2 years ago
Our original domain is https:&#x2F;&#x2F;wasp-lang.dev, while the fake one is https:&#x2F;&#x2F;wasp-lang.net&#x2F;. They didn&#x27;t change anything, even all of the URLs remained the same. Also didn&#x27;t try to get in touch with us, we discovered it by accident.<p>I&#x27;m not sure what is their motivation (sell us domain at a premium?), but doesn&#x27;t sound benign. What can we even do in such a situation?<p>Thanks for your advice!

15 comments

dPDedF68ofover 2 years ago
This seems like it would be mostly automated on their part. You could add a bit of Javascript on your site and wait for them to mirror it.<p>if (document.location.hostname == &#x27;wasp-lang.net&#x27;) document.write(&quot;&quot;);<p>Making it a pain for them would make it probably not worth bothering with.
评论 #33646277 未加载
评论 #33644002 未加载
codegeekover 2 years ago
The HTML source has this:<p>&lt;!-- Mirrored from wasp-lang.dev&#x2F; by HTTrack Website Copier&#x2F;3.x [XR&amp;CO&#x27;2014], Fri, 14 Jan 2022 14:26:50 GMT --&gt;<p>So it seems that this is a mirror and using this tool <a href="https:&#x2F;&#x2F;www.httrack.com" rel="nofollow">https:&#x2F;&#x2F;www.httrack.com</a> to copy your site<p>The site is hosted on a Vultr VPS in Singapore. Could be someone there but you can raise a DMCA request with Vultr here:<p><a href="https:&#x2F;&#x2F;www.vultr.com&#x2F;legal&#x2F;copyright&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.vultr.com&#x2F;legal&#x2F;copyright&#x2F;</a><p>Attn: David Gucker, DMCA Agent. 319 Clematis Street Suite 900 West Palm Beach, FL 33401 732-566-1268 (fax) Email: dmca@vultr.com
stevewatson301over 2 years ago
File DMCA notices with the registrar, the host, and all major search engines.
评论 #33644654 未加载
abracadabra_over 2 years ago
I guess the first thing would be to try and contact them. They&#x27;ve anonymised their WHOIS info but it looks like there&#x27;s a unique email associated with the domain: 53fdcf64883c49cb959ebaab98cea57e.protect@withheldforprivacy.com<p>Try emailing them and asking WTF they&#x27;re doing?
评论 #33641864 未加载
travelheadover 2 years ago
I have EXTENSIVE experience with this, as I’ve dealt with it many times as a brand owner.<p>The strategy is to attack them from all sides.<p>1) Shopify DMCA 2) Cloudflare DMCA 3) Web host DMCA 4) Look at any widgets or services they use on the page - DMCA 5) Get a lawyer to email them notice of violation and lawsuit 6) Google DMCA 7) Registrar DMCA<p>I’ve had most luck with 1 and 2 (most responsive). Others can work but take more time 2-3 months.<p>8) Order from their store (If they are selling) and write your company name as customer (so they can see you are buying to pursue legal action).<p>9) Start adding any relevant keywords they might be using on their domain to your website to catch any traffic (like variations of your trademark).<p>With all of these listed, the best method is to cite your Trademark # in each email. There’s a specific template for each service provider which needs to follow guidelines for takedown requests (such as your signature, mailing address etc), make sure you include all those relevant points or they may ignore your request.
Gordonjcpover 2 years ago
Someone bought a domain I let expire (intentionally - I no longer wanted to run that site) and appears to have mirrored all the content on it with occasional ad links thrown in here and there.<p>It&#x27;s weird.<p>I don&#x27;t want to link to the site because I don&#x27;t want to drive traffic to them.
评论 #33641892 未加载
评论 #33641917 未加载
xhoantranover 2 years ago
DMCA might help! <a href="https:&#x2F;&#x2F;www.dmca.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dmca.com&#x2F;</a>
lee101over 2 years ago
Also might be just SEO squatting... May throw up a bunch of AdSense ads on their side, the fact that there is a duplicate site is a problem for you, do what the comments say with adversarial stuff and complain to as many parties as possible including DMCA, registrars and the Microsoft&#x2F;Google deceptive Site lists, etc. Don&#x27;t let your domain expire or you&#x27;ll get it bought of you and content mirrored there too which is surprisingly common
phphphphpover 2 years ago
Given they&#x27;ve literally just deployed a copy of an open-source website, I&#x27;d guess it was a mistake rather than malicious: possibly someone who was testing out vultr&#x27;s hosting or perhaps someone trying out docosaurus (given your website is listed in their showcase as open-source: <a href="https:&#x2F;&#x2F;docusaurus.io&#x2F;showcase" rel="nofollow">https:&#x2F;&#x2F;docusaurus.io&#x2F;showcase</a>). Easy enough to imagine someone running through a deployment process that <i>intelligently</i> recommends a domain to register for them.<p>If malicious, it&#x27;s probably not about the site content and rather they&#x27;re sending out emails pretending to be you.
评论 #33645856 未加载
评论 #33646171 未加载
评论 #33645927 未加载
psychphysicover 2 years ago
I wouldn&#x27;t be surprised if they attempt to sell you the domain. It&#x27;s a bit more elaborate than those Chinese cons where they want to sell you obscure domains similar to yours.<p>That said, I&#x27;m with you surely there is more to this?
navjack27over 2 years ago
Basically I would challenge them on the bluff. I would take down my website and be like, &quot;hey cool so I guess you&#x27;re in charge now.&quot;. I would stop doing things in public related to the previous thing that was copied. I would see how far they take things. When they get bored and wasted enough of their own money on this I would pop back up.
评论 #33642869 未加载
solardevover 2 years ago
Maybe they want to rank it up in SEO and then add ads to it? Or inject malware into their installer?
taconeover 2 years ago
Happened to me. I emailed the abuse mailbox of their DNS provider and after two weeks their site was gone.
radu_floricicaover 2 years ago
Somebody once registered our company in google my business (basically google maps). Still no idea what was the point.
评论 #33645360 未加载
nashashmiover 2 years ago
Could be one of your people.
评论 #33642274 未加载