I got hacked: My Hetzner server started mining Monero
blog.jakesaunders.dev
I got hacked: My Hetzner server started mining Monero
1–10 of 422 posts
Re: I got hacked: My Hetzner server started mining Monero
#2[flagged]
Re: I got hacked: My Hetzner server started mining Monero
#3[flagged]
Someone mined Monero on my server a few years ago. I was running Jenkins.
Re: I got hacked: My Hetzner server started mining Monero
#4Whew, load average of 0 here.
Re: I got hacked: My Hetzner server started mining Monero
#5> The Reddit post I’d seen earlier? That guy got completely owned because his container was running as root. The malware could: [...]
Is that the case, though? My understanding was, that even if I run a docker container as root and the container is 100% compromised, there still would need to be a vulnerability in docker for it to “attack” the host, or am I missing something?
Re: I got hacked: My Hetzner server started mining Monero
#6[deleted]
Re: I got hacked: My Hetzner server started mining Monero
#7> Here’s the test. If /tmp/.XIN-unix/javae exists on my host, I’m fucked. If it doesn’t exist, then what I’m seeing is just Docker’s default behavior of showing container processes in the host’s ps output, but they’re actually isolated.
/tmp/.XIN-unix/javae &
rm /tmp/.XIN-unix/javae
This article’s LLM writing style is painful, and it’s full of misinformation (is Puppeteer even involved in the vulnerability?).Re: I got hacked: My Hetzner server started mining Monero
#8Re: I got hacked: My Hetzner server started mining Monero
#9This article is very interesting at first but I once again get disappointed after reading clear signs of AI like "Why this matters" and "The moment of truth", and then the whole thing gets tainted with signs all over the place.
Re: I got hacked: My Hetzner server started mining Monero
#10I don't use Docker for my containers at home, but I take it by the concern that user namespacing is not the employed by them or something?