Home Lab Infrastructure

Dell PowerEdge pfSense UniFi US-8-60W Proxmox Docker ELK

Enterprise-grade home lab built on Dell PowerEdge servers running Proxmox virtualization. Segmented network with pfSense firewalls and an ELK monitoring stack. Switching is handled by a Ubiquiti UniFi US-8-60W managed switch with VLANs configured for network segmentation. Serves as the foundation for all research, testing, and training.

Infrastructure includes multiple VMs for project testing, sandbox environments, and ongoing research, a dedicated malware analysis sandbox, Active Directory lab environment, and containerized services via Docker. Network monitoring covers all segments with Zeek and Suricata. Regular vulnerability scanning with OpenVAS. All configurations managed as code for reproducibility.

Home lab rack Home lab network topology

Spear Phishing / BEC Analysis

Email Headers OSINT Python MITRE ATT&CK

Analyzed real-world business email compromise (BEC) and spear-phishing campaigns. Performed header analysis, sender reputation checks, URL/domain investigation, and payload extraction. Mapped tactics to MITRE ATT&CK framework and produced incident reports.

Developed Python scripts for automated header parsing and IOC extraction. Created detection rules for common BEC patterns. Documented social engineering techniques observed in the wild and built awareness training materials based on findings.

National Cyber Warfare Foundation, Volunteer

CTF Blue Team Community Talks AZ03 Range

Badged volunteer at the National Cyber Warfare Foundation AZ03 cyber range in Tucson. Help facilitate Capture the Flag events and community talks on emerging threats and techniques.

Contribute to exercise design, range infrastructure setup, and mentoring participants. Focus on blue team defensive scenarios including log analysis, incident response procedures, and threat hunting. Help bridge the gap between classroom knowledge and operational skills.

PacketPursuit.net

HTML/CSS/JS Cloudflare Pages Claude API CI/CD

This portfolio site, built from scratch with a terminal-inspired dark theme. Features a Claude-powered chatbot, an autonomous threat-intel feed driven by the malware triage stack above, and auto-deploys from GitHub to Cloudflare Pages on every push to main.

Designed with a hacker/operator aesthetic using custom CSS animations (scanline overlay, typing effects, fade-in observers). Integrated Claude API chatbot provides visitors with information about projects and background. The Threat Watch blog column is driven by a generator on pp-hermes that pulls ten general InfoSec RSS feeds, scores items deterministically, and uses kimi-k2.6 via Ollama Cloud to draft a single quality-gated post per day. The publish step posts to Discord, injects a card into blog.html, and pushes to GitHub on its own. The live counters on the Autonomous Malware Triage Stack card above are also powered live from pp-hermes via a Cloudflare Worker + KV.

> CTF Writeups & Labs_

From a "Staff Login" Button to Root: HTB CCTV

HackTheBox's CCTV is rated Easy, but it doesn't get there with a single bug. It chains five elementary failures: factory ZoneMinder credentials, a 30-minute time-based SQL injection, a weak password hashcat eats in under a minute, a motionEye design flaw that accepts the stored SHA1 hash as the password, and a command injection past client-side validation that returns a root shell.

read more →