CRFeb 19, 2020

Detection and Analysis of Drive-by Downloads and Malicious Websites

arXiv:2002.08007v20.008 citations
AI Analysis15

This addresses the issue of malicious websites and drive-by downloads for internet users, but it appears incremental as it applies existing methods to a specific cybersecurity problem.

The paper tackled the problem of drive-by downloads, which exploit browser vulnerabilities to install malware without user consent, by proposing machine learning and feature selection solutions, achieving 98.2% precision, 98.2% F-Measure, and 97.2% ROC area in experiments.

A drive by download is a download that occurs without users action or knowledge. It usually triggers an exploit of vulnerability in a browser to downloads an unknown file. The malicious program in the downloaded file installs itself on the victims machine. Moreover, the downloaded file can be camouflaged as an installer that would further install malicious software. Drive by downloads is a very good example of the exponential increase in malicious activity over the Internet and how it affects the daily use of the web. In this paper, we try to address the problem caused by drive by downloads from different standpoints. We provide in depth understanding of the difficulties in dealing with drive by downloads and suggest appropriate solutions. We propose machine learning and feature selection solutions to remedy the the drive-by download problem. Experimental results reported 98.2% precision, 98.2% F-Measure and 97.2% ROC area.

Foundations

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

Your Notes