<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Master&#39;s Projects on Hello Friend</title>
    <link>https://neo-society.eu/tags/masters-projects/</link>
    <description>Recent content in Master&#39;s Projects on Hello Friend</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Sun, 25 Jan 2026 20:30:48 +0100</lastBuildDate>
    <atom:link href="https://neo-society.eu/tags/masters-projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Radio Communications Security</title>
      <link>https://neo-society.eu/posts/2026/01/radio-communications-security/</link>
      <pubDate>Sun, 25 Jan 2026 20:30:48 +0100</pubDate>
      <guid>https://neo-society.eu/posts/2026/01/radio-communications-security/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Wireless Security Auditing.&lt;/strong&gt; &lt;a href=&#34;https://github.com/vv4lheim/Master-Secom/blob/main/SECOM-2.pdf&#34;&gt;&lt;strong&gt;See PDF Report&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This report explores the vulnerabilities of IoT devices through SDR techniques. Conducted at Sorbonne University, the project addresses the inherent risks of radio communications, where signals propagate in open space, making them susceptible to interception and jamming.&lt;/p&gt;&#xA;&lt;p&gt;The study utilizes a Raspberry Pi platform equipped with RTL-SDR and PlutoSDR hardware to analyze devices operating on various frequencies. Key experiments include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Replay Attacks&lt;/strong&gt;: Intercepting and re-emitting fixed codes to control smart plugs and roller shutters using tools like 433Utils and URH.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;False Data Injection Attacks&lt;/strong&gt;: Manipulating weather station displays by injecting forged temperature frames.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Advanced Signal Analysis&lt;/strong&gt;: Moving to the 2.442 GHz band to reverse-engineer drone communications using GNU Radio, which involved bypassing XOR encryption and calculating CRC to retrieve a hidden flag.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The project demonstrates that many consumer IoT devices remain fragile due to the use of simple modulations (ASK/OOK) and the absence of protective mechanisms such as rolling codes or robust encryption.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reverse Hardware Engineering</title>
      <link>https://neo-society.eu/posts/2026/01/reverse-hardware-engineering/</link>
      <pubDate>Mon, 19 Jan 2026 22:06:02 +0100</pubDate>
      <guid>https://neo-society.eu/posts/2026/01/reverse-hardware-engineering/</guid>
      <description>&lt;p&gt;&lt;strong&gt;STM32F4 Firmware Extraction &amp;amp; Protocol Analysis.&lt;/strong&gt; &lt;a href=&#34;https://github.com/vv4lheim/Master-Reverse-Hardware/blob/main/Reverse_HARD.pdf&#34;&gt;&lt;strong&gt;See PDF Report&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;project-description&#34;&gt;Project Description&lt;/h3&gt;&#xA;&lt;p&gt;This project focused on hardware reverse engineering and the study of embedded systems. We dissected an STM32F4-based device to understand its internal logic and communication:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Firmware Extraction&lt;/strong&gt;: Interfaced with the STM32F4 microcontroller via debug ports to successfully dump the internal memory and retrieve the binary payload.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Protocol Analysis&lt;/strong&gt;: Identified and decoded TLV (Type-Length-Value) command structures used by the firmware to exchange data with external peripherals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reverse Software Engineering</title>
      <link>https://neo-society.eu/posts/2025/12/reverse-software-engineering/</link>
      <pubDate>Sat, 20 Dec 2025 18:06:05 +0100</pubDate>
      <guid>https://neo-society.eu/posts/2025/12/reverse-software-engineering/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Deep binary analysis of Command &amp;amp; Control (C2) components and malicious documents.&lt;/strong&gt; &lt;a href=&#34;https://github.com/vv4lheim/Master-Reverse-Software/blob/main/Reverse.pdf&#34;&gt;&lt;strong&gt;See PDF Report&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;project-description&#34;&gt;Project Description&lt;/h3&gt;&#xA;&lt;p&gt;This project focused on software reverse engineering and the study of complex infection chains. I dissected malicious components to understand their internal mechanics:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Binary Analysis:&lt;/strong&gt; Used &lt;code&gt;Ghidra&lt;/code&gt; and &lt;code&gt;Binary Ninja&lt;/code&gt; to reverse-engineer a &lt;strong&gt;C2&lt;/strong&gt; component, analyzing its communication mechanisms and persistence capabilities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Malicious Document Analysis:&lt;/strong&gt; Investigated compromised &lt;code&gt;XLS&lt;/code&gt; and &lt;code&gt;PDF&lt;/code&gt; files, including macro flow analysis to identify execution vectors.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Infection Chains:&lt;/strong&gt; Reconstructed the complete attack lifecycle, from document delivery to the execution of the final payload.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;added-value--professional-objectives&#34;&gt;Added Value &amp;amp; Professional Objectives&lt;/h3&gt;&#xA;&lt;p&gt;This experience allowed me to develop a rigorous approach to &lt;strong&gt;static analysis&lt;/strong&gt; and a deep understanding of malicious software architectures:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Infrastructure</title>
      <link>https://neo-society.eu/posts/2025/10/infrastructure/</link>
      <pubDate>Tue, 28 Oct 2025 18:19:03 +0100</pubDate>
      <guid>https://neo-society.eu/posts/2025/10/infrastructure/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Autonomous design, construction, and operation of an enterprise-grade infrastructure.&lt;/strong&gt; &lt;a href=&#34;https://github.com/vv4lheim/Master-Infra/blob/main/Infra.pdf&#34;&gt;&lt;strong&gt;See PDF Report&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;project-description&#34;&gt;Project Description&lt;/h3&gt;&#xA;&lt;p&gt;This project moved beyond theory to gain hands-on experience with physical hardware. The objective was to build a complete enterprise network from scratch, focusing on security through strict network segmentation. By creating logical separation between administrative, user, and server domains, I ensured granular control over all traffic flows.&lt;/p&gt;&#xA;&lt;p&gt;Key components deployed within this segmented architecture include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Security &amp;amp; Observability:&lt;/strong&gt; Implemented a full SIEM stack using &lt;code&gt;Elastic (ELK)&lt;/code&gt;, &lt;code&gt;Fleet&lt;/code&gt;, &lt;code&gt;Elastic Defend&lt;/code&gt;, and &lt;code&gt;Auditd&lt;/code&gt; for centralized logging and alerting.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Identity &amp;amp; Collaboration:&lt;/strong&gt; Deployed &lt;code&gt;LDAP/LAM&lt;/code&gt; for centralized identity management and &lt;code&gt;Nextcloud&lt;/code&gt; for secure collaboration.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Perimeter Security:&lt;/strong&gt; Configured an &lt;code&gt;OPNsense&lt;/code&gt; firewall for network control and a &lt;code&gt;WireGuard&lt;/code&gt; VPN for secure remote access.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automation:&lt;/strong&gt; Used &lt;code&gt;Ansible&lt;/code&gt; for streamlined deployment and configuration management.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;added-value--professional-objectives&#34;&gt;Added Value &amp;amp; Professional Objectives&lt;/h3&gt;&#xA;&lt;p&gt;Working with real hardware required addressing complex operational issues, such as service interoperability and network misconfigurations, providing a full lifecycle experience:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pentest</title>
      <link>https://neo-society.eu/posts/2025/09/pentest/</link>
      <pubDate>Sat, 27 Sep 2025 17:54:12 +0100</pubDate>
      <guid>https://neo-society.eu/posts/2025/09/pentest/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Penetration testing on a simulated enterprise infrastructure.&lt;/strong&gt; &lt;a href=&#34;https://github.com/vv4lheim/Master-Pentest/blob/main/Pentest.pdf&#34;&gt;&lt;strong&gt;See PDF Report&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;project-description&#34;&gt;Project Description&lt;/h3&gt;&#xA;&lt;p&gt;This project, conducted at &lt;strong&gt;Sorbonne University&lt;/strong&gt;, consisted of a comprehensive penetration testing exercise on &lt;strong&gt;Windows&lt;/strong&gt; and &lt;strong&gt;Linux&lt;/strong&gt; environments, including web application audits. I applied a rigorous end-to-end methodology:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reconnaissance &amp;amp; Scanning:&lt;/strong&gt; Used &lt;code&gt;Nmap&lt;/code&gt; for network mapping and service discovery.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Analysis:&lt;/strong&gt; Performed fuzzing and application penetration testing using &lt;code&gt;Burp Suite&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Exploitation:&lt;/strong&gt; Executed brute-force attacks via &lt;code&gt;Hydra&lt;/code&gt;, researched CVEs on &lt;code&gt;ExploitDB&lt;/code&gt;, and performed exploitation with &lt;code&gt;Metasploit&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reporting:&lt;/strong&gt; Authored a detailed audit report covering vulnerabilities, impact analysis, and remediation recommendations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;added-value--professional-objectives&#34;&gt;Added Value &amp;amp; Professional Objectives&lt;/h3&gt;&#xA;&lt;p&gt;This experience allowed me to consolidate a strong foundation for my cybersecurity career:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
