How the Phishing Detection Framework Works
· One min read
The Phishing Detection Framework is powered by state-of-the-art machine learning models hosted on Hugging Face:
- URL Detection:
bert-finetuned-phishing
- Email Detection:
phishing-email-detection-distilbert_v2.4.1
These models are fine-tuned for phishing detection, offering high accuracy and reliability. They analyze:
- URLs: Scanning for known phishing patterns.
- Email content: Identifying deceptive language or malicious intent.
Learn more in the API Reference