© Keerthivasan M.. All rights reserved.

    Blog

    Thoughts &
    Dispatches

    Notes on building things, breaking things, and occasionally writing about it.

    FeaturedAug 27, 20261 min read

    Achieving Milestone: Adding Blogs Section

    A humorous take on the monumental task of adding a blog section to my portfolio.

    milestone
    humor
    portfolio
    Read article
    Aug 27, 20263 min

    NexisCore: Zero-Trust Sandbox & Cryptographic Provenance Engine for AI MCP Workflows

    An in-depth architectural breakdown of NexisCore: an enterprise runtime security gateway with gVisor sandboxing, eBPF kernel probes, ECDSA P-256 provenance attestation, DLP exfiltration filtering, and OCSF telemetry for Model Context Protocol (MCP) multi-agent systems.

    zero-trust
    ebpf
    Aug 26, 20264 min

    Automated Malware & Mobile App Analysis: Static/Dynamic Inspection & IoC Extraction Pipeline

    Exploring the architecture and workflow of Malware-analysis-App-analysis-tool: an automated Python threat analysis platform for static PE header examination, YARA signature detection, behavioral sandbox tracing, and IoC extraction.

    malware-analysis
    python
    Aug 25, 20264 min

    RDX — Designing a Bare-Metal x86-64 Systems Programming Language & JIT Compiler

    A deep dive into RDX (The Honeybee Systems Language): a dependency-free compiled language featuring bare-metal x86-64 machine code generation, Windows Win32 API bindings, natural syntax, self-hosting capability (rdxc.rdx), and sub-millisecond execution.

    compiler
    jit
    Aug 24, 20263 min

    LUNG-NET: Multimodal Deep Learning for Pulmonary Nodule Segmentation & Cancer Risk Stratification

    Architecture and design of LUNG-NET: an institutional-grade clinical AI suite fusing 3D pulmonary CT scan volumes, 2D PACS slice segmentation, fractal vascular tree generation, and genomic biomarkers (EGFR, KRAS, ALK) with Fleischner Society guidelines.

    medical-ai
    pytorch
    Aug 23, 20265 min

    Post-Quantum TLS Readiness & Downgrade Attack Simulator: Securing Cryptographic Transitions

    A deep technical walkthrough of the PQ-TLS Simulator: testing hybrid ciphersuites (Kyber1024, Falcon-1024, Dilithium), active MITM downgrade attack vectors, AI anomaly detection heuristics, and blockchain-anchored forensic audit logging.

    post-quantum-crypto
    tls-1-3
    Aug 22, 20263 min

    SIEM-Plus: Designing a Next-Gen Distributed SIEM with Rust EDR Agents & Sigma Stream Engine

    Inside SIEM-Plus: A high-performance Security Information and Event Management platform featuring lightweight Rust endpoint telemetry agents, real-time Sigma-first stream detection engine, React/GraphQL management console, and SOAR automated playbook workflows.

    siem
    rust