
Arizona - Horton Trail
Projects
Scroll ↓
A Simple Elastic SIEM Lab
I set up a home lab using Elastic SIEM and a Kali VM. I forwarded data from the Kali VM to the SIEM using the Elastic Beats agent, generated security events on the Kali VM with Nmap, and analyzed the logs in the SIEM through the Elastic web interface. I also created a dashboard to visualize security events and set up alerts to detect suspicious activities.
This home lab offers a hands-on environment for learning and practicing critical skills in security monitoring and incident response using Elastic SIEM.
Senior Capstone
ASU requires all engineering students to complete a year long project during their senior year. My partner and I enjoy building computers, and use the PC Part Picker website to aid us in doing so. We decided on making an android app that functions similarly to that site. Both Justin and I learned a great deal about app development and we enjoyed working on it together.
Justin and I have discussed developing it further in the future once we both have more free time to do so.
AlertMedia Hyphen remover Script
At a previous employer, I managed data entry for AlertMedia, which involved inputting staff and resident contact information into the web portal. The data from HR frequently included special characters, such as hyphens in phone numbers, which are not supported by AlertMedia's CSV upload feature. To streamline this process, I developed a Python script to automatically remove these hyphens, significantly improving efficiency and reducing the time required for data preparation.