$ ls -la projects/

Projects Directory

Production-grade projects in DNS/Security, Kubernetes, and LLMOps. Each project includes architecture decisions, performance benchmarks, and lessons learned.

$ cat planned-inprogress/

Portfolio-grade versions of production work, public writeups, and new experiments.

DNS Exfiltration Detection (Portfolio Version)

Inline feature extraction + model scoring (ONNX) + blocking.

A portfolio-grade version of DNS exfil detection with measurable latency impact, evaluation metrics, and deployment docs. Production version completed at Akamai.

# CoreDNS # DNS Security # ONNX Runtime # Go
○ Planned

Inline DNS Policy Engine (Public Writeup)

Local threat intel lookups for REFUSED/BLOCK/BYPASS.

Fast in-process lookups for large threat intel datasets with benchmarks and pprof-driven tuning. Production version completed at Akamai; public writeup pending.

# LevelDB # CoreDNS # Performance # Go
○ Planned

$ cat completed-past/

Earlier projects from coursework, internships, and security research.

Threat Detection & Analysis Tools

IP/port scanning, network monitoring, CnC exploration, TCP proxy.

Tools for IP/port scanning, network speed monitoring, CnC server exploration, and TCP proxy with traffic logging. Built for security research and network analysis.

# Golang # Cybersecurity # Networking
✓ Completed

Real Time DNS Monitoring

Monitor DNS traffic and report frequently visited domains.

Go tool to monitor DNS traffic and report frequently visited domains; insights into domain usage patterns and potential security threats.

# Go # DNS # gin-gonic # gopacket # PCAP
✓ Completed

E-Commerce Product Review Scraper

Flask web app for product search and Flipkart review scraping.

Flask web app for product search, scraping Flipkart reviews, displaying results in a table; deployed using AWS services.

# Python # Flask # AWS # MongoDB
⊙ Archived