Skip to main content

Malware Analysis

Advanced Malware Analysis: Static Analysis Techniques

··1333 words·7 mins· loading · loading
This article explores advanced static malware analysis techniques, including file format analysis, strings analysis, control flow graph reconstruction, disassembly and reverse engineering, signature-based detection, and indicators of compromise, providing practical examples and tool recommendations for professional hackers, pen testers, and red teamers.

Advanced Malware Analysis: Disassembly Techniques

··3983 words·19 mins· loading · loading
This article provides an in-depth overview of advanced malware analysis techniques, including manual and automated disassembly, decompilers, debuggers, and dynamic binary instrumentation (DBI), with examples of tools and outputs provided for each technique.

Advanced Exploit Development: Heap Spraying Techniques

··6146 words·29 mins· loading · loading
This article explores advanced heap spraying techniques used by red teams and pen testers to exploit vulnerabilities in software applications, including non-ASLR and ASLR-based heap spraying, and Unicode heap spraying, with real-world examples and tools.

Dynamic Techniques for Advanced Malware Analysis

··2231 words·11 mins· loading · loading
This article discusses advanced malware analysis techniques focusing on dynamic analysis and provides real-world examples and code samples for techniques such as memory analysis, network monitoring, and debugging.

Know Thy Enemy: Malware Analysis for Red Teams

··691 words·4 mins· loading · loading
To defeat the EDR, you must think like the EDR. This guide introduces malware analysis concepts specifically for Red Team operators to self-audit payloads and improve stealth.

Cracking the Code: An Advanced Introduction to Reverse Engineering

··2584 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.