“DarkRadiation” – Abusing Bash for Linux and Docker Container Ransomware

A new ransomware targets Docker containers and Linux devices, leveraging Bash shell scripts to do all its work. Would your security solution prevent it? Read more

Similar

Is Docker Dead in the Water?

You’ve probably seen this Tweet already… …ignoring Docker updates is a paid feature now?? pic.twitter.com/ZxKW3b9LQM — Brendan Dolan-Gavitt (@moyix) May 1, 2021 If we needed any more evidence that Docker is in trouble, this is it. At this point Docker, ac... (more…)

Read more »

Build small Docker images for Go binaries

Maintain Docker images small can help in many cases. It reduces the bandwidth required by registry and dramatically speed up deployment in large clusters.To run a Go binary a full fledged distro with libc is generally required. Unfortunately most linux of... (more…)

Read more »

A 1 KB Docker Container

No, that’s not a typo or a joke. I have created a Docker container containing a single Unix executable with no dependencies that occupies less than 1 KB of space on disk. There are no other files included in the container — not even libc. (more…)

Read more »