Cybersecurity B.S. Candidate · NSA CAE-CD · Chicago Metro

Building a safer internet, one project at a time.

I'm Tyler — a cybersecurity student who learns by building. I've worked hands-on across blue-team detection and offensive security, and I run Low Stress Cyber, a public scam-awareness brand where I use the same new AI tools scammers use, but to make content that warns the people they target. I'm looking to break into an entry-level SOC, security analyst, or network security role.

$ target_role:

01

Education

Where I've studied and the coursework behind it.

B.S. in Cybersecurity

Lewis University · Romeoville, IL · GPA 3.3 NSA CAE-CD

2024 – Expected Dec 2026
Relevant Coursework
Ethical Hacking Programming for Penetration Testing Advanced Cybersecurity Wireless Security File Systems & Digital Forensics Cybersecurity Essentials Enterprise Security Cybersecurity Policy & Strategy Cybercrime Prevention Tools Introduction to Linux Database Systems Operating Systems Computer Organization Legal & Ethical Issues in Computing

Computer Science Coursework

Moraine Valley Community College · Palos Hills, IL NSA CAE-CD

2022 – 2024
Relevant Coursework
Introduction to Networks Network Essentials Programming Fundamentals (C++) Intro to Computer Science (C++) Intro to Java Programming Website Development (HTML/CSS) Security Awareness

Both institutions I've attended are designated by the NSA as National Centers of Academic Excellence in Cyber Defense (CAE-CD).

02

Technical Skills

Tools, platforms, and concepts I've worked with hands-on.

Detection & Defense
IDS / NIDS Log analysis Continuous monitoring Alerting & detection rules Firewalls VPN / PKI DMZ design Network segmentation Vulnerability assessment
Security Tools
Snort Zeek Wireshark Nmap Metasploit (msfconsole · Meterpreter · msfvenom) Burp Suite OpenVAS / Greenbone John the Ripper GDB FreeRDP
Languages & Scripting
Python Bash Ruby SQL Java C++ Assembly HTML / CSS
Platforms & Infrastructure
Linux (CLI & server hardening) Kali Linux Windows pfSense / VyOS / IPtables Virtualization Cloudflare (Pages · DNS · SSL)
Concepts & Domains
NIST CSF NIST SP 800-53 Governance, Risk & Compliance Penetration testing Post-exploitation Digital forensics Web application security Password cracking TCP/IP & subnetting Email authentication (SPF / DKIM / DMARC)
03

Current Projects

What I'm building and running right now.

Low Stress Cyber™

Live · Brand

A cybersecurity awareness brand I founded for everyday home users with no technical background — scam alerts, internet-safety basics, and step-by-step tutorials across web, YouTube, TikTok, Instagram, and Facebook. I built and run the whole stack: a production website on Cloudflare Pages with enforced SSL/TLS and layered HTTP hardening (CSP, HSTS, X-Frame-Options), SPF/DKIM/DMARC email authentication, a privacy-first cookieless analytics setup, and a human-led, AI-augmented content pipeline — now reaching 2,000+ cross-platform views.

The Goal To contribute to a safer future internet by providing free online safety tips and scam awareness — reducing the online threats that target unaware, undeserving, everyday people. By creating aware users who are difficult enough to attack, the incentive for attackers to target them drops.
Demonstrated Competence
Cloudflare Pages deployment HTTP hardening (CSP · HSTS · X-Frame-Options) Email auth (SPF / DKIM / DMARC) Privacy-first / cookieless analytics Human-led, AI-augmented content pipeline FTC-compliant affiliate disclosure Multi-platform content strategy
04

Academic Projects

Coursework deliverables available on request — browse and reach out to see any in full.

Cybersecurity Framework Model — CISA Contract

On request

A complete cybersecurity framework I built for a hypothetical 1,000-employee company under a high-visibility CISA contract, written from the seat of the company's security analyst. I used the NIST Cybersecurity Framework as the backbone — authoring 15 organizational policies and 10 supporting standards, then mapping 7 controls from NIST SP 800-53 Rev. 5 to each of the seven IT infrastructure domains, from user security-awareness training to encryption across the LAN, WAN, and remote-access domains.

Demonstrated Competence
NIST Cybersecurity Framework NIST SP 800-53 Rev. 5 Security policy authoring Standards & controls development 7 IT infrastructure domains Compliance & auditing Security governance

Enterprise Network Redesign & Hardening

On request

A ground-up redesign of a hypothetical enterprise's network, focused on security, redundancy, and secure remote access. I removed the original single points of failure with redundant next-generation firewalls (Fortinet & Palo Alto), redundant departmental switches, and dual ISPs for failover. From there I segmented the network into VLANs, stood up a DMZ for the public-facing Linux/Apache web server, added host-based firewalls on Windows endpoints, centralized authentication, and deployed an SSL/TLS VPN so remote employees could reach internal resources over encrypted connections.

Demonstrated Competence
Next-gen firewalls (Fortinet / Palo Alto) Redundancy & high availability Network segmentation & VLANs DMZ design Host-based firewalls Centralized authentication SSL/TLS VPN Defense-in-depth
05

Completed Labs

Hands-on technical work — detection engineering, penetration testing, and exploit development.

Defensive Security: Detection, Monitoring & Network Hardening

CYRIN Cyber Range

Across a virtualized enterprise network, I deployed IDS/NIDS with Snort and Zeek and wrote a custom Zeek script that detects and blocks brute-force SSH attempts, backed by centralized logging and automated email alerts. I configured and hardened firewalls across VyOS, IPtables, and pfSense (ingress/egress filtering, stateful inspection, DMZ isolation), and stood up an OpenVPN server with a full Certificate Authority (PKI) for authenticated, encrypted remote access. I finished all 8 labs at 100% — the enterprise lab was authored by the RIT Global Cybersecurity Institute.

Skills Learned & Used
Snort Zeek IDS / NIDS pfSense / VyOS / IPtables OpenVPN & CA / PKI Firewall hardening Recon (Nmap · unicornscan · fping)

Penetration Testing: Full Network Engagement

Ethical Hacking

I ran a complete attack lifecycle against an unknown lab network — host discovery and OS/service fingerprinting with Nmap, vulnerability analysis with OpenVAS/Greenbone, and exploitation of MS17-010 (EternalBlue) via Metasploit to land a Meterpreter session. From there I performed post-exploitation — system enumeration, credential and hash extraction, and file exfiltration — then cracked the recovered hashes with John the Ripper, pivoted to GUI access over RDP, and documented every step in a full written engagement report.

Skills Learned & Used
Nmap OpenVAS / Greenbone Metasploit EternalBlue (MS17-010) Meterpreter Post-exploitation John the Ripper Engagement reporting

Offensive Tooling & Exploit Development

Programming for Pen Testing

In a controlled academic lab, I developed a buffer-overflow exploit in Ruby — established EIP control in GDB, found the offset with a cyclic pattern, generated bad-character-free shellcode with msfvenom, landed execution through a NOP sled, and ported the whole thing into a custom Metasploit module. I also built supporting tooling: a Ruby HTTP server-fingerprinting tool (Apache/IIS/NGINX/LiteSpeed), a Python SSH brute-forcer with rate-limiting, and a Bash TCP port scanner with reachability checks.

Skills Learned & Used
Buffer-overflow exploitation Ruby GDB msfvenom & shellcode Custom Metasploit module Python Bash

Web Application Testing — Burp Suite

Live class demo

I configured Burp Suite as an intercepting proxy — including HTTPS interception via a CA certificate — and demonstrated Proxy, Intruder, Repeater, Sequencer, and Decoder for analyzing and modifying live web requests, presented to the class.

Skills Learned & Used
Burp Suite Intercepting proxy HTTPS interception Intruder / Repeater / Sequencer Web application security
06

Certifications

Credentials earned, plus what I'm working toward.

Earned

AccessData Certified Examiner (ACE)

Digital forensic examination and analysis with FTK (Forensic Toolkit) — evidence acquisition, file-system analysis, and reporting.

Exterro · Issued May 2025 · Valid through May 2027

Digital Forensics FTK Evidence Analysis
In Progress

CompTIA Security+ (SY0-701)

Foundational security knowledge — threats and attacks, security architecture, operations, and incident response.

In progress · Expected 2026

Threats & Attacks Incident Response Security Operations
Earned

IBM — Professional Development

IBM courses via Coursera: Introduction to Linux Commands & Shell Scripting, and Introduction to Hardware & Operating Systems.

IBM (Coursera) · Completed May 2025

Linux CLI Shell Scripting Operating Systems

Let's talk.

Recruiters, collaborators, or anyone curious about my work — I'd love to hear from you. Pick whichever fits below.