Projects

Intrusion Detection Log Analyzer

A lightweight security monitoring tool that parses system logs to detect brute-force attempts, suspicious activity, and unusual IP patterns. Alerts are generated for repeated failures or anomalies, with a dashboard view showing severity levels and trends. Designed as a proof-of-concept for SOC readiness and log-based threat detection.

Secure JWT API Gateway

Secure JWT API Gateway – A demonstration API platform highlighting common security pitfalls and their mitigation. Implements JWT authentication, role-based access, rate limiting, token exception handling, and suspicious activity logging to showcase secure API design in practice.

Insecure Chrome Extension & Detection Tool

A proof-of-concept showing how browser extensions can exfiltrate PII, steal credentials, and perform malicious actions without user consent. Includes a companion tool that scans and flags insecure or data-stealing extensions, highlighting privacy risks, insecure design patterns, and methods to detect and mitigate malicious behavior.

AI-Powered Job Hunting Tool

Automates job search by scanning listings, extracting key details, and generating tailored CVs and cover letters. Users review content before the system sends applications via email. Built with Python, it demonstrates automation, data parsing, text generation, and workflow optimization to streamline applications.