🛠️ Projects

Here are some of the cybersecurity and forensic projects I’ve developed — each designed to simulate, secure, or analyze real-world digital threats.

📱 Behavioral Analysis of Mobile Users (Capstone)

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 GitHub

📊 SIEM Log Monitoring System

Built 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 GitHub

🌐 OWASP Top 10 Analyzer

Created 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 GitHub

💣 Petya Malware Analysis

Performed 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 GitHub

🔐 Secure File Storage in Cloud Using Hybrid Cryptography

Designed 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