Phishing Email Detection
Detecting Phishing Emails by Text Analytics
@kaggle.subhajournal_phishingemails
Detecting Phishing Emails by Text Analytics
@kaggle.subhajournal_phishingemails
Phishing emails have become a significant threat to individuals and organizations worldwide. These deceptive emails aim to trick recipients into divulging sensitive information or performing harmful actions. Detecting and preventing phishing emails is crucial to safeguarding personal and financial security. In recent years, machine learning techniques have emerged as a promising approach to combat this growing menace.
The dataset specifies the email text body the type of emails which can be used to detect phishing emails by extensive analytics of the email text and classifying those using machine learning
CREATE TABLE phishing_email (
"unnamed_0" BIGINT -- Unnamed: 0,
"email_text" VARCHAR,
"email_type" VARCHAR
);Anyone who has the link will be able to view this.