Writeups

Research & notes.

Technical writeups covering detection engineering, Linux hardening, CTI enrichment, and security tooling.

🛰️ Threat Intel Aggregation & IOC Enrichment Pipeline

Technical writeup for a Blue Team CTI pipeline that ingests open-source IOCs, deduplicates and scores them, enriches high-confidence indicators, and exports live Wazuh CDB detection lists.

Read writeup

🐧 Linux Infrastructure Hardening & SIEM Orchestration

Technical walkthrough covering the remediation of 100+ misconfigurations on a minimalist Arch Linux endpoint to achieve an 83% CIS Benchmark score. Demonstrates a defense-in-depth methodology, shifting from a vulnerable baseline to a production-hardened posture via layered kernel, filesystem, and identity-level controls.

Read writeup

🧅 Peelr: JavaScript Recon And Triage

Peelr is a stdlib-only Go tool for JavaScript recon and triage. It analyzes remote or local .js files, highlights secrets, endpoints, risky sinks, and paths, then presents results through a CLI, web UI, and scan history.

Read writeup