Open Access
ARTICLE
Hybrid Quantum-Kernel and Quantum-Inspired Machine Learning for TDoS Early Warning in Critical Infrastructure
Department of Computer Engineering and Systems, Higher School of Engineering and Technology, University of La Laguna, Tenerife, Spain
* Corresponding Authors: Carlos Rosa-Remedios. Email: ; Pino Caballero-Gil. Email:
(This article belongs to the Special Issue: Innovation in Quantum Computing for Cybersecurity Applications)
Computers, Materials & Continua 2026, 89(1), 11 https://doi.org/10.32604/cmc.2026.084352
Received 21 April 2026; Accepted 11 June 2026; Issue published 13 August 2026
Abstract
Increasing digitalization exposes critical infrastructure to sophisticated cyber threats, requiring new approaches to improving security and resilience. While classical machine learning techniques have shown promise in anomaly detection and threat mitigation, emerging quantum-inspired methods offer new opportunities to enhance detection capabilities by leveraging principles derived from quantum computing. The objective of this work is to propose a model for the early detection of Telephony Denial of Service attacks using a combination of classical algorithms and quantum computing-based techniques. Call records are embedded into a low-dimensional quantum feature space using spatial and temporal attributes, mapped through a quantum kernel in two modalities: Quantum-Inspired Kernel or Qiskit-Simulated Quantum Kernel. This approach enables the identification of subtle and complex patterns that can be difficult to capture using classical methods alone, without the need for fully fault-tolerant quantum hardware. The anomaly decision threshold is empirically calibrated, allowing the detector to balance early sensitivity against false-alarm control under the evaluated Public Safety Answering Points (PSAP) traffic conditions. The evaluation shows that the proposed framework can improve threat detection and system resilience in critical infrastructure contexts. The results support the use of kernel-based quantum-inspired representations as a tunable early-warning layer for PSAP traffic monitoring, while also showing that threshold calibration and operational context remain necessary before deployment.Keywords
Quantum computing offers promising capabilities for enhancing information security and cybersecurity [1,2]. As these technologies mature, integrating quantum-based solutions into critical infrastructure protection becomes increasingly viable and necessary to ensure the continuity of essential public services [3]. This study specifically addresses the digital resilience of citizen service centers, such as Public Safety Answering Points (PSAPs), which rely heavily on telephony as the primary access channel for the public.
These facilities are highly vulnerable to Telephony Denial of Service (TDoS) attacks, where a disproportionate influx of simultaneous calls can neutralize their response capacity [4,5]. Mitigating these threats requires systems capable of accurately distinguishing anomalous call flows from the standard temporal and geographic distribution of legitimate traffic [6]. Although classical machine learning algorithms, such as Gaussian Mixture Models [7], have traditionally been used for characterization of spatial and temporal data, the increasing complexity of cyberattacks and the need to minimize response times require the exploration of advanced computing paradigms.
To address these challenges, this paper proposes a hybrid quantum-classical machine learning framework for unsupervised anomaly detection. The system is designed to identify TDoS-indicative deviations in PSAP call flows by establishing a baseline profile of normality derived from operational historical data. Subsequent traffic is evaluated against this baseline using a similarity metric defined by a kernel function [8,9]. Two variants for the kernel calculation are introduced and evaluated: a Quantum-Inspired Kernel and a Qiskit-Simulated Quantum Kernel. The robustness of the methodology is validated through the use of a large-scale real-world dataset, complemented by synthetic data modeling typical TDoS attack parameters.
The remainder of this paper is organized as follows. Section 2 introduces the study datasets, synthetic scenario construction, and quantum machine learning concepts. Section 3 describes the proposed framework and detection model. Section 4 reports the experimental results, including scenario validation, threshold sensitivity, classical baselines, and computational cost. Section 5 discusses the main findings and limitations. Section 6 concludes the paper and outlines future work.
To develop a mechanism capable of identifying a hypothetical TDoS attack on calls directed to a PSAP, the proposed framework is based on the following premises:
• Data-driven approach. A collection of 11 datasets was compiled, including anonymized call records directed to a PSAP between 2011 and 2021. A different data set was generated for each year, which contained metadata such as call date, geographic location, call duration, and time spent in the queue before being answered (waiting time).
• Synthetic data generation to emulate TDoS attacks. To simulate a call flow representing a hypothetical TDoS attack, an algorithm was developed to generate a synthetic dataset exhibiting the characteristics typical of such an event. Given the impossibility of obtaining a dataset from an actual TDoS attack, several variants were also generated to validate the results.
• Hybrid architecture for anomaly detection. A hybrid architecture leveraging Quantum Machine Learning (QML) algorithms [10] is proposed to model the density of legitimate calls and discriminate statistical anomalies.
The subsequent sections detail the technical aspects of each of these foundational elements, beginning with a description of the dataset and the applied data cleansing processes. This is followed by an elaboration of the quantum computing concepts utilized in the implementation of QML algorithms.
2.2.1 Features of the Datasets
The dataset used in this study consists of anonymized call records from the emergency call center in the Canary Islands, Spain. A total of 11 annual datasets are available, corresponding to all calls received between 2011 and 2021 in the province of Las Palmas. The 2019 dataset was initially selected as a reference to characterize normal call flow behavior, based on criteria validated by PSAP operational staff and because it was not associated with serious emergency incidents that could distort the normal profile. To ensure a robust analysis and avoid relying on a single calibration year, we later expanded the baseline to include 2018, 2021, and a combined three-year average. Since real-world TDoS traces are not publicly available, we tested our approach using several synthetic scenarios. This included new “zero-day” variants, all specifically tailored to and validated against the Canary Islands’ operational environment.
The initial features of the working datasets, along with a brief description of their meaning, are detailed in Table 1.

2.2.2 Exploratory Data Analysis
Prior to the main analysis, an exploratory evaluation was conducted to assess overall data quality and identify potential anomalies. Table 2 summarizes these findings, detailing the size of each annual dataset (Records), feature counts (Feat.), duplicate entries, and the percentage of missing, malformed, or non-parseable coordinate fields after position parsing (Miss./Non-parseable Pos. (%)). Additionally, the sample skewness of latitude coordinates was calculated to highlight asymmetry and detect potential spatial outliers.

Based on this data-quality audit, the following observations can be drawn:
• The datasets maintain dimensional consistency throughout the complete observation period, with six features available in every yearly file (Feat. = 6).
• Positioning information is available for the vast majority of records. The audit, however, identifies a small proportion of missing, malformed, or non-parseable spatial fields in specific years. This proportion is negligible in 2015 (0.000132%) and remains low in 2018 (0.037691%), whereas 2021 presents a higher rate of unusable positioning records (3.572728%). Consequently, geolocation remains a suitable primary attribute for the proposed model, but only after explicit coordinate parsing, validation, and exclusion of invalid spatial entries.
• The duplication rate is statistically insignificant in all yearly datasets. The highest value is observed in 2020, with 94 duplicate records out of 552,082, corresponding to less than 0.02% of the dataset.
The Spatial Skew values show substantial interannual variability, indicating that the spatial distribution of calls is not symmetric and that the location of extreme observations changes across years. High positive values, such as those observed in 2019 and 2020, indicate the presence of distant records at higher latitudes relative to the annual mean. Conversely, strongly negative values, such as those observed in 2012 and 2013, reflect extreme observations below the mean latitude.
This variation in both magnitude and sign suggests that spatial outliers are not governed by a stable yearly pattern. Rather, they appear as irregular effects associated with the operational and geolocation characteristics of the PSAP data. This behavior reinforces the need for robust preprocessing and supports the use of non-linear kernel-based methods, since a classical linear model would be poorly suited to capture such changing spatial asymmetries without either overfitting to outliers or incorrectly treating legitimate spatial extremes as anomalous events.
To avoid dependence on a single normality profile, the baseline analysis includes 2018, 2019, 2021, and a combined multiyear baseline. Although 2019 was originally selected—validated by PSAP staff and free of major emergency anomalies—data from 2018 and 2021 were incorporated to address potential baseline dependence. Consequently, these three years are evaluated both as distinct single-year normality profiles and as a combined multi-year baseline.
For each candidate year, geographical coordinates were extracted from the POSITION feature, using the call hour as the temporal marker. This facilitates a direct comparison of spatial concentration and circadian distributions across the selected baselines. Descriptive statistics are provided in Table 3, with corresponding geographical density maps and temporal trends illustrated in Fig. 1.


Figure 1: Density map 2018–2019–2021 datasets.
For the geographical density maps, an additional display-domain filter was applied to exclude extreme coordinates outside the Canary Islands visual range. This filter affects only the descriptive figures and the corresponding figure-support count reported in Table 3; it was not used as a duplicate-removal or missing-position cleaning step in the experimental evaluation.
2.2.3 Synthetic TDoS Dataset and TDoS Attack
Given the unavailability of public datasets containing real-world TDoS attacks, a Python-based pipeline was developed to generate and optimize a synthetic dataset consistent with a TDoS scenario targeting telephony infrastructure. The generation process follows the general principles of synthetic denial-of-service traffic construction described in [11–13] while adapting them to the operational characteristics of Public Safety Answering Points (PSAPs).
TDoS attacks aim to exhaust the available human and telecommunication resources of a call center through a large volume of coordinated calls. Unlike volumetric DDoS attacks against IP infrastructure, TDoS attacks specifically target service availability at the telephony and operator level. In the context addressed in this study, the attack model assumes a flood of calls directed at a PSAP, with the objective of keeping operators continuously occupied and delaying or preventing the handling of genuine emergency calls.
The attack model is characterized by temporal and geographical patterns. In the temporal dimension, the relevant properties are burstiness, concentration of calls in short time windows, short call durations compatible with automated behavior, and reduced inter-arrival times between consecutive calls. In the geographical dimension, the model considers both spatial dispersion, which reflects the use of multiple simulated origins, and local accumulations, which emulate coordinated call clusters affecting specific areas.
The reference synthetic TDoS dataset was constructed in two stages. First, a baseline synthetic dataset was generated using the geographical boundaries of the PSAP operational region and applying the following criteria:
• The number of records was defined according to the reference size of the selected baseline data.
• Coordinates were sampled within the polygons of the Canary Islands reference shapefile, preserving geographical validity.
• Spatial concentrations were then introduced by selecting random centers inside the operational area and generating calls around them while maintaining polygon membership
• Dates were distributed throughout the reference year, temporal spikes were inserted at selected minutes, call durations were assigned within operationally plausible ranges, and operators were assigned in a balanced manner to avoid introducing artificial operator bias at this initial stage.
Second, an optimization stage was applied to reinforce TDoS-like properties in a scalable and reproducible way.
• Coordinates were normalized to a common spatial reference when required, dates were converted to a standard datetime format, invalid records were removed, and the auxiliary variable hour was extracted.
• Temporal burstiness was intensified by increasing the density of calls in the 10:00–12:00 window, preserving chronological order after replication.
• Spatial clustering was then estimated using a scalable procedure based on controlled subsampling, DBSCAN clustering, and nearest-neighbor propagation to the complete dataset. This process generated the binary variable IS_CLUSTER, identifying records associated with spatial accumulations.
• Call durations were subsequently adjusted using different distributions for clustered and non-clustered records, and the inter-arrival time variable delta_t was compressed for clustered calls to emulate coordinated automated behavior.
The main operations applied during the optimization stage are illustrated in Listings 1 and 2. Listings 1 shows the temporal intensification mechanism used in the original synthetic TDoS dataset. Records falling within the attack window are replicated to create a sustained burst pattern while preserving chronological order.

Listing 1: Temporal burstiness injection in the original synthetic TDoS dataset
Spatial structure was reinforced through a scalable clustering procedure. Since the complete dataset contains hundreds of thousands of records, clustering is first estimated on a controlled subsample and then propagated to the full dataset using nearest-neighbor search. This produces the binary variable IS_CLUSTER, which identifies spatial accumulations compatible with coordinated attack behavior.

Listing 2: Scalable spatial clustering in the optimized synthetic TDoS dataset
The final synthetic dataset was validated using three criteria: the burstiness index, defined as the peak-to-mean ratio of hourly call counts; the percentage of records flagged as IS_CLUSTER; and the geographical consistency of the resulting coordinates. The latter is particularly relevant in this study, since synthetic anomalies must not be trivially detectable as out-of-domain geographical artifacts. Therefore, all synthetic datasets used in the experiments were constrained to the Canary Islands operational domain and formally validated against the reference shapefile. Coordinates falling outside the valid region were repaired by replacing them with valid coordinates sampled from the corresponding scenario whenever possible, or from the validated empirical synthetic support otherwise.
To address the risk of overfitting to a single synthetic-generation logic, the original TDoS dataset was retained as the reference attack scenario and complemented with additional synthetic and benign variants. These variants preserve a size equivalent to the original synthetic dataset and were designed to test the detector under different operational and adversarial conditions. Table 4 summarizes the scenario suite. In this table, Benign high-load scenarios represent non-malicious operational stress conditions. These are not TDoS attacks, but they can legitimately trigger anomaly alerts because their traffic profile deviates from the typical behavior of PSAPs.

The validation protocol also includes additional synthetic variants designed to avoid dependence on the fixed logic of the original generator. Listing 3 provides a representative example of the zero-day adaptive jitter scenario. In this variant, temporal and spatial perturbations are applied to attack-like records so that the resulting pattern no longer follows the fixed 10:00–12:00 burst structure or a rigid spatial cluster. The purpose is to evaluate whether the detector remains effective when the attack deviates from the assumptions of the original synthetic generator.

Listing 3: Representative generation of a zero-day-like adaptive jitter variant
All generated variants were subsequently validated against the Canary Islands reference shapefile. This step ensures that the detector is not evaluated on synthetic records that fall outside the operational geographical domain. When a generated coordinate falls outside the valid region, it is replaced by a valid coordinate sampled from the same scenario whenever possible, or from the validated empirical synthetic support otherwise.

Listing 4: Geographical validation and repair of synthetic coordinates
Listings 3 and 4 summarize the zero-day variant generation and geographical validation procedures. First, zero-day-like variants are generated by disrupting the fixed temporal and spatial assumptions of the original attack generator. Second, every generated scenario is constrained to the Canary Islands operational domain through shapefile-based validation and repair. This design reduces the possibility that the detector learns artifacts of a single generator or classifies records as anomalous simply because they fall outside the valid geographical support.
The main parameters controlling the original optimized synthetic dataset are summarized in Table 5. These parameters regulate reproducibility, temporal intensity, spatial compactness, clustering scalability, call-duration modeling, and temporal coordination.

This extended scenario design allows the model to be evaluated not only against the original synthetic TDoS logic, but also against alternative attack patterns, benign high-load conditions, and zero-day-like variants. As a result, the validation protocol reduces the risk that detection performance is merely the consequence of overfitting to a single synthetic generator.
2.3 Quantum Machine Learning Concepts
Quantum Machine Learning (QML) integrates the principles of quantum mechanics—such as superposition and entanglement—with classical machine learning to process information in high-dimensional spaces where classical algorithms may struggle [14,15]. In quantum computing, information is represented by qubits, whose state vector in a two-dimensional Hilbert space is denoted as:
Instead of relying on variational approaches [16], the anomaly detection framework proposed in this study utilizes Quantum Kernel methods [17–19]. This requires embedding classical data into a quantum state via a feature map. Recent theoretical work has also shown that several parametrized quantum learning models can be understood within a broader linear-model framework in quantum Hilbert spaces, clarifying the relationship between explicit quantum models, data re-uploading circuits, and kernel-based formulations [20]. This perspective is relevant here because the proposed detector relies on similarities induced by a quantum feature map rather than on an optimized variational ansatz.
To accurately model the interdependencies among the call features (longitude, latitude, and temporal phase), a PauliFeatureMap is implemented. Unlike basic encoding methods restricted to individual rotations, this approach utilizes both individual
The generated circuit, illustrated in Fig. 2, systematically maps the classical TDoS parameters into the quantum feature space.

Figure 2: PauliFeatureMap circuit applied to 3 qubits featuring Hadamard, Z, and ZZ gates.
The encoding process is executed through a sequence of unitary transformations [21]: First, Hadamard (H) gates are applied to initialize the qubits in an equal superposition of the computational basis states. Second, data-dependent phase rotations (Z gates) encode each classical feature
Following this embedding, the classical call data are mapped into quantum states in an 8-dimensional Hilbert space induced by the 3-qubit PauliFeatureMap. This representation enables the Quantum Kernel k-Nearest Neighbors (QKNN) algorithm [23] to compute similarity metrics and identify volumetric anomalies consistent with potential TDoS attacks.
This framework defines an unsupervised density-estimation procedure for distinguishing ordinary PSAP call-flow behavior from traffic patterns compatible with Telephony Denial of Service (TDoS) attacks. Classical anomaly-detection models are used as baselines, but direct separation in the original feature space is limited by the structure of PSAP traffic. Legitimate calls may include spatial outliers associated with remote locations or positioning uncertainty, while temporal behavior is affected by circadian rhythms, operational congestion, and emergency-related call surges. In addition, the absence of publicly available real-world TDoS traces requires validation beyond a single synthetic attack generator, including alternative synthetic scenarios and zero-day-like variants.
Given these non-linear characteristics, kernel-based methods provide a suitable mechanism for comparing records through their joint spatiotemporal structure. For an input vector
This formulation makes it possible to evaluate similarity without explicitly constructing the induced feature space. Building upon classical kernel principles [24,25], this study implements a quantum feature map in which a classical data vector
The similarity between two records is then measured as the fidelity between their corresponding quantum states:
This similarity metric supports the local density-estimation stage. The model does not assign malicious intent to individual calls. Instead, it evaluates whether a set of calls deviates from the learned spatiotemporal normality profile. This distinction is important in PSAP environments, where benign emergency peaks may also produce statistically anomalous traffic.
To reduce dependence on a single calibration year, the evaluation extends the original 2019 baseline to include single-year baselines from 2018 and 2021, together with a multiyear baseline combining 2018, 2019, and 2021. Validation is also performed across multiple geographically constrained scenarios: concentrated TDoS, distributed TDoS, low-intensity TDoS, benign flash crowd, non-malicious congestion, and two zero-day-like variants based on adaptive jitter and replay mimicry. In addition, the proposed detector is compared with classical anomaly-detection methods, including Isolation Forest, One-Class SVM, Local Outlier Factor, Gaussian Mixture Models, and classical k-nearest neighbors, under the same sampling conditions.
3.2 Implementation of the TDoS Detection Model
Each call is represented by a three-dimensional vector composed of longitude, latitude, and temporal phase. The temporal feature is transformed into a circular variable normalized in
The detection pipeline uses a dual-kernel architecture. The first modality, the Qiskit-Simulated Quantum Kernel, implements a 3-qubit PauliFeatureMap with single-qubit phase rotations and entangling
The use of quantum kernels in near-term settings must nevertheless be interpreted with caution. Their practical advantage depends on the structure of the data, the number of measurements, the effect of noise, and the finite-sample regime in which the kernel is estimated [26]. For this reason, the Qiskit-Simulated Quantum Kernel is used in this work as a methodological reference, while the Quantum-Inspired Kernel provides a computationally practical counterpart for large-scale screening.
The second modality, the Quantum-Inspired Kernel, uses a classical harmonic expansion of the same input features. It combines sine and cosine components at different frequencies to preserve a kernel-based similarity structure while avoiding quantum-circuit simulation. Under the tested conditions, this implementation provides the more computationally practical option for large-scale screening.
Both modalities use the same local density-estimation logic. A reference dictionary of normal calls is sampled from the selected baseline, the affinity of test samples against this reference set is computed, and a normality score is derived from local kernel density. Dataset-level anomalies are identified by comparing the average test density against the calibrated baseline distribution through a Z-Score. The main experiments use
Processing times are recorded for both kernel modalities. This comparison provides a practical assessment of computational feasibility: the Qiskit-simulated implementation serves as a methodological reference for the quantum-kernel formulation, whereas the quantum-inspired implementation represents the near-term operational alternative under current computational constraints.
3.2.1 Dual Kernel Architecture
Mapping the three-dimensional call representation into a non-linear similarity space is achieved through two complementary kernel modalities implemented within the same detection pipeline:
• Qiskit-Simulated Quantum Kernel. This modality constructs a PauliFeatureMap parameterized by the input features: longitude, latitude, and temporal phase. Since the input vector contains three variables, the circuit uses three qubits and induces an 8-dimensional Hilbert space (
This modality provides a simulated quantum-kernel reference for the proposed formulation. Since the circuit is evaluated through classical simulation, it is also used to quantify the computational overhead associated with Qiskit-based quantum-kernel evaluation.
• Quantum-Inspired Kernel. To preserve a non-linear similarity structure at lower computational cost, a classical harmonic kernel is introduced. The original vector is mapped into sine and cosine components at fundamental and second-order frequencies:
Call similarity is then obtained from the normalized inner product of these harmonic expansions. A power transformation, governed by the hyperparameter
where
To prevent numerical instability in the logarithmic density estimates and reduce the effect of isolated legitimate outliers in the PSAP data, both kernels are stabilized with a regularization factor
3.2.2 Local Density Estimation
The computed similarities support an unsupervised local density estimation process. Rather than classifying individual calls as malicious or benign, the method evaluates whether an aggregated set of calls departs from the learned normality profile.
Following a kernel-based nearest-neighbor formulation [23,27], the model identifies the
where
3.2.3 Normality Characterization and Anomaly Detection
Historical PSAP traffic is used to calibrate the normality profile. The experiments use 2019 as the primary baseline and also incorporate 2018, 2021, and a multiyear baseline combining 2018, 2019, and 2021. This design allows robustness to be assessed across different normal traffic profiles and avoids relying on a single calibration year.
For each configuration, resampling is used to estimate the mean
The dataset-level decision rule is then defined as:
where
A positive and sufficiently high
The primary experiments use
Accordingly,
Anomalies are flagged at dataset level. Historical years are expected to remain below the threshold, whereas synthetic TDoS and zero-day-like variants are expected to exceed it. Benign high-load scenarios are included as operational stress tests: alerts in these cases are interpreted as benign anomaly alerts rather than as evidence of malicious TDoS activity. Cases in which benign flash crowds or non-malicious congestion exceed the threshold are interpreted as statistical anomalies rather than evidence of malicious intent, and must be assessed together with the operational context available to the emergency service.
The experimental protocol was designed to evaluate whether the proposed detector can distinguish ordinary PSAP call-flow behavior from traffic patterns compatible with Telephony Denial of Service (TDoS) attacks. The evaluation was conducted using the two kernel modalities described above: the Quantum-Inspired Kernel, based on a classical harmonic expansion, and the Qiskit-Simulated Quantum Kernel, based on a 3-qubit PauliFeatureMap.
The experimental protocol uses 2019 as the reference baseline and extends the analysis to additional single-year baselines, namely 2018 and 2021, together with a multiyear baseline combining 2018, 2019, and 2021. This design makes it possible to assess whether the detector depends on a single calibration year or remains stable under alternative normality profiles.
For each baseline configuration, a reference dictionary of normal calls was sampled and used to estimate local kernel density. Resampling was then applied to characterize the mean and standard deviation of the baseline density scores, denoted by
The primary experiments used
The evaluation considered three groups of datasets. First, historical yearly datasets from 2011 to 2021 were used to assess false positives on ordinary PSAP traffic, excluding the years used for calibration in each protocol. Second, the original synthetic TDoS dataset was evaluated together with additional synthetic attack variants: concentrated TDoS, distributed TDoS, low-intensity TDoS, and two zero-day-like variants based on adaptive jitter and replay mimicry. Third, benign high-load scenarios, including a realistic flash crowd and non-malicious congestion, were included to evaluate whether the detector reacts to strong but non-adversarial deviations from ordinary traffic. All synthetic scenarios were geographically constrained to the Canary Islands operational domain before evaluation.
Finally, the kernel-based detector was compared with classical anomaly-detection methods under the same sampling conditions. The classical baselines included Isolation Forest, One-Class SVM, Local Outlier Factor, Gaussian Mixture Models, and classical k-nearest neighbors.
4.2 Synthetic, Benign, and Zero-Day-Like Scenarios
Table 6 summarizes the results obtained for the synthetic and benign scenario suite. The table aggregates the behavior of both kernel modalities across the evaluated baseline protocols.

Table 6 summarizes the consistency between the detector output and the reference class assigned to each synthetic, benign high-load, and zero-day-like scenario.
The Qiskit-Simulated Quantum Kernel is label-consistent for all attack-labeled synthetic scenarios across the four baseline protocols, including the reference TDoS dataset, the concentrated and distributed variants, the low-intensity attack, and the two zero-day-like variants. The Quantum-Inspired Kernel obtains comparable results, with one label-inconsistent outcome in the concentrated TDoS scenario.
The benign high-load scenarios require a separate interpretation. Both the realistic flash crowd and the non-malicious congestion scenario are non-adversarial reference cases, but they exceed the anomaly threshold in all protocols for both kernel modalities. This explains the four label-inconsistent outcomes reported for each of these scenarios. The result indicates sensitivity to operationally relevant departures from ordinary PSAP traffic, but it does not establish malicious intent. In deployment, such alerts would require correlation with contextual information from the emergency service before any mitigation action is taken.
The zero-day-like scenarios address the risk of overfitting to the reference synthetic generator. Both adaptive jitter and replay-mimicry variants are label-consistent across the two kernel modalities, indicating that the detector is not limited to the fixed temporal and spatial assumptions of the reference TDoS construction.
The threshold-sensitivity analysis was included to make the calibration process explicit. Since the default alert threshold was selected empirically, reporting only one operating point would provide an incomplete view of the detector’s behavior. Table 7 therefore reports both the default threshold and a more conservative operating point for each kernel modality, showing how the balance between early detection and false-alarm control changes as the decision boundary is adjusted.

Table 7 confirms that the Z-score threshold controls a genuine operating trade-off. For the Qiskit-Simulated Quantum Kernel, increasing the threshold from
4.4 Confusion Matrices and Confidence Intervals
Table 8 reports the confusion-matrix counts for each kernel modality and baseline protocol, together with Wilson 95% confidence intervals for the observed false-positive and false-negative rates.

Table 8 shows that the Qiskit-Simulated Quantum Kernel detects all attack-labeled scenarios in each evaluated baseline protocol, with no observed false negatives. Its main limitation is the presence of false positives, especially under the 2021 baseline, where the observed FPR rises to 41.67%. The Quantum-Inspired Kernel shows a comparable pattern across the single-year baselines, although it produces one false negative under the multiyear baseline.
The Wilson intervals are included to avoid overinterpreting point estimates obtained from a limited number of historical and synthetic scenarios. In particular, an observed FNR of 0.00% should not be read as evidence that the true false-negative probability is zero; it only indicates that no false negatives were observed under the corresponding experimental protocol. Similarly, the confidence intervals around the false-positive rates reflect the uncertainty associated with the finite number of normal and benign test cases. This uncertainty is particularly important because the decision threshold was calibrated on the available corpus; consequently, the observed error rates should be read as conditional on both the selected threshold and the evaluated scenario set.
The baseline-specific results also indicate that the calibration year influences the balance between sensitivity and specificity. The 2021 baseline is less stable for the Qiskit-Simulated Quantum Kernel, while the multiyear baseline reduces dependence on a single annual normality profile. This supports the use of multiyear calibration as a more conservative configuration for operational analysis.
Fig. 3 provides a visual comparison of the two kernel modalities under the multiyear baseline. This configuration is particularly relevant because it reduces dependence on a single calibration year and provides a more conservative normality profile.

Figure 3: Simplified confusion matrices under the multiyear baseline combining 2018, 2019, and 2021.
Under the multiyear baseline, both kernels produce the same number of false positives among normal or benign cases. The Qiskit-Simulated Quantum Kernel detects all attack-labeled scenarios, whereas the Quantum-Inspired Kernel misses one attack-labeled case. This result illustrates the trade-off between methodological fidelity and computational practicality: the Qiskit-simulated modality provides slightly higher sensitivity in this configuration, while the quantum-inspired modality remains considerably more efficient computationally.
4.5 Comparison with Classical Anomaly-Detection Methods
For empirical comparison with standard baselines, the protocol included several classical anomaly-detection models evaluated under the same sampling conditions. Table 9 reports the results.

Table 9 compares the proposed QKNN variants with classical anomaly-detection methods under the same baseline protocols and sampling conditions. The results show that several classical methods are competitive, but their behavior varies across calibration years. Classical k-nearest neighbors and Gaussian Mixture Models detect all attack-labeled scenarios in every baseline protocol, with no observed false negatives, although they also generate false positives. Isolation Forest also detects all attack-labeled scenarios, but its false-positive rate increases under the 2019, 2021, and multiyear baselines.
Local Outlier Factor and One-Class SVM are more sensitive to the selected baseline. LOF produces false negatives under the 2018 and multiyear protocols, while One-Class SVM misses attack-labeled scenarios under the 2018 and 2019 baselines. The Qiskit-Simulated QKNN detects all attack-labeled scenarios in every protocol, although the 2021 baseline produces a higher false-positive rate. The Quantum-Inspired QKNN remains competitive across the single-year baselines, but produces one false negative under the multiyear configuration.
These results indicate that the proposed QKNN variants should not be presented as universally superior to classical anomaly detectors. Their contribution is the formulation of a kernel-based spatiotemporal representation that performs comparably to established anomaly detectors while supporting a direct comparison between simulated quantum and quantum-inspired implementations. The baseline-specific comparison also confirms that calibration-year choice affects both classical and kernel-based detectors, supporting the use of multiyear validation in the proposed protocol.
4.6 Geographical Validation of Synthetic Scenarios
The scenario-generation process was audited to ensure that synthetic records remained within the intended operational domain. This geographical control is methodologically important because if synthetic coordinates fall outside the Canary Islands domain, the detector could classify them as anomalous for trivial spatial reasons rather than because of TDoS-like spatiotemporal structure. The generation process therefore constrains and validates the synthetic scenarios against the Canary Islands shapefile before evaluation. This strengthens the interpretation of the synthetic and zero-day-like results.
4.7 Computational Cost and Scalability
For reproducibility, Table 10 reports the hardware platform and the main execution settings used to obtain the timing results. The Qiskit-Simulated Quantum Kernel was evaluated locally through simulated fidelity computation; no physical quantum processor was involved.

Under these conditions, Table 11 reports the processing times obtained for the Quantum-Inspired Kernel and the Qiskit-Simulated Quantum Kernel across historical and synthetic datasets.

The Qiskit-Simulated Quantum Kernel required approximately 35–36 s per evaluated dataset across all baseline protocols. The Quantum-Inspired Kernel was considerably faster, processing the synthetic suite in approximately 0.52 s on average and the historical yearly datasets in approximately 1.19–2.78 s, depending on the baseline protocol.
For the synthetic scenarios, local Qiskit simulation was approximately 69–71 times slower than the Quantum-Inspired Kernel. For historical yearly datasets, the overhead ranged from approximately 13 times under the 2018 baseline to approximately 30 times under the 2019, 2021, and multiyear configurations. These results support the use of the Qiskit-Simulated Quantum Kernel as a methodological reference, while identifying the Quantum-Inspired Kernel as the more practical option for near-term operational screening.
The Gram-matrix construction remains the principal scalability constraint because exact pairwise evaluation scales quadratically with the number of samples. Table 12 reports the theoretical memory requirements and observed kernel computation times for the Quantum-Inspired Kernel.

The Quantum-Inspired Kernel scales consistently with the expected
The proposed QKNN-based detector was evaluated across multiple calibration profiles, diverse synthetic and benign scenarios, zero-day-like variants, and established classical anomaly-detection methods. This experimental design provides a cautious assessment of kernel-based spatiotemporal anomaly detection for TDoS early warning, avoiding dependence on a single reference year or on a single synthetic attack generator.
Most attack-labeled datasets—including the reference TDoS, concentrated, distributed, low-intensity, and zero-day-like variants—were successfully identified by both kernel modalities. Specifically, the Qiskit-Simulated Quantum Kernel registered no observed false negatives under the tested baseline protocols. While the Quantum-Inspired Kernel exhibited comparable performance, a single false negative occurred for a concentrated TDoS scenario when using the multiyear baseline. This difference suggests that the classical harmonic approximation largely retains the discriminative behavior of its simulated counterpart, although it may experience a slight sensitivity loss in specific borderline cases.
Importantly, such detections reflect spatiotemporal deviation rather than verified malicious intent. Because the framework measures departures from learned normality, benign events such as flash crowds or non-malicious congestion can also trigger anomalies. A legitimate, large-scale emergency may alter traffic density in ways that resemble a saturation attack, reinforcing the system’s intended function as a decision-support mechanism for PSAP operators rather than an autonomous blocking tool.
Calibration profiles heavily influence this model behavior. Relying exclusively on a single year, such as 2021, can introduce year-specific traffic biases, which manifested as an elevated false-positive rate in the Qiskit implementation. Merging data from 2018, 2019, and 2021 into a multiyear baseline reduces this dependence, providing a conservative and operationally stable reference, albeit at the cost of marginally reduced sensitivity for the Quantum-Inspired Kernel. Furthermore, statistical uncertainty must be factored into the reported error rates. Although several configurations yielded an observed 0.00% false-negative or false-positive rate, these metrics represent specific outcomes within the evaluated constraints, not absolute guarantees. The associated Wilson confidence intervals remain essential for framing these point estimates accurately given the finite number of test cases.
Adjusting the operational alert threshold dictates the final balance between sensitivity and specificity. While
Contextualizing these findings alongside classical anomaly detectors clarifies the framework’s relative contribution. Methods such as k-nearest neighbors, Gaussian Mixture Models, and Isolation Forest also detected the attack scenarios but generally produced false positives depending on the baseline configuration. Others, such as Local Outlier Factor and One-Class SVM, proved highly sensitive to the calibration data and occasionally missed attacks. The proposed QKNN variants do not claim universal dominance over these established alternatives; rather, they introduce a competitive, kernel-based representation of spatiotemporal coherence that enables comparison between a practical Quantum-Inspired implementation and a Qiskit-simulated quantum-kernel reference.
To verify that anomaly detection was not an artifact of overfitting to the reference generator’s fixed parameters, such as the 10:00–12:00 burst window, zero-day-like attacks were introduced. Both replay-mimicry and adaptive jitter variants triggered anomalies, indicating a response to broader spatiotemporal disruption rather than memorized temporal patterns. Additionally, since all synthetic and benign traces were geographically constrained to the Canary Islands and validated against the reference shapefile, the model could not rely on out-of-domain coordinate errors to artificially flag malicious activity.
Operational deployment considerations highlight a clear divergence between the two kernel modalities. The Qiskit implementation provides a methodological reference for the 3-qubit PauliFeatureMap formulation, yet its reliance on classical simulation imposes a 35–36 s overhead per dataset. By contrast, the Quantum-Inspired Kernel processes synthetic suites in roughly 0.52 s and historical datasets in 1.19–2.78 s, positioning it as the viable path for near-term implementation.
Scalability, however, remains a fundamental bottleneck. Pairwise kernel evaluation dictates an
Recognizing the boundaries of this study is necessary for future development. The absence of publicly available, real-world TDoS traces restricts evaluation to synthetic models, which, despite deliberate diversification, cannot fully emulate adversarially optimized attacks. Moreover, distinguishing between malicious saturation and legitimate flash crowds based purely on metadata is not fully identifiable from metadata alone. Addressing this limitation likely requires integrating contextual evidence, such as SIP signaling features, audio-level data, or operator workload metrics. Finally, the Qiskit framework operates strictly within a simulated environment, serving a methodological purpose rather than reflecting current quantum hardware readiness.
Overall, this kernel-based approach provides a structured and interpretable anomaly signal for PSAP environments. Its practical reliability depends on baseline calibration, threshold selection, operational context, and computational constraints. Therefore, the detector should be interpreted as a decision-support component rather than as a stand-alone mechanism for automatically determining malicious activity.
To address the critical threat of Telephony Denial of Service (TDoS) attacks against Public Safety Answering Points (PSAPs), this study introduces a kernel-based anomaly detection framework. By representing incoming calls through their longitude, latitude, and temporal phase, the system models traffic patterns via an unsupervised Quantum k-Nearest Neighbors (QKNN) local density estimator. This architecture was tested under two distinct modalities: a formal Qiskit-Simulated Quantum Kernel utilizing a 3-qubit PauliFeatureMap, alongside a computationally efficient Quantum-Inspired Kernel driven by classical harmonic expansion.
The experimental methodology avoids dependence on single-year calibration. Normality profiles were rigorously constructed and cross-evaluated using data from 2018, 2019, 2021, and a comprehensive multiyear baseline. Furthermore, the evaluation suite expanded well beyond the initial synthetic TDoS reference to incorporate concentrated, distributed, and low-intensity variants, alongside benign flash crowds, non-malicious congestion, and two zero-day-like attack models. Because all synthetic traces were constrained to the Canary Islands’ operational domain and validated against regional shapefiles, the framework reduces the risk of trivial detection based merely on out-of-domain geographic coordinates.
Both kernel approaches successfully generated interpretable spatiotemporal anomaly scores. The Qiskit-Simulated modality achieved a 0.00% observed false-negative rate across the attack-labeled scenarios, and the Quantum-Inspired alternative missed only a single concentrated TDoS event under the multiyear baseline. However, the system also flagged non-malicious congestion and benign flash crowds as anomalous. Rather than a flaw, this behavior aligns with the fundamental design of the detector: it quantifies statistical deviations from historical normality, rather than definitively classifying malicious intent. Consequently, this tool is best deployed as an early-warning layer to support PSAP decision-making, not as an automated call-dropping filter.
The inclusion of multiple baselines proved vital for balancing sensitivity and specificity. Relying solely on the 2021 profile, for instance, noticeably inflated the false-positive rate for the Qiskit-Simulated kernel, highlighting the risk of overfitting to year-specific traffic anomalies. Conversely, the multiyear baseline smoothed out these annual idiosyncrasies, offering a more conservative and robust operational profile. When interpreting these outcomes, the derived Wilson confidence intervals remain essential; an observed 0.00% error rate reflects specific experimental conditions rather than an absolute guarantee of zero operational risk. This interpretation also applies to the Z-score threshold itself:
When benchmarked against classical machine learning approaches, the proposed QKNN variants proved highly competitive, though they do not universally outclass traditional methods. Established algorithms like Gaussian Mixture Models and classical k-nearest neighbors successfully identified all attack scenarios, yet struggled with elevated false-positive rates. Other methods (One-Class SVM, Local Outlier Factor) exhibited high sensitivity to the chosen calibration profile, resulting in occasional missed attacks. The primary contribution here is not necessarily outright algorithmic supremacy, but rather the successful formulation of a quantum-compatible representation of PSAP traffic that performs competitively against classical baselines, offering a clear comparative bridge between simulated quantum and quantum-inspired implementations.
From a computational standpoint, a clear operational divide separates the two kernel modalities. While the Qiskit-Simulated kernel provides a methodological reference for the quantum-kernel formulation, its reliance on classical simulation bottlenecks execution, requiring roughly 35 to 36 s per dataset. The Quantum-Inspired Kernel bypasses this limitation, processing synthetic suites in an average of 0.52 s and historical yearly data in under three seconds. Under current hardware and simulation constraints, this positions the harmonic approximation as the most practical candidate for near-term experimentation.
Future work should focus on the following points:
• Low-latency and streaming detection. Moving beyond controlled batch evaluations, the architecture must be adapted for continuous streaming environments. Addressing the quadratic scaling of exact pairwise kernel computations will require integrating sliding windows, bounded reference dictionaries, approximate nearest-neighbor searches, or low-rank Gram-matrix approximations.
• Contextual threshold calibration. The default
• Empirical adversarial validation. The absence of publicly accessible, real-world TDoS datasets limits the current evaluation to synthetic and zero-day-like analogs. Validating the framework against anonymized incident traces, controlled red-team telephony exercises, or simulated operator saturation drills remains a critical next step.
• Multimodal data integration. Distinguishing a malicious saturation attack from a legitimate, high-volume emergency cannot rely exclusively on metadata. Future iterations should fuse spatiotemporal density estimates with SIP signaling characteristics, session establishment latencies, network entropy indicators, operator workload metrics, and, where legally permissible, audio-level features.
• Empirical quantum hardware testing. The current Qiskit implementation serves a purely methodological purpose via simulation. As physical quantum processors mature, executing the 3-qubit PauliFeatureMap on actual quantum hardware will be necessary to benchmark real-world fidelity, gate noise, and latency against this simulated baseline.
• Adversarial robustness modeling. Further investigation is needed to determine the framework’s resilience against highly sophisticated threat actors. This involves modeling attackers capable of executing replay attacks or adapting their temporal-spatial distribution to closely mimic the PSAP’s learned normality profile, potentially eroding the detector’s operational margin.
In summary, the proposed framework provides an interpretable anomaly signal for TDoS-compatible deviations in PSAP traffic. Its operational value will depend on prospective threshold calibration, scalable kernel approximation, and integration with contextual evidence from the emergency service. Translating this theoretical viability into practical reliability will depend on rigorous baseline calibration, informed threshold tuning, and scalable infrastructure. Until quantum processing units reach operational maturity, the Qiskit-Simulated model will remain a methodological reference, while the Quantum-Inspired Kernel offers the immediate computational efficiency necessary for real-world screening.
Acknowledgement: The authors would like to thank the Canary Islands PSAP in Spain for providing the anonymized data used in this study.
Funding Statement: This work has been possible thanks to the PID2022-138933OB-I00 ATQUE and the 2023DIG28 IACTA research projects funded by MCIN/AEI/10.13039/501100011033/FEDER EU and the CajaCanarias la Caixa Foundation. It is also part of the Cybersecurity Chair of the University of La Laguna funded by Binter.
Author Contributions: Carlos Rosa-Remedios: Methodology, Formal Analysis and Writing—Original Draft Preparation. Pino Caballero-Gil: Methodology and Writing—Review and Editing. Jezabel Molina-Gil: Investigation and Review and Editing. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The working dataset is based on anonymized information recorded by the Canary Islands Emergency Service between 2011 and 2021 in the target geographical area of the Canary Islands, obtained upon request from the management of this service, as this data is not publicly available.
Ethics Approval: Not applicable. This study does not involve human or animal participants, and the data used are completely anonymous and are not affected in any way by national and European data protection regulations.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Cerezo M, Verdon G, Huang HY, Cincio L, Coles PJ. Challenges and opportunities in quantum machine learning. Nature Comput Sci. 2022;2(9):567–76. doi:10.1038/s43588-022-00311-3. [Google Scholar] [PubMed] [CrossRef]
2. Rosa-Remedios C, Caballero-Gil P. Optimizing quantum machine learning for proactive cybersecurity. Optimiz Eng. 2025;26(4):2321–53. doi:10.1007/s11081-024-09934-z. [Google Scholar] [CrossRef]
3. National Institute of Standards and Technology. The NIST Cybersecurity Framework (CSF) 2.0. National Institute of Standards and Technology (NIST); 2024. NIST CSWP 29. [cited 2026 Jun 10]. Available from: https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.29.pdf. [Google Scholar]
4. Guri M, Mirsky Y, Elovici Y. 9-1-1 ddos: threat, analysis and mitigation. arXiv:1609.02353. 2016. [Google Scholar]
5. National Emergency Number Association. NENA telephony denial of service (TDoS) information document. National Emergency Number Association (NENA); 2025. NENA-INF-045.1-2025. [cited 2026 Jun 10]. Available from: https://www.nena.org/. [Google Scholar]
6. Kadri MR, Abdelli A, Othman JB, Mokdad L. Survey and classification of Dos and DDos attack detection and validation approaches for IoT environments. Inter Things. 2024;25(4):101021. doi:10.1016/j.iot.2023.101021. [Google Scholar] [CrossRef]
7. McLachlan GJ, Peel D. Finite mixture models. Hoboken, NJ, USA: John Wiley & Sons; 2000. [Google Scholar]
8. Aronszajn N. Theory of reproducing kernels. Trans Am Mathem Soc. 1950;68(3):337–404. doi:10.1090/s0002-9947-1950-0051437-7. [Google Scholar] [CrossRef]
9. Schölkopf B, Smola AJ. Learning with kernels: support vector machines, regularization, optimization, and beyond. Cambridge, MA, USA: MIT press; 2002. [Google Scholar]
10. Rodríguez-Díaz F, Gutiérrez-Avilés D, Troncoso A, Martínez-Álvarez F. A survey of quantum machine learning: foundations, algorithms, frameworks, data and applications. ACM Comput Surv. 2025;58(4):1–35. [Google Scholar]
11. Arnaboldi L, Morisset C. Generating synthetic data for real world detection of DoS attacks in the IoT. In: Federation of International Conferences on Software Technologies: Applications and Foundations. Cham, Switzerland: Springer; 2018. p. 130–45. [Google Scholar]
12. Febro A, Xiao H, Spring J. Telephony denial of service defense at data plane (TDoSD@ DP). In: Proceedings of the NOMS 2018–2018 IEEE/IFIP Network Operations and Management Symposium; 2018 Apr 23–27; Taipei, Taiwan. p. 1–6. [Google Scholar]
13. Kumar V, Sinha D. Synthetic attack data generation model applying generative adversarial network for intrusion detection. Comput Secur. 2023;125(9):103054. doi:10.1016/j.cose.2022.103054. [Google Scholar] [CrossRef]
14. Ciliberto C, Herbster M, Ialongo AD, Pontil M, Rocchetto A, Severini S, et al. Quantum machine learning: a classical perspective. Proc Royal Soc A Mathem Phys Eng Sci. 2018;474(2209):20170551. doi:10.1098/rspa.2017.0551. [Google Scholar] [PubMed] [CrossRef]
15. Nielsen MA, Chuang IL. Quantum computation and quantum information. Cambridge, UK: Cambridge University press; 2010. [Google Scholar]
16. Cerezo M, Arrasmith A, Babbush R, Benjamin SC, Endo S, Fujii K, et al. Variational quantum algorithms. Nat Rev Phys. 2021;3(9):625–44. [Google Scholar]
17. Liu Y, Arunachalam S, Temme K. A rigorous and robust quantum speed-up in supervised machine learning. Nat Phys. 2021;17(9):1013–7. doi:10.1038/s41567-021-01287-z. [Google Scholar] [CrossRef]
18. Schuld M. Supervised quantum machine learning models are kernel methods. arXiv:2101.11020. 2021. [Google Scholar]
19. Thanasilp S, Wang S, Nghiem NA, Coles P, Cerezo M. Subtleties in the trainability of quantum machine learning models. Quant Mach Intell. 2023;5(1):21. doi:10.1007/s42484-023-00103-6. [Google Scholar] [CrossRef]
20. Jerbi S, Fiderer LJ, Poulsen Nautrup H, Kübler JM, Briegel HJ, Dunjko V. Quantum machine learning beyond kernel methods. Nat Commun. 2023;14(1):517. [Google Scholar] [PubMed]
21. Barenco A, Bennett CH, Cleve R, DiVincenzo DP, Margolus N, Shor P, et al. Elementary gates for quantum computation. Phys Rev A. 1995;52(5):3457. doi:10.1103/physreva.52.3457. [Google Scholar] [PubMed] [CrossRef]
22. Horodecki R, Horodecki P, Horodecki M, Horodecki K. Quantum entanglement. Rev Mod Phy. 2009;81(2):865–942. doi:10.1103/revmodphys.81.865. [Google Scholar] [CrossRef]
23. Gong LH, Ding W, Li Z, Wang YZ, Zhou NR. Quantum k-nearest neighbor classification algorithm via a divide-and-conquer strategy. Adv Quant Technol. 2024;7(6):2300221. doi:10.1002/qute.202300221. [Google Scholar] [CrossRef]
24. Cortes C, Vapnik V. Support-vector networks. Mach Learn. 1995;20(3):273–97. doi:10.1007/bf00994018. [Google Scholar] [CrossRef]
25. Steinwart I, Christmann A. Support vector machines. New York, NY, USA: Springer Science & Business Media; 2008. [Google Scholar]
26. Wang X, Du Y, Luo Y, Tao D. Towards understanding the power of quantum kernels in the NISQ era. Quantum. 2021;5:531. [Google Scholar]
27. Wiebe N, Kapoor A, Svore KM. Quantum nearest-neighbor algorithms for machine learning. Quant Inform Comput. 2015;15(3–4):318–58. [Google Scholar]
28. Thanasilp S, Wang S, Cerezo M, Holmes Z. Exponential concentration in quantum kernel methods. Nat Commun. 2024;15(1):5200. doi:10.21203/rs.3.rs-2296310/v1. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools