Email Risk Analyzer is a Python-based cybersecurity project that analyzes email content and identifies potential phishing or suspicious emails. It checks for risky keywords, suspicious links, and common phishing indicators.
- Detects phishing keywords
- Identifies suspicious URLs
- Provides risk level (Low, Medium, High)
- Generates security recommendations
- Python
- Regular Expressions (re)
- Install Python
- Run: python email_risk_analyzer.py
