Portfolio

Projects and case studies

A curated collection of recent work, ranging from security engineering to research and tooling. Each project includes context, impact, and links where available.

Drexel CCI Security Toolkit

Built a Python-based toolkit that streamlines reconnaissance, password auditing, and HTTP utilities for the Drexel University Digital Development Camp.

  • Delivered port scanning, IP lookup, and hash cracking helpers optimized for Debian/WSL.
  • Improved team workflows with documentation and easy-to-run scripts.
  • Supported hands-on labs by bundling common security checks in one toolkit.
Python Security automation Networking

Veilock (formerly AstroVPN)

Security intern work for a next-gen VPN provider with a focus on threat detection, privacy, and resilient network performance.

  • Worked with SIEM tooling to tune alerts and surface actionable insights.
  • Conducted vulnerability assessments and improved incident response playbooks.
  • Contributed to user-facing security recommendations and policy updates.
Security intern SIEM Incident response

LLM Security Log Assistant

Local cybersecurity assistant that uses a self-hosted LLM to analyze Cloudflare and Wazuh logs, triage events, and generate human-readable security summaries.

  • Built a Python CLI that pulls Cloudflare and Wazuh alerts via API and normalizes them into a common format.
  • Integrated a local LLaMA 3.1 model (via Ollama) to explain events, rate severity, and suggest remediation steps.
  • Designed prompts and workflows so the tool can act like a junior SOC analyst for log review and incident triage.
Python LLM Cloudflare & Wazuh Security automation