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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: No clue how AWS account was compromised – how to move forward?

16 点作者 71a54xd大约 1 年前
I recently got an email from AWS about an account I created for consulting work nearly six months ago. Someone managed to get in and stand up a bunch of EBS clusters. Fortunately, this was caught by logs at the startup where I was consulting via their analytics. This was an account I&#x27;d only logged into a few times with it&#x27;s own separate email.<p>I&#x27;m sort of afraid to keep doing anything important or sensitive on the macbook where I logged into this account. Fortunately amazon has been great with support and it looks like I&#x27;m off the hook for the fees. But I&#x27;m in desperate need of advice for how to prevent this (even with 2fa) in the future and how to safely move all of my bitwarden credentials to a new completely sterile machine?<p>I guess I&#x27;m just a bit flustered since I&#x27;ve never had this happen before and I consider myself a solid developer with good security practices.

2 条评论

leros大约 1 年前
The same thing happened to me a year ago. I had an AWS account I barely used except for an SQS queue. Somehow, someone got in, changed the password, and set up a machine learning pipeline. I couldn&#x27;t turn it off since I was locked out of the account and I racked up a $20k bill.<p>I also have no idea how they got it. I had 2FA set up and only had one service key created that I used in a Heroku environment variable.<p>Here&#x27;s what happened:<p>- I contacted customer service. It took them several days to get back to me. Initially they told me they couldn&#x27;t help and I would be responsible for any charges per their ToS as it&#x27;s my responsibility to secure the account.<p>- After some back and forth, they reset my account credentials (the email was changed from me@mycompany.com to uuid@random.ru so it was obviously an account takeover).<p>- They listed out a list of services that had been started after the compromise and told me it was my responsibility to disable them and then tell them I did so.<p>- I cleaned things up the best I could and then told the service agent. They said I missed a few things and gave me more clear directions.<p>- By this point I had a $70k bill. Things had been running for about a week.<p>- I asked about getting a refund and they said they could do that but only after I set my account up with a proper security setup, which involved creating a bunch of separate small user accounts with minimal permissions.<p>- I did that, they refunded the charges, and then I deleted my account.<p>Long story short, it took a while and they weren&#x27;t initially too helpful but ended up being very nice and helpful in the end.
评论 #39877897 未加载
评论 #39868274 未加载
KomoD大约 1 年前
&gt; how to safely move all of my bitwarden credentials to a new completely sterile machine?<p>Bitwarden is synced so just wipe the machine and log in again?