π‘οΈ Cybersecurity Writeups & Learning
This repository contains technical writeups, research notes, tutorials, and certification study materials documenting my hands-on cybersecurity learning journey.
The focus is on practical security engineering, real-world attack scenarios, and defensible mitigation strategies across cloud security, application security, identity, and DevSecOps.
The content is written to reflect how security is applied in production environments, not just theoretical concepts.
π Contents Overview
- Tutorials β Step-by-step, implementation-focused guides
- Research β Deep dives into common security failures and attack patterns
- Certification Notes β Structured study notes with hands-on labs
- Cloud & Identity Security β Azure, Entra ID, Zero Trust, IAM
- Application & API Security β OWASP, OAuth, threat modeling
- DevSecOps β CI/CD security gates and supply chain protection
All writeups are written in Markdown and designed to be: - Easy to read on GitHub - Reusable for portfolio websites - Expandable over time
π Tutorials
πΉ Building a Secure Azure Landing Zone
Topics: Azure, Cloud Security, IAM, Network Segmentation, Governance
A security-first guide to designing and deploying a production-ready Azure Landing Zone with enforced guardrails, identity governance, centralized logging, and policy-based compliance.
π Path:
πΉ OWASP API Security Top 10: Practical Mitigations
Topics: API Security, AppSec, OWASP, Node.js, .NET
A practical breakdown of the OWASP API Security Top 10, focusing on how vulnerabilities appear in real systems and how to mitigate them using secure backend design patterns.
π Path:
πΉ Detection Engineering with Microsoft Sentinel
Topics: SIEM, Detection Engineering, KQL, Cloud Security
A hands-on guide to building high-signal detections in Microsoft Sentinel, focusing on identity abuse, lateral movement, and privilege escalation.
π Path:
πΉ Implementing Security Gates in CI/CD Pipelines
Topics: DevSecOps, CI/CD, SAST, SCA, Supply Chain Security
A practical DevSecOps guide to integrating enforceable security gates into GitHub Actions and Azure DevOps pipelines.
π Path:
πΉ Securing Azure Entra ID (Zero Trust)
Topics: Azure Entra ID, IAM, Zero Trust, Identity Security
A real-world guide to hardening Azure Entra ID using Zero Trust principles, Conditional Access, MFA, PIM, and identity monitoring.
π Path:
π¬ Research
πΉ Threat Modeling a Multi-Tenant SaaS Application (STRIDE)
Topics: Threat Modeling, STRIDE, SaaS, AppSec
A step-by-step threat modeling walkthrough applied to a multi-tenant SaaS CRM application, focusing on authorization, tenant isolation, and identity threats.
π Path:
πΉ Common OAuth 2.0 Misconfigurations and Exploits
Topics: OAuth, Authentication, Web Security
An analysis of real-world OAuth implementation flaws including redirect URI abuse, missing state validation, token leakage, and insecure flows.
π Path:
πΉ Advanced Cloud Security Engineering (IAM, DevSecOps, Architecture, Detection)
Topics: Cloud Security, IAM, DevSecOps, Detection Engineering, Zero Trust, Azure
A production-grade research report covering workload identity federation & secretless CI/CD, policy-as-code (Rego/Checkov), supply-chain security (SBOM, Cosign/SLSA), micro-segmentation & Private Link, envelope encryption, and detection engineering with KQL.
π Path:
π Certification Notes
πΉ CompTIA Security+ Study Notes & Labs
Topics: Network Security, IAM, Cryptography, Incident Response
Comprehensive Security+ study notes covering all exam domains, reinforced with hands-on lab exercises and real-world context.
π Path:
ποΈ Repository Structure
cybersecurity-writeups/
β
βββ README.md
β
βββ docs/
β βββ tutorials/
β βββ research/
β βββ certification-notes/
β βββ assets/
β
βββ .gitignore
Each writeup lives in its own folder with a dedicated README.md to allow for expansion, diagrams, and additional sections over time.
π― Goals of This Repository
- Demonstrate applied cybersecurity knowledge
- Show structured security thinking and documentation skills
- Bridge the gap between theory and production security
- Serve as a reusable reference for future projects
- Support a professional cybersecurity portfolio
π How to Use This Repo
- Browse topics directly on GitHub
- Link individual writeups from a portfolio website
- Reuse content for blogs or documentation
- Extend sections with diagrams, labs, or tooling
π Future Additions
Planned or potential future topics include: - Cloud detection engineering use cases - Advanced identity attack simulations - Purple team exercises - Incident response playbooks - Infrastructure threat modeling
π Disclaimer
All content in this repository is for educational and defensive purposes only.
No offensive exploitation techniques are provided beyond what is necessary to understand and mitigate security risks.
π€ Author
This repository reflects my ongoing journey in cybersecurity, with a focus on cloud security, application security, identity, and DevSecOps.
Feedback, discussion, and constructive suggestions are always welcome.
π Index
This section is autogenerated. Do not edit entries here directly; update each writeupβs front matter instead.
βοΈ Cloud Security
- Cloud Detection and Response: Designing Resilient SIEM Pipelines, CloudTrail Auditing, and Automated Response β Detection Engineering, CloudTrail, Incident Response, SIEM (+1) Β· 2026-06 Β· 18 min
- Cloud Network Segmentation: VPC Architecture, Transit Gateway Routing, and PrivateLink Integration β VPC, Transit Gateway, PrivateLink, Network Security (+1) Β· 2026-06 Β· 18 min
- Enterprise IAM at Scale: Workload Identity, Permission Boundaries, and Trust Architecture β AWS IAM, Workload Identity, OIDC, ABAC (+1) Β· 2026-06 Β· 20 min
- Enterprise Multi-Account Landing Zone Architecture and Control Plane Isolation β AWS Organizations, SCP, Landing Zones, Governance (+1) Β· 2026-06 Β· 18 min
- Kubernetes Multi-Tenancy: Hardening RBAC, NetworkPolicies, and Workload Isolation Boundaries β Kubernetes, Multi-Tenancy, OPA Gatekeeper, NetworkPolicy (+1) Β· 2026-06 Β· 22 min
- Serverless Security: Function-Level IAM, Ephemeral Lifecycles, and Runtime Isolation β Serverless, AWS Lambda, API Gateway, IAM (+1) Β· 2026-06 Β· 16 min
π» Application Security
- API and Microservices Threat Modeling: STRIDE, Trust Boundaries, and Header Propagation Security β API Security, Threat Modeling, STRIDE, Microservices (+1) Β· 2026-06 Β· 16 min
- OAuth 2.0 and OIDC Security Deep Dive: PKCE, Token Validation, and Federation Hardening β OAuth 2.0, OIDC, PKCE, Authentication (+1) Β· 2026-06 Β· 20 min
- Runtime Application Protection: Comparing WAF and RASP Architectures, eBPF Filtering, and Evasion Mitigation β WAF, RASP, eBPF, Runtime Security (+1) Β· 2026-06 Β· 16 min
- SaaS Multi-Tenancy Isolation Patterns: Database Segregation, PostgreSQL RLS, and Session Context Security β Multi-Tenancy, Database Security, PostgreSQL RLS, SaaS (+1) Β· 2026-06 Β· 20 min
π‘οΈ DevSecOps
- Enterprise Secrets Management: HashiCorp Vault, Dynamic Provisioning, and Memory Protection β Secrets Management, HashiCorp Vault, Cloud Security, Encryption (+1) Β· 2026-06 Β· 18 min
- IaC Security and Policy as Code: Hardening Terraform State, Rego Policy Engine, and Drift Controls β Infrastructure as Code, Policy as Code, Open Policy Agent, Terraform (+1) Β· 2026-06 Β· 18 min
- Secure CI/CD Pipeline Design: Runner Hardening, Workload Identity, and Pipeline Integrity β CI/CD Security, DevSecOps, GitHub Actions, Pipeline Hardening (+1) Β· 2026-06 Β· 18 min
- Software Supply Chain Security: SBOM Generation, Container Signing, and SLSA Compliance β Supply Chain, SBOM, Cosign, Sigstore (+1) Β· 2026-06 Β· 20 min
π΅οΈ Threat Intelligence
- Advanced Cloud Attack Path Analysis: Mapping Multi-Stage Exploits to the MITRE ATT&CK Matrix β Threat Intelligence, Attack Paths, MITRE ATT&CK, Cloud Security (+1) Β· 2026-06 Β· 20 min
- Cloud Breach Case Studies: Technical Autopsy of Capital One, Uber, and CircleCI Compromises β Threat Intelligence, Case Studies, Cloud Breaches, Incident Response (+1) Β· 2026-06 Β· 20 min
π Tutorials
- Implementing Security Gates in CI/CD Pipelines β DevSecOps, CI/CD, SAST, SCA (+4) Β· 2024-06 Β· 25 min
- Securing Azure Entra ID: A Zero Trust Approach β Azure, Entra ID, IAM, Zero Trust (+3) Β· 2024-05 Β· 25 min
- README
- README
- README
- README
- README
- README
- README
π¬ Research
- Advanced Cloud Security Engineering: IAM, DevSecOps, Architecture & Detection β Cloud Security, IAM, DevSecOps, Detection Engineering (+4) Β· 2026-06 Β· 55 min