Skip to content

ItchyCow/home-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

πŸ›‘οΈ Cybersecurity Learning Lab β€” Kiara Vicencio

A documented 6-month hands-on journey in the hopes of transitioning from Technical Support & Risk Analysis into a Security Analyst / Vulnerability Analyst role. This repository contains lab notes, scan reports, scripts, diagrams, and write-ups built from real practice environments.


πŸ‘©β€πŸ’» About Me

I'm a cybersecurity professional based in the Philippines with experience in attack surface monitoring, risk validation, and technical support at UpGuard (Sydney, AU) and vulnerability assessment consulting at SGV & Co. (EY Philippines).

This lab documents my structured upskilling roadmap β€” bridging operational security experience with deeper technical depth in systems administration, vulnerability management, cloud hardening, and compliance frameworks.

Current role: Technical Support Analyst (Remote) β€” UpGuard
Target roles: Vulnerability Analyst Β· Systems Administrator
Certifications: Certified in Cybersecurity (ISCΒ²)

πŸ“§ kiarabvicencio@gmail.com
πŸ”— linkedin.com/in/kiaravicencio


πŸ—‚οΈ Repository Structure

cybersec-lab/
β”‚
β”œβ”€β”€ month-1-os-networking/
β”‚   β”œβ”€β”€ network-diagram.png
β”‚   β”œβ”€β”€ home-lab-setup.md
β”‚   β”œβ”€β”€ active-directory-setup.md
β”‚   └── packet-capture-analysis.md
β”‚
β”œβ”€β”€ month-2-vuln-scanning/
β”‚   β”œβ”€β”€ dvwa-scan-report.pdf
β”‚   β”œβ”€β”€ cvss-scoring-exercise.md
β”‚   └── nessus-vs-openvas-comparison.md
β”‚
β”œβ”€β”€ month-3-web-app-security/
β”‚   β”œβ”€β”€ juice-shop-findings.md
β”‚   β”œβ”€β”€ auth-misconfiguration-lab.md
β”‚   └── tls-audit-report.md
β”‚
β”œβ”€β”€ month-4-cloud-hardening/
β”‚   β”œβ”€β”€ aws-misconfiguration-lab.md
β”‚   β”œβ”€β”€ cis-benchmark-report.md
β”‚   └── ansible-hardening-playbook/
β”‚
β”œβ”€β”€ month-5-compliance-reporting/
β”‚   β”œβ”€β”€ va-engagement-report.pdf
β”‚   β”œβ”€β”€ risk-register.xlsx
β”‚   └── nist-csf-self-assessment.md
β”‚
β”œβ”€β”€ month-6-portfolio-jobs/
β”‚   β”œβ”€β”€ ctf-writeups/
β”‚   └── interview-prep-notes.md
β”‚
└── README.md

πŸ“… 6-Month Roadmap Overview

Month Focus Area Key Tools Status
1 OS Internals & Networking Wireshark, VirtualBox, PowerShell, journalctl πŸ”„ In progress
2 Vulnerability Scanning & CVSS Nessus, OpenVAS, Nmap NSE, Shodan ⏳ Upcoming
3 Web App Security & Identity Burp Suite, OWASP ZAP, testssl.sh ⏳ Upcoming
4 Cloud Infrastructure & Hardening AWS, Terraform, Ansible, Lynis ⏳ Upcoming
5 Compliance & Reporting NIST CSF, OpenSCAP, Dradis, DefectDojo ⏳ Upcoming
6 Portfolio Polish & Job Readiness TryHackMe, HTB, GitHub Pages ⏳ Upcoming

πŸ§ͺ Lab Environment

Virtualised home lab running three VMs on VirtualBox:

VM OS IP Address Role
VM1 Ubuntu Server 22.04 192.168.1.10 Linux sysadmin practice, AD client
VM2 Windows 11 Pro 192.168.1.11 Active Directory domain controller
VM3 Kali Linux 192.168.1.12 Scanning, exploitation, recon

Network: NAT network (192.168.1.0/24) with internet access via VirtualBox NAT gateway.
Host machine: macOS 26.3


πŸ” Skills Being Developed

Technical

  • Linux & Windows Server administration (AD DS, GPOs, systemd, auditd)
  • Vulnerability scanning and triage (Nessus, OpenVAS, Nmap NSE)
  • Web application security testing (Burp Suite, OWASP Top 10, JWT attacks)
  • Cloud security and hardening (AWS IAM, CIS Benchmarks, Ansible)
  • CVSS scoring, risk registers, and remediation tracking
  • Compliance frameworks: NIST CSF, ISO 27001, PCI-DSS

Soft Skills

  • Executive summary writing and technical reporting
  • Vulnerability prioritisation and remediation SLA tracking
  • Cross-functional communication (translating findings into business risk)

πŸ“Œ Prior Experience Highlights

UpGuard β€” Technical Support Analyst (Jan 2024 – Present, Remote)

  • Daily investigation of risk/vulnerability alerts using Nmap, OpenSSL, cURL
  • Troubleshot SSO failures, DNS misconfigurations, and platform auth issues
  • ~95%+ CSAT with <1 min first response and <24h resolution targets

Dashlabs.ai β€” Infrustructure and Security Intern (Sep-Nov 2022, Remote)

  • Collaborated with the Infrastructure and Security Team to set up SSH Keys and SSH Certificates.

Perti Solutions β€” Quality Assurance Intern (Jun-Aug 2022, Remote)

  • Maintained strong overall quality control of software by performing tests on varying platforms, adhering to reliability, performance, and customer expectation.
  • Found and reported major bugs, and offered suggestions to senior management to enhance the overall quality of the software.
  • Developed Low and High Fidelity Wireframes for a web application using Figma.
  • Managed and tracked other interns' projects and reported their progress to senior management.
  • Provided Technical Support including but not limited to setting up meetings, reviewing and creating documents for Perti and its clients, chairing meetings, and setting up demonstrations.

SGV & Co. (EY) β€” Cybersecurity Consulting Intern (Jan–May 2022, Remote)

  • OSINT and attack surface analysis across 50+ banks and 4 government agencies
  • Tools: Nmap, DNSDumpster
  • Synthesised findings into client-facing vulnerability assessment reports

Domain & Security Lab (Personal Project)

  • Configured custom domain with Cloudflare DNS (A, MX, CNAME records)
  • Implemented DNSSEC, HTTPS enforcement, HSTS, TLS 1.3
  • Integrated into an Attack Surface Management platform and iterated on remediations

πŸ“œ Certifications & Courses

Certification Issuer Status
Introduction to Networking CISCO βœ… Earned
Introduction to Cybersecurity CISCO βœ… Earned
Certified in Cybersecurity (CC) ISCΒ² βœ… Earned
CompTIA Security+ CompTIA πŸ”„ In progress

πŸ“ How I Document My Work

Each lab folder contains:

  • Setup notes β€” what I configured and why
  • Commands used β€” with explanations, not just copy-paste
  • What went wrong β€” troubleshooting steps and lessons learned
  • Findings / output β€” scan results, reports, or screenshots
  • Key takeaways β€” what I'd do differently next time

The goal is a portfolio that reflects real analytical thinking, not just tool execution.


Last updated: May 2026

About

Kiara experimenting things

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors