Skip to content

Author

PG Student

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Jul 2026

Quantum Computing-based Optimization of Cybersecurity Protocols for Secure Data Protection

The escalation of security attacks has led to a growing complexity and posed serious challenges for traditional IDS paradigms to securing and sustaining a resilient network infrastructure. Current solutions are generally inefficient at optimizing detection parameters, cannot detect attacks that have previously not been encountered and do not offer clear decision making processes. In this work, a framework for optimization of secure data protection using quantum computing is proposed which combines machine learning, anomaly detection, explainable AI and quantum computing inspired optimization techniques in a single cybersecurity framework to overcome these limitations. Selected network traffic from CICIDS2017 data set is used in the system to detect various types of attacks such as Denial-of-Service (DoS), Distributed Denial-of-Service (DDoS), PortScan and WebAttack. The multi-class intrusion detection uses an XGBoost (Extreme Gradient Boosted) Classifier to learn discriminative patterns from network flow features. The Quantum Approximate Optimization Algorithm (QAOA) is integrated to optimize certain model parameters (learning rate, tree depth and decision thresholds) that can enhance detection performance. Moreover, an Isolation Forest model is run concurrently to detect zero day and unknown anomalies not found in the training set. To enhance the interpretability, SHAP-based explainability is incorporated to measure the network's contribution to each prediction by its features. All the framework is deployed via Flask and is displayed on an interactive dashboard that shows attack classifications, threat risk scores, optimized configurations and explanatory insights. The hybrid architecture proposed shows a novel combination of classical artificial intelligence and quantum optimization techniques to create an adaptive, explainable, and intelligent cybersecurity solution.

M. Anusha, M. Neha, PG Student et al. · 0 citations
Conference Jul 2026

Autonomous LLM Agent for Real-Time DDoS Attack Classification and Mitigation Rule Generation

Large-scale DDoS attacks remain a serious threat to today's networked systems, which aim to make services unavailable by sending a massive amount of traffic. The traditional detection methods are mostly about attack categorization and are not that context-aware or actionable in providing support to security analysts. We propose SentinelsGuard AI, a self-learning DDoS classification and mitigation system that is built from a combination of machine learning, retrieval-augmented knowledge, and LLM-based reasoning in one platform. The proposed system is realized as a Flask-based web application, which processes the network flow statistics data, extracted from incoming traffic, and transforms the data to generate representative features of the network flows, before detecting the attacks using the XGBoost classifier. After classification, the framework accesses domain-specific attack intelligence from a structured Retrieval-Augmented Generation (RAG) knowledge base with profiles of multiple categories of DDoS attacks. This contextual information is used with LLM-enabled reasoning to derive comprehensible security explanations, determine the severity of the attack, and suggest the firewall mitigation rules that can be applied. The framework stores analysis data in a SQLite database for operational monitoring, and displays security events in an interactive dashboard that includes traffic visualization, attack logs, and threat summaries. The architecture proposed brings statistical learning together with contextual knowledge of cybersecurity and attempts to bridge the gap between automatic attack detection and explainable incident response. It integrates all the key features of a classification-based network security decision support platform into a single stream, enabling a classification-based approach to network security to become more interpretable and usable in reality: persistent logging, visualization, knowledge retrieval, reasoning, and system recommendation of mitigations.

K. Phani, P. Karthik, PG Student et al. · 0 citations