Ask HN: Someone is proxy-mirroring my website, can I do anything?
91–100 of 310 posts
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#92Extra points if you can cause legal trouble for whoever runs the site. If you're hosting rather large files, then you can also hide content by default that will never be loaded on your site, but will load on the other site. Add a large file to your site, then reference that file a few thousand times with query params to ensure cache busting, and then make the browser load it all using CSS when it detects that it runs on the other site.
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#931. Create fake url endpoint. And go to that endpoint in the adversary's website, when your server gets request, flag the ip. Do this nonstop with a script. 2. Create fake html elements and put unique strings inside. And you can search that string in search engines for finding similar fake sites on different domains. 3. Create fake html element and put all request details in encrypted format. Visit adversary's website…
Why return big files when you can return small files at excruciatingly slow speeds? modems are hot again!
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#94there are infinite mitigations and it will always boil down to how much they want to do this vs how much you want to prevent them. in the end they could render in a remote controlled browser and use cdn or aws ip adresses en mass, i would consider highjacking their users in subtle ways like replacing pictures or text with obscenities or legal disclaimers. unfortunately their motivation is ad selling to other dodgy co…
it’s possible the combination of blocked image hotlinks, watermarking the domain inside the images, and CSS trickery that messes up the page on the proxy (along with whatever other steps that can be thought of to make it look wrong or erroneous on the proxied site) could get op bumped to #1 on search on enough links that it no longer matters.
Given the other site isn’t generating original content it’s unlikely to ever get its google juice back.
On a side note - does Google have an option for this? I’m sure they must have encountered this before and it helps the quality of their results too to block obviously fudged content.
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#95FIND THE IP FOR THE DOMAIN
PS > ping sukuns.us.to
Pinging sukuns.us.to [45.86.61.166] with 32 bytes of data:
Reply from 45.86.61.166: bytes=32 time=319ms TTL=39
...
REVERSE DNS TO FIND HOST https://dnschecker.org/ip-whois-lookup.php?query=45.86.61.166
Apparently it's "Dedipath".And that WHOIS lookup gives an abuse email address:
"Abuse contact for '45.86.60.0 - 45.86.61.255' is 'abuse@dedipath.com'"
So you could try emailing that address. They may take the site down, or hopefully more than that...Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#96Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#97Redirect via meta tag
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#981. Create fake url endpoint. And go to that endpoint in the adversary's website, when your server gets request, flag the ip. Do this nonstop with a script. 2. Create fake html elements and put unique strings inside. And you can search that string in search engines for finding similar fake sites on different domains. 3. Create fake html element and put all request details in encrypted format. Visit adversary's website…