cybermar8
Omar Ryan · Portfolio

Cybersecurity work, built hands-on.

A cybersecurity professional with hands-on experience across security operations, network security, vulnerability management, cloud security, and application security — demonstrated through personal lab environments and self-built applications, not production enterprise deployments.

Security Operations Network Security Detection Vulnerability Management Cloud Security Application Security Software Development

Security Operations

Detection engineering and log-driven investigation, from traffic capture through SIEM correlation.

Terminal output showing phishing detection alerts

Email Threat Detector

Phishing detection & classification

A Python phishing-detection tool using TF-IDF vectorization and logistic regression (scikit-learn) to classify emails as phishing vs. safe, built and run inside a Kali Linux VM.

Pythonscikit-learnKali Linux
github.com/ZOrroryan/email-threat-detector ↗

Vulnerability Management

Scanning, compliance validation, remediation, and re-testing against DISA/STIG benchmarks.

Network Security

Routing, firewalling, VLAN segmentation, and directory-services infrastructure.

Active Directory Users OU showing accounts created by script

Active Directory Home Lab

AD deployment & PowerShell automation

Windows Server 2019 domain controller + client in VirtualBox, with a custom domain, DHCP/NAT routing, and bulk provisioning of 10,000 AD user accounts via PowerShell.

Windows ServerActive DirectoryPowerShell
github.com/ZOrroryan/Home-Lab-Running-Active-Directory ↗

Application Security & Development

Building the software, not just securing someone else's — auth, payments, and data layers written from scratch.

TypeForge level dashboard

TypeForge

Frontend development & CI/CD

A progressive touch-typing curriculum — level-gated lessons, a hand-placement guide, and a live finger-coded virtual keyboard. Vanilla HTML/CSS/JS, deployed with GitHub → Netlify continuous deployment.

JavaScriptNetlifyCI/CD
github.com/ZOrroryan/typingwithramo ↗

Atelier

Full-stack architecture & database security

A contact-only art marketplace for independent artists — no payments or checkout by design. Next.js Server Actions over Supabase Postgres, with hand-written Row-Level Security policies scoping every table to public/owner/admin access, plus Supabase Auth and image storage.

Next.jsSupabasePostgreSQL RLSNetlify
github.com/ZOrroryan/art-marketplace ↗ · Live demo ↗

Systems & Infrastructure

Endpoint administration and hardware-level troubleshooting.

Active Directory Users OU showing accounts created by script

Active Directory Home Lab

Windows Server administration

Same lab as above, from the systems-administration angle: DC provisioning, DHCP scope design, and domain-login verification testing.

Windows ServerDHCP/NAT
github.com/ZOrroryan/Home-Lab-Running-Active-Directory ↗

TPM 2.0 / Windows 11 Upgrade

Hardware troubleshooting & compliance

Diagnosed a missing TPM 2.0 chip, physically installed a TPM module, and enabled it in BIOS to meet Windows 11's security requirements ahead of Windows 10 end-of-service. Repo has no screenshots — see the linked video walkthrough.

BIOS/TPMWindows 11
github.com/ZOrroryan/TPM2-Installation-Windows11 ↗
Python Green Light Game gameplay

Python_Game

General programming sample

A reaction-time "green light" game built with Python's Tkinter — a general GUI/event-driven programming sample, not a security project.

PythonTkinter
github.com/ZOrroryan/Python_Game ↗