Projects

Building security knowledge through practice.

Cloud labs, security research, and technical projects that turn concepts into working environments and tangible results.

Cloud Security

Azure-focused work.

Projects centered on network security, identity, governance, and cloud visibility.

CLOUD / 03Finished

Azure Cost Dashboard

An Azure cost visibility dashboard using Cost Management, budgets, alerts, and dashboards to monitor spending across services and resource groups, identify unusual costs, and generate email alerts.

AzureCost ManagementBudgetsAlerts
View on GitHub

Security & Networking

Understanding systems from both sides.

Research and tooling grounded in Active Directory, attack paths, defensive measures, and network fundamentals.

SECURITY / 01Finished

Pass-the-Hash Research

Research and practical work around Pass-the-Hash attacks in Active Directory environments, including attack paths, security weaknesses, and defensive measures. Presented through a live demonstration to a jury.

Active DirectoryAttack PathsDefensive Security
NETWORK / 02Finished

Port Scanner in Python

A custom Python tool that scans a target host for open TCP ports, identifies likely services, and provides an overview of exposed network services using Python socket programming.

PythonTCPSockets
Download Python script