Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add Marketo email tracking domains #6475

Closed
pgl opened this issue Nov 19, 2020 · 6 comments
Closed

Request to add Marketo email tracking domains #6475

pgl opened this issue Nov 19, 2020 · 6 comments

Comments

@pgl
Copy link

pgl commented Nov 19, 2020

Request to add rule to block Marketo tracking domains.

These domains are created for each customer, hidden behind CNAMEs from the customer domains.

Searching on https://dnpedia.com/tlds/search.php shows that there are currently over 25,000 of them.

The format is in mkto-<something>.com (usually is letters followed by numbers).

Details and example here: https://docs.marketo.com/display/public/DOCS/Configure+Protocols+for+Marketo

  1. Add CNAME for Email Tracking Links
    Add the email CNAME marketing sent you, so that [YourEmailCNAME] points to [MktoTrackingLink], the default tracking link that Marketo assigned, in the format:
    [YourEmailCNAME].[YourDomain].com IN CNAME [MktoTrackingLink]
    For example:
    pages.abc.com IN CNAME mkto-a0244.com

It's been suggested to avoid a regex filter rule as they're expensive, and stick with something like:

||mkto-*.com^$third-party

This covers all the entries and as far as I know will not match any false positives.

spirillen added a commit to mypdns/matrix that referenced this issue Nov 21, 2020
Closes T2902     https://www.mypdns.org/T2902

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/wildcard.list
	modified:   source/tracking/wildcard.list
spirillen added a commit to mypdns/matrix that referenced this issue Nov 21, 2020
Closes T2901     https://www.mypdns.org/T2901

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/wildcard.list
	modified:   source/tracking/wildcard.list
spirillen added a commit to mypdns/matrix that referenced this issue Nov 21, 2020
Closes T2908     https://www.mypdns.org/T2908

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/rpz-ip
	modified:   source/tracking/rpz-ip
@krystian3w
Copy link
Contributor

Possible add to own project?

https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=0&mimetype=plaintext

Maybe few people use translated file.

@pgl
Copy link
Author

pgl commented Nov 24, 2020

@krystian3w I mean, I considered it - but it would be 25,000 new entries to my list, which only has ~3.5k entries at the moment, versus 1 rule in EasyList.

@krystian3w
Copy link
Contributor

krystian3w commented Nov 24, 2020

Just write script to add in only:

hostformat=adblockplus

one ABP rule.

When HOSTS have 3.6K and ABP version 3.6K+1.

@pgl
Copy link
Author

pgl commented Nov 24, 2020

"Just"

@spirillen
Copy link
Contributor

Hey Peter @pgl In case you find more of this kind in the future, I'll be more than happy to receive a copy 😃

And yeah, hmm 3500 lines vs 3 (1) 🤣 but I do the the backside of this coin... not all devices can be using the @easylist but would have to stick to a I/O expensive hosts file.

PS: Your project would actually be within the target group of what @funilrys and I are building on. Would it be possible to hit you up on keybase or somewhere else for a small talk?

@pgl
Copy link
Author

pgl commented Nov 25, 2020

@spirillen Sure: https://keybase.io/pgl

@ryanbr ryanbr closed this as completed Nov 25, 2020
spirillen added a commit to mypdns/matrix that referenced this issue Jan 24, 2021
Closes T2902     https://www.mypdns.org/T2902

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/wildcard.list
	modified:   source/tracking/wildcard.list
spirillen added a commit to mypdns/matrix that referenced this issue Jan 24, 2021
Closes T2901     https://www.mypdns.org/T2901

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/wildcard.list
	modified:   source/tracking/wildcard.list
spirillen added a commit to mypdns/matrix that referenced this issue Jan 24, 2021
Closes T2908     https://www.mypdns.org/T2908

See also:
  - easylist/easylist#6475

If you would like to learn more about how to use the RPZ powered DNS Firewall
with our zone files, you can read more about it here
https://www.mypdns.org/w/rpz

To learn more about our different zones, you can read about that here
https://www.mypdns.org/w/rpzlist

Changes to be committed:
	modified:   source/scamming/rpz-ip
	modified:   source/tracking/rpz-ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants