PhishEye is a phishing email analysis tool that detects suspicious emails using content analysis, link inspection, and sender validation. It simulates real-world email threat detection used in SOC (Security Operations Center) environments.
- Email content analysis for phishing indicators
- Detection of suspicious keywords (urgent, verify, login, etc.)
- Extraction and inspection of links from email body
- Identification of suspicious sender domains
- Risk scoring system (0–100)
- Severity classification (Low, Medium, High)
- Explanation of detected threats
- Downloadable phishing analysis report
- Interactive dashboard using Streamlit
- Python
- Streamlit
- Regex
- User inputs email content, sender, and subject
- System scans for phishing-related keywords
- Links are extracted and analyzed for suspicious patterns
- Sender email is validated for anomalies
- Risk score and severity are calculated
- Results are displayed with explanation
- A downloadable report is generated
https://your-phisheye-link.streamlit.app
PhishEye simulates phishing detection workflows used by SOC analysts to identify malicious emails, extract indicators of compromise (IOCs), and assess risk in real time.