Unpacking QuimaRAT: From VBScript Dropper to a 255-Packet Offensive Framework

QuimaRAT is a new RAT being touted as a powerful cross-platform RAT capable of infecting Windows, MacOS, and Linux devices. While this is certainly true, it also happens to be quite an understatement. In this article we will unpack a VBScript dropper and analyze the subsequent JAR payload.

July 22, 2026 · 38 min · Matt Swann

When Comments Aren't Comments: Decoding An Obfuscated JavaScript Sample

An obfuscated JavaScript sample was observed on a device with an oddly large comment block at the top of the code. Students of programming are often taught that comments are not part of code itself and serve no other purpose other than to provide explanations for code blocks. In this article, we explore why that isn’t always true.

July 12, 2026 · 12 min · Matt Swann

AppDomainManager Injection — Bend .NET Assemblies to Your Will

A deep dive into AppDomainManager injection (T1574.014): how attackers use .NET’s own extensibility model to proxy execution of malicious assemblies through legitimate signed binaries, and what defenders can — and can’t — do about it.

February 12, 2026 · 7 min · Matt Swann

Advent of Cyber 2025 Day 21 — Malware Analysis Bonus Challenge

A walkthrough of the TryHackMe Advent of Cyber 2025 Day 21 bonus challenge: peeling back a multi-layer HTA payload through VBScript analysis, Base64 decoding, and XOR decryption to uncover a hidden PNG.

December 21, 2025 · 5 min · Matt Swann