Ask HN: Someone is proxy-mirroring my website, can I do anything?
51–60 of 310 posts
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#52Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#53I have a website doing this to one of my domains. I have let it slide for now since I get value out of users that use their site too, but I have thought about packing their content with advertisements to turn the tables a bit.
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#54I wonder what they get out of this. Injecting ads perhaps?
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#55They are probably using some public cloud service so simply banning all IPs from cloud ASNs [1] will usually be enough. Downside is you're also banning any users using VPNs [1] https://github.com/brianhama/bad-asn-list
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#56Block all requests having " https://sukuns.us.to " as "Referer" HTTP header.
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#57Block all requests having " https://sukuns.us.to " as "Referer" HTTP header.
Requests are proxied so the proxy can rewrite the Referer HTTP header at will, AFAIK.
Edit: you could maybe add a tag to define a CSP in but I guess they will remove it [1].
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#581. 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…
> 6. Don't ban the flagged ip's. She/He's gonna find another one. Make them angry and their user's angry so they give up on you.
There's a popular blog that no longer gets linked on HN.
The author didn't like the discussions HN had around his writing, so any visitors with HN as the referer are shown goatse, a notorious upsetting image, instead of the blog content.
Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#59Re: Ask HN: Someone is proxy-mirroring my website, can I do anything?
#601. 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…
> 5. Instead of banning them, return fake content (fake titles and fake images etc) if proxy is detected OR the ip is flagged. > 6. Don't ban the flagged ip's. She/He's gonna find another one. Make them angry and their user's angry so they give up on you. There's a popular blog that no longer gets linked on HN. The author didn't like the discussions HN had around his writing, so any visitors with HN as the referer ar…