Earlier quoted context omitted.
To use 2fa on github you need a mobile phone. Do you give every enployee a mobile phone, or do you ask your employees to use their own personal phones? Asking them to use their personal phones seems like a very bad solution. Many software companies do not routinely give developers mobile phones...
> use their personal phones seems like a very bad solution Why? You're not any less secure by using a personal phone. What are the odds that an employee is going to be phished and have their phone compromised by the same entity.
Uber Paid Hackers to Delete Stolen Data on 57M People
401–410 of 606 posts
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#402Earlier quoted context omitted.
If HSBC was making profits of $4 trillion, they were also lying on their financial statements.
If ever you need evidence that people see really large numbers and lose perspective, look to this conversation and how many people completely glossed over the use of trillions instead of billions , a mistake so small it puts HSBC revenue in the realm of well developed nation states...
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#403Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#404Earlier quoted context omitted.
You're kidding, right?
It's actually kind of brilliant -- you're fining them in time instead of money. They've already demonstrated that they value being able to use money to buy time flexibility, so this is a fine that hurts.
Charging them double fees is more like it.
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#405Earlier quoted context omitted.
Do you believe this kind of thing is simply unavoidable? I wonder if this could've been avoided by simply making it impossible to access data without being connected to a VPN in addition to having some sort of physical device connected to your computer.
It's entirely avoidable. Just don't commit secrets to source control. Ever.
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#406> Here’s how the hack went down: Two attackers accessed a private GitHub coding site used by Uber software engineers and then used login credentials they obtained there to access data stored on an Amazon Web Services account that handled computing tasks for the company. From there, the hackers discovered an archive of rider and driver information. Later, they emailed Uber asking for money, according to the company. D…
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#407"That gist is believed to have contained a login key used by a hacker to access an internal Uber database of 50,000 drivers."
https://www.theregister.co.uk/2015/02/28/uber_subpoenas_gith...
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#408"In January 2016, the New York attorney general fined Uber $20,000 for failing to promptly disclose an earlier data breach in 2014." Because you know...20k really really hurts for a company like Uber.
This would have been interesting if GDPR was applied. https://www.gdpr.associates/data-breach-penalties/ "There will be two levels of fines based on the GDPR. The first is up to €10 million or 2% of the company’s global annual turnover of the previous financial year, whichever is higher. The second is up to €20 million or 4% of the company’s global annual turnover of the previous financial year, whichever is higher.…
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#409Earlier quoted context omitted.
Github 2FA has been part of the first-day training/laptop setup for a while now (I joined in may) and there's security-related training in place as well. I was told there are also scanners in place now that check repos, gists, etc for secrets for exactly this type of mistake. One snippet of the email the article didn't mention was that Sullivan's firing happened pretty much right after Dara learned of the breach and…
Uber will not tolerate unethical behavior, you got to be joking!?!?
Re: Uber Paid Hackers to Delete Stolen Data on 57M People
#410> Here’s how the hack went down: Two attackers accessed a private GitHub coding site used by Uber software engineers and then used login credentials they obtained there to access data stored on an Amazon Web Services account that handled computing tasks for the company. From there, the hackers discovered an archive of rider and driver information. Later, they emailed Uber asking for money, according to the company. D…
Dumb question: What's the best practice to share authentication credentials across the team for services that don't have an IAM feature?
One you can use something like keypass to store a database in a shared location if you don't trust the SaaS offerings.
If you are looking at storing credentials for automation purposes, and don't have a secret store built in, you could look at something like Hashicorp Vault to help provide this for you