These projects demonstrate hands-on cybersecurity skills in system analysis, network monitoring, and security troubleshooting, using real-world tools.
This page showcases hands-on cybersecurity projects demonstrating practical experience in system analysis, network monitoring, and security-focused troubleshooting using industry-relevant tools.
Diagnosed and improved system performance using PowerShell and built-in Windows tools.
Identified high CPU and memory usage processes
Removed temporary files and reduced system clutter
Repaired system integrity using SFC and DISM
Analyzed and reduced unnecessary startup programs
Tools Used: PowerShell, DISM, SFC, Task Manager
👉 View Project: https://github.com/JamesStahler/soc-analyst-portfolio/tree/main/projects/windows-system-optimization-analysis
Performed network scanning to identify open ports and exposed services.
Conducted TCP SYN scans to detect open ports
Identified common services such as SMB, RPC, and NetBIOS
Gained understanding of enumeration techniques used in network reconnaissance
Tools Used: Nmap
👉 View Project: https://github.com/JamesStahler/soc-analyst-portfolio/tree/main/projects/nmap-analysis
Captured and analyzed network traffic to understand protocol behavior and DNS activity.
Inspected packet-level data and identified protocols
Analyzed DNS queries and responses
Observed traffic patterns and network communication flow
Tools Used: Wireshark
👉 View Project: https://github.com/JamesStahler/soc-analyst-portfolio/tree/main/projects/wireshark-analysis
Analyzed system logs to identify potential security events and system activity.
Investigated failed login attempts using Windows Event Viewer
Reviewed system logs for errors and unusual behavior
Practiced identifying potential indicators of suspicious activity
Tools Used: Windows Event Viewer
Demonstrated understanding of foundational cybersecurity concepts.
Basic knowledge of common vulnerabilities and attack vectors
Understanding of security controls and mitigation strategies
Familiarity with threat identification and risk awareness
Additional technical skills that support cybersecurity operations.
Linux command-line basics and system navigation
SQL fundamentals and basic query usage
General understanding of networking concepts (TCP/IP, DNS, ports)
These projects are designed to build hands-on experience aligned with entry-level cybersecurity and SOC analyst roles. Each project demonstrates practical skills in analyzing systems, investigating activity, and applying security-focused thinking.