-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add other domains owned by admiral? #4
Comments
Thanks for this! I'll have a look when I'm at a computer
…On Aug 12, 2017 11:55 AM, "KeenRivals" ***@***.***> wrote:
Many other domains were found that are owned by Admiral and point to the
same IP as #1 <#1>. There's a
list at https://pgl.yoyo.org/adservers/admiral-domains.txt
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC0XRsMHcj3UPhAvHkJToJddeujsbYlks5sXcr6gaJpZM4O1cvW>
.
|
That list is woefully incomplete. See my comment here for some analysis. Click the reverse-domain links I provide (e.g. ipv4info for functionalclam.com) and you can see how deep this rabbit hole goes, and that's just for a single ip. Sample admiral domains not in that list: It's trivial to observe hundreds of Admiral domains, they probably number in the thousands. |
Let's kill the whole Admiral thing with fire! |
I've merged #8 which adds more Admiral domains, if there are still some missing I'm happy to add them as they are discovered |
I support adding all domains pointing to the same content - it's likely all these domains would eventually have found their way into EasyList in the first place. Might be less likely now. |
Maybe block that IP too in anticipation of more domains being added? |
#8 is still not even close. It has...
It's missing...
... I think that demonstrates my point. (Yes, there are many duplicates once you start putting all of these together). If someone actually wants to make a serious attempt, which hasn't happened yet, just walk the related domains on a tool (like threatcrowd) that lets you do so easily. It's trivial to verify these even when you're learning the naming patterns, since they all serve up the same image. But you really have to do the verifications. Bannersnack.com, for example, is NOT an Admiral domain, even though it was hosted alongside them once. Some starting points that I haven't already exhausted above include... The biggest problem is that they use google/amazon hosting and so you can't trivially blacklist everything that resolves into their IP space, and that tools like ipv4info, threatcrowd, alienvault, tcpiputils, all have incomplete datasets. You really need multiple people using different toolsets walking the same space to root all of these out. |
@tofof Given the ones that I have seen seem to use valid SSL certs from Let's Encrypt, do you think crawling the CT logs is a viable way of checking for these? |
What about doing it the other way around? As you said, it's trivial to verify a domain. What about checking all suspicious domains? If one is found, it's sent to some central server to be added to the list. Another way would be to just blacklist the IPs. This would have some false positives, but if it becomes a default filter for ublock/adblock it would have the effect of forcing them to clean up their IP ranges. But really, how often do you have a legitimate reason for loading random .js from a .xyz domain? @lol768 @mvasilkov |
Also, playing cat-and-mouse with domains is not really a problem. It costs at least $1 to register one, and much less to find and block it. |
Actually, @LOL786's suggestion sounds like a great idea for keeping track of new registrations from this company. It could be automated as a nightly script. |
That's just a way of narrowing down the search space; we'd still verify that the domain behaved like the others. I'd like to keep this to a pure domain blacklist, as opposed to running code on the client, for a few reasons: 1. it's more portable to existing blocking extensions, 2. it's more performant, and 3. I'm more comfortable with the legal defensibility (I am confident that a passive blacklist can never be illegal; I don't want to speculate about the legality of a more active client-side approach) |
@zymase
Start of with the LE cert list. Filter away anything that doesn't end with .com, .xyz, or .pw. Issue DNS queries for everything. If the whois isn't protected, remove it. If they're not using whatever registrars they're using, remove it. Then use tor/proxies (it's kind of counter productive for them to block IPs) for the final verification. Why not literally treat them as bots? I don't have any, but SMTP accounts are allegedly quite cheap. What if you'd just send bulk abuse notices to the registrars and accuse them of being C2 servers for some botnet? They generally don't care if the notices are valid, they only care about the quantity of notices they're getting.
|
GitHub stripped away the formatting, so you need to add some newlines and indentation. |
Another identifying mark is the robots.txt, which is unlikely to change: The 404 page seems nonstandard: The registrar is enom for the .com domains and namecheap for the .xyz and .pw domains. They all use the same 4 nameservers. You should be able to enumerate from that, it's an uncommon combination. |
@zymase |
Also worth noting is that you can query however many admiral domains you want with Tor. If they start blocking IPs, then their ads won't work anymore. |
@zymase The domains don't resolve to the picture. The domains resolve to Google IPs, which then serve that picture. The domains all point to different IPs. The purpose is to block the script they use, the easiest way to do this is to block the Admiral domains so they can't serve the script. |
@anon182739 wrote:
I wouldn't use such a filter. First of all, Admiral has at least one .us domain that I've already prominently mentioned in this thread; it's literally the first domain I name as 'missing'. Second, there's no reason to think they won't expand to other TLDs. Nine months ago, noone had spotted any .xyz Admiral domains - I believe they were only using .com and .pw at that time. |
@zymase To address your final point: The list's criteria are already stated: it is a list of domains who have misused DMCA takedowns to attempt removal from other lists. This issue is for the suggestion that affiliated domains that are owned by the same company and used for the same purpose be included alongside the singular example named on a DMCA takedown thus far. The criteria for inclusion that's being proposed, then, is similarly obvious: Admiral-owned domains that appear to serve the same (lack of) content and presumably host the scripts used in serving advertising at affiliated websites. Quite contrary to your assertion, such a list, if built, will be built exactly the same way all other advertising-blocking lists are built: on the finds of participants reporting "I found another one". The starting points are found when an Admiral-protected website (e.g. thewindowsclub.com) uses scripts hosted on an Admiral server to display its contents. I have already outlined the best possible way to find more Admiral domains given a starting domain: by using tools meant for that, i.e. tools that identify spatially- and temporally-related domains. |
@tofof Thanks for the analysis you've been doing, I have only been skimming this conversation while working on providing all the blacklist formats people want but now that that's done I want to take a real stab at automating some of this. |
You can narrow it down enough so you don't need to check the entire web. It turns out they only have 159 domains apparently, all the "different starting points" were somehow interlinked. |
Great stuff, is this from the CT log or just from grabbing the IPs already found? Let's keep the script apart from this, but if you're not a paying GitHub user I can create a private repo and add you to it so we can collaborate. |
This naming scheme is interesting. |
Sure, a PM works for me. My email is [email protected] Cheers. |
Oh, you can't send GitHub PMs anymore apparently. |
Ok, I created a repo. |
I can't see anything. Where do I get the notice? |
Try this link: https://github.com/paulgb/iptool/invitations |
There is no need to block any ASNs. It is sufficient to register a few hundred accounts with fake information and see which domains are being offered. |
Closes T3434 https://www.mypdns.org/T3434 See also: - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 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 Signed by @spirillen Changes to be committed: modified: source/adware/wildcard.list
This Status Percentage Amount have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/----------- ------------ ------------ This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master abacksoda.com This abacksoda.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3660 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This automaticairplane.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3661 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This combbit.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3662 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This curiouschalk.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3663 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This curlycannon.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3664 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This distancefinger.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3665 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This downtowndirection.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3666 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This encourageshock.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3667 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This encouragingvase.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3668 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This enthusiasticring.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3669 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This faintflag.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3670 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This honorablehydrant.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3671 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This hoplaugh.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3672 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This incompetentjoke.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3673 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This kittyaction.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3674 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This motionlessbelief.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3675 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This pailcrime.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3676 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This periodicpocket.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3677 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This scarcesurprise.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3678 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This shinestuart.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3679 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This skillfulsock.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3680 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This specialscissors.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3681 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This teenytinyshirt.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3682 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This verdantanswer.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3683 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This vivaciousveil.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3684 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This voraciousgrip.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3685 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
This zestycrime.com have been reported as ~Tracking at EasyList Closes https://mypdns.org/my-privacy-dns/matrix/-/issues/3686 This domain is used by https://mypdns.org/my-privacy-dns/matrix/-/issues/3023: to collect your surfing habits and the are using a variety of scripts to generate a personal identification of you and your devices. Follow https://mypdns.org/my-privacy-dns/matrix/-/issues/3023 for updates. You can always find the latest list of Admiral's Active domains in https://mypdns.org/-/snippets/42 See also: - easylist/easylist#9832 - easylist/easylist#9829 - easylist/easylist#9770 - reek/anti-adblock-killer#2502 - paulgb/BarbBlock#4 - easylist/easylist#9832 Credit: - @Mennaruuk Read about Tracking? try: https://mypdns.org/mypdns/support/-/wikis/trackware If you would like to learn more about how to use the DNS RPZ powered Firewall with our zone files, you can read more about it here https://mypdns.org/MypDNS/support/-/wikis/rpz To learn more about our different zones, you can read about that here https://mypdns.org/MypDNS/support/-/wikis/rpzlist /milestone %"getadmiral.com" /label ~Tracking /done /target_branch master
Many other domains were found that are owned by Admiral and point to the same IP as #1. There's a list at https://pgl.yoyo.org/adservers/admiral-domains.txt
The text was updated successfully, but these errors were encountered: