Pith. sign in

REVIEW 3 major objections 5 minor 74 references

A Comparative Analysis of DNN-based White-Box Explainable AI Methods in Network Security

T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read This paper argues that white-box explainable AI methods (LRP, Integrated Gradients, and DeepLift) match or beat black-box ones on five of six quality metrics for network intrusion detection.

desk verdict Useful evaluation pipeline for white-box XAI on NIDS, but the headline completeness claim is not supported by the paper's own tables and needs a major fix. read the letter →

arxiv 2501.07801 v1 pith:SQ4PPMEE submitted 2025-01-14 cs.CR cs.AI

classification cs.CRcs.AI
keywords white-boxXAInetworkintrusiondetectionLayer-wiseRelevancePropagationIntegratedGradientsDeepLiftevaluationmetricsrobustnesscompleteness
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that white-box explainable AI methods can be trusted for explaining DNN-based network intrusion detection. It evaluates Layer-wise Relevance Propagation, Integrated Gradients, and DeepLift on three intrusion datasets using six quality metrics, and reports that these methods score high on robustness and completeness and match or beat black-box methods (LIME and SHAP) on five of six metrics, with stability the only exception. If correct, security analysts could rely on explanations drawn from the model's own internals rather than on approximations when investigating alerts. The paper also cautions that all three methods still need improvement before production deployment.

What carries the argument

The mechanism is attribution by back-propagation. LRP and DeepLift push relevance scores backward through the network under conservation rules, while IG integrates gradients along a path from a baseline to the input. Because these computations use the model's internals, the paper treats them as inherently complete and as harder to fool than black-box approximations, and it evaluates them with six operationalized metrics: accuracy loss when top-ranked features are removed, thresholded sparsity of importance scores, overlap of top features across repeated runs, wall-clock time to generate explanations, detection of a biased feature under a two-model adversarial attack, and prediction-class change under perturbation of the top features.

What would settle it

For the same DNNs, restore the softmax layer and run the completeness test while perturbing all features (not just the top two) across 100 samples per class; if a substantial share of samples never changes prediction class, the paper's completeness claim is refuted. The RoEduNet-SIMARGL2021 Normal class with DeepLift, which the paper reports as 0 percent complete, would be a decisive place to look.

Watch

Extended reading notes

Core claim

The central claim is that white-box XAI methods, because they derive explanations from the DNN's own weights and gradients, are more resilient to adversarial perturbation and more complete than black-box surrogates in the network intrusion setting. Across NSL-KDD, CICIDS-2017, and RoEduNet-SIMARGL2021, the authors report that LRP, IG, and DeepLift outperform or tie LIME and SHAP on descriptive accuracy, sparsity, efficiency, robustness, and completeness, and lose only on stability. The paper further claims that LRP is the best overall white-box method, IG the most robust, and DeepLift the most complete on CICIDS-2017, while cautioning that none of the three is production-ready.

Load-bearing premise

The paper assumes that white-box XAI methods are complete by definition because they access the model's internals, even though the DNNs used here omitted the final softmax layer and the empirical completeness test left many samples unchanged; if that theoretical transfer fails, the claim of high completeness collapses.

Editorial extensions

If this is right

  • Security analysts can prefer white-box explanations over LIME and SHAP for DNN-based intrusion detectors, because the paper reports white-box methods matching or beating black-box ones on five of six quality metrics.
  • IG and LRP produce explanations fast enough for practical monitoring (roughly a second or less even at 10,000 samples), whereas DeepLift's runtime grows steeply with sample count.
  • The open-sourced evaluation framework lets other researchers score additional XAI methods and datasets on the same six metrics, making XAI claims in intrusion detection directly comparable.
  • White-box XAI should not yet be deployed in production intrusion detection, because the adversarial attack still succeeds often and the completeness experiment was cut short by memory limits.
  • The best method depends on the dataset: the paper finds IG best for CICIDS-2017 overall, while LRP and DeepLift do better on RoEduNet-SIMARGL2021.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the paper's own completeness tables undercut its theoretical completeness claim, since many cells are 0 to 43 percent; a fuller perturbation test would likely reveal that the reduced top-two-feature experiment was too weak.
  • Editorial inference: because the DNNs omit the softmax layer to accommodate the explanation software, accuracy and completeness numbers may not transfer to production classifiers; re-running with softmax-enabled models is a direct test.
  • Editorial inference: the robustness experiment uses a single engineered unrelated feature, so the reported resilience margin is an upper bound; subtler crafted perturbations could fool white-box methods too.
  • Editorial inference: a natural next step is to apply the same six-metric battery to newer white-box methods and to transformer-based IDS models to see whether the white-box advantage persists.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes an end-to-end framework for evaluating three white-box XAI methods (LRP, IG, DeepLift) on DNN-based intrusion detection models, using six metrics (descriptive accuracy, sparsity, stability, efficiency, robustness, completeness) across NSL-KDD, CICIDS-2017, and RoEduNet-SIMARGL2021. It also compares the white-box results with black-box XAI baselines (SHAP, LIME) reported in the authors' earlier work [25]. The authors conclude that white-box methods score high in robustness and completeness and match or surpass black-box methods in five of six metrics.

Significance. If the empirical claims were fully supported, the paper would be a useful step toward deploying white-box XAI in NIDS, and the open-sourced framework would support follow-up evaluations by the community. The paper's strengths are the breadth of its evaluation (three datasets, three white-box methods, six metrics) and the adaptation of the robustness attack from [26] to DNNs and white-box methods. However, the central completeness claim and the cross-method comparison rest on internal inconsistency and protocol mismatch described in the major comments; the current form does not yet substantiate the advertised conclusions.

major comments (3)
  1. [Section 6.6, Tables 9-11, Section 7, Section 8] the paper's central claim that white-box methods 'score high in robustness and completeness' is contradicted by its own empirical completeness results. For example, DeepLift has 0% completeness for RoEduNet Normal and PortScan (Table 9), IG has 0% for CICIDS Bot and 2% for Web Attack (Table 10), and LRP has 0% for CICIDS PortScan and Infiltration (Table 10). The text acknowledges that the reduced top-2 perturbation 'undermined its performance for this metric' and that the softmax omission 'probably impacts' Completeness (Section 7), yet the abstract and Section 8 nevertheless assert high completeness and superiority over black-box methods. The paper cannot use the same experiment as evidence for completeness when it also dismisses the experiment as invalid; the theoretical completeness argument from [17] is invoked without establishing that it applies to the softmax-free DNN models used here.
  2. [Section 6.8 compared with Section 6.6] the white-box versus black-box completeness comparison is not protocol-equivalent. The black-box baseline [25] perturbed the top-5 features, whereas the white-box experiment here perturbs only the top-2 features (the paper states this difference explicitly in Section 7). Because perturbing more features makes a class change more likely, the completeness scores are not directly comparable, and the conclusion that white-box methods 'matched or surpassed' black-box methods in completeness is not supported. The authors should either rerun the experiment with the same perturbation depth or restrict the comparison to descriptive, non-quantitative statements.
  3. [Section 6.1] the descriptive accuracy analysis lacks a random-removal baseline. The authors interpret accuracy drops after removing the top-k features as evidence of 'explainability power' and use these curves to rank LRP, IG, and DeepLift. Without a control condition in which k random features are removed, there is no way to attribute the observed accuracy changes to the quality of the XAI rankings rather than to the mere reduction of input dimensionality. This concern is particularly acute for the CICIDS-2017 LRP curve, where accuracy does not drop (and even increases) as top features are removed; the 'curse of dimensionality' explanation offered in Section 6.1 is post hoc and unfalsifiable without such a baseline.
minor comments (5)
  1. [Table 12 caption] The caption says 'Overall, SHAP provides the best performance compared to LIME for the six metrics analyzed in this work,' but this caption appears to be carried over from the authors' prior black-box paper [25]; the table actually summarizes DeepLift, IG, and LRP, and the caption should be corrected.
  2. [Section 5.3 vs Section 4.3 (C.1)] Section 5.3 states that for Descriptive Accuracy the removed-feature order is k=0,10,20,40,80, while the step-by-step algorithm in Section 4.3 (C.1) specifies k=(0,5,10,25,50,70); this inconsistency should be resolved.
  3. [References [21]] The citation for LRP in the introduction and Section 4.2 is given as [21], but reference [21] is Gunning and Aha's DARPA XAI program, not the Layer-wise Relevance Propagation paper; the correct LRP reference should be supplied.
  4. [Throughout] Several typographical issues remain, including 'white-bpx' in Section 6.2, 'auditory actions' in Section 3.6, and 'thrust' for 'trust' in Section 6.7; a careful proofreading pass is needed.
  5. [Introduction and Declarations] The GitHub URL contains a space ('XAI Whitebox') and should be URL-encoded to be accessible.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation: the comparative claim rests on external benchmarks and no equation reduces to a fitted input.

full rationale

I find no circular step in this paper. The six evaluation metrics are defined operationally in Section 4.3, and the reported measurements (descriptive accuracy curves, sparsity, stability, efficiency, robustness bar plots, completeness tables) are empirical outputs, not fitted parameters renamed as predictions. The comparison with black-box XAI uses the authors' prior work [25] as the baseline; although this is a self-citation, it is a published, externally checkable benchmark (same metrics, different XAI methods) and is not a constant fitted in the present paper, so it qualifies as independent support under the stated rules. The claim that white-box methods are 'inherently complete' is explicitly imported from [17], which is not authored by the present authors; the mismatch between that theoretical premise and the low empirical completeness values in Tables 9-11 (e.g., DeepLift 0% on RoEduNet Normal/PortScan, IG 0% on CICIDS Bot, LRP 0% on CICIDS PortScan/Infiltration) is a correctness/transferability risk, not a circularity, because the paper does not derive those tables from the premise or vice versa. The acknowledged softmax removal and reduced top-2 perturbation protocol are limitations that affect fairness of comparison, but they do not make any equation self-referential. No prediction in this paper reduces by construction to its inputs.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central evaluation depends on protocol choices (perturbation depth, number of runs, sample counts) that are not derived from theory. The completeness conclusion relies on an imported theoretical claim rather than on the empirical results. The DNNs omit softmax for tooling reasons, and the black-box comparison uses the authors' own prior results under different conditions.

free parameters (5)
  • Completeness perturbation depth = top-2 features
    Chosen due to memory constraints; directly affects completeness scores.
  • Stability runs = N=3
    Number of repeated runs for stability; arbitrary.
  • Robustness sample count = 100 samples
    Sample count for robustness bar plots; arbitrary.
  • DNN hyperparameters = learning rates 0.001/0.01/0.1, layers 128-64-32 or 7/5 nodes
    Chosen by experimentation; no softmax due to iNNvestigate.
  • Sparsity threshold increments = 0.1 steps from 0 to 1
    Manual choice for plotting sparsity curves.
assumptions (4)
  • domain assumption White-box XAI methods are complete by default because they have access to model parameters (from [17]).
    Invoked in Sections 6.6 and 7 to argue that empirical incompleteness in Tables 9-11 is an artifact of the reduced experiment.
  • domain assumption A class change after perturbing top features indicates a valid explanation.
    Operational definition of completeness in Section C.6; unproven proxy.
  • ad hoc to paper The DNN without softmax (required by iNNvestigate) is representative enough for XAI evaluation.
    Admitted in Section 7 that lack of softmax can impact accuracy and metrics.
  • domain assumption Results from [25] (different models, different perturbation depth) are comparable for the black-box vs white-box comparison.
    Section 6.8 compares to prior black-box results without re-running in identical setup.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Comparative Analysis of DNN-based White-Box Explainable AI Methods in Network Security." pith.science (2026). https://pith.science/paper/SQ4PPMEE

@misc{pith2026250107801,
  author       = {Pith},
  title        = {Pith review of: A Comparative Analysis of DNN-based White-Box Explainable AI Methods in Network Security},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SQ4PPMEE}},
  note         = {Machine review of arXiv:2501.07801}
}
read the original abstract

New research focuses on creating artificial intelligence (AI) solutions for network intrusion detection systems (NIDS), drawing its inspiration from the ever-growing number of intrusions on networked systems, increasing its complexity and intelligibility. Hence, the use of explainable AI (XAI) techniques in real-world intrusion detection systems comes from the requirement to comprehend and elucidate black-box AI models to security analysts. In an effort to meet such requirements, this paper focuses on applying and evaluating White-Box XAI techniques (particularly LRP, IG, and DeepLift) for NIDS via an end-to-end framework for neural network models, using three widely used network intrusion datasets (NSL-KDD, CICIDS-2017, and RoEduNet-SIMARGL2021), assessing its global and local scopes, and examining six distinct assessment measures (descriptive accuracy, sparsity, stability, robustness, efficiency, and completeness). We also compare the performance of white-box XAI methods with black-box XAI methods. The results show that using White-box XAI techniques scores high in robustness and completeness, which are crucial metrics for IDS. Moreover, the source codes for the programs developed for our XAI evaluation framework are available to be improved and used by the research community.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

74 extracted references · 54 canonical work pages

  1. [17]

    In: 2020 IEEE European Symposium on Security and Pri- vacy (EuroS&P), pp

    Warnecke, A., Arp, D., Wressnegger, C., Rieck, K.: Evaluating explanation methods for deep learning in security. In: 2020 IEEE European Symposium on Security and Pri- vacy (EuroS&P), pp. 158–174 (2020). IEEE

  2. [25]

    IEEE Access 12, 23954–23988 (2024) https://doi.org/10.1109/ ACCESS.2024.3365140

    Arreche, O., Guntur, T.R., Roberts, J.W., Abdallah, M.: E-xai: Evaluating black- box explainable ai frameworks for net- work intrusion detection. IEEE Access 12, 23954–23988 (2024) https://doi.org/10.1109/ ACCESS.2024.3365140

  3. [26]

    In: Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society, pp

    Slack, D., Hilgard, S., Jia, E., Singh, S., Lakkaraju, H.: Fooling lime and shap: Adver- sarial attacks on post hoc explanation meth- ods. In: Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society, pp. 180–186 (2020)

  4. [1]

    IEEE Communications surveys & tutorials 18(2), 1153–1176 (2015)

    Buczak, A.L., Guven, E.: A survey of data mining and machine learning methods for cyber security intrusion detection. IEEE Communications surveys & tutorials 18(2), 1153–1176 (2015)

  5. [2]

    Internet of Things 16, 100462 (2021)

    Dina, A.S., Manivannan, D.: Intrusion detec- tion based on machine learning techniques in computer networks. Internet of Things 16, 100462 (2021)

  6. [3]

    Future internet 12(3), 44 (2020)

    Ferrag, M.A., Maglaras, L., Ahmim, A., Der- dour, M., Janicke, H.: Rdtids: Rules and decision tree-based intrusion detection sys- tem for internet-of-things networks. Future internet 12(3), 44 (2020)

  7. [4]

    Journal of Network and Systems Management 29(2), 1–18 (2021)

    Al-Omari, M., Rawashdeh, M., Qutaishat, F., Alshira’H, M., Ababneh, N.: An intel- ligent tree-based intrusion detection model for cyber security. Journal of Network and Systems Management 29(2), 1–18 (2021)

  8. [5]

    In: Proceedings of the 2004 ACM 29 Symposium on Applied Computing, pp

    Amor, N.B., Benferhat, S., Elouedi, Z.: Naive bayes vs decision trees in intrusion detection systems. In: Proceedings of the 2004 ACM 29 Symposium on Applied Computing, pp. 420– 424 (2004)

Show all 74 references
  1. [6]

    Computer Communications 188, 133–144 (2022)

    Panigrahi, R., Borah, S., Pramanik, M., Bhoi, A.K., Barsocchi, P., Nayak, S.R., Alnumay, W.: Intrusion detection in cyber– physical environment using hybrid na ¨ ıve bayes—decision table and multi-objective evolutionary feature selection. Computer Communications 188, 133–144 (2022)

  2. [7]

    IEEE Internet of Things Journal (2022)

    Arisdakessian, S., Wahab, O.A., Mourad, A., Otrok, H., Guizani, M.: A survey on iot intrusion detection: Federated learning, game theory, social psychology and explainable ai as future directions. IEEE Internet of Things Journal (2022)

  3. [8]

    technical eval- uation report

    Sabev, S.I.: Integrated approach to cyber defence: Human in the loop. technical eval- uation report. Information & Security: An International Journal 44, 76–92 (2020)

  4. [10]

    Complexity 2021 (2021)

    Mahbooba, B., Timilsina, M., Sahal, R., Ser- rano, M.: Explainable artificial intelligence (xai) to enhance trust management in intru- sion detection systems using decision tree model. Complexity 2021 (2021)

  5. [11]

    Electronics 11(19), 3079 (2022)

    Patil, S., Varadarajan, V., Mazhar, S.M., Sahibzada, A., Ahmed, N., Sinha, O., Kumar, S., Shaw, K., Kotecha, K.: Explainable arti- ficial intelligence for intrusion detection sys- tem. Electronics 11(19), 3079 (2022)

  6. [12]

    arXiv preprint arXiv:1911.09853 (2019)

    Islam, S.R., Eberle, W., Ghafoor, S.K., Siraj, A., Rogers, M.: Domain knowledge aided explainable artificial intelligence for intru- sion detection and response. arXiv preprint arXiv:1911.09853 (2019)

  7. [13]

    In: CEUR Workshop Proceedings, pp

    Roponena, E., Kampars, J., Grabis, J., Gail ¯ ıtis, A.: Towards a human-in-the-loop intelligent intrusion detection system. In: CEUR Workshop Proceedings, pp. 71–81 (2022)

  8. [14]

    In: 30th Annual Network and Distributed System Security Symposium (NDSS) (2023)

    Han, D., Wang, Z., Chen, W., Wang, K., Yu, R., Wang, S., Zhang, H., Wang, Z., Jin, M., Yang, J., et al.: Anomaly detection in the open world: Normality shift detection, explanation, and adaptation. In: 30th Annual Network and Distributed System Security Symposium (NDSS) (2023)

  9. [15]

    Interna- tional journal of advanced research in com- puter and communication engineering 4(6), 446–452 (2015)

    Dhanabal, L., Shantharajah, S.: A study on nsl-kdd dataset for intrusion detection system based on classification algorithms. Interna- tional journal of advanced research in com- puter and communication engineering 4(6), 446–452 (2015)

  10. [16]

    arXiv preprint arXiv:2012.00093 (2020)

    Dieber, J., Kirrane, S.: Why model why? assessing the strengths and limitations of lime. arXiv preprint arXiv:2012.00093 (2020)

  11. [18]

    CoRR abs/1602.04938 (2016) 1602.04938

    Ribeiro, M.T., Singh, S., Guestrin, C.: ”why should I trust you?”: Explaining the predictions of any classifier. CoRR abs/1602.04938 (2016) 1602.04938

  12. [19]

    Nature Machine Intelligence 2(1), 2522–5839 (2020)

    Lundberg, S.M., Erion, G., Chen, H., DeGrave, A., Prutkin, J.M., Nair, B., Katz, R., Himmelfarb, J., Bansal, N., Lee, S.-I.: From local explanations to global under- standing with explainable ai for trees. Nature Machine Intelligence 2(1), 2522–5839 (2020)

  13. [22]

    In: Precup, D., Teh, Y.W

    Shrikumar, A., Greenside, P., Kundaje, A.: 30 Learning important features through prop- agating activation differences. In: Precup, D., Teh, Y.W. (eds.) Proceedings of the 34th International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 70, pp....

  14. [23]

    In: Guyon, I., Luxburg, U.V., Bengio, S., Wallach, H., Fergus, R., Vishwanathan, S., Garnett, R

    Lundberg, S.M., Lee, S.-I.: A unified approach to interpreting model predic- tions. In: Guyon, I., Luxburg, U.V., Bengio, S., Wallach, H., Fergus, R., Vishwanathan, S., Garnett, R. (eds.) Advances in Neural Information Process- ing Systems, vol. 30. Curran Associates, Inc., ??...

  15. [24]

    CoRR abs/1704.02685 (2017) 1704.02685

    Shrikumar, A., Greenside, P., Kundaje, A.: Learning important features through propagating activation differences. CoRR abs/1704.02685 (2017) 1704.02685

  16. [27]

    Sensors 21(13), 4319 (2021)

    Mihailescu, M.-E., Mihai, D., Carabas, M., Komisarek, M., Pawlicki, M., Ho lubowicz, W., Kozik, R.: The proposition and evalu- ation of the roedunet-simargl2021 network intrusion detection dataset. Sensors 21(13), 4319 (2021)

  17. [28]

    International Journal of Engineering & Technology 7(3.24), 479–482 (2018)

    Panigrahi, R., Borah, S.: A detailed analysis of cicids2017 dataset for designing intrusion detection systems. International Journal of Engineering & Technology 7(3.24), 479–482 (2018)

  18. [29]

    Han, D., Wang, Z., Chen, W., Zhong, Y., Wang, S., Zhang, H., Yang, J., Shi, X., Yin, X.: DeepAID: Interpreting and Improving Deep Learning-based Anomaly Detection in Security Applications (2021)

  19. [30]

    Mirsky, Y., Doitshman, T., Elovici, Y., Shab- tai, A.: Kitsune: An Ensemble of Autoen- coders for Online Network Intrusion Detec- tion (2018)

  20. [31]

    In: 2020 Interna- tional Symposium on Theoretical Aspects of Software Engineering (TASE), pp

    Wu, C., Qian, A., Dong, X., Zhang, Y.: Feature-oriented design of visual analyt- ics system for interpretable deep learning based intrusion detection. In: 2020 Interna- tional Symposium on Theoretical Aspects of Software Engineering (TASE), pp. 73–80 (2020). https://doi.org/10...

  21. [32]

    IEEE Access 8, 73127–73141 (2020) https://doi.org/10.1109/ ACCESS.2020.2988359

    Wang, M., Zheng, K., Yang, Y., Wang, X.: An explainable machine learning framework for intrusion detection systems. IEEE Access 8, 73127–73141 (2020) https://doi.org/10.1109/ ACCESS.2020.2988359

  22. [33]

    why should i trust your ids?

    Houda, Z.A.E., Brik, B., Khoukhi, L.: “why should i trust your ids?”: An explainable deep learning framework for intrusion detection systems in internet of things networks. IEEE Open Journal of the Communications Soci- ety 3, 1164–1176 (2022) https://doi.org/10. 1109/OJCOMS.20...

  23. [34]

    IEEE Internet of Things Magazine 5(2), 20–23 (2022) https://doi.org/10.1109/ IOTM.005.2200028

    El Houda, Z.A., Brik, B., Senouci, S.-M.: A novel iot-based explainable deep learn- ing framework for intrusion detection sys- tems. IEEE Internet of Things Magazine 5(2), 20–23 (2022) https://doi.org/10.1109/ IOTM.005.2200028

  24. [35]

    Neupane, S., Ables, J., Anderson, W., Mit- tal, S., Rahimi, S., Banicescu, I., Seale, M.: Explainable Intrusion Detection Systems (X- IDS): A Survey of Current Methods, Chal- lenges, and Opportunities (2022)

  25. [36]

    Knowledge-Based Systems 263, 110273 (2023) https://doi.org/ 10.1016/j.knosys.2023.110273 31

    Saeed, W., Omlin, C.: Explainable ai (xai): A systematic meta-survey of current challenges and future opportunities. Knowledge-Based Systems 263, 110273 (2023) https://doi.org/ 10.1016/j.knosys.2023.110273 31

  26. [37]

    https://arxiv.org/ abs/2006.11371

    Das, A., Rad, P.: Opportunities and Chal- lenges in Explainable Artificial Intelligence (XAI): A Survey (2020). https://arxiv.org/ abs/2006.11371

  27. [38]

    ACM Comput

    Dwivedi, R., Dave, D., Naik, H., Singhal, S., Omer, R., Patel, P., Qian, B., Wen, Z., Shah, T., Morgan, G., Ranjan, R.: Explainable ai (xai): Core ideas, techniques, and solutions. ACM Comput. Surv. 55(9) (2023) https:// doi.org/10.1145/3561048

  28. [39]

    Information Fusion 58, 82–115 (2020) https://doi.org/10

    Barredo Arrieta, A., D ´ ıaz-Rodr ´ ıguez, N., Del Ser, J., Bennetot, A., Tabik, S., Bar- bado, A., Garcia, S., Gil-Lopez, S., Molina, D., Benjamins, R., Chatila, R., Herrera, F.: Explainable artificial intelligence (xai): Con- cepts, taxonomies, opportunities and chal- lenges...

  29. [40]

    AI Mag- azine 40(2), 44–58 (2019) https://doi.org/10

    Gunning, D., Aha, D.: Darpa’s explainable artificial intelligence (xai) program. AI Mag- azine 40(2), 44–58 (2019) https://doi.org/10. 1609/aimag.v40i2.2850

  30. [41]

    IEEE Transactions on Neural Net- works and Learning Systems 32(11), 4793– 4813 (2021) https://doi.org/10.1109/tnnls

    Tjoa, E., Guan, C.: A survey on explain- able artificial intelligence (xai): Toward med- ical xai. IEEE Transactions on Neural Net- works and Learning Systems 32(11), 4793– 4813 (2021) https://doi.org/10.1109/tnnls. 2020.3027314

  31. [42]

    In: Technical Report

    Strom, B.E., Applebaum, A., Miller, D.P., Nickels, K.C., Pennington, A.G., Thomas, C.B.: Mitre att&ck: Design and philosophy. In: Technical Report. The MITRE Corpora- tion, ??? (2018)

  32. [43]

    Knowledge-Based Systems 244, 108505 (2022) https://doi.org/10.1016/ j.knosys.2022.108505

    Chen, Y., Lin, Q., Wei, W., Ji, J., Wong, K.- C., Coello Coello, C.A.: Intrusion detection using multi-objective evolutionary convolu- tional neural network for internet of things in fog computing. Knowledge-Based Systems 244, 108505 (2022) https://doi.org/10.1016/ j.knosys.20...

  33. [44]

    In: Inter- national Workshop on Recent Advances in Intrusion Detection, pp

    Gorodetski, V., Kotenko, I.: Attacks against computer network: Formal grammar-based framework and simulation tool. In: Inter- national Workshop on Recent Advances in Intrusion Detection, pp. 219–238 (2002). Springer

  34. [45]

    In: 2019 IEEE Security and Privacy Work- shops (SPW), pp

    Skwarek, M., Korczynski, M., Mazurczyk, W., Duda, A.: Characterizing vulnerability of dns axfr transfers with global-scale scanning. In: 2019 IEEE Security and Privacy Work- shops (SPW), pp. 193–198 (2019). IEEE

  35. [46]

    Univeristy of California, Department of Com- puter Science and Engineering (2003)

    Lee, C.B., Roedel, C., Silenok, E.: Detection and characterization of port scan attacks. Univeristy of California, Department of Com- puter Science and Engineering (2003)

  36. [47]

    IEEE Access 8, 132911–132921 (2020) https: //doi.org/10.1109/ACCESS.2020.3009843

    Kurniabudi, Stiawan, D., Darmawijoyo, Bin Idris, M.Y., Bamhdi, A.M., Budiarto, R.: Cicids-2017 dataset feature analysis with information gain for anomaly detection. IEEE Access 8, 132911–132921 (2020) https: //doi.org/10.1109/ACCESS.2020.3009843

  37. [48]

    Sensors 21(13) (2021) https://doi.org/10.3390/s21134319

    Mihailescu, M.-E., Mihai, D., Carabas, M., Komisarek, M., Pawlicki, M., Ho lubowicz, W., Kozik, R.: The proposition and evalu- ation of the roedunet-simargl2021 network intrusion detection dataset. Sensors 21(13) (2021) https://doi.org/10.3390/s21134319

  38. [49]

    https://attack.mitre.org/techniques/ T1189/

    Comprmoise, D.-b.: Drive-by Compro- mise. https://attack.mitre.org/techniques/ T1189/. [Online; accessed 21-October-2023] (2023)

  39. [50]

    In: Pro- ceedings of the 16th ACM Conference on Computer and Communications Security, pp

    Stone-Gross, B., Cova, M., Cavallaro, L., Gilbert, B., Szydlowski, M., Kemmerer, R., Kruegel, C., Vigna, G.: Your botnet is my botnet: analysis of a botnet takeover. In: Pro- ceedings of the 16th ACM Conference on Computer and Communications Security, pp. 635–647 (2009)

  40. [51]

    Khan, A., Kim, H., Lee, B.: M2mon: Building an mmio-based security reference monitor for unmanned vehicles. (2021)

  41. [52]

    In: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Com- munications Security, pp

    Hussain, S.R., Karim, I., Ishtiaq, A.A., Chowdhury, O., Bertino, E.: Noncompliance as deviant behavior: An automated black- box noncompliance checker for 4g lte cellular devices. In: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Com- munications Security, pp. 1...

  42. [53]

    In: Detection of Intrusions and Malware, and Vulnerability Assessment: 18th International Conference, DIMV A 2021, Virtual Event, July 14–16, 2021, Proceedings 18, pp

    Mirzaei, O., Vasilenko, R., Kirda, E., Lu, L., Kharraz, A.: Scrutinizer: Detecting code reuse in malware via decompilation and machine learning. In: Detection of Intrusions and Malware, and Vulnerability Assessment: 18th International Conference, DIMV A 2021, Virtual Event, Ju...

  43. [54]

    Google Patents

    Lukacs, S., Lutas, D.H., COLESA, A.V., et al.: Strongly isolated malware scanning using secure virtual containers. Google Patents. US Patent 9,117,081 (2015)

  44. [55]

    IEEE Access 8, 70245–70261 (2020)

    Kim, A., Park, M., Lee, D.H.: Ai-ids: Appli- cation of deep learning to real-time web intru- sion detection. IEEE Access 8, 70245–70261 (2020)

  45. [56]

    Computers & Security 106, 102287 (2021)

    Botacin, M., Ceschin, F., Sun, R., Oliveira, D., Gr´ egio, A.: Challenges and pitfalls in mal- ware research. Computers & Security 106, 102287 (2021)

  46. [57]

    Cognitive Systems Research 86, 101243 (2024) https: //doi.org/10.1016/j.cogsys.2024.101243

    Retzlaff, C.O., Angerschmid, A., Saranti, A., Schneeberger, D., R¨ ottger, R., M¨ uller, H., Holzinger, A.: Post-hoc vs ante- hoc explanations: xai design guidelines for data scientists. Cognitive Systems Research 86, 101243 (2024) https: //doi.org/10.1016/j.cogsys.2024.101243

  47. [58]

    Amit, I., Matherly, J., Hewlett, W., Xu, Z., Meshi, Y., Weinberger, Y.: Machine learning in cyber-security - problems, challenges and data sets (2018) https://doi.org/10.48550/ ARXIV.1812.07858

  48. [59]

    IEEE Access 10, 93575–93600 (2022)

    Capuano, N., Fenza, G., Loia, V., Stanzione, C.: Explainable artificial intelligence in cybersecurity: A survey. IEEE Access 10, 93575–93600 (2022)

  49. [60]

    In: Precup, D., Teh, Y.W

    Sundararajan, M., Taly, A., Yan, Q.: Axiomatic attribution for deep networks. In: Precup, D., Teh, Y.W. (eds.) Proceed- ings of the 34th International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 70, pp. 3319–3328. PMLR, ??? (2017). https://pr...

  50. [61]

    https://www.ntop.org/guides/ nprobe/flow information elements.html

    Flow information elements - nprobe 10.1 doc- umentation. https://www.ntop.org/guides/ nprobe/flow information elements.html

  51. [62]

    https://shorturl.at/qM4V5

    Ahlashkari: CICFLOWME- TER/README.TXT at master · Ahlashkar- i/cicflowmeter, https://shorturl.at/qM4V5 (2021). https://shorturl.at/qM4V5

  52. [63]

    In: 2009 IEEE Symposium on Computational Intelligence for Security and Defense Applications, pp

    Tavallaee, M., Bagheri, E., Lu, W., Ghor- bani, A.A.: A detailed analysis of the kdd cup 99 data set. In: 2009 IEEE Symposium on Computational Intelligence for Security and Defense Applications, pp. 1–6 (2009). https: //doi.org/10.1109/CISDA.2009.5356528

  53. [64]

    https://doi.org/10

    ZHAO, R.: NSL-KDD. https://doi.org/10. 21227/8rpg-qt98 . https://dx.doi.org/10. 21227/8rpg-qt98

  54. [65]

    Technical report (2004)

    Claise, B.: Cisco systems netflow services export version 9. Technical report (2004)

  55. [66]

    Software Networking 2018(1), 177–200 (2018)

    Sharafaldin, I., Gharib, A., Lashkari, A.H., Ghorbani, A.A.: Towards a reliable intru- sion detection benchmark dataset. Software Networking 2018(1), 177–200 (2018)

  56. [67]

    techreport (2017)

    Stewart, C.A., Welch, V., Plale, B., Fox, G.C., Pierce, M., Sterling, T.: Indiana university pervasive technology institute. techreport (2017). https://doi.org/10.5072/ FK2154N14D

  57. [68]

    https: //shorturl.at/6fke4

    Insights, I.: 42 Cyber Attack Statistics by Year: A Look at the Last Decade. https: //shorturl.at/6fke4. [Online; accessed 10- March-2023] (2020)

  58. [69]

    Dong, Y., Guo, W., Chen, Y., Xing, X.: Towards the detection of inconsistencies in public security vulnerability reports

  59. [70]

    http://traces.cs.umass.edu/index.php/ Network/Network

    Repository, U.T.: UMass Trace Reposi- tory. http://traces.cs.umass.edu/index.php/ Network/Network. [Online; accessed on 21- November-2022] (2021)

  60. [71]

    In: 2015 Military Communications and 33 Information Systems Conference (MilCIS), pp

    Moustafa, N., Slay, J.: Unsw-nb15: a com- prehensive data set for network intrusion detection systems (unsw-nb15 network data set). In: 2015 Military Communications and 33 Information Systems Conference (MilCIS), pp. 1–6 (2015). IEEE

  61. [72]

    https://arxiv.org/abs/1705.05598

    Kindermans, P.-J., Sch¨ utt, K.T., Alber, M., M¨ uller, K.-R., Erhan, D., Kim, B., D¨ ahne, S.: Learning how to explain neural networks: PatternNet and PatternAttribution (2017). https://arxiv.org/abs/1705.05598

  62. [73]

    https://arxiv.org/abs/1311.2901

    Zeiler, M.D., Fergus, R.: Visualizing and Understanding Convolutional Networks (2013). https://arxiv.org/abs/1311.2901

  63. [74]

    https://arxiv

    Springenberg, J.T., Dosovitskiy, A., Brox, T., Riedmiller, M.: Striving for Simplicity: The All Convolutional Net (2015). https://arxiv. org/abs/1412.6806

  64. [75]

    In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp

    Zhou, B., Khosla, A., Lapedriza, A., Oliva, A., Torralba, A.: Learning deep features for discriminative localization. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 2921–2929 (2016). https://doi.org/10.1109/CVPR.2016.319

  65. [76]

    In: 2017 IEEE International Conference on Com- puter Vision (ICCV), pp

    Selvaraju, R.R., Cogswell, M., Das, A., Vedantam, R., Parikh, D., Batra, D.: Grad- cam: Visual explanations from deep net- works via gradient-based localization. In: 2017 IEEE International Conference on Com- puter Vision (ICCV), pp. 618–626 (2017). https://doi.org/10.1109/ICC...

  66. [77]

    In: 2018 IEEE Winter Conference on Applica- tions of Computer Vision (W ACV), pp

    Chattopadhay, A., Sarkar, A., Howlader, P., Balasubramanian, V.N.: Grad-cam++: Generalized gradient-based visual explana- tions for deep convolutional networks. In: 2018 IEEE Winter Conference on Applica- tions of Computer Vision (W ACV), pp. 839– 847 (2018). https://doi.org/1...

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.