HTTP requests containing time-based blind SQL injection patterns

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

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.