Earlier quoted context omitted.
Security isn't rendered in absolutes. We have to assume some sheepish new employee somewhere is scared of approaching management about a mistake they made committing a secret, so they reverse the commit and pretend nothing ever happened. We have to try and mitigate damage from lapses in communication and protocol like that.
Yes and this is why Github handicapped their search so much. But at the end of the day, any secret you post publicly is compromised.
Repositories held for ransom by using valid credentials
101–110 of 158 posts
Re: Repositories held for ransom by using valid credentials
#102Earlier quoted context omitted.
Re GitHub keeping unreachable data, if I understand it right, isn't that GitHub painting a giant target on their back? Wouldn't that that imply every secret accidentally committed and then 'deleted' is still accessible, when one would expect it not to be? It's one thing to have your source code in the wild, but pairing it up with thought-to-be-deleted secrets would be an absolute disaster. Certainly one should not ev…
> Wouldn't that that imply every secret accidentally committed and then 'deleted' is still accessible This should be a moot point because anyone (in IT) should realize that an accidentally committed secret is now 100% public for all eternity and needs to be rendered irrelevant to restore secure operations.
A few years back (2015 or so) the average time from push-to-repo to AWS account compromise was 6 minutes. Surely that time has only gone down, and the number of different credentials identified has gone up.
Re: Repositories held for ransom by using valid credentials
#103Earlier quoted context omitted.
This tendency of Hacker News users to want to monetize everything is sickening.
This is curious to me. You either run a charity or a business. Is that sickening? OSS is huge on HN, and a ton of HN users release OSS all the time. Yet, we all have bills to pay, and a lot of us look for ways to make money as well. Food and whatnot. I'm not really sure what you're objecting to here? You make it sound like because a user talked about monetizing a feature to a hypothesized product that they're the sam…
Re: Repositories held for ransom by using valid credentials
#104Earlier quoted context omitted.
This tendency of Hacker News users to want to monetize everything is sickening.
Yeah. But it's not surprising considering the site is being run by a VC fund.
Re: Repositories held for ransom by using valid credentials
#105The title on HN is clickbait, the article mentions Gitlab users storing their own Gitlab password/tokens insecurely. It doesn't look like "Gitlab was compromised" to me. The original title is "Critical security announcement: Suspicious git activity detected".
Correct, users across GitLab and GitHub as been affected and in all cases valid credentials were used. Also see https://www.bleepingcomputer.com/news/security/attackers-wip... We are updating our title to better reflect what happened.
Re: Repositories held for ransom by using valid credentials
#106Mandated 2FA should really be a thing, especially on tech-oriented sites with such importance.
Re: Repositories held for ransom by using valid credentials
#107Re: Repositories held for ransom by using valid credentials
#108Earlier quoted context omitted.
Correct, users across GitLab and GitHub as been affected and in all cases valid credentials were used. Also see https://www.bleepingcomputer.com/news/security/attackers-wip... We are updating our title to better reflect what happened.
Sorry but the title still doesn't reflect the actual issue which per your link is : "Attackers Wiping GitHub and GitLab Repos, Leave Ransom Notes"
Re: Repositories held for ransom by using valid credentials
#109>The breaches seem to rely on the attacker having knowledge of the affected users passwords in order to wipe their Git repositories and hold them for ransom. Yeah, until I go to my computer and use "git push" again. No? Also gitsbackup.com is registered but has no A/MX records so...
"Also gitsbackup.com is registered but has no A/MX records so..." Gitlab should really note that in their blog posts and emails to users. Just in case someone is thinking of paying the ransom.
Re: Repositories held for ransom by using valid credentials
#110Earlier quoted context omitted.
> Wouldn't that that imply every secret accidentally committed and then 'deleted' is still accessible This should be a moot point because anyone (in IT) should realize that an accidentally committed secret is now 100% public for all eternity and needs to be rendered irrelevant to restore secure operations.
And a hundred times so for any public repos. There are bots feeding on the GitHub firehose, scavenging for accidentally committed credentials. A few years back (2015 or so) the average time from push-to-repo to AWS account compromise was 6 minutes . Surely that time has only gone down, and the number of different credentials identified has gone up.
Wow, I didn't realize it had become so efficient, but I shouldn't be surprised. I never really understood the value in hosting non-public software in the public, and if it's open source, it shouldn't be getting anywhere near secrets that can be used to extract money from its developers.
I remember thinking, back when it became trendy for people to upload their personal dotfiles to Github, that it would be a source of endless suffering. Who knows what information you're leaking in your ".profile" or ".bashrc"? Is that risk justified by the dubious benefit of storing your dotfiles on the internet for everyone to see, forever?