Earlier quoted context omitted.
You've already included the answer - "using their machines as remote terminals, doing most their actual work on some remote server". The developer uses MFA (TOTP, Push Notification, Yubikey etc) into a virtual desktop inside the organisation (Citrix, VMWare Horizon, etc). From there, the developer can SSH / whatever into their development environment - which is hosted "inside" the corporate network, or their cloud pr…
This is both a misunderstanding of the problem and an attempt to solve an administrative problem using technology... which cannot really solve it. Developers have nothing to do with this. It's a common practice in companies that have "expensive" production environment (eg. VMs rented from AWS) that developers never get any kind of access to production environment. Ever. At all. No need to tie developers' hand by putt…
LastPass says DevOps engineer’s hacked computer led to security breach in 2022
211–220 of 270 posts
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#212Earlier quoted context omitted.
Preventing this thing from happening costs a lot of $$$, so pretty much everyone just "accepts the risk" seeing that probability of something like this happening to your company (during your tenure) is still super low. All companies with somewhat robust security posture I know have had a string of incidents in the past, that seems to be the only thing that can motivate to put $ in security.
It's not really very expensive to issue employees a laptop (which costs a percent or two of an engineers annual salary) and tell them "All work must be done on the work laptop, no personal files/software allowed on the work laptop". For a little more money, they can add active management of the work devices, but just keeping work and personal device use separate would have prevented this.
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#213Earlier quoted context omitted.
Okay, but the attacker has RCE on the system doing the decryption, so they can scrape the encryption keys or the vault data out of memory. This appears to be a APT, probably a State-level actor. Once the production work machine was compromised, it's all over.
I get what you're saying, but the implementation of 2FA is still broken. If we don't fix that, we can't fix what comes next either.
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#214First of all: If you have the title of "DevOps" what you're doing is "Operations", you aren't practicing DevOps. Anyway, this company has had incident after incident. This will keep happening every few years for them like it has for the past 10. As will lack of transparency/ outright lying. Some commenters are saying they wish the company the best. I don't. Use something else. LastPass needs to die.
> First of all: If you have the title of "DevOps" what you're doing is "Operations", you aren't practicing DevOps. So what title do you need to have to practice DevOps?
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#215Earlier quoted context omitted.
It's not really very expensive to issue employees a laptop (which costs a percent or two of an engineers annual salary) and tell them "All work must be done on the work laptop, no personal files/software allowed on the work laptop". For a little more money, they can add active management of the work devices, but just keeping work and personal device use separate would have prevented this.
No there's no way to install a key logger on a company device?!
Closing the barn door doesn't guarantee that the horses can't escape, but when you don't even have a barn door, it's hard to blame the stable boy when the horses get out.
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#216Earlier quoted context omitted.
I work for a LastPass competitor. As far as I know, no popular password manager seriously includes "fully compromised local device" in their threat model. I don't think it can be done without hurting seriously usability (like having one 2fa verification each time you use a credential would work) and the predictable outcome of hurting usability too much is that people will find more handy insecure ways to store their…
> like having one 2fa verification each time you use a credential would work I'm interested in the technical idea here. You have a set of credentials encrypted with AES. So each vault item is encrypted with a symmetric key. How would you build a system to generate those keys using a rotating 2FA that isn't reversible by an attacker that can watch the entire process and can fake the timestamp or other elements on the…
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#217Earlier quoted context omitted.
MFA wouldnt have helped here. The hacker had the encrypted vault all they needed was the password.
which in turn should not be the end of the world, because its MFA all the way down right?
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#218Am I understanding correctly: A single engineer had both access to the prod database AND the data decryption values?
Depends on what you mean by "the data decryption values". If you mean the encryption keys for the vaults themselves, no. Those are derived from the individual master passwords (in non-SSO setups, with SSO it's more complicated, and I don't fully understand the impact). So the attackers have a bunch of encrypted vaults from a backup. They can now brute-force the vaults, but if the original Master Passwords were secure…
they know what bank you use, which adult sites you visit, what medical conditions you might have
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#219Earlier quoted context omitted.
I disagree, but disclaimer I work at a company that allows you to. If you work at an organisation like LastPass in a privileged position, then you need to be aware that you are an enormous target. And it's not just your own or the companies security you potentially compromise, but millions of others arguably most sensitive information. In Australia, if you have a security defence clearance, you are not allowed to dis…
I would assume you're still allowed to post your to social media in Australia. Security clearance is not a role. I doubt people post they have access to all the infrastructure on their linkedin but you can infer it by the role. Linkedin doesn't even matter since you can buy the data any way. Email Signatures are mined to get role and contact info for databrokers. Anytime you email outside of the org, the CRM software…
My point being is that there are details you aren't allowed to put on your social media accounts, for the reasons we're debating.
Re: LastPass says DevOps engineer’s hacked computer led to security breach in 2022
#220Earlier quoted context omitted.
> Restricting access to corporate environments from trusted machines is trivial using any form of MDM. Until somebody pulls out their personal cell phone, and takes a photo of a screen containing highly confidential data, to then send it to someone else, because, dang it, they had to get something done NOW and it seemed very convenient.
No security measure is 100% effective nor 100% moron proof, but in many companies that would be a fireable offense, which gets you pretty far.