paper-with-me

Papers

Enhancing SQL Injection Detection and Prevention Using Generative Models

2025-02-07 · Naga Sai Dasari, Atta Badii, Armin Moin, Ahmed Ashlam

SQL Injection (SQLi) continues to pose a significant threat to the security of web applications, enabling attackers to manipulate databases and access sensitive information without authorisation. Although advancements have been made in detection techniques, traditional signature-based methods still struggle to identify sophisticated SQL injection attacks that evade predefined patterns. As SQLi attacks evolve, the need for more adaptive detection systems becomes crucial. This paper introduces an innovative approach that leverages generative models to enhance SQLi detection and prevention mechanisms. By incorporating Variational Autoencoders (VAE), Conditional Wasserstein GAN with Gradient Penalty (CWGAN-GP), and U-Net, synthetic SQL queries were generated to augment training datasets for machine learning models. The proposed method demonstrated improved accuracy in SQLi detection systems by reducing both false positives and false negatives. Extensive empirical testing further illustrated the ability of the system to adapt to evolving SQLi attack patterns, resulting in enhanced precision and robustness.

📄 PDF Abstract BibTeX arXiv:2502.04786

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

RedVisor: Reasoning-Aware Prompt Injection Defense via Zero-Copy KV Cache Reuse

2026-02-02 · Mingrui Liu, Sixiao Zhang, Cheng Long, Kwok-Yan Lam arxiv

Large Language Models (LLMs) are increasingly vulnerable to Prompt Injection (PI) attacks, where adversarial instructions hidden within retrieved contexts hijack the model's execution flow. Current defenses typically fac…

Response Generation

Deepfake Detection via Knowledge Injection

2025-03-04 · Tonghui Li, Yuanfang Guo, Zeming Liu, Heqi Peng 외

Deepfake detection technologies become vital because current generative AI models can generate realistic deepfakes, which may be utilized in malicious purposes. Existing deepfake detection methods either rely on developi…

DeepFake DetectionFace SwappingMulti-Task Learning

Validation of the rapid detection approach for enhancing the electronic nose systems performance, using different deep learning models and support vector machines

2020-05-04 · Juan C. Rodriguez Gamboa, Adenilton J. da Silva, Ismael C. S. Araujo, Eva Susana Albarracin E. 외

Real-time gas classification is an essential issue and challenge in applications such as food and beverage quality control, accident prevention in industrial environments, for instance. In recent years, the Deep Learning…

Multi-Agent Firewall Architecture for Privacy Protection of Sensitive Data in Interactions with Language Models

2026-07-09 · Hugo García Cuesta, Pablo Mateo Torrejón, Alfonso Sánchez-Macián arxiv

While Large Language Models (LLMs) have become essential productivity tools, their integration into workflows without adequate safeguards creates significant risks. This paper proposes an open-source, privacy-focused, us…

Generative AI in Cybersecurity: A Comprehensive Review of LLM Applications and Vulnerabilities

2024-05-21 · Mohamed Amine Ferrag, Fatima Alwahedi, Ammar Battah, Bilel Cherif 외

This paper provides a comprehensive review of the future of cybersecurity through Generative AI and Large Language Models (LLMs). We explore LLM applications across various domains, including hardware design security, in…

Data PoisoningIntrusion DetectionMalware DetectionQuantization+2