This repository contains the source code for my personal cybersecurity portfolio website.
Live website: https://stefanofalco.github.io/MyWebSite/
I am a Computer Engineering graduate and Cybersecurity Engineering MSc student at Politecnico di Torino.
My current professional direction is focused on:
- cybersecurity governance, risk and compliance;
- regulated-sector security and digital trust;
- cryptography and quantum-safe security topics;
- digital forensics and incident-oriented documentation;
- network security, VPNs and traffic analysis;
- clear technical communication for both technical and non-technical stakeholders.
The website is designed as a compact professional portfolio for recruiters, hiring managers and technical reviewers.
It includes:
- academic background;
- cybersecurity focus areas;
- selected public projects;
- professional and practical experience;
- tools and technologies;
- CV access;
- contact links.
The portfolio highlights work across several cybersecurity domains:
- Cyber risk and GRC — risk assessment, STRIDE, MITRE ATT&CK, risk treatment and control mapping.
- Digital forensics and incident response — forensic reporting, Linux artefacts, OSINT, network evidence and malware triage.
- Network security — IPsec VPN misconfiguration analysis, GNS3 labs, Wireshark evidence and remediation.
- Cryptography and QKD — BB84-inspired simulations, satellite QKD security analysis and implementation-side risks.
- Technical writing — structured reports, clear documentation and recruiter-readable security summaries.
- Software engineering foundations — Java OOP, Maven, unit testing and GitHub Actions.
- Satellite QKD Security Analysis: https://github.com/StefanoFalco/satellite-qkd-security-analysis
- Banking Cyber Risk Assessment: https://github.com/StefanoFalco/Banking-cyber-risk-assessment
- Operation Zodiac DFIR Case Study: https://github.com/StefanoFalco/Operation-Zodiac-DFIR-Case-Study
- IPsec VPN Misconfiguration Lab: https://github.com/StefanoFalco/IPsec-VPN-Misconfiguration-Lab
- QKD Basis Randomization Simulation: https://github.com/StefanoFalco/QKD-basis-randomization-qiskit
- Java OOP Portfolio: https://github.com/StefanoFalco/Java-OOP-Portfolio
Repository structure:
- index.html — static portfolio website
- papers/ — CV and selected PDF reports
- .nojekyll — GitHub Pages configuration
- README.md — repository overview
The website is intentionally lightweight:
- static HTML, CSS and JavaScript;
- GitHub Pages deployment;
- no backend;
- no database;
- no tracking scripts;
- responsive layout;
- dark/light theme support.
This keeps the portfolio simple, fast and easy to inspect.
This website is meant to provide a concise overview of my cybersecurity profile and to connect my CV, GitHub projects and professional positioning in one place.
The strongest signals are the public repositories linked from the website: they show practical documentation, threat modeling, cyber risk reasoning, security standards awareness, cryptography foundations, DFIR methodology and network security analysis.