Chris Walker · @Exeron
14 followers · 47 posts · Server infosec.exchange
Chris Walker · @Exeron
13 followers · 43 posts · Server infosec.exchange

The decompiled interpretation from ghidra of the main function.
This is a link to the sample executed - bazaar.abuse.ch/sample/990628a

#sysmonforlinux

Last updated 2 years ago

Chris Walker · @Exeron
12 followers · 40 posts · Server infosec.exchange

A few bits from this one, using echo directly into crontab & attempting to mount /tmp over the PID in /proc/ as likely a stealth method. Not running as root prevented the mount command so I ran it as root to test it.

Sigma rule for mount - github.com/exeronn/Linux-Detec

#sigma #sysmonforlinux

Last updated 2 years ago

Chris Walker · @Exeron
12 followers · 35 posts · Server infosec.exchange

Another compiled python sample, with better stealth than the previous one. Its files are located in /dev/shm/.p/, it uses a process hider to change the name for ps and similar output and the compiled python code isn't listed in objdump.

#sysmonforlinux

Last updated 2 years ago

Chris Walker · @Exeron
10 followers · 30 posts · Server infosec.exchange

A fairly crude, yet relatively well functioned perl implant. Supports Scanning, log cleanup, DOS and arbitary command execution. Whilst it was simple it was good for 8 new sigma rules!

1/

#sigma #sysmonforlinux #perl #malware

Last updated 2 years ago

Chris Walker · @Exeron
10 followers · 28 posts · Server infosec.exchange

I also created a Sysmon config with the required sections that can be merged with a current config to record the specific event types

github.com/exeronn/Linux-Detec

#sysmonforlinux #sigma #pyinstaller #python

Last updated 2 years ago

Chris Walker · @Exeron
10 followers · 19 posts · Server infosec.exchange

Analysis of a multi platform coin miner & generic RAT. Has persistence via crontab & systemctl, can execute shell commands & DOS certain protocols.

1/

#sysmonforlinux #rat #coinminer

Last updated 2 years ago

Chris Walker · @Exeron
10 followers · 18 posts · Server infosec.exchange

Running a sample which is a pyInstaller compiled ELF. The Python code is multi OS (Linux & Windows). Will post more detail on it after I've some time to look at it properly.

#sysmonforlinux #pyinstaller #malware

Last updated 2 years ago

Chris Walker · @Exeron
10 followers · 17 posts · Server infosec.exchange
Chris Walker · @Exeron
9 followers · 11 posts · Server infosec.exchange

An attempt to visualise the process tree using Networkx & Pyvis in Jupyter, keyed on ProcessGuid & ParentProcessGuid.

#python #jupyter #sysmonforlinux

Last updated 2 years ago

Chris Walker · @Exeron
9 followers · 9 posts · Server infosec.exchange

Still need to do some work to show process graphs. This was interesting, several GTFOBins & utilises a tool to rename the binary so tools such as "ps" show something else. Also sets up a cronjob to run every 5 minutes. It uses a pid file to deduplicate runs.

#sysmonforlinux

Last updated 2 years ago

Chris Walker · @Exeron
4 followers · 7 posts · Server infosec.exchange

Sysmon for Linux setup to start testing running payloads from the honeypots and other public sources.

Currently collecting & processing;
*process start/stop
*network connections
*file create/delete

#linux #sysmonforlinux

Last updated 2 years ago

Abdullah Baghuth · @0xCyberY
8 followers · 7 posts · Server infosec.exchange

We often use Sysmon to log system activity on Windows, but what if we are using Linux?

You can use:
1. SysmonForLinux: github.com/Sysinternals/Sysmon
2. Audiod: linux.die.net/man/8/auditd

Unfortunately, SysmonForLinux is still limited to a few events and they can not log all activities such as DNSEvent (EventID 22).
Let me know what you're using for Linux.

#sysmon #sysmonforlinux #cybersecurity

Last updated 2 years ago

RawSec · @0xrawsec
15 followers · 2 posts · Server infosec.exchange

I think I got bored waiting after so I decided to start my own BPF based monitoring project. Roadmap:
- shared object loading
- driver loading
- dns queries
- network connections
Tell me if you want other stuffs for a first release !

#sysmonforlinux #linux #opensource #threathunting

Last updated 2 years ago