29,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in 6-10 Tagen
payback
15 °P sammeln
  • Broschiertes Buch

The book involves the development of a web-based application that integrates multiple machine learning models-including XGBoost, Logistic Regression, and Gaussian Naive Bayes-to classify URLs as either phishing or legitimate. The models were trained using real world datasets consisting of over 5,000 phishing URLs and 5,000 legitimate ones, collected from trusted sources like Phish Tank and the University of New Brunswick. Key steps in the system include data preprocessing, feature selection, and feature extraction, focusing on elements like URL structure, domain age, and embedded scripts. The…mehr

Produktbeschreibung
The book involves the development of a web-based application that integrates multiple machine learning models-including XGBoost, Logistic Regression, and Gaussian Naive Bayes-to classify URLs as either phishing or legitimate. The models were trained using real world datasets consisting of over 5,000 phishing URLs and 5,000 legitimate ones, collected from trusted sources like Phish Tank and the University of New Brunswick. Key steps in the system include data preprocessing, feature selection, and feature extraction, focusing on elements like URL structure, domain age, and embedded scripts. The system leverages exploratory data analysis to visualize data insights and employs Principal Component Analysis (PCA) to optimize the model by reducing redundant data.
Autorenporträt
The classifier is designed to integrate seamlessly with a user interface, providing instant feedback on website legitimacy, thereby helping users avoid fraudulent websites and protect their personal data. The system has been evaluated using industry-standard metrics such as accuracy, precision, recall,and F1-score, and has shown promising results.