FEATURED
2026 · 30-Day Lab Series
AWS Cloud Deployment — Two-Tier E-Commerce Architecture (MySQL + PrestaShop)
Provisioned two EC2 instances on AWS (eu-north-1): a dedicated MySQL 8.4.8 database server and a separate Apache/PHP app server. Deployed PrestaShop 8.1.7 across both instances with full DB separation, security group configuration, and live storefront confirmed. Identified post-deployment hardening requirements: install/ folder deletion, MySQL bind restriction, HTTPS/TLS, and admin path obfuscation.
AWS EC2MySQLApache2PrestaShopUbuntuDevSecOps
↗ View on GitHub
FEATURED
2026 · 30-Day Lab Series
AWS Cloud Deployment — 2-Tier E-Commerce Infrastructure on EC2
Provisioned two EC2 t3.micro instances on AWS (EU-North-1): a dedicated MySQL 8.4.8 database server and an Apache2/PrestaShop 8.1.7 application server. Configured VPC security groups, scoped DB user permissions, enabled mod_rewrite, and verified a fully working storefront + admin dashboard end to end.
AWS EC2MySQL 8.4Apache2PrestaShopUbuntuSSH
↗ View on GitHub
FEATURED
2026 · 30-Day Lab Series
Password Cracking — Custom Wordlist, Leet Speak Rules & MD5 Recovery
Cracked MD5 hashes using John the Ripper with a hand-authored 50-entry dinosaur wordlist and custom leet speak rule set. Recovered 4 of 13 hashes at ~626,000 c/s including multi-leet + year combos (Tyr@nn0s@urus1988).
John the RipperMD5Leet Speak RulesWordlistKali Linux
↗ View on GitHub
FEATURED
2026 · TSAcademy SOC Series
Phishing IR Investigation — OSINT & IOC Analysis
Full investigation of a real phishing email impersonating Microsoft Security Team. Analysed IOCs across 9 OSINT tools. Confirmed missing DMARC, malicious URL (VirusTotal 2/95), 95 AbuseIPDB reports. Mapped to MITRE ATT&CK.
OSINTMITRE ATT&CKVirusTotalIOC AnalysisIR Report
↗ View on GitHub
2026
Wazuh SIEM + Suricata IDS + Rootkit Detection Homelab
Three-component homelab: Wazuh full stack, Suricata with Emerging Threats ruleset, and Diamorphine LKM rootkit simulation. Wazuh rootcheck detected hidden rsyslogd process successfully.
WazuhSuricataRootkitEVE JSONFIM
↗ View on GitHub
2025 – Present
SOC Home Lab — Enterprise-Grade SOC Simulation
pfSense + VLAN segmentation + Active Directory + custom Wazuh rules. Detected 200+ brute-force attempts in 48 hours. Reduced false positives by ~35% through iterative rule tuning.
pfSenseActive DirectoryWazuhVirtualBox
↗ View on GitHub
2026 – Present
Threat Intelligence Aggregation Platform
Full-stack TI platform with Python IOC ingestion pipelines, Node.js RESTful API, and analyst dashboard with MITRE ATT&CK framework mappings for threat triage.
PythonNode.jsMITRE ATT&CKCTI Feeds
↗ View on GitHub
2025
Phishing Link Scanner
Python tool that evaluates URLs and warns users if a link is dangerous, suspicious, or safe. Built as an internship deliverable at Brainwave Matrix Solutions.
PythonURL AnalysisPhishing Detection
↗ View on GitHub