This seems to be a common occurrence with Big Tech and Big Government, so we better get used to it: https://qbix.com/blog/2023/06/12/no-way-to-prevent-this-says... https://qbix.com/blog/2021/01/25/no-way-to-prevent-this-says...
Data accidentally exposed by Microsoft AI researchers
121–130 of 238 posts
Re: Data accidentally exposed by Microsoft AI researchers
#122Re: Data accidentally exposed by Microsoft AI researchers
#123This stands out > Our scan shows that this account contained 38TB of additional data — including Microsoft employees’ personal computer backups. Not even Microsoft has functioning corporate IT any more, with employees not just being able to make their own image-based backups, but also having to store them in some random A3 bucket that they're using for work files.
Security was never a strong part of Microsoft.
Re: Data accidentally exposed by Microsoft AI researchers
#124Re: Data accidentally exposed by Microsoft AI researchers
#125The article tries to play up the AI angle, but this was a pretty standard misconfiguration of a storage token. This kind of thing happens shockingly often, and it’s why frequent pentests are important.
Re: Data accidentally exposed by Microsoft AI researchers
#126Re: Data accidentally exposed by Microsoft AI researchers
#127Earlier quoted context omitted.
Pentests where people actually get out of bed to do stuff (read code, read API docs etc) and then try to really hack your system are rare. Pentests where people go through the motions, send you report with a few unimportant bits highlit while patting you on the back for your exemplary security so you can check the box on whatever audit you're going through are common.
From my understanding as a non security expert: Pentest comes across more as checking all the common attack vectors don’t exist. Getting out of bed to do the so-called “real stuff” is typically called a bug bounty program or security researching. Both exist and I don’t see why most companies couldn’t start a bug bounty program if they really cared a lot about the “real stuff”
This is in no way related to a bug bounty program.
Re: Data accidentally exposed by Microsoft AI researchers
#128Earlier quoted context omitted.
Let me tell you about the laptop connected to our network with a cellular antenna we found in a locked filing cabinet after getting a much-delayed forced-door alert. This, after some social engineering attempts that displayed unnerving familiarity with employees and a lot of virtual doorknob-rattling. They may be rare, but "real" pentests are still a thing.
Ouch. How did that ended up?
Re: Data accidentally exposed by Microsoft AI researchers
#129On a lighter note - I saw a chat message that started with "Hey dude! How is it going". I'm disappointed that the response was not https://nohello.net/en/ .
I strongly support the “no hello” concept but I also fear being seen as “that guy” so I never mention it. Sigh
You just can't win.
Re: Data accidentally exposed by Microsoft AI researchers
#130Two of the things that make me cringe are mentioned. Pickle files and SAS tokens. I get nervous dealing with Azure storage. Use RBAC. They should depreciate SAS and account keys IMO. SOC2 type auditing should have been done here so I am surprised of the reach. Having the SAS with no expiry and then the deep level of access it gave including machine backups with their own tokens. A lot of lack of defence in depth goin…