Here are some of the cybersecurity and forensic projects I’ve developed — each designed to simulate, secure, or analyze real-world digital threats.
Developed a mobile forensic system to analyze GPS data, encrypted apps, keyword triggers, and app behavior to detect suspicious activity. Alerts law enforcement in pre-investigation scenarios.
Tools: Android (Java), SQLite, Notification Listener, GPS APIs
🔗 View on GitHubBuilt a SIEM simulation platform to ingest, parse, and visualize forensic logs (app usage, location, access history) and build investigation dashboards using Kibana and Python.
Tools: Python, Pandas, Kibana, CSV, Logstash
🔗 View on GitHubCreated a Python-based scanner to identify OWASP Top 10 web application vulnerabilities with automated reporting and Burp Suite integration for deeper testing.
Tools: Python, Flask, Burp Suite, HTML/CSS
🔗 View on GitHubPerformed reverse engineering of Petya ransomware using static and dynamic malware analysis tools. Identified payload mechanisms, propagation behavior, and encryption logic.
Tools: Ghidra, IDA Pro, YARA, Splunk, Wireshark
🔗 View on GitHubDesigned a secure file-sharing system using hybrid cryptography (RSA + AES) with secure key distribution over email. Targeted at cloud-based environments requiring layered security.
Tools: Python, AES, RSA, Tkinter, smtplib
🔗 View on GitHub