Malware
Detecting Linux Kernel Process Masquerading with Command Line Forensics
Linux kernel process masquerading is sometimes used by malware to hide when it is running. Let’s go over how you can unmask a piece of Linux malware using this tactic. What is Linux Kernel Process…
How To Decloak Stealth Linux Cryptocurrency Mining Malware
Increasingly on Linux we are seeing malware deploying anti-detection and evasion tactics. In this post we’re going to go over a recent piece of malware that used a commonly available tool for hiding…
Sandfly Filescan Open Source File Entropy Scanner for Linux
We’re releasing an open source tool today called sandfly-filescan . Sandfly-filescan allows Linux admins and incident responders to quickly scan for compressed or encrypted executable files often…
Basic Linux Malware Process Forensics for Incident Responders
Let’s go step-by-step and do some basic live process forensics for Linux. Today’s attack is a bind shell backdoor waiting for a connection on Ubuntu. Simulated Bind Shell Attack If you want to…
Using Linux utmpdump for Forensics and Detecting Log File Tampering
In this post we’re going to show you how to use utmpdump for investigating Linux audit logs for signs of compromise. Seemingly unknown by many, the utmpdump command is a great tool for Linux…
Getting an Attacker IP Address from a Malicious Linux At Job
Attackers on Linux often try to establish persistence so they can maintain access to a host. The most common way to do this is with a cron job that is scheduled to run and re-install malware if it…