I wanted to try this, but it seems to be restricted to only people in the USA. It is impossible to enter a location outside the USA in the sign-up form, and it's impossible to skip that form. Please, Mozilla, make it much clearer which countries are supported to avoid causing this frustration and to give people a reason to come back once other countries are supported.
Sorry about that. The form should only be shown for people in the USA, but detecting the country you're in can't be done perfectly. Which is a good reminder - we'll look into making the US-only part clearer. (I'm an engineer on Monitor.)
Mozilla Monitor Plus: automatically remove your personal info from data brokers
81–90 of 206 posts
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#82There is a service I've heard advertised on twit.tv podcasts called DeleteMe that I've been interested in that does a similar thing and seems to cover way more data brokers: https://joindeleteme.com/sites-we-remove-from/ OpenRep is another one I've seen mentioned. Covers 190+ sites: https://onerep.com/sites-we-remove-from One thing I can't find is a list of sites that Mozilla Monitor covers. Here's a comparison. I on…
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#83Earlier quoted context omitted.
haveibeenpwned.com has been offering the same service for free for years.
It doesn't look the same to me. haveibeenpwned will notify you if your email address was in a breach. The Mozilla offering seems to include the same, but also cover other pieces of personal data, and the ability to request removal from data brokers.
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#84Earlier quoted context omitted.
What are the issues with Mozilla's use of onerep?
One of the issues are OneRep's affiliate partnerships with the very data brokers you're paying them to remove you from: https://imgur.com/a/juSC66b
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#85Not sure what I think about charging people to remove this information—are they not also just as bad? This seems like the sort of thing that shouldn't require a victim to pay for, but for law to enforce this not happening. As with for-profit healthcare in the USA, just seems scumbag to profit off of misfortune and misery.
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#86Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#87I like this in theory, I don't have time to chase down every data broker to opt-out on my own. I'm just wondering how I can measure whether it's really effective or not. Anyone have experience with this kind of thing?
This is always my pessimistic view of the world we live in today. Why in the world would they delete that data vs just putting it on mute/ignore/etc? The only "proof" you have is if you send a request to see the data they hold on you. If they send you an empty report because the ignore flag was set, you would only see an empty report. You have no evidence that the data was actually deleted.
Still, I'm not giving up a plausible solution because potentially it's only a partial solution.
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#88I like this in theory, I don't have time to chase down every data broker to opt-out on my own. I'm just wondering how I can measure whether it's really effective or not. Anyone have experience with this kind of thing?
The data brokers that show your info will be listed, so you can spot check them yourself to see if they still show you. Not perfect, but should give you some confidence that if it says your data has been removed, it actually has been removed. (You can scan for brokers before upgrading to Plus for automatic opt-out, so you can also check beforehand that you can see your data.)
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#89I’m a happy, long term Optery user (not affiliated) and they take care of 100% of this for you. https://www.optery.com The Mozilla offering looks somewhat comparable, but I do wonder if they’re going to beat a company which has the sole focus of solving this problem.
I'm curious, what's the point of paying for Optery per year? Isn't removing your data be a one time request. Except for supporting new brokers that might appear.
Optery generally has 2 types of customers:
- The first type are those that care a lot about their privacy and the cost of an ongoing subscription is insignificant to them, so they keep the service running on an ongoing basis for the ongoing automated scans and removals and for getting new data brokers they get coverage for immediately as they are added into the system.
- The second type of customer is more price conscious and is basically looking back and forth between their credit card statement and their Optery dashboard each month and then they either pause or cancel the subscription when they feel they're reached a good stopping point. Optery's pause subscription feature is very popular for this type of customer and you can use it to automatically re-start the service in 3, 6, 9 months, etc.
- Another thing to point out is many other services only offer Yearly subscriptions, Optery offers Yearly or Monthly. If you're price conscious, the Monthly is nice because you can turn it on and off, or pause it as you wish.
More detail on the topic of keeping Optery running on an ongoing basis is on the Optery Help Desk here:
https://help.optery.com/en/article/why-should-i-keep-my-opte...
Re: Mozilla Monitor Plus: automatically remove your personal info from data brokers
#90Not sure if dumb question: If they use the data you provide (such as your address) to search other data brokers, doesn't that potentially give the data broker MORE information than they already had on you? Do the companies in this space prevent this somehow? Edit: Lest people think this is somehow impossible otherwise - all it should take would be to search for just your name + location, get the query results, then f…
DNS now has something widely deployed called "query name minimization". For no particular reason other than it made server's lives easy (which it does, as we will explain) the recursion process historically sent the actual qname (what was asked for) to each nameserver contacted.
Much was made of this in recent years, that this leaked potentially important information to servers which demonstrably couldn't have the actual answer for the qname (even if they could provide a useful referral).
Two flavors of qname minimization exist in the field. One flavor asks qtype A questions of the form "_.example.com" until it triangulates on the server with the answer; the other asks qtype NS questions (regardless of the actual qtype). (In case you've noticed a change in the mix of your DNS traffic.) In a nutshell, qname minimization asks questions which enable it to triangulate on the server which can potentially answer the question, before sending the actual question to it.
A good rule of thumb is that with a cold cache qname minimization will result in nearly twice as many queries being issued / answered during the resolution process, assuming nothing goes wrong. Both of these approaches are prone to mistakes when servers don't conform to assumptions about how proper DNS should operate.