The Fake Interview Malware: Reverse Engineering a VS Code Exploit
A technical teardown of a developer supply chain attack. Learn how attackers use fake job interviews and VS Code tasks.json to deploy zero-click malware.
Ideas, tutorials, and deep dives into Observability, Rust, and Distributed Systems.
A technical teardown of a developer supply chain attack. Learn how attackers use fake job interviews and VS Code tasks.json to deploy zero-click malware.
How I built a key-value storage engine from scratch in Rust, implementing an LSM-Tree with a custom SkipList, Write-Ahead Log, Bloom Filters, and multi-level compaction.