HTTP requests containing likely SQL injection queries

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

Goal

Detect HTTP requests whose query strings contain patterns often associated with SQL injection probes.

Strategy

This rule monitors OCSF HTTP query strings for suspicious SQL-like constructions and correlates volume and success responses, grouped by @ocsf.src_endpoint.ip and path.

Triage and response

  • Review application and database logs for the time window around the alert from {{@ocsf.src_endpoint.ip}}.
  • Validate that user input is handled with parameterized queries or equivalent controls on affected routes.