Projects
My projects
This page is for ongoing/finished technical work, labs, research, and portfolio projects. (see my Github for more)
Pass-the-Hash Research [finished]
Research and practical work around Pass-the-Hash attacks in Active Directory environments,
including understanding attack paths, security weaknesses, and defensive measures. Presented my research via a live demo towards a jury.
Port scanner in Python [finished]
Developed a custom port scanner in Python.
The project scans a target host for open TCP ports, identifies which services may be running, and provides a structured overview of exposed network surfaces
The scanner was built using Python socket programming and supports scanning multiple common ports efficiently.
AI Automation with Python [ongoing]
Currently developing a Python-based SOC automation tool that integrates the ChatGPT API with Azure log data. The project is designed to reduce manual analyst workload by taking a prompt or alert, searching relevant Azure and Microsoft security logs, identifying suspicious activity, and generating a structured summary with recommended response actions.
Cloud Security VM [finished]
Designed and deployed a secure Azure virtual machine environment by creating a dedicated virtual network (VNet) and subnet, then placing the VM inside that segmented network. Configured and tested Network Security Groups (NSGs) with both inbound and outbound rules to control traffic and reduce unnecessary exposure.