Combating modern smishing: A deep learning framework leveraging hybrid CNN-LSTM and attention mechanisms
摘要
Short Message Service (SMS) remains a widely used communication medium and a growing target for phishing attacks (smishing). This paper presents a hybrid deep learning framework that integrates Convolutional Neural Networks (CNNs), Long Short-Term Memory (LSTM) networks, and a multi-head self-attention mechanism to detect phishing SMS messages. To address the severe class imbalance in the University of California, Irvine (UCI) SMS Spam Collection dataset, we apply the Synthetic Minority Oversampling Technique (SMOTE) and optimize the model using Bayesian hyperparameter tuning. Experimental results demonstrate state-of-the-art performance, achieving 99.17% accuracy and an Area Under the Curve Receiver Operating Characteristic (AUC-ROC) of 0.9996, surpassing comparable baselines. The proposed approach combines high detection accuracy with computational efficiency, offering a practical solution for modern SMS phishing mitigation.