<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>mez0: infosec blog</title>
        <link>https://mez0.cc/</link>
        <description>mez0s infosec blog</description>
        <language>en-us</language>
    <lastBuildDate>Wed, 09 Jul 2026 00:00:00 GMT</lastBuildDate>
    <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>

    <item>
        <title>Vulnify: Giving Your Agents a CVE Brain</title>
        <link>https://mez0.cc/posts/vulnify</link>
        <description>Eight CVE data sources consolidated into a single SQLite database behind an MCP server, giving AI agents deterministic vulnerability answers. Full write-up on TrustedSec.</description>
        <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
        <guid>https://mez0.cc/posts/vulnify</guid>
    </item>

    <item>
        <title>Coverage-Driven Sustained Testing (CDST): Agentic Workflows</title>
        <link>https://mez0.cc/posts/cdst-agentic-workflows</link>
        <description>A graph-oriented model for open-ended agentic workflows. Work expands from a Neo4j coverage graph instead of being consumed from a static task list. Full write-up on TrustedSec.</description>
        <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
        <guid>https://mez0.cc/posts/cdst-agentic-workflows</guid>
    </item>

    <item>
        <title>Benchmarking Self-Hosted LLMs for Offensive Security</title>
        <link>https://mez0.cc/posts/benchmarking-self-hosted-llms</link>
        <description>Self-hosted models via Ollama, a minimal two-tool harness against OWASP Juice Shop, and 4,800 runs across six models and eight challenges. Full write-up on TrustedSec.</description>
        <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
        <guid>https://mez0.cc/posts/benchmarking-self-hosted-llms</guid>
    </item>

    <item>
        <title>Building Micro-teams with Nova: Agent Development Kit</title>
        <link>https://mez0.cc/posts/building-micro-teams-with-nova</link>
        <description>A walkthrough of Nova, a plan-and-execute agent framework.</description>
        <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
        <guid>https://mez0.cc/posts/building-micro-teams-with-nova</guid>
    </item>

    <item>
        <title>Malvecdb: Malware and Vectorstores for semantic querying</title>
        <link>https://mez0.cc/posts/malvecdb</link>
        <description>Exploring how vector stores can be used for semantic querying of malware datasets, combining MongoDB for structured queries and ChromaDB for similarity search.</description>
        <pubDate>Thu, 19 Dec 2025 00:00:00 GMT</pubDate>
        <guid>https://mez0.cc/posts/malvecdb</guid>
    </item>

    <item>
            <title>Using EMBER2024 to evaluate red team implants</title>
            <link>https://mez0.cc/posts/evaluating-implants-with-ember</link>
            <description>As EDR detections get better and utilise ML extensively, its important to understand what makes a sample good or bad. This blog looks at EMBER2024 and how it can be used to evaluate red team implants.</description>
            <pubDate>Thu, 26 Sep 2025 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/evaluating-implants-with-ember</guid>
        </item>

        <item>
            <title>Exploring Agentic C2 Operations</title>
            <link>https://mez0.cc/posts/agentic-c2-ops</link>
            <description>Exploring how agentic support can be integrated into C2 operations for enhanced automation and analysis capabilities.</description>
            <pubDate>Thu, 06 Mar 2025 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/agentic-c2-ops</guid>
        </item>

        <item>
            <title>MCP: An Introduction to Agentic Op Support</title>
            <link>https://mez0.cc/posts/mcp-intro</link>
            <description>I read about MCP a while ago and had some time to build something out. In
                this blog, I go over a basic setup of an MCP agent which is capable of answering
                network based questions like &lt;i&gt;where is the domain controller&lt;/i&gt;.</description>
            <pubDate>Fri, 28 Mar 2025 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/mcp-intro</guid>
        </item>

        <item>
            <title>From RAGs to Riches: Using LLMs and RAGs to Enhance Your Ops</title>
            <link>https://mez0.cc/posts/rags-to-riches</link>
            <description>In this blog, I will explore Retrieval-Augmented Generation (RAG) and how
                it can be applied to research capabilities. RAG is a framework that integrates
                retrieval-based models with generative AI to provide accurate and context-aware
                responses by storing and retrieving snippets of relevant information prior to
                prompting.</description>
            <pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/rags-to-riches</guid>
        </item>

        <item>
            <title>Citadel: Binary Static Analysis Framework</title>
            <link>https://mez0.cc/posts/citadel</link>
            <description>&lt;a href="https://github.com/mez-0/citadel/"&gt;Citadel&lt;/a&gt; is a
                payload analysis framework that I built to enable me to review payloads prior to
                using them on engagements. The inner PE parsing logic will also be used for future
                projects and will act as a core component to my research projects.</description>
            <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/citadel</guid>
        </item>

        <item>
            <title>Offensively Groovy</title>
            <link>https://mez0.cc/posts/jenkins-groovy</link>
            <description>Offensively Groovy is a repository that documents how to use Groovy scripts
                for post-exploitation purposes. The project explores malicious capabilities of
                Groovy both for Windows and none-specific Operating Systems.</description>
            <pubDate>Tue, 22 Oct 2024 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/jenkins-groovy</guid>
        </item>

        <item>
            <title>Categorising DLL Exports with an LLM</title>
            <link>https://mez0.cc/posts/dll-export-category</link>
            <description>Using an LLM to categorise Windows DLL Exports for malware analysis.</description>
            <pubDate>Sun, 01 Sep 2024 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/dll-export-category</guid>
        </item>

        <item>
            <title>Execution Guardrails: No One Likes Unintentional Exposure</title>
            <link>https://mez0.cc/posts/execution-guardrails-unintentional-exposure</link>
            <description>Discussing the importance of Guardrails in red team implants with some
                POCs.</description>
            <pubDate>Sun, 01 Sep 2024 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/execution-guardrails-unintentional-exposure</guid>
        </item>

        <item>
            <title>From Chaos to Clarity: Organizing Data With Structured Formats</title>
            <link>https://mez0.cc/posts/from-chaos-to-clarity</link>
            <description>Organising penetration testing data for data science, analysis, and
                reporting.</description>
            <pubDate>Sun, 01 Sep 2024 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/from-chaos-to-clarity</guid>
        </item>

        <item>
            <title>Maelstrom: A C2 Series</title>
            <link>https://mez0.cc/posts/maelstrom</link>
            <description>The Maelstrom C2 series published at &lt;a href="https://pre.empt.blog/"
                target="_blank"&gt;pre.empt.blog&lt;/a&gt; where we discussed the internals of C2,
                evasion, and general implant development for red and blue.</description>
            <pubDate>Wed, 01 Mar 2023 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/maelstrom</guid>
        </item>

        <item>
            <title>Windows Processes, Nefarious Anomalies, and You: Threads</title>
            <link>https://mez0.cc/posts/windows-processes-nefarious-anomalies-you</link>
            <description>Looking at Windows processes and how they can be used to detect nefarious
                activity: threads edition.</description>
            <pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate>
            <guid>https://mez0.cc/posts/windows-processes-nefarious-anomalies-you</guid>
        </item>

    </channel>
</rss>