About Me

The Autonomous Defender

I am a Cybersecurity Management Master’s candidate specializing in the intersection of Security Operations (SOC) and Applied AI. My work focuses on moving the industry from passive monitoring to Autonomous Remediation, building high-fidelity detection pipelines that leverage local LLMs and hardware-accelerated infrastructure.

My core expertise lies in designing privacy-first security architectures on NVIDIA DGX (ARM64) hardware. By integrating Wazuh SIEM with local Llama 3.2 models, I have successfully engineered an end-to-end autonomous SOC loop that detects, analyzes, and mitigates threats—such as brute-force attacks—without cloud dependency or per-token costs.

I am currently seeking opportunities in Security Operations (SOC) or Detection Engineering where I can apply autonomous, data-driven strategies to defend critical infrastructure.


Technical Arsenal

DomainSkills & Tools
SIEM & ResponseWazuh (AARCH64), Splunk Enterprise (SPL), Active Response Automation, Iptables
AI & AutomationOllama (Llama 3.2), Python 3.12 (PEP 668), Apache Spark, NVIDIA RAPIDS
Detection EngineeringCustom PCRE2 Decoders, Correlation Rules, MITRE ATT&CK Mapping
InfrastructureNVIDIA DGX (ARM64), Linux Network Namespaces, Docker, Virtualization

Status: Full Project Completion (Autonomous Defense Implemented)

Traditional SOCs suffer from alert fatigue and manual response delays. I have engineered a modern solution: an autonomous security loop that handles the entire incident lifecycle on-premise using Multi-Agent AI Orchestration.

Technical Milestones:

Quantifiable Impact:

View Technical Repository


🔵 Featured Project 2: Secure LLMOps Gateway & Stateless DLP Proxy

Status: Complete, Hardened & Containerized

Integrating generative AI into enterprise workflows introduces critical security vectors: data exfiltration (PII leakage) and false-positive model safety refusals. I designed and built a stateless, high-performance security proxy that intercepts, sanitizes, and audits prompt payloads on-the-fly before they reach local or cloud models. Technical Milestones:

Active Data-in-Motion DLP: Engineered high-precision regular expression filters to dynamically detect and redact 9-digit SSNs and credit card numbers, enforcing data privacy standards in alignment with PCI-DSS and SOC 2 frameworks.

Context Preservation Layer: Patched default LLM safety refusal loops by injecting authoritative system prompt overrides. This instructs the local Llama 3.2 model to contextually process redacted tokens ([REDACTED_SSN/CC]) without throwing security false-positives.

SIEM-Ready Logging (No Leakage): Designed a structured, single-line JSON log stream to stdout containing latency tracking, detection flags, and unique request UUIDs, completely omitting the raw input prompt to guarantee zero-leakage log compliance.

Hardened Non-Root Delivery: Containerized the entire FastAPI application using a lightweight Docker configuration, locking down execution permissions to a restricted system user (appuser UID 10001) to mitigate host breakout vulnerabilities.

Quantifiable Impact:

100% Privacy Preservation: Eliminated the risk of raw, confidential consumer data reaching local inference storage or third-party API logs.

Zero Policy Refusals: Reduced false-positive AI refusals on redacted documents to 0% through robust system prompt engineering.

Low-Overhead Latency: Maintained microsecond-level processing times during string analysis, regex validation, and token manipulation.

View Technical Repository