Zion Boggan

Source · History · Diffs

Zion Boggan

Security Engineer / Detection & Trading Systems

Selected public projects. Security tooling, detection-as-code, CI/CD supply-chain hardening, and applied research. Browse the source, history, and diffs below.

Commit activity across all projects
67 commits 35 active days Mar 2026 to Jun 2026
MarAprMayJun No commits on Mar 8, 2026No commits on Mar 9, 20261 commit on Mar 10, 2026No commits on Mar 11, 2026No commits on Mar 12, 2026No commits on Mar 13, 2026No commits on Mar 14, 2026No commits on Mar 15, 20261 commit on Mar 16, 2026No commits on Mar 17, 2026No commits on Mar 18, 2026No commits on Mar 19, 2026No commits on Mar 20, 20261 commit on Mar 21, 2026No commits on Mar 22, 20261 commit on Mar 23, 2026No commits on Mar 24, 2026No commits on Mar 25, 2026No commits on Mar 26, 20261 commit on Mar 27, 2026No commits on Mar 28, 2026No commits on Mar 29, 2026No commits on Mar 30, 20261 commit on Mar 31, 2026No commits on Apr 1, 20261 commit on Apr 2, 2026No commits on Apr 3, 20261 commit on Apr 4, 20261 commit on Apr 5, 2026No commits on Apr 6, 2026No commits on Apr 7, 2026No commits on Apr 8, 2026No commits on Apr 9, 2026No commits on Apr 10, 2026No commits on Apr 11, 2026No commits on Apr 12, 2026No commits on Apr 13, 2026No commits on Apr 14, 20261 commit on Apr 15, 20261 commit on Apr 16, 20262 commits on Apr 17, 2026No commits on Apr 18, 20261 commit on Apr 19, 2026No commits on Apr 20, 20261 commit on Apr 21, 20261 commit on Apr 22, 2026No commits on Apr 23, 2026No commits on Apr 24, 20261 commit on Apr 25, 2026No commits on Apr 26, 2026No commits on Apr 27, 2026No commits on Apr 28, 2026No commits on Apr 29, 2026No commits on Apr 30, 20261 commit on May 1, 2026No commits on May 2, 2026No commits on May 3, 20261 commit on May 4, 2026No commits on May 5, 2026No commits on May 6, 20261 commit on May 7, 2026No commits on May 8, 20261 commit on May 9, 2026No commits on May 10, 20261 commit on May 11, 20261 commit on May 12, 2026No commits on May 13, 20261 commit on May 14, 2026No commits on May 15, 20261 commit on May 16, 2026No commits on May 17, 20261 commit on May 18, 2026No commits on May 19, 20261 commit on May 20, 2026No commits on May 21, 20261 commit on May 22, 2026No commits on May 23, 20261 commit on May 24, 20261 commit on May 25, 2026No commits on May 26, 20261 commit on May 27, 20265 commits on May 28, 202612 commits on May 29, 20266 commits on May 30, 20266 commits on May 31, 2026No commits on Jun 1, 2026No commits on Jun 2, 2026No commits on Jun 3, 2026No commits on Jun 4, 2026No commits on Jun 5, 2026No commits on Jun 6, 2026No commits on Jun 7, 2026No commits on Jun 8, 2026No commits on Jun 9, 2026No commits on Jun 10, 2026No commits on Jun 11, 2026No commits on Jun 12, 2026No commits on Jun 13, 2026No commits on Jun 14, 2026No commits on Jun 15, 2026No commits on Jun 16, 2026No commits on Jun 17, 2026No commits on Jun 18, 2026No commits on Jun 19, 2026No commits on Jun 20, 2026No commits on Jun 21, 20267 commits on Jun 22, 2026No commits on Jun 23, 2026No commits on Jun 24, 2026No commits on Jun 25, 2026No commits on Jun 26, 2026No commits on Jun 27, 2026
LessMore

security-portfolio

Landing page for my security engineering projects.

HTML 20 commits Updated 43 minutes ago

detection-as-code

Detection rules kept the way code is kept: written once in Sigma, version-controlled, linted and tested in CI, and compiled to whatever SIEM is in front of me. I spend my day tuning rules in Sentinel and Splunk by hand; this is that work done as a pipeline instead of a console...

Python 5 commits Updated 43 minutes ago

secure-cicd-pipeline

A GitHub Actions pipeline that gates every push and pull request on four security checks before code is allowed to merge, then reports the run back to a SOC for visibility. The sample app is a small Flask task API; the point of the repo is the pipeline around it.

Python 7 commits Updated 2 months ago

cicd-supply-chain-security

This picks up where the secure CI/CD pipeline leaves off. That repo proves the *source* is clean. This one proves the *artifact* is - that the container image a cluster is about to run was built by my pipeline, hasn't been tampered with since, and ships with a verifiable bill ...

Shell 7 commits Updated 43 minutes ago

cti-detection-automation

Pulls indicators from live threat-intel feeds, deduplicates them, extracts the MITRE ATT&CK techniques behind them, turns the result into Wazuh detection rules and CDB lists, and emails an analyst for sign-off before anything goes live. No rule reaches the SIEM without a human...

Python 10 commits Updated 3 weeks ago

soc-automation-lab

A working security operations lab that ties endpoint telemetry, alert triage, and automated case handling into a single pipeline. Wazuh handles detection, Shuffle runs the SOAR playbooks, and TheHive is the analyst workspace where cases land already enriched.

Shell 10 commits Updated 3 weeks ago

purple-team-lab

Emulate adversary techniques, then prove the detections fire. This is the validation half of detection-as-code: I run ATT&CK techniques against an instrumented Ubuntu endpoint enrolled in my SOC automation lab, and confirm each one raises the alert it's supposed to - mapped to...

Shell 3 commits Updated 43 minutes ago

perseus-ai-platform

Perseus is an AI orchestration platform that routes natural language commands to specialized agents across a self-hosted Proxmox homelab. It integrates multiple LLM providers (Grok/xAI, OpenAI, and local Ollama) with runtime model switching, SSH-based infrastructure management...

Python 2 commits Updated 43 minutes ago

jwt-differential-fuzzer

Differential JWT verification harness. Feeds the same (token, key, alg-allowlist) triple into N JWT libraries simultaneously and surfaces any disagreement in the valid field. Disagreements at the verification boundary are auth-bypass primitives.

Python 2 commits Updated 43 minutes ago

prediction-market-bot-postmortem

A post-mortem and the supporting evaluation framework for a Kalshi weather-market trading bot that lost money over its first two months of live trading, then was halted, audited, and retired.

Python 1 commits Updated 46 minutes ago