I developed a Python-based tool called PhishGuard that analyzes email messages to detect phishing attempts.
It identifies suspicious links, spoofed sender addresses, and unusual language patterns, then generates a detailed report highlighting potential risks.
Key Features:
Parses email headers and body to spot common phishing indicators.
Flags suspicious URLs and mismatched Return-Path vs. From addresses.
Provides a clear, easy-to-read report for quick decision making.
Tech Stack:
Python, Regex, email parsing
Basic email security and phishing detection techniques
GitHub Repository: github.com/MerolaMagdy/Ph...