1.3 Why AI/ML is transformative in cybersecurity
Currently, Artificial Intelligence (AI) and Machine Learning (ML) are transforming cybersecurity by enabling
adaptive, data-driven, and proactive defense mechanisms. Traditional security systems rely heavily on static
rules and signature-based detection, which are ineffective against zero-day attacks and rapidly evolving
malware variants.
[19]
In contrast, AI/ML approaches analyze large volumes of both structured and unstructured
data - such as system logs, network traffic, and user behavior - to detect anomalies and previously unseen attack
patterns in real time.
A key transformative capability of AI/ML is behavioral analysis. Rather than relying solely on known signatures,
ML models establish baseline patterns of normal activity and identify deviations that may indicate malicious
behavior.
[20]
This capability significantly enhances the detection of advanced persistent threats (APTs),
polymorphic malware, and insider threats. Moreover, AI-driven automation improves incident response by
prioritizing alerts, reducing false positives, and accelerating threat mitigation processes.
[21]
AI/ML systems also continuously learn from new threat intelligence, enabling dynamic adaptation to evolving
attack techniques. This analytical and self-improving capability allows organizations to transition from reactive
defense models to proactive security strategies. Despite challenges such as adversarial attacks on ML models,
AI and ML provide scalable, intelligent, and resilient solutions that redefine modern cybersecurity frameworks.
Intrusion Detection Systems (IDSs) are critical security tools designed to detect a wide range of threats,
including external attacks and insider misuse. Their primary function is to continuously monitor network traffic
and system activities, analyze events, generate alerts, and respond to suspicious or malicious behavior.
Deep learning (DL), a subset of machine learning, has emerged as a powerful approach in cybersecurity.
Techniques such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) are widely
used to address complex problems, including malware classification and intrusion detection. These methods
enable the development of proactive defense systems capable of identifying evolving threats, thereby providing
a more dynamic and intelligent approach to cybersecurity.
[22]
1.4 Unified taxonomy of AI/ML methods in cybersecurity
A unified taxonomy of Artificial Intelligence (AI) and Machine Learning (ML) approaches in cybersecurity
provides a structured framework for understanding how diverse learning models are applied to various
security challenges. These approaches can be broadly categorized based on learning paradigms and application
domains. From a methodological perspective, the primary categories include supervised, unsupervised, semi-
supervised, reinforcement, and deep learning.
Supervised learning algorithms, such as Support Vector Machines (SVMs), Random Forests (RFs), and Artificial
Neural Networks (ANNs), rely on labeled datasets and are widely used for malware classification, spam filtering,
and intrusion detection.
[20]
In contrast, unsupervised learning techniques, including clustering algorithms such
as K-means and DBSCAN, are particularly useful for anomaly detection when labeled data are scarce or
unavailable.
[23]
Semi-supervised learning combines labeled and unlabeled data to improve detection accuracy in environments
with limited annotated datasets. Reinforcement learning focuses on adaptive decision-making and is
increasingly applied to dynamic threat response and automated defense mechanisms.
Deep learning methods, including Convolutional Neural Networks (CNNs) and Recurrent Neural Networks
(RNNs), enhance feature extraction and pattern recognition in complex data sources such as system logs and
network traffic.
[24]
In particular, RNNs and Long Short-Term Memory (LSTM) networks are well-suited for
analyzing sequential data, enabling effective monitoring of user behavior over time. Unlike traditional machine
learning models (e.g., SVM, RF, and K-Nearest Neighbors (KNN)), which treat data points independently, RNNs
and LSTMs capture temporal dependencies, making them highly effective for behavioral analysis.
Reinforcement learning (RL) represents an advanced paradigm in which models learn through interaction with
their environment, receiving feedback in the form of rewards or penalties. In cybersecurity, RL shows strong
potential for adaptive defense systems, such as intrusion prevention systems (IPS), where models learn optimal
response strategies against different types of attacks.
Furthermore, hybrid and ensemble learning approaches combine multiple models to improve overall
performance and robustness. In cybersecurity contexts, where threats are diverse and evolving, such integrated
approaches offer significant advantages by leveraging the strengths of different algorithms.
[25,26]
From an application perspective, AI/ML techniques are employed across various domains, including network
security, endpoint protection, IoT security, cloud security, and threat intelligence analytics. This unified
taxonomy facilitates systematic evaluation and benchmarking in research while supporting the development of
hybrid models that integrate multiple learning paradigms for enhanced performance and adaptability.
[18]
1.5 Comparative analysis of AI/ML applications in cybersecurity
A comparison between traditional cybersecurity methods and AI/ML-enabled approaches clearly demonstrates