Skip to main content

Malware

Advanced Memory Forensics - Detecting Code Injection Techniques in Linux

··1852 words·9 mins· loading · loading
Advanced memory forensics equips red teams and pen testers with the skills to detect and analyze sophisticated code injection techniques in Linux, using tools like Volatility and GDB to uncover hidden malicious activities and defend against advanced threats.

Advanced Exploit Development - Heap Exploitation Techniques

··1629 words·8 mins· loading · loading
Master the art of heap exploitation with this comprehensive guide, diving into advanced techniques, real-world examples, and practical code snippets to elevate your red teaming and pen testing skills.

Malware Obfuscation - Techniques and Best Practices

··1743 words·9 mins· loading · loading
This article delves into malware obfuscation, discussing various techniques, tools, and best practices used by red teams and penetration testers, along with real-world examples and code samples, to create evasive and resilient malware that can bypass security measures and remain undetected.

Advanced Red Team Exercises: Supply Chain Attacks

··2991 words·15 mins· loading · loading
This article provides an in-depth discussion of advanced red team exercises specifically focused on supply chain attacks, including reconnaissance, weaponization, delivery, exploitation, and post-exploitation phases, with technical details and real-world examples.

Go for the Red Team: Weaponizing the Gopher

··534 words·3 mins· loading · loading
Why is everyone rewriting their C2 in Go? Cross-compilation, static binaries, and speed. We dive into using Go for offensive operations.

Cracking the Code: An Advanced Introduction to Reverse Engineering

··2589 words·13 mins· loading · loading
A comprehensive deep-dive into the world of reverse engineering. Learn the fundamental concepts of disassembly and decompilation, master the nuances of PE and ELF file formats, understand x86/x64 assembly, and discover how to bypass anti-reverse engineering protections during advanced red team engagements.