Open in app

Sign In

Write

Sign In

Siddharth
Siddharth

11 Followers

Home

About

Feb 18, 2022

Detecting memfd_create linux fileless malware with EBPF

Detecting Fileless malwares on the systems has always been tricky. In the past we have seen some linux malwares which used fileless techniques. For example, NiuB malware creates a hidden directory on the fly inside user’s bin location and from that hidden directory, it executes the payload. In this blog…

Malware

5 min read

Detecting memfd_create linux fileless malware with EBPF
Detecting memfd_create linux fileless malware with EBPF
Malware

5 min read


Nov 13, 2021

StackSnooping: An approach to detect the rootkit’s hook

While doing research on linux rootkits, I read about some hooking techniques which are used by the rootkits to tamper the actual behavior of a syscall. Some of which are VFS hooking, hooking via syscall table hijacking etc..One of the techniques that caught my attention was the ftrace hook technique…

Malware

9 min read

StackSnooping: An approach to detect the rootkit’s hook
StackSnooping: An approach to detect the rootkit’s hook
Malware

9 min read


Oct 17, 2021

Linux Rootkits — Multiple ways to hook syscall(s)

Most of the rootkits used in the malware attacks we see are open source and have almost the same behavior(hiding and hooking) as that of a normal process running in the system. In terms of behavior, they have little to no difference than a normal process. In this brief blog…

Rootkit

8 min read

Linux Rootkits — Multiple ways to hook syscall(s)
Linux Rootkits — Multiple ways to hook syscall(s)
Rootkit

8 min read


Oct 7, 2021

Easy Unpacking-Golang-based ELF malware

While I was looking into TeamTNT associated binaries (especially the XMRIG ones), I found a blog post which was published by Trend Micro research some time ago. The blog was about TNTbotinger malware in which attackers used shell-script as the initial vector.(Read full blog here) In this brief blog we…

Malware

4 min read

Easy Unpacking-Golang-based ELF malware
Easy Unpacking-Golang-based ELF malware
Malware

4 min read


Oct 7, 2021

Debugging Golang based ELF malware

Golang is simple and has a cross-platform compiler which gives malware authors a chance to develop malware without putting too much effort into the code. Golang is a compiled language just like C/C++ which requires no VM.Go compiled binaries include a runtime package which takes care of language features like…

Malware

7 min read

Debugging Golang based ELF malware
Debugging Golang based ELF malware
Malware

7 min read


Oct 6, 2021

Docker API Abuse

The docker API basically is an interface between docker daemon and docker image. The docker API is exposed via a Unix Socket at /var/run/docker.sock by default.The Docker daemon(server) uses this socket to listen to the API and the clients(docker images) use the socket to send API requests to the daemon…

Hacking

2 min read

Docker API Abuse
Docker API Abuse
Hacking

2 min read

Siddharth

Siddharth

11 Followers

Linux Security<Malware> Researcher

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech