How did we notice? We started getting Sentry errors as they had even gone so far as to rip our JS files!
Before we get in touch with them, we wondered if anyone had any tips on getting these guys to stop.
Sites in question:
http://secure-broker-online.eu/ http://resinternationalgroup.com/
$ dig resinternationalgroup.com
;; ANSWER SECTION:
resinternationalgroup.com. 18788 IN A 66.206.15.100
$ dig -x 66.206.15.100
;; ANSWER SECTION:
100.15.206.66.in-addr.arpa. 3600 IN PTR cpanel.siteplot.com.
Send the email over to support@siteplot.com. If that doesn't work, go up to their datacenter: $ whois 66.206.15.100
...
OrgAbuseHandle: NETWO5887-ARIN
OrgAbuseName: Network Admin
OrgAbusePhone: +1-509-209-8000
OrgAbuseEmail: network@cyber-world.com
OrgAbuseRef: http://whois.arin.net/rest/poc/NETWO5887-ARIN
...
Email it over to network@cyber-world.com or support@cyber-world.com.Here's a good template from Scribd: http://support.scribd.com/entries/22980-DMCA-copyright-infri...
It would be the same if I took a DVD from the US that doesn't have a copyright in another country, went to that country to copy it, and then tried to sell it back in the US. It doesn't matter where I'm making the copy, it matters where I'm distributing it.
They probably rip off designs in the hope that they won't get found out. As soon as it looks like a hassle they will hopefully just move to ripping off someone else.
This is directly using (even hotlinking some assets) the OPs copyrighted materials.
FlatUI had 3 icons that were "similar"[1] to icons in LayerVault. There wasn't any clear copying of assets.
[1] for some values of similar, including "not similar".
It's silly the ripp-off, made me laugh.
if(window.location.origin.indexOf("yourdomain.com")<0){
window.location.href = "http://yourdomain.com";
};Serving porn from a business oriented domain is never an option, IMO.
It sucks when someone rips off your content, but you have to carefully evaluate the real impact it has on your business, not just the emotional impact that it has on your sense of ownership.
The more professional you can make it look the better chance you won't have to resort to a solicitor.
http://www.smashingmagazine.com/2009/12/18/my-website-design...
Most hosts will quickly take down the website, giving you a cost-effective way to stop the issue. However I'd strongly encourage you to pursue a more friendly approach first, to give them a chance to do the right thing. (The site owner may not be the one who actually stole the design.)
That said, if they're costing you money because of your sentry issues or causing you support issues that you can document, you have just cause for a lot of actions.
Your best bet would be to contact the hosting providers and say just that.
If this is indeed a part of the scam operation, you should also prepare yourselves for a website redesign, because if the scam gets on its way, then your visuals may end up being associated with the scammy websites rather than with your genuine business.
The Secure Broker Online company is not registered with Companies House in the UK.
The Kensington Gardens Square street address is that of a hotel and the CA address looks fake too from StreetView.
I would guess somebody's nicked your design to create a fake portfolio for a CV, or it's being used for fraud.
The JS also replaces the content on the page, and shows a "you shouldn't be doing this" kind of alert; we've had a TON of hits on this. It happens literally daily.
We have yet to file for DMCA takedown - good plan for those who are legit stealing.
However: I have a strong opinion on these things.
Specifically, if people are stealing your stuff, see what you can do to innovate past them. Ideas will always be stolen; edge and innovation can't be stolen.
Sometimes it's legit to call people out. Sometimes DMCA takedowns are needed. Sometimes, it's time to man up and beat the system. One step ahead, and all that jazz.
(Although if they are as shady as they look, there may not be an entity to come down like a ton of bricks on - this looks like fraud to me)
The FSA, RBS and Wells Fargo might want to be aware of this, too.
Knock on their door and ask them directly.
This is semantically the same what Google does with their JSON responses [1]
[1] - http://stackoverflow.com/questions/2669690/why-does-google-p...
The OP doesn't have a JSON, he has a JavaScript file.
Might be fun to hellban them, alter your JS to show visitors nothing when they visit their sites. Won't last for long but if you only do that for visitors with fewer than 3 visits then it'll take them a little while to figure it out.
> Who is GoCardless for?
> Anyone can use GoCardless...
As far as I can tell from the rest of the website, you are a UK startup, and your service is useless to Taifusi in Samoa or Raj in Bangladesh.
1. Send a DMCA notice [https://news.ycombinator.com/item?id=5367936].
2. Blank their page with JavaScript. While it's legal to redirect the traffic to your site (it's YOUR JavaScript and there are no Terms for its use), you'll probably mislead people and make them think that you are the phishing site. Not worth it, in my opinion.
(I didn't actually see Sentry within the source code, was I missing something?)