File-less malwares: what and how

What are file-less malwares? How do they work on linux? According to Wikipedia, file-less malware is a variant of computer related malicious software that exists exclusively as a computer memory-based artifact i.e. in RAM. In other words, the malware/program is never written to harddisk but directly loaded in memory. To get a better understanding of how that happens in linux, we need to understand how a normal program loads itself into memory and executes itself....

February 26, 2022 · 14 min · 2876 words · ayedaemon

Keylogger for Linux

Developing a low level keylogger for linux using C. ...

February 2, 2021 · 9 min · 1806 words · ayedaemon

Advanced Intrusion Detection Environment

Host-based intrusion detection system (HIDS) for checking the integrity of files. ...

December 19, 2020 · 5 min · 920 words · ayedaemon

LUKS Disk Encryption

Linux Unified Key Encryption — Disk Encryption ...

December 19, 2020 · 4 min · 691 words · ayedaemon