~/threat-unpacked $

Operational Malware Analysis

>_ ThreatUnpacked

Deep dives into incidents, implants, and intrusion sets. Less what the malware does, more why it matters when you're the one responding.

05 // entries
02 // public CVEs
04 // open tools
status: writing
// latest
[2026-03-12] $ driver-analyzer-pt3.md part 3

Building a Scalable Windows Driver Vulnerability Analyzer (Part 3): From One Driver to 1,775

In Part 1, I built a pipeline to ingest and classify tens of gigabytes of Windows drivers. In Part 2, I ran it at scale and found the initial results underwhelming. IOCTLance found bugs, but understanding what those bugs meant required more context than symbolic execution alone c

18 min read $ read
# archive 4 more
[2026-02-04] $ driver-analyzer-pt2.md part 2

Building a Scalable Windows Driver Vulnerability Analyzer (Part 2)

In [Part 1], I built a pipeline to churn through gigabytes of drivers. I started with a massive raw dataset of 58.5 GB of drivers. However, feeding this volume into a static analyzer is inefficient. I aggressively filtered the set: This left me with a curated dataset of 28,000 un

7 min read
[2026-01-21] $ driver-analyzer-pt1.md part 1

Building a Scalable Windows Driver Vulnerability Analyzer (Part 1)

Background As I spent more time looking at kernel drivers, that interest gradually grew. Finding my first CVE in a Windows driver pushed me to pay closer attention to this area. Around the same time, I started reading more practical write-ups on driver work, including a post by e

6 min read
[2026-01-07] $ why-this-blog.md

Why This Blog Exists

Most malware analysis content focuses on what a sample does. This blog focuses on why it matters during an incident. Through case studies, technical deep dives, and operational reflections, I write about: Clarity matters, assumptions are dangerous, and systems fail in ways their

1 min read
[2025-10-07] $ netfilter-driver.md

Reversing a Microsoft-Signed Rootkit: The Netfilter Driver

A detailed technical analysis of Netfilter.sys, a malicious kernel driver that was legitimately signed by Microsoft through attestation signing. This post explores how the rootkit harnesses the Windows Filtering Platform for stealthy IP redirection, the C2 communication mechanism

13 min read