Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Monday September 02 2019, @02:39AM   Printer-friendly
from the it's-free-real-estate dept.

Coin-mining malware jumps from ARM IoT gear to Intel servers

Akamai senior security researcher Larry Cashdollar says one of his honeypot systems recently turned up what appears to be an IoT malware that targets Intel machines running Linux.

"I suspect it’s probably a derivate of other IoT crypto mining botnets," Cashdollar told The Register. "This one seems to target enterprise systems."

In addition to being fine-tuned for Intel x86 and 686 processors, the malware looks to establish an SSH Port 22 connection and deliver itself as a gzip archive. From there, the malware checks to see if the machine has already been infected (at which point the installation stops) or if an earlier version is running and needs to be terminated. From there, three different directories are created with different versions of the same files.

"Each directory contains a variation of the XMrig v2.14.1 cryptocurrency miner in either x86 32bit or 64bit format," the Akamai security ace explained. "Some of the binaries are named after common Unix utilities, like ps, in an attempt to blend into a normal process list."

Following that step, the malware looks to install the cryptocurrency mining tool itself and modify the host system's crontab file to make sure the malware runs even after a reboot. Additionally, the malware installs a shell script that allows it to communicate with the command and control server.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Insightful) by RS3 on Monday September 02 2019, @02:14PM (3 children)

    by RS3 (6367) on Monday September 02 2019, @02:14PM (#888829)

    FTFA, it's a "honeypot"- intentional. Enables investigation into malware and its sources.

    I run a few servers and it's laughable the constant port 22 attacks. I use software that, after X number of wrong guesses, blocks the source IP. Yep, the blocklist is very long.

    Also from article:

    The honeypot allows logins using known default login credentials for root.

    I wasn't aware of any "known default" passwords for "root". Maybe he meant frequently used?

    Starting Score:    1  point
    Moderation   +1  
       Insightful=1, Total=1
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 0) by Anonymous Coward on Monday September 02 2019, @07:02PM (2 children)

    by Anonymous Coward on Monday September 02 2019, @07:02PM (#888923)

    the article said "seems to target enterprise" so those suited whores probably pay thousands of dollars for bastardized linux appliances with insecure default setups.

    • (Score: 2) by RS3 on Tuesday September 03 2019, @01:50AM (1 child)

      by RS3 (6367) on Tuesday September 03 2019, @01:50AM (#889065)

      A bit cynical, but you're probably right. I'm still not sure where "default" passwords come into play. I've seen them on "live" bootable images, but otherwise every Linux install I've done asks for a root password during install. All that said, I've not installed every Linux flavor (yikes!) so maybe some are incredibly stupid?

      • (Score: 0) by Anonymous Coward on Tuesday September 03 2019, @06:07PM

        by Anonymous Coward on Tuesday September 03 2019, @06:07PM (#889244)

        Cynical? a little more than that. I pretty much hate most medium/big companies.

        However, i said something like "bastardized appliances", IIRC. So $big_dumb_company takes linux kernel or distro and bastardizes the shit out of it (port 22 SSH w/ password auth and worse) and flashes it to their embedded device.