One of the comments on the article itself mentioned css being served seemingly from www.homeaglow.com, which was weird to me. So I did some investigating. Looking at the DNS of both flymaids.com and homeaglow.com, they both point to separate IPs (184.168.221.1 and 184.168.221.13 respectively), but have an additional CNAME to <a href="http://cleanerconnect.herokuapp.com" rel="nofollow">http://cleanerconnect.herokuapp.com</a>.<p>Looking at the error on the heroku page directly, and comparing everything from the license info, help console, website copy, it seems that they are all the same company, operating under different brandings.<p>The privacy agreements are what really get me though. Looks like they are identical, except the brand names:<p><a href="http://www.homeaglow.com/privacy" rel="nofollow">http://www.homeaglow.com/privacy</a><p><a href="http://www.flymaids.com/privacy" rel="nofollow">http://www.flymaids.com/privacy</a><p>And if you go to <a href="http://cleanerconnect.herokuapp.com" rel="nofollow">http://cleanerconnect.herokuapp.com</a> and inspect the broken icon, you get "<a href="https://s3q1w2e3.s3.amazonaws.com/brands/logos/"" rel="nofollow">https://s3q1w2e3.s3.amazonaws.com/brands/logos/"</a>.
Looking at the two sites' logos gets you the same URL, with an actual filename:<p><a href="https://s3q1w2e3.s3.amazonaws.com/brands/logos/fly_maids.png" rel="nofollow">https://s3q1w2e3.s3.amazonaws.com/brands/logos/fly_maids.png</a><p><a href="https://s3q1w2e3.s3.amazonaws.com/brands/logos/homeaglow.png" rel="nofollow">https://s3q1w2e3.s3.amazonaws.com/brands/logos/homeaglow.png</a><p>And the two domains/common backend makes sense, if it is really just a CNAME you could detect what URL the user hits and plug in a few variables. The different IP addresses on the A record are what confuse me, but I don't know much about DNS configuration.<p>But yes, it seems that flymaids and homeaglow are the same company. And I don't think it's a stretch that homejoy was among those as well.