HTTP requests containing time-based blind SQL injection patterns

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Goal

Detect HTTP requests whose parameters include time-delay SQL constructs, including when responses succeed.

Strategy

This rule monitors OCSF HTTP query strings for database-specific delay primitives and groups activity by @ocsf.src_endpoint.ip.

Triage and response

  • Identify the application and database behind the requests and check logs for slow queries or errors.
  • If blind SQL injection is plausible, follow your SQL injection response process.