Skip to content

Blogs

Long form technical writing on malware analysis, reverse engineering, detection engineering, and GenAI security. Each post reflects independent personal research, independent lab work, and public source analysis.

11 published posts 3 in pipeline RSS feed Jump to upcoming
GenAI

Speak LLM: A Practical Glossary for Better Agent Outcomes

A practical glossary of agent and LLM workflow phrases such as smoke test, blast radius, regression, harness, and negative path, with ready-to-paste prompts.

August 2026 Read →
GenAI

The Token Problem: KV Cache, Prefill Cost, and Coding Agents

Why a short prompt can still burn a full context window, and how agent harnesses amplify KV cache cost, GPU memory pressure, and usage based pricing.

July 2026 Read →
GenAI

Prompt Smarter: Leveraging LLM Insights for Enhanced Outcomes

How LLMs process prompts through tokenisation, embeddings, attention, prediction, and sampling, and how that connects to prompt structure, temperature, and agent harnesses.

June 2026 Read →
GenAI

Token Use Optimizations: How to keep agent sessions fast, cheap, and useful

Agentic tool sessions become expensive when conversation history, file reads, shell output, skills and responses accumulate. Token optimisation tips for agentic CLI work.

May 2026 Read →
GenAI

Token Economics: Best practices for managing context windows

Claude Code and other agentic CLI tools re-evaluate the full context window on every turn. Techniques for managing context pressure and reducing token waste.

May 2026 Read →
GenAI

Agent Harnesses, Skills, and Tool Runtimes: The Architecture of Frontier Models

What agent harnesses, skills, MCP servers, and tool runtimes actually do, and why the harness around a frontier model now matters as much as the model itself.

April 2026 Read →
GenAI

Zero-Day Discovery at Machine Speed and the Defensive Shift Ahead

Anthropic reports frontier LLMs achieving autonomous zero day discovery and exploitation. Defenders need agentic security workflows and memory safe architectures.

April 2026 Read →
GenAI

Detecting AI Prompt Injection in the Wild

EKFiddle rules and urlscan.io hunting queries for IDPI, AI ClickFix lures, hidden CSS traps, and agent credential exfiltration.

March 2026 Read →
GenAI

The Evolution of Social Engineering: Weaponizing Web Lures Against Agentic AI

How cybercriminals are adapting SocGholish and ClickFix campaigns to target autonomous AI agents through Indirect Prompt Injection, agent fingerprinting, and the Parallel-Poisoned Web.

March 2026 Read →
GenAI

Building an MCP Server for Malware Traffic Analysis

How I built a natural language interface connecting Fiddler traffic capture to Gemini LLM using the Model Context Protocol.

March 2026 Read →
GenAI

Cognitive Induction Prompting

Reverse engineering the five step LLM generation pipeline to transform prompting from guesswork into deliberate probability steering.

March 2026 Read →
Detection

From EKFiddle to YARA: Building a Detection Rule Pipeline

The workflow behind converting regex-based web traffic rules into YARA signatures for sandbox deployment.

Coming soon
GenAI

Shadow AI on Enterprise Networks: Detection and Hunting

Writing CrowdStrike LogScale and Splunk queries to detect unauthorized LLM usage, AI coding assistants, and GenAI misuse.

Coming soon
Threat Research

Supply Chain Attacks: Hash Auditing Across Package Repositories

Building Python tools to perform SHA256 verification across PyPI, npm, GitHub, and HuggingFace during compromise response.

Coming soon