CoreDNS Extensions
- ▸ Inline policy engine for zone-level access control
- ▸ DNS exfiltration detection via query pattern analysis
- ▸ Performance tuning: pprof profiling + dnsperf benchmarks
LLMOps Pipeline
- ▸ Inference latency optimization (vLLM, caching strategies)
- ▸ Cost tracking: tokens/request → $/month projections
- ▸ Observability: Prometheus metrics + Grafana dashboards
Portfolio Projects
Curated projects showcasing production-grade Go systems, DNS/security work, and LLMOps pipelines.
A portfolio-grade version of DNS exfil detection with measurable latency impact, evaluation metrics, and deployment docs. Production version completed at Akamai.
Fast in-process lookups for large threat intel datasets with benchmarks and pprof-driven tuning. Production version completed at Akamai; public writeup pending.
Tools for IP/port scanning, network speed monitoring, CnC server exploration, and TCP proxy with traffic logging. Built for security research and network analysis.
Go tool to monitor DNS traffic and report frequently visited domains; insights into domain usage patterns and potential security threats.
Flask web app for product search, scraping Flipkart reviews, displaying results in a table; deployed using AWS services.