defensive-sqli

Correlate web, WAF, and database logs to detect SQL injection attempts.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/riparino/Claude-Cyber --skill defensive-sqli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defensive-sqli
Source: https://github.com/riparino/Claude-Cyber/tree/main/Claude-Blue/Skills/defensive-sqli
Command: npx skills add https://github.com/riparino/Claude-Cyber --skill defensive-sqli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SQL injection remains a critical attack vector. This skill helps security teams quickly detect SQL injection attempts by analyzing WAF logs, database activity, and tool indicators to enable faster containment and response.

Core Features & Use Cases

  • Sigma rules for SQLi patterns surface detections in SIEMs and security telemetry.
  • KQL queries for Azure Sentinel/Azure SQL audit logs identify SQLi indicators at scale.
  • YARA signatures for sqlmap artifacts and related tools help flag automated tooling.
  • Monitoring for database server process spawns indicative of exploitation and post-exploitation activity.
  • Use Case: SOC teams perform detection engineering, triage, and IR planning for web app attacks.

Quick Start

Run the detection methodology across WAF logs, DB logs, and SIEM streams to surface SQLi events.

Frequently Asked Questions about defensive-sqli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect SQL injection attempts in WAF logs and database telemetry?

To detect SQL injection, you can analyze WAF logs and database telemetry by applying cross-source correlation to identify suspicious patterns. This skill surfaces actionable alerts for faster triage and response across web and database environments.

How do I write KQL queries to find SQLi indicators in Azure Sentinel?

You can use KQL queries in Azure Sentinel to analyze Azure SQL audit logs and identify SQLi indicators at scale. This skill provides specific KQL guidance to automate alerting and map detections to MITRE ATT&CK T1190.

Can I use Sigma rules to surface SQL injection patterns in a SIEM?

Yes, Sigma rules can surface SQL injection patterns in SIEMs and security telemetry. This skill provides Sigma rules to detect SQLi attempts, helping SOC teams perform detection engineering and incident response planning.

How do I identify sqlmap artifacts and automated SQL injection tooling?

You can identify sqlmap artifacts by applying YARA signatures to flag automated tooling. This skill includes YARA signatures for sqlmap and related tools, alongside monitoring for database server process spawns indicative of exploitation.

What is the best way to correlate web application firewall logs with database activity for security triage?

The best way to correlate WAF logs with database activity is to apply cross-source correlation across web, WAF telemetry, and database logs. This surfaces actionable alerts mapping to MITRE ATT&CK T1190 and T1059 for fast triage.

Do I need specific log formats to map SQL injection detections to MITRE ATT&CK?

You need WAF logs, database activity logs, and SIEM streams to map SQL injection detections to MITRE ATT&CK T1190 and T1059. Running the detection methodology across these sources surfaces SQLi events effectively.