HTTP requests containing time-based blind SQL injection patterns

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

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.