Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

TinyML in Industrial IoT: A Systematic Review of Applications, System Components, and Methodologies.

Sensors (Basel, Switzerland)·2026
Same author

Quantum Information Supports Delayed Decisions.

Entropy (Basel, Switzerland)·2025
Same author

Chromosomal gene order defines several structural classes of Staphylococcus epidermidis genomes.

PloS one·2024
Same author

Android Ransomware Detection Using Supervised Machine Learning Techniques Based on Traffic Analysis.

Sensors (Basel, Switzerland)·2024
Same author

Quantum Honeypots.

Entropy (Basel, Switzerland)·2023
Same author

Quantum analysis of squiggle data.

BioData mining·2023
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Aug 2, 2025

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.5K

Phishing URLs Detection Using Sequential and Parallel ML Techniques: Comparative Analysis.

Naya Nagy1, Malak Aljabri2, Afrah Shaahid3

  • 1SAUDI ARAMCO Cybersecurity Chair, Department of Networks and Communication, College of Computer Science and Information Technology, Imam Abdulrahman Bin Faisal University, P.O. Box 1982, Dammam 31441, Saudi Arabia.

Sensors (Basel, Switzerland)
|April 13, 2023
PubMed
Summary
This summary is machine-generated.

Parallel computing significantly speeds up machine learning (ML) and deep learning (DL) models for detecting phishing attacks. This research demonstrates faster, effective cybersecurity solutions using Python

Keywords:
cyber-attacksdeep learningmachine learningparallel processingphishing attacks

More Related Videos

Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.8K
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

35

Related Experiment Videos

Last Updated: Aug 2, 2025

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.5K
Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.8K
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

35

Area of Science:

  • Cybersecurity
  • Computer Science
  • Artificial Intelligence

Background:

  • Cyber-attacks, particularly phishing, exploit Uniform Resource Locators (URLs) to steal sensitive data and cause financial/reputational damage.
  • Artificial intelligence (AI) techniques like machine learning (ML) and deep learning (DL) are effective for phishing detection.
  • Sequential ML models can be slow and inefficient for real-time detection of vast cyber threats.

Purpose of the Study:

  • To investigate the efficiency of parallel computing techniques in accelerating ML and DL model training for enhanced phishing attack detection.
  • To compare the performance of sequential versus parallel execution for training various ML and DL models.

Main Methods:

  • Implemented multiprocessing and multithreading techniques in Python for parallel model training.
  • Trained four models: Random Forest (RF), Naïve Bayes (NB), Convolutional Neural Network (CNN), and Long Short-Term Memory (LSTM).
  • Utilized a dataset of 54,000 records for training and 12,000 for testing, conducting five experiments comparing sequential and parallel execution.

Main Results:

  • Parallel execution using Python's multiprocessing and multithreading significantly reduced computation time for ML and DL models.
  • Achieved excellent results and notable speedup in phishing detection model training.
  • Comparative analysis confirmed the effectiveness of parallel techniques over sequential methods.

Conclusions:

  • Parallel computing offers a robust and efficient approach to developing precise ML and DL models for real-time phishing attack detection.
  • Python's parallel backend and multiprocessing capabilities enhance the scalability and speed of cybersecurity threat detection.
  • The study validates the use of parallel ML/DL for building effective, faster, and more robust cyber-attack defense systems.