Help: My site is mirrored by another domain

nickfoxx

New member
Feb 26, 2020
24
3
3
My site is mirrored on the following domain http://vickmotesta.ml
The domain on which the mirror copy is used Cloudflare and I can't reach the original IP address.
I have no idea what they use to do this.
I tried everything to deal with the problem, but to no avail.
My site is on WordPress.
How to stop this.
 
Last edited by a moderator:

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
283
906
100
This is Domain Info Contact to [email protected] & [email protected]:

Domain name:
VICKMOTESTA.ML

Organisation:
Mali Dili B.V.
Point ML administrator
P.O. Box 11774
1001 GT Amsterdam
Netherlands
Phone: +31 20 5315725
Fax: +31 20 5315721
E-mail: abuse: [email protected], copyright infringement: [email protected]

Domain Nameservers:
ETTA.NS.CLOUDFLARE.COM
THEO.NS.CLOUDFLARE.COM
 
  • Like
Reactions: TassieNZ

nickfoxx

New member
Feb 26, 2020
24
3
3
This is Domain Info Contact to [email protected] & [email protected]:

Domain name:
VICKMOTESTA.ML

Organisation:
Mali Dili B.V.
Point ML administrator
P.O. Box 11774
1001 GT Amsterdam
Netherlands
Phone: +31 20 5315725
Fax: +31 20 5315721
E-mail: abuse: [email protected], copyright infringement: [email protected]

Domain Nameservers:
ETTA.NS.CLOUDFLARE.COM
THEO.NS.CLOUDFLARE.COM
I sent emails to both emails, but there was no response. There is no action to stop this. The domain continues to function.
 

elmocando

Active member
Oct 17, 2019
628
153
43
localhost
My site https://news-bulgaria.info is mirrored on the following domain http://vickmotesta.ml
The domain on which the mirror copy is used Cloudflare and I can't reach the original IP address.
I have no idea what they use to do this.
I tried everything to deal with the problem, but to no avail.
My site is on WordPress.
How to stop this.
How did you find the mirrored site? It's scary. Please let me know the process of searching my sites mirrored one.
 

nickfoxx

New member
Feb 26, 2020
24
3
3
If this is legitimate, I would send a reminder.
If not legitimate, I could take both sites down, just for practice! :)
My site is legitimate site.
This is a web media in Bulgaria and everything in it is in Bulgarian.
There can be no legitimate site from the domain zone ML / Mali / such as the mirror vickmotesta.com.
 
Last edited by a moderator:
  • Like
Reactions: jackdas

madroots

Active member
Jan 23, 2020
215
127
43
hm is there a way to search a log and figure out what IP is scraping your page? This SHOULD be possible to detect. for example, make a honeypot and discover this info. Then just use wordfence or other firewall to block it, and keep an eye on any new IP's.

Another solution would be to warn your users that you are under attack and they should verify they use safe version of the website, using some external element an attacker could not copycat. You need to figure out this one, but I have seen it around many times and it is a good way of protecting your users.

Permanent solution would be perhaps finding out his hosting provider and contact them. They will be more then willing to take care of that asshole. But this might require someone good at information gathering as this could be easily self-hosted server behind proxy.

You might contact cloudflare too.


Do not bother to contact freenom, they dont give a crap and lol, they will probably take his domain anyway and load it up with their ads. They always do that if the domain is receiving good amount of traffic.
So another option would be just wait for freenom to do their shitty routine.
 

livetester

Member
Feb 3, 2020
72
58
18
United States
My site is mirrored on the following domain http://vickmotesta.ml
The domain on which the mirror copy is used Cloudflare and I can't reach the original IP address.
I have no idea what they use to do this.
I tried everything to deal with the problem, but to no avail.
My site is on WordPress.
How to stop this.


Hey I see http://vickmotesta.ml/ is running a proxy server of your main domain. you can block the proxy server
 
Last edited by a moderator:
  • Like
Reactions: madroots

dannyl

Member
May 7, 2020
85
47
18
Not my code, but adding this to your .htaccess file should do the trick

Code:
# block proxy servers from site access
# https://perishablepress.com/press/2008/04/20/how-to-block-proxy-servers-via-htaccess/

RewriteEngine on
RewriteCond %{HTTP:VIA}                 !^$ [OR]
RewriteCond %{HTTP:FORWARDED}           !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA}       !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR}     !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION}    !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION}   !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP}      !^$
RewriteRule ^(.*)$ - [F]

And for other steps, check https://www.ingeniumweb.com/blog/po...ervers-to-make-your-website-more-secure/3798/
 

Forum statistics

Threads
70,034
Messages
914,996
Members
244,916
Latest member
rione

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu