Engineering Artifacts

Security projects with a clear operating purpose.

Projects are built and documented as reproducible engineering artifacts rather than unverified marketing claims.

Featured Project

SentinelOPS — SIEM / SOC Telemetry Platform

An end-to-end security operations project investigating the lifecycle of telemetry: from raw endpoint event generation to high-confidence detection engineering and rapid analyst response.

Key Engineering Objectives

  • Noise Reduction: Filtering benign telemetry while retaining actionable signals for lateral movement.
  • Detection As Code: Version-controlled Sigma and YARA rules mapped to MITRE ATT&CK techniques.
  • Adversary Simulation: Verifying detection coverage against automated adversary emulation scripts.

Technical Architecture

  • Log Ingestion: Windows Event Logs (Security, Sysmon), Linux auditd, Suricata NIDS alerts.
  • Pipeline: Centralized log forwarding, structured schema normalization, and enrichment.
  • Triage Workbench: Fast context lookup for IOCs, process tree timelines, and automated severity scoring.
Core Infrastructure

CipherNest Academy Engine

A privacy-first learning platform built entirely on vanilla web standards with local browser storage, interactive assessment evaluation, and dynamic SVG badge generation.

Privacy Standards

  • Zero user tracking, zero backend analytics, zero accounts.
  • State is isolated completely inside client-side localStorage.
  • Full user sovereignty with instant local data wipe controls.

Security Hardening

  • Strict Content Security Policy (CSP) blocking third-party scripts.
  • XSS-proof DOM rendering using strictly safe element APIs.
  • Static-first hosting architecture compatible with Cloudflare Pages.