This model is a fine-tuned version of
bert-large-uncased on an
phishing dataset,
capable of detecting phishing in its four most common forms: URLs, Emails, SMS messages and even websites.
BERT is a transformers model pretrained on a large corpus of English data in a self-supervised fashion.
This means it was pretrained on the raw texts only, with no humans labelling them in any way (which is why
it can use lots of publicly available data) with an automatic process to generate inputs and labels from
those texts.
Phishing is one of the most frequent and most expensive cyber-attacks according to several security reports.
This model aims to efficiently and accurately prevent phishing attacks against individuals and organizations.
To achieve it, BERT was trained on a diverse and robust dataset containing: URLs, SMS Messages, Emails and
Websites, which allows the model to extend its detection capability beyond the usual and to be used in various
contexts.