bfilar/URLTran
PyTorch/HuggingFace Implementation of URLTran: Improving Phishing URL Detection Using Transformers
This helps cybersecurity analysts and IT professionals identify phishing attempts more effectively. It takes a list of URLs, some known to be safe and some known to be malicious, to train a system. The output is a highly accurate tool that can classify new, unseen URLs as either benign or phishing, protecting users from scams.
No commits in the last 6 months.
Use this if you need to build a robust and accurate system to detect and block phishing URLs within your organization's network or security products.
Not ideal if you're looking for an out-of-the-box phishing detection service without needing to train or fine-tune a model yourself.
Stars
37
Forks
7
Language
Python
License
—
Category
Last pushed
Aug 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/bfilar/URLTran"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action