Linux warning: TrickBot malware is now infecting your systems

https://www.tecmint.com/linux-security-auditing-and-scanning-with-lynis-tool/

Also available from the Software Manager on Debian/Ubuntu/Mint

Released 2017? And it's an auditing tool? I'm hoping there's a younger link. Besides...

Code:
wget https://cisofy.com/files/lynis-2.5.5.tar.gz

That link is a 404!

*Edit* Updated link https://downloads.cisofy.com/lynis/lynis-3.0.0.tar.gz

So...
Code:
wget https://downloads.cisofy.com/lynis/lynis-3.0.0.tar.gz

Then the execute command is no longer

Code:
./lynis --check-all

It's...

Code:
./lynis audit system

This article is younger: https://www.tecmint.com/scan-linux-for-malware-and-rootkits/ But oddly enough shows up later in Google... HA what fun!

But an interesting tool @Barcelona thanks.
 
Last edited:
I just downloaded the latest tarball, version 3.0.0 - unpacked it and ran it from the downloads folder.

greg@greg-NSA1J42 ~/Downloads/lynis

Code:
 sudo -s

Code:
./lynis audit system

Dont forget to sudo -s or you'll get permission errors.

You can install it too if you want and set up a cron job to run it regularly.
 
Last edited:
Back
Top