TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Git ransom campaign incident report

181 点作者 brntn大约 6 年前

11 条评论

gumby大约 6 年前
Since literally everybody who has cloned a repo has a full copy of it, and since git is a decentralized revision control system, what on earth can it mean to hold a repo for ransom? The write up even says so: to recover, just push your code back up to our repo.<p>I really don&#x27;t understand what they are talking about. It&#x27;s as if someone showed me a photo of my child and said, &quot;pay me or I&#x27;ll burn this photograph&quot;.<p>What am I missing?
评论 #19914580 未加载
评论 #19914715 未加载
评论 #19914548 未加载
评论 #19914590 未加载
评论 #19914546 未加载
评论 #19915438 未加载
penagwin大约 6 年前
Is it common that companies share intelligence like this? I think it&#x27;s a wonderful idea, given they all operate on essentially the same service (git) they share similar security concerns.
评论 #19918744 未加载
评论 #19916294 未加载
heelhook大约 6 年前
Seems like no one fell for this though. <a href="https:&#x2F;&#x2F;www.blockchain.com&#x2F;btc&#x2F;address&#x2F;1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA" rel="nofollow">https:&#x2F;&#x2F;www.blockchain.com&#x2F;btc&#x2F;address&#x2F;1ES14c7qLb5CYhLMUekct...</a>
评论 #19917232 未加载
Ancient大约 6 年前
Repo&#x27;s with remaining ransom file: <a href="https:&#x2F;&#x2F;github.com&#x2F;search?q=1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA&amp;type=Code" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;search?q=1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9...</a>
评论 #19915759 未加载
rossdavidh大约 6 年前
&quot;All of this has happened before, and it will all happen again.&quot; - Peter Pan movie, Battlestar Galactica, and should be every security incident report ever.<p>Not saying they shouldn&#x27;t have issued their analysis, of course they should have, it mostly looks on target. But...it will all happen again.
mlindner大约 6 年前
1. Stop using &#x27;git add .&#x27; This is a bad habit I see people keep suggesting to new git users. Stop recommending it and stop doing it.<p>2. Never store your password in .git&#x2F;config. Why are you doing that? That shouldn&#x27;t be stored in .git&#x2F;config.
评论 #19916376 未加载
评论 #19917287 未加载
chrischen大约 6 年前
How does one withdraw bitcoin to fiat or even use it without it being traceable? Are there laundering or anonymizing services for bitcoin withdrawals to fiat?
评论 #19918686 未加载
评论 #19917820 未加载
ralph84大约 6 年前
2FA is great for the web UI, but none of these vendors make it particularly easy to enforce 2FA on the command line.
评论 #19916244 未加载
评论 #19915312 未加载
评论 #19914893 未加载
评论 #19914987 未加载
falsedan大约 6 年前
&gt; <i>Otherwise, you can still clone the repository and make use of: git reflog or git fsck to find your last commit and change the HEAD.</i><p>I don&#x27;t understand: when I clone a repo, I get a copy of all the branches&#x2F;tags and the commits they point to &amp; the trees&#x2F;blobs from those commits. If the repo is wiped, I get a single master branch with a single commit with a single tree and a single blob, and no reflog because that is local to the repo, and I (as a fresh cloner) haven&#x27;t updated any refs.<p>Perhaps they are thinking about a mirror clone? That still won&#x27;t include the reflog, but you can at least find dangling commits and guess which one was master.
评论 #19921610 未加载
shapov大约 6 年前
I didn&#x27;t see it mentioned in the article, but did any of the 3 companies confirm that the repos have been actually cloned as the attackers suggest?
jedberg大约 6 年前
I just have to say, props to Gitlab for being included in this. For a lot of enterprises that use Github and Bitbucket, this may be their first into to Gitlab.