paper-with-me

홈 › Papers

Detecting Quishing Attacks with Machine Learning Techniques Through QR Code Analysis

2025-05-06 · Fouad Trad, Ali Chehab

The rise of QR code based phishing ("Quishing") poses a growing cybersecurity threat, as attackers increasingly exploit QR codes to bypass traditional phishing defenses. Existing detection methods predominantly focus on URL analysis, which requires the extraction of the QR code payload, and may inadvertently expose users to malicious content. Moreover, QR codes can encode various types of data beyond URLs, such as Wi-Fi credentials and payment information, making URL-based detection insufficient for broader security concerns. To address these gaps, we propose the first framework for quishing detection that directly analyzes QR code structure and pixel patterns without extracting the embedded content. We generated a dataset of phishing and benign QR codes and we used it to train and evaluate multiple machine learning models, including Logistic Regression, Decision Trees, Random Forest, Naive Bayes, LightGBM, and XGBoost. Our best-performing model (XGBoost) achieves an AUC of 0.9106, demonstrating the feasibility of QR-centric detection. Through feature importance analysis, we identify key visual indicators of malicious intent and refine our feature set by removing non-informative pixels, improving performance to an AUC of 0.9133 with a reduced feature space. Our findings reveal that the structural features of QR code correlate strongly with phishing risk. This work establishes a foundation for quishing mitigation and highlights the potential of direct QR analysis as a critical layer in modern phishing defenses.

📄 PDF Abstract BibTeX arXiv:2505.03451

Code (1)

fouadtrad/detecting-quishing-attacks-with-machine-learning-techniques-through-qr-code-analysis 공식 구현

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

URL A computationally efficient approach for solving hard nonlinear problems of reinforcement learning (RL). It combines umbrella sampling, from computational physics/chemistry, with…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Focus 설명 없음

Similar Papers 제목 키워드 기반

QRïS: A Preemptive Novel Method for Quishing Detection Through Structural Features of QR

2025-10-20 · Muhammad Wahid Akram, Keshav Sood, Muneeb Ul Hassan arxiv

Globally, individuals and organizations employ Quick Response (QR) codes for swift and convenient communication. Leveraging this, cybercriminals embed falsify and misleading information in QR codes to launch various phis…

Bias Detection

ALFA: A Safe-by-Design Approach to Mitigate Quishing Attacks Launched via Fancy QR Codes

2026-01-11 · Muhammad Wahid Akram, Keshav Sood, Muneeb Ul Hassan, Dhananjay Thiruvady arxiv

Phishing with Quick Response (QR) codes is termed as Quishing. The attackers exploit this method to manipulate individuals into revealing their confidential data. Recently, we see the colorful and fancy representations o…

Performance Evaluation of Machine Learning Techniques for DoS Detection in Wireless Sensor Network

2021-04-05 · Lama Alsulaiman, Saad Al-Ahmadi

The nature of Wireless Sensor Networks (WSN) and the widespread of using WSN introduce many security threats and attacks. An effective Intrusion Detection System (IDS) should be used to detect attacks. Detecting such an …

BIG-bench Machine LearningIntrusion DetectionScheduling

Machine Learning for Anomaly Detection and Categorization in Multi-cloud Environments

2018-10-23 · Salman Tara, Bhamare Deval, Erbad Aiman, Jain Raj 외

Recently, advances in machine learning techniques have attracted the attention of the research community to build intrusion detection systems (IDS) that can detect anomalies in the network traffic. Most of the research w…

Anomaly DetectionBIG-bench Machine LearningIntrusion Detection

Detecting Phishing Sites -- An Overview

2021-03-23 · P. Kalaharsha, B. M. Mehtre

Phishing is one of the most severe cyber-attacks where researchers are interested to find a solution. In phishing, attackers lure end-users and steal their personal in-formation. To minimize the damage caused by phishing…