$5,000 Security Breach
11–20 of 26 posts
Re: $5,000 Security Breach
#12The instance was spun up on April 2, but Heartbleed wasn't disclosed for almost a week later. I highly doubt anybody used the Heartbleed 0-day to access your account.
According to Cloudflare ( http://blog.cloudflare.com/answering-the-critical-question-c... ), exploiting heartbleed may actually be very difficult. So yeah, it's very unlikely for that to have happened.
Re: $5,000 Security Breach
#13>'They' spin up spot instances which isn't subject to Billing Alerts. You'll need to cancel those spot instances, revoke your AWS credentials, and change your account password," he said. This doesn't make sense at all. Amazon should let us if monthly bill > X send me a priority email and phone call. Why do they hide behind these dark patterns? I thought they were better than that.
Re: $5,000 Security Breach
#14>"'They' spin up spot instances which isn't subject to Billing Alerts. Spot Instances aren't subject to AWS Billing Alerts? Is this common knowledge?
Re: $5,000 Security Breach
#15Earlier quoted context omitted.
According to Cloudflare ( http://blog.cloudflare.com/answering-the-critical-question-c... ), exploiting heartbleed may actually be very difficult. So yeah, it's very unlikely for that to have happened.
Well, getting an SSL private key is difficult as they don't often get into memory and are quite long (difficult to get from 64k at a time). Whereas AWS credential keys are something that get into your servers RAM much more frequently and are shorter strings. So it could easily be remote memory exploitation. But more likely social engineering or some other easy path in.
Re: $5,000 Security Breach
#16Another reminder to be extra careful about checking in AWS credentials into version control. You never know when you might open source that repository and someone can easily yank it from Github.
Coincidentally, the incident also occurred around the same time (April 1-2). We were hit with $13,000 worth of EC2 usage before we shut them down and changed our AWS key... We reported to Amazon, and they are working on a refund.
Re: $5,000 Security Breach
#17Re: $5,000 Security Breach
#18Re: $5,000 Security Breach
#19Earlier quoted context omitted.
According to Cloudflare ( http://blog.cloudflare.com/answering-the-critical-question-c... ), exploiting heartbleed may actually be very difficult. So yeah, it's very unlikely for that to have happened.
Well, getting an SSL private key is difficult as they don't often get into memory and are quite long (difficult to get from 64k at a time). Whereas AWS credential keys are something that get into your servers RAM much more frequently and are shorter strings. So it could easily be remote memory exploitation. But more likely social engineering or some other easy path in.
Re: $5,000 Security Breach
#20I have 2-factor auth enabled on my AWS login - but am I right in thinking that if someone has my API keys that they don't need the 2nd factor?