Skip to content

Comment on On Cybersecurity and Being Targetedparent

Comments

But I don't want to use @gmail.com because that ties me down to the vendor.

What am I supposed to use then?

I'm rather not a fan of Google in general, and particularly not these days (though they're hardly the only tech company backing the TPP).

That said: on account of size, targeting, procedures, and what I find are generally fairly diligent employees on the tech side (design, products, ads, and gov't rel'n are another story), you're probably as safe with Google as with any other large vendor.

That said, the basic problem here -- getting locked out of your account or profile, or allowing the wrong person in -- is a HYUUUGE problem. And the 2nd Amendment people can't do anything about it either, to continue the allusion....

I wrote of my own "I've been locked out of a Google account" account, well, twice. It's been pretty annoying (particularly as I'm paranoid and don't trust Google to know who I really am, because reasons). It's been resolved within a few days, though it leaves me scratching my head a bit.

As I noted the first time, and have adopted as a slogan for this type of event, "Who are you is the most expensive question in information technology. No matter how you get it wrong, you're fucked." See: https://redd.it/2w618r https://redd.it/3mo7l6

Unfortunately, that issue is paired with another, also sloganed and given to much use: Data are liability.

If you hold data about people, or state they consider important (e.g., a widely used codebase), or other elements, then you've got control point others may well find they wish to avail themselves of.

I don't have solutions to either of these problems (I'm paranoid, not narcissitically delusional). I can see the shapes of possible solutions, including reducing attack services and possibly having a more widely distributed and socially-integrated identity verification mechanism. Or offering far more services as stateless and without locally-maintained data, at least in cleartext.

Better notifications, recovery, and encryption methods for mail would also help -- capture of email accounts would matter far less if they were encrypted to keys held only by the user (and absolutely not on the control path involved in accessing or specifying them, such as MXs).

It's been resolved within a few days

Could you share a way to resolve it? I've been in such situation recently. I was forced to change VPN I used for long time to access my Gmail account. And I haven't 2FA enabled because I didn't want to give out my phone number.

In one case, personal appeal to a Googler.

In another, fallback/recovery ultimately worked, but I needed to try from several devices.

The "security questions" proved worse than useless. Unless exercised periodically, I think people forget or lose the answers (or even questions). Worsee, vendors change their strategies.

Seveeral of my Google IDs started from entirely different services, with different rules. And privacy guidelines. E.g., YouTube's old "never use your real name" advice.

How quaint!

Identity is weird.

It'd be an imperfect solution, but use Gmail (or equivalent) address(es) for logins elsewhere, and then your personal email communications via a custom domain hosted with your provider of choice (e.g. FastMail, Zoho, StartMail, Tutanota, etc.) Preferably, the Gmail addresses should not be directly tied to your identity IRL, such that your email is secured but somewhat sandboxed from the large data piles companies store about Your Name.

I'm using a POP3 mailbox hosted by the registar of my custom domain and I download all the messages on my computer. No web mail. I'm trusting the DNS of my registar in the same way I would trust the one of FastMail, Zoho, etc. Is that any different?

That's kind of an "all your eggs in one basket" approach - you're relying completely on the security of one 3rd party (your registrar). Whether this is better or worse than relying on two 3rd parties (your registrar and a different email provider) is a good question.

Are you sure your POP3 mailbox is using encryption for the password? The original port 110 POP3 protocol sends it in cleartext unless there's an STLS command sent (which is MITM-able) - POP3S over port 995 (or 997?) will be encrypted (but then you need to consider whether all the software in the chain is actually checking SSL certs and their chains...)

You could use @[IP address]?

No guarantees this will pass whatever-service's arbitrary validation filters though.

Or that you can maintain that IP address if it was directly assigned to you by IANA/RIPE. (And in some cases, even if it WAS assigned to you).

@[IP address] is a really bad idea.

Yes, as it turns out using the internet requires reliance on third parties. Is the IP address of your mailserver as easy to compromise as your domain name? I don't know, it depends on your ISP, but it almost certainly requires a targeted attack. Using email to "secure" access to accounts is already "a really bad idea", so what can one do?

IP address is harder to compromise, however, unlike domain names you cannot guarantee to own it permanently.

unlike domain names you cannot guarantee to own it permanently.

I'm not convinced this is a property of domain names. It seems like as long as you pay your bills, your provider stays in business, and no governments get involved, both these identifiers are effectively permanent. Your IP is likely provided by the same people who own or co-locate your physical server anyway. In any case, you're likely to get enough advance notice of ip changes to update your various accounts.

Build your own security mechanisms (alerting, etc.)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.