As stated by the researchers,
The attackers exploit a misconfigured Docker API port to run an Ubuntu container with the kinsing malicious malware, which in turn runs a cryptominer and then attempts to spread the malware to other containers and hosts.While the detailed technical analysis of the attack is available in the researchers’ post, here is a brief.
The attack begins when the attackers detect an unprotected open Docker API port. They then instantiate an Ubuntu container with an entry point to download a shell script d.sh from either of their three IP addresses. This shell script performs various activities facilitating the execution of malware. The same also downloads and runs the Kinsing malware.
This malware has several C&C servers each dedicated to separate operations. Though this malware aims to deploy cryptominer (kdevtmpfsi), it also performs other activities such as lateral movement to target other systems.
Researchers advise companies to ensure the security of all their API ports whilst reviewing their Docker instances. Companies can protect the exposed admin endpoints behind firewalls or VPNs and should disable them when not in use.
Let us know your thoughts in the comments.