Skip to content

jadenmaciel/cyber-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity Projects Portfolio

A single, curated repo for my security projects. Each folder is a standalone project with its own README and preserved commit history (via git subtree).

Projects

Cloud Security

  • Cloud Guardrails Labprojects/cloud-guardrails-lab
  • SOHO Security Assessmentprojects/soho-security-assessment

Windows Server & Infrastructure

  • File Server Role Configurationprojects/file-server-role
  • IIS Server Role Configurationprojects/project-iis-server-role
  • Windows Domain Deploymentprojects/windows-domain-deployment
  • Windows Registry Hardening Playbookprojects/windows-registry-hardening-playbook
  • Windows Server 2025 Installationprojects/windows-server-2025-installation
  • Windows Server 2025 Installation 2projects/windows-server-2025-installation-2
  • Windows Server Configurationprojects/windows-server-configuration
  • WSUS Domain Update Hubprojects/wsus-domain-update-hub

Security Tools & Analysis

  • DShield IDS Honeypotprojects/project-dshield-ids-honeypot
  • WiFi IDS Analysisprojects/wifi-ids-analysis

PowerShell & Automation

  • PowerShell ChatGPT Integrationprojects/powershell-chatgpt
  • PowerShell System & Network Auditprojects/powershell-system-network-audit

Encryption & Recovery

  • Cryptomator Encryption Projectprojects/project-cryptomator-encryption
  • Windows USB Recovery Toolkitprojects/windows-usb-recovery-toolkit

Networking & Infrastructure

  • Cisco Packet Tracer – Logical & Physical Mode (Activity 1.1.5)projects/project-cisco-packet-tracer-activity-1-1-5
  • SOHO Development Networkprojects/project-soho-dev-network

What's inside each project

  • Overview & goals
  • Environment / setup
  • Steps performed (commands + rationale)
  • Evidence & outputs (text-based where possible)
  • Risks & mitigations
  • Lessons learned

Syncing Projects

To pull updates from the original repositories, use git subtree pull:

# Example: sync wifi-ids-analysis
git fetch wifi-ids-analysis
git subtree pull --prefix=projects/wifi-ids-analysis wifi-ids-analysis main -m "chore(wifi-ids-analysis): sync from upstream"

Note: If you imported with --squash, add --squash to the pull command as well.

Author: Jaden Maciel • Focus: Cloud / DevSecOps / Security Engineering • Updated: 2025-11-06

About

Curated security engineering portfolio with reproducible lab evidence, incident response writeups, and infrastructure hardening.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors