CRCYLGMay 13, 2020

Phishing URL Detection Through Top-level Domain Analysis: A Descriptive Approach

arXiv:2005.06599v13 citations
AI Analysis

It addresses phishing attacks for cybersecurity users, but is incremental as it applies existing methods to new datasets.

This study tackled phishing URL detection by developing machine learning models (SVM and Random Forests) using descriptive features, achieving up to 90% precision and 88% recall for SVM.

Phishing is considered to be one of the most prevalent cyber-attacks because of its immense flexibility and alarmingly high success rate. Even with adequate training and high situational awareness, it can still be hard for users to continually be aware of the URL of the website they are visiting. Traditional detection methods rely on blocklists and content analysis, both of which require time-consuming human verification. Thus, there have been attempts focusing on the predictive filtering of such URLs. This study aims to develop a machine-learning model to detect fraudulent URLs which can be used within the Splunk platform. Inspired from similar approaches in the literature, we trained the SVM and Random Forests algorithms using malicious and benign datasets found in the literature and one dataset that we created. We evaluated the algorithms' performance with precision and recall, reaching up to 85% precision and 87% recall in the case of Random Forests while SVM achieved up to 90% precision and 88% recall using only descriptive features.

Code Implementations1 repo
Foundations

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

Your Notes