04 March 2026

🚀 ICMP-Ghost: A Technical Analysis of Low-Level Network Communication in x64 Assembly

 ICMP-Ghost: A Pure x64 Assembly Fileless C2 Architecture


In the field of cybersecurity research, optimizing system integrity and minimizing the operational footprint are crucial for accurate environment analysis. Today, we are exploring a project focused on volatile memory execution and non-traditional communication protocols: ICMP-Ghost. This project serves as a technical proof-of-concept for building a minimalist remote management interface using low-level Assembly methods to ensure high efficiency and low system impact.

03 March 2026

🚀 RFC 1071 Standards : Checksum with x64 Assembly

 Data Sealing to RFC 1071 Standards: Anatomy of a Checksum with x64 Assembly

As the development of my ICMP-based Reverse Shell project continues at full throttle, today I want to talk about the most "diplomatic" part of the operation: the Checksum. If you don't stamp this seal correctly on the packet you're sending, the victim machine's operating system treats your packet as a "forgery" and dumps it in the trash before it even gets through the door.

So, how exactly is this "seal" calculated in a low-level language? Let's examine it step-by-step through the very algorithm I wrote and currently use in my project.

🚀 ICMP-Ghost: A Technical Analysis of Low-Level Network Communication in x64 Assembly

 ICMP-Ghost: A Pure x64 Assembly Fileless C2 Architecture In the field of cybersecurity research, optimizing system integrity and minimizin...