Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Friday March 05 2021, @09:38PM   Printer-friendly

AdGuard names 6,000+ web trackers that use CNAME chicanery: Feel free to feed them into your browser's filter:

AdGuard on Thursday published a list of more than 6,000 CNAME-based trackers so they can be incorporated into content-blocking filters.

CNAME tracking is a way to configure DNS records to erase the distinction between code and assets from a publisher's (first-party) domain and tracking scripts on that site that call a server on an advertiser's (third-party) domain. Such domain cloaking – obscuring who controls a domain – undoes privacy defenses, like the blocking of third-party cookies, by making third-party assets look like they're associated with the first-party domain.

[...] The most commonly detected CNAME trackers, according to the researchers, come from the following companies, in order of prevalence: Pardot, Adobe Experience Cloud, Act-On Software, Oracle Eloqua, Eulerian, Webtrekk, Ingenious Technologies, TraceDock, LiveIntent, AT Internet, Criteo, Keyade, and Wizaly.

[...] "In order to prevent it you'll need to use a content blocker that can access DNS queries," Andrey Meshkov, CEO of AdGuard, told The Register.

"The whole problem is that the majority of users don't use them and just stick to Chrome or Safari browsers with extensions. These users can only 'react' to the problem, they can only start blocking a new disguised tracker as soon as we detect it on AdGuard DNS and update the list."

Meshkov acknowledged that this is not a proactive approach, but it works within the existing system for applying filtering lists to content blockers.

[Ed Note: I use and can recommend Pi-hole for your home network. That doesn't help though when you're on the road unless you VPN back to your home network first. - Fnord]


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2, Informative) by Anonymous Coward on Friday March 05 2021, @11:20PM (1 child)

    by Anonymous Coward on Friday March 05 2021, @11:20PM (#1120590)

    In uBlock Origin, (and/or a hosts file, depending on whether or not you use DoH) add StevenBlack's hosts file [github.com] to the Custom area.

    He also offers a "List of all hosts file variants" where different types of shit can be added just by using one hosts file!

    It's great stuff! The default SBH file has over 60k entries.

    Starting Score:    0  points
    Moderation   +2  
       Informative=2, Total=2
    Extra 'Informative' Modifier   0  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Saturday March 06 2021, @02:27PM

    by Anonymous Coward on Saturday March 06 2021, @02:27PM (#1120781)

    CNAME lookup was implemented in uBlock Origin 1.25.0 on Firefox, but Chrome does not have a dns API. Also the most recent uMatrix release 1.4.1b6 has support for CNAME lookup on Firefox.

    https://github.com/gorhill/uBlock/releases/tag/1.25.0 [github.com]
    https://github.com/gorhill/uMatrix/releases/tag/1.4.1b6 [github.com]