Earlier quoted context omitted.
Of course you patch it, but you don’t assume that every system affected by this 0-day got exploited. You try to check if some were and it’s obvious that people at Microsoft are doing exactly that. Not saying that MS’s response was great, but I agree with GP that the whole thing is hyberbolic.
> Of course you patch it, but you don’t assume that every system affected by this 0-day got exploited. Uhh, what? Of course you do. Why give the benefit of the doubt to hackers who hacked you with malicious intentions? That's the type of security nonsense that I'd expect from... Well, Microsoft lol
Everything authenticated by Microsoft is tainted
291–300 of 381 posts
Re: Everything authenticated by Microsoft is tainted
#292Re: Everything authenticated by Microsoft is tainted
#293Earlier quoted context omitted.
> deserve what they get sadly This is incredibly insensitive and dismissive, and victim-blaming.
Is it? Every large company has a well compensated CTO whose job it is to think through these sorts of hypotheticals. But “nobody gets fired for choosing Microsoft”, and so the monopoly continues…
Re: Everything authenticated by Microsoft is tainted
#294He's absolutely right, you really can't trust anything they sign anymore. This is why Microsoft has been so defensive about their stance since it occurred. I've said the same since the news got out, but all my Microsoft-y friends I told didn't care. In fact, they all shrugged it off like "what are ya gonna do?" That's exactly the problem - what ARE companies going to do? Migrate OFF windoze? Migrate out of Azure? To…
Moving off Windows or Azure or whatever probably isn't adequate. All architectures based on certificate authorities are fundamentally fragile in the same way. People look at me like my head is spinning when I suggest just adding ephemeral self-signed CA root certs to deployment pipelines (or, god forbid, use SSH keys, or even symmetric keys). However, those approaches have a much, much smaller attack surface than HTT…
But one reason I might initially look at you with alarm if you suggest self-signing or symmetric keys as part of a solution in general is… while it might reduce the attack surface, attack surface is not the only thing to worry about. Another thing to consider is the ‘fuckup surface’ of a particular architecture.
And one problem that self managed key distribution strategies tend to run into is that they massively increase your fuckup surface. Losing the keys to everything can become a real danger.
I’m a big believer in building security systems that also reduce the blast radius of dumb errors (accidentally running rm -rf /* is harmless if you religiously run with least privilege).
Saying ‘I’m going to build my own trust root’ generally seems to me like it probably increases the blast radius.
Re: Everything authenticated by Microsoft is tainted
#295Earlier quoted context omitted.
One big problem is that there's no way of knowing what other holes/backdoors were introduced during the period when the attacker had all those credentials. Maybe they are immediately able to get the new key.
Why is there no way of knowing? I would think Microsoft is able to do forensic snapshot comparisons for their datacenters -- at least, I would assume a trillion dollar company does.
Absent either customers paying for it, or regulations requiring it, Microsoft certainly won't sink money out of the goodness of their heart. I don't believe there are a lot of regulations for this — and how many customers do you think would pay for something like this? Realistically? :-(
Re: Everything authenticated by Microsoft is tainted
#296Earlier quoted context omitted.
But the cloud is much safer. It's not like someone is going to hack the whole Microsoft cloud. Oh, hang on ...
Funny as this was one of the winning arguments when we went to the cloud, couldn’t possible be safer to host your own, right ? RiGhT?
Re: Everything authenticated by Microsoft is tainted
#297Give it a few years and then on-prem hardware and simple server hosting will become fashionable again.
Microsoft has fucked up forever, look at their share price…I hope you’re right but I doubt it.
Re: Everything authenticated by Microsoft is tainted
#298He's absolutely right, you really can't trust anything they sign anymore. This is why Microsoft has been so defensive about their stance since it occurred. I've said the same since the news got out, but all my Microsoft-y friends I told didn't care. In fact, they all shrugged it off like "what are ya gonna do?" That's exactly the problem - what ARE companies going to do? Migrate OFF windoze? Migrate out of Azure? To…
If an admin is able to navigate in all that shit, I don't know why they would not understand e.g. random unix tools.
Re: Everything authenticated by Microsoft is tainted
#299From Microsoft’s blog post on the incident (Mitigation and Hardening section): - On June 26, OWA stopped accepting tokens issued from GetAccessTokensForResource for renewal, which mitigated the token renewal being abused. - On June 27, Microsoft blocked the usage of tokens signed with the acquired MSA key in OWA preventing further threat actor enterprise mail activity. - On June 29, Microsoft completed replacement of…
These points seem to dispute the "the keys are compromised and still in use" and the "everything is tainted" title.
Re: Everything authenticated by Microsoft is tainted
#300Earlier quoted context omitted.
One big problem is that there's no way of knowing what other holes/backdoors were introduced during the period when the attacker had all those credentials. Maybe they are immediately able to get the new key.
Why is there no way of knowing? I would think Microsoft is able to do forensic snapshot comparisons for their datacenters -- at least, I would assume a trillion dollar company does.