CRCECYLGNov 16, 2024

Browser Extension for Fake URL Detection

arXiv:2411.13581v12 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This provides a tool to enhance online security for users vulnerable to cyber attacks, but it is incremental as it applies existing methods to new data.

The paper tackles the problem of cyber attacks by developing a browser extension that uses machine learning models for malicious URL detection, spam email detection, and network logs analysis, achieving accuracies of 96.5% for phishing websites and 97.09% for spam emails.

In recent years, Cyber attacks have increased in number, and with them, the intensity of the attacks and their potential to damage the user have also increased significantly. In an ever-advancing world, users find it difficult to keep up with the latest developments in technology, which can leave them vulnerable to attacks. To avoid such situations we need tools to deter such attacks, for this machine learning models are among the best options. This paper presents a Browser Extension that uses machine learning models to enhance online security by integrating three crucial functionalities: Malicious URL detection, Spam Email detection and Network logs analysis. The proposed solution uses LGBM classifier for classification of Phishing websites, the model has been trained on a dataset with 87 features, this model achieved an accuracy of 96.5% with a precision of 96.8% and F1 score of 96.49%. The Model for Spam email detection uses Multinomial NB algorithm which has been trained on a dataset with over 5500 messages, this model achieved an accuracy of 97.09% with a precision of 100%. The results demonstrate the effectiveness of using machine learning models for cyber security.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes