In 2025 I wanted to try something new. In addition to a traditional 100 days of Yara, I will also be doing 100 days of Rust. For some time it has been my goal to learn Rust, but I’ve never had enough time for it.
I think 100 days challenge is a pretty good format to learn something new, as it doesn’t take a lot of time from your day to accomplish one simple task but accumulated gains from many days doing it consistently are big.
In a way this is kind of similar to the endurance sports training (which, for those who don’t know me is also one of my passions).
As “learn Rust” is a pretty vague goal, I decided to focus on a more specific goal of learning Rust for Linux system programming. Therefore, most of the challenges I will undertake in the next 100 days will focus on this specific aspect.
I am by no means a Software Engineer, I am an Incident Responder, turned Malware Analyst, turned CTI analyst and have a limited experience with programming.
I mostly use Python in my everyday tasks, but have some knowledge of C and JavaScript as well. I will probably do some references to Python in these notes, as this is a language I feel most comfortable with.
Nmap (Network Mapper) is a free tool that helps you find devices on a network,…
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…