if it’s unavoidable, then monitoring your db isn’t reachable from the public internet is important.
A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
31–40 of 117 posts
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#32I am not able to follow the reasoning of this part of the write-up: The most important bit of information the above chart shows us is what a full database transfer looks like in terms of bandwidth. From 6p to 9:30p, the amount of data was the expected amount from a working primary server with multiple secondaries syncing to it. At 3a, you’ll see an enormous amount of data transfered. This tells us that the hacker was…
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#33Edit: note I said Docker specifically, nothing about containerization.
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#34It's a pity that the chances of nailing the perps is so low. Obviously docker and the person that put this together share some of the blame but: the original internet would have never gotten off the ground if it wasn't for people cooperating with each other rather than to try to tear things down all the time. And with the chances of your average script kiddie/hacker/idiot getting caught being lower than a typical bik…
> I personally think they are utter trash.
In this case, even criminal, given the extortion attempt.
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#35I am not able to follow the reasoning of this part of the write-up: The most important bit of information the above chart shows us is what a full database transfer looks like in terms of bandwidth. From 6p to 9:30p, the amount of data was the expected amount from a working primary server with multiple secondaries syncing to it. At 3a, you’ll see an enormous amount of data transfered. This tells us that the hacker was…
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#36It's a pity that the chances of nailing the perps is so low. Obviously docker and the person that put this together share some of the blame but: the original internet would have never gotten off the ground if it wasn't for people cooperating with each other rather than to try to tear things down all the time. And with the chances of your average script kiddie/hacker/idiot getting caught being lower than a typical bik…
If we accept that this is the default state of the Internet (insecure) then I think it is a correct assumption and forces everyone to think twice before exposing anything to the Internet by default. Here the default Docker behaviour was very much at fault but also the assumption that a Linux level firewall is good for Docker. We have docker deployments that are completely hidden behind NAT in AWS and such things are…
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#37Just wanted to say that I recently started reading RSS again and NewsBlur has been excellent. It’s a good aggregator, has a great web interface, and a great iOS app. The free tier is all you need (so I guess I’ll need to pay just out of my desire to support).
I could self-host an RSS reader, but Newsblur works well enough that I haven't bothered.
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#38It's a pity that the chances of nailing the perps is so low. Obviously docker and the person that put this together share some of the blame but: the original internet would have never gotten off the ground if it wasn't for people cooperating with each other rather than to try to tear things down all the time. And with the chances of your average script kiddie/hacker/idiot getting caught being lower than a typical bik…
I doubt this was even specifically targeted at NewsBlur. Reading the article it sounds like it's just an automated attack that scans for any open mongo servers on the internet and does the same thing to any of them. Not that that's any better, really.
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#39Security should be the default stance, and any port exposed through docker should initially be restricted to local only. Going global should be explicit, imo.
Re: A Docker footgun led to a vandal deleting NewsBlur's MongoDB database (2021)
#40I am not able to follow the reasoning of this part of the write-up: The most important bit of information the above chart shows us is what a full database transfer looks like in terms of bandwidth. From 6p to 9:30p, the amount of data was the expected amount from a working primary server with multiple secondaries syncing to it. At 3a, you’ll see an enormous amount of data transfered. This tells us that the hacker was…
Since that level of data transfer only occurred once (when they did it), they know the attacker did not actually transfer any data.