Skip to content
Tech News
← Back to articles

Adobe modifies hosts file to detect whether Creative Cloud is installed

read original get Creative Cloud Host Monitor → more articles
Why This Matters

Adobe has modified the hosts file on Windows and macOS systems to detect whether users have Creative Cloud installed by monitoring DNS entries. This change raises privacy concerns as it allows Adobe to track software installations without explicit user consent, highlighting ongoing issues with software companies collecting user data through seemingly benign methods. Consumers and industry professionals should be aware of such tactics that can impact privacy and software transparency.

Key Takeaways

If you’re using Windows or macOS and have Adobe Creative Cloud installed, you may want to take a peek at your hosts file. It turns out Adobe adds a bunch of entries into the hosts file, for a very stupid reason.

They’re using this to detect if you have Creative Cloud already installed when you visit on their website.

When you visit https://www.adobe.com/home, they load this image using JavaScript:

https://detect-ccd.creativecloud.adobe.com/cc.png

If the DNS entry in your hosts file is present, your browser will therefore connect to their server, so they know you have Creative Cloud installed, otherwise the load fails, which they detect.

They used to just hit http://localhost:<various ports>/cc.png which connected to your Creative Cloud app directly, but then Chrome started blocking Local Network Access, so they had to do this hosts file hack instead.