I go to college at University of Wisconsin - Eau Claire, which is a national leader for undergraduate research so I've had many opportunities to do research, and is one of the ways that I best prepare for a career in cyber.
This page is meant to give an easy, high-level overview of all of the official research projects I've worked on. There are links to dedicated pages for most of these projects below.
At the time of this writing (September of 2025) I've worked on five research projects with three different professors.
Projects
- 2023-2024 school year: I worked with a mathematics professor to rewrite her very fancy tool for solving arbitrary polynomial systems. My job was to collaborate with to make the install process easier for casual researchers (before out work you essentially had to have an in-depth knowledge of computer systems to install). We aimed for porting the tool to Conda, which required switching the build system from the older Autotools to the newer CMake. In the end, we didn't make it to Conda, but you can install by cloning the repo and using 'pip install'. Here's the commit from my development repo to the main one.
- September 2023-present: I worked as part of a team which aimed to identify datasets with signatures from benign/malicious network traffic and apply new Machine Learning algorithms that the original authors overlooked.
- Summer of 2024: I worked to create tools which could show cybersecurity concepts to a class in a hands-on approach. I created enhanced letter frequencies for cryptography and a basic system attestation tool utilizing a fleet of Linux containers.
- September 2024 - present: I am using various generative AI models to create a dataset of AI-written phishing emails which can defeat current phishing detection techniques in order to provide data for improving those systems.
- September 2024 - present: Inspired by a police training that I helped run, I am creating a tracking grid of edge devices which use bluetooth triangulation if a target's personal devices to track them as they move through campus to illustrate the dangers of the devices we carry everyday, and to investigate potential mitigation techniques.