Projects

Heimdallr

Linux host intrusion detection system

A HIDS built from the ground up: file integrity monitoring, log analysis, and alerting for Linux hosts.

Python
View on GitHub →

Forseti

Mini SOAR — alert correlation and case management

A scaled-down Security Orchestration, Automation and Response tool: correlates alerts, manages cases, and runs simulated playbooks.

Python
View on GitHub →

Crypto Fundamentals Toolkit

CLI toolkit demonstrating core cryptography concepts

Classic ciphers (with a frequency-analysis cracker), hash algorithm comparisons, and AES-256-GCM file encryption — built to demonstrate correct usage, not just calling a library.

Python cryptography
View on GitHub →

Python Port Scanner

Multi-threaded TCP port scanner

A CLI port scanner with threaded scanning and service/banner detection.

Python
View on GitHub →

Email Header Parser

Parses and analyzes raw email headers for phishing indicators

Breaks down SPF/DKIM/DMARC results and routing hops from raw email headers to flag likely spoofing.

Python
View on GitHub →